Recent comments in /f/InternetIsBeautiful
hauscal t1_ir906p7 wrote
Reply to comment by ImDrewpy in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
I appreciate you!
WikiSummarizerBot t1_ir8xnlv wrote
Reply to comment by GiantRobotTRex in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
>Lynx is a customizable text-based web browser for use on cursor-addressable character cell terminals. As of 2022, it is the oldest web browser still being maintained, having started in 1992.
^([ )^(F.A.Q)^( | )^(Opt Out)^( | )^(Opt Out Of Subreddit)^( | )^(GitHub)^( ] Downvote to remove | v1.5)
GiantRobotTRex t1_ir8xmmj wrote
Reply to comment by Psykechan in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
And Lynx! ^^But ^^it ^^doesn't ^^support ^^audio ^^anyway
bajo2292 t1_ir8w0ah wrote
Reply to comment by bowelcrusher in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
I mean if you go for education as well, more power to you :)
Javi2 t1_ir8vysg wrote
Thanks you for making this!!
dbell t1_ir8u5mp wrote
Reply to A script that draws words using that same word (of your choosing) to draw each letter-segment by maxedgextreme
You need to add
" ": [[0.0*length_factor, thickness, 0, 0, 0],[0.0*length_factor, thickness,0, 0, 0],[0.0*length_factor, thickness, 0, 0, 0]],
after line 132 so you can have spaces.
syndicate45776 t1_ir8tjkk wrote
Reply to comment by Akimotoh in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
It’s procedurally generated
Glacier_Pace t1_ir8slxy wrote
Reply to comment by gorkish in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
I feel like seeing the results before voting makes all of this data still skewed by social pressure and thus worthless.
GameRoom t1_ir8ncoq wrote
Reply to comment by Akimotoh in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
Found this FAQ page explaining how it works: https://flowful.app/faq
crabycowman123 t1_ir8mvpw wrote
Reply to comment by ImDrewpy in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
Do you think it would be realistic for someone to write a free software client that interfaces with this server and gets similar functionality, or is the functionality mostly client-side? Mostly just curious.
Psykechan t1_ir8ia37 wrote
Reply to comment by ImDrewpy in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
> all Chrome-based browsers
So every damn browser other than Firefox. :P
Well Safari isn't technically Chrome based but both are Webkit based.
JuanPabloElSegundo t1_ir8hq2e wrote
Already sharing w/ my dev friends.
Awesome!
jackspayed t1_ir8dm77 wrote
Sign in with Apple please. Would love to see a flowful.app to Apple Music playlist.
Streaming this hands free would be great
Akimotoh t1_ir8d0ax wrote
Reply to comment by ImDrewpy in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
How does the track get to become infinite length? Is it randomly cross fading through 100 tracks of ambient music to make it seem infinite?
Akimotoh t1_ir8cuuq wrote
How does an infinite length track get stitched together?
AndrewZabar t1_ir8992o wrote
Reply to comment by bowelcrusher in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
Very very very few.
The media pumps up quite a lot the idea that the extreme right is supported by a significant portion of our citizens, when it’s really just the ultra rich and the evangelicals trying to do anything to oppress. And people think it’s more than that because they think that lots of people support it. Truth is very very very few do. But the people in power are on a mission to turn us back hundreds of years and have the royalty and peasants kind of society.
Jeekayjay t1_ir86cam wrote
Reply to comment by SEND_PUNS_PLZ in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
When it's time for sleep have him try michael sealey on spotify. I've never lasted past 10 mins or so and it's usually more like 2-5 mins and I'm out.
ConcernedEarthling t1_ir84dwq wrote
Reply to comment by ImDrewpy in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
Saving this for later!
bored1492 t1_ir82cxa wrote
Any plans for an app?
DarthGamer6 t1_ir82bc1 wrote
Reply to comment by Beardedgeekhd in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
Those legal fees have got to add up
bowelcrusher OP t1_ir81va8 wrote
Reply to comment by ad14g in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
Thanks for the detailed feedback!! I'll definitely make some changes based on it.
Vote slider: I'm considering adding a cancel button for the user to remove their vote, but voting multiple times isn't an issue - at the end of a slider movement, the user's anonymous profile is updated (max 1 vote gets counted per user)
Colors: good call, I'll change the color pool to avoid clashing with the map.
Slider scale: that could help a lot. I'll try to put something there and see if it makes things too crowded/info dense.
Demographics: I've got the code ready to go for per-demographic stats! The site started with stats and one map data layer per demographic but that scales badly with the number of questions. I removed both at the same time, but I can easily re-add stats.
zeddotes t1_ir818fs wrote
Reply to comment by why_rob_y in Flowful: Infinite length ambient music tracks - great for studying by ImDrewpy
That’s when it really gets good
bowelcrusher OP t1_ir80qsi wrote
Reply to comment by AndrewZabar in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
I'm over in Australia but I can't believe what I'm seeing coming out of US. This website was heavily inspired by the Roe v Wade decision - I want to see how many people are actually happy with that outlandish outcome.
bowelcrusher OP t1_ir80aqn wrote
Reply to comment by Invix in An anonymous polling site for sensitive topics, with live stats and a heatmap (NEW: add your own questions!) by bowelcrusher
I covered my butt saying "or something like it". If some random guy like me can whip up a site like this in 6 weeks' worth of spare time here and there, it should be easy for governments to put something useful together and advertise it better than me
feinerSenf t1_ir91koi wrote
Reply to comment by trekhleb in Interactive sketches to illustrate SOLID programming principles by trekhleb
Nice i was trying to get this to work a while back but I did not manage to finalize. Did you create an react app in the end?