I see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
I see, my favorite podcast (“A History of Rock Music in 500 Songs”)[https://500songs.com/] has no ads. I’d strongly recommend if your interested in that kind of music
I don’t understand what you mean. I just skip the ads with my skip 30 seconds button.
George W Bush won the popular vote in 2004
If you’re doing it over an app, without the chance for the person you’re dumping to respond, I see no risk of things turning nasty
I’m generally against the idea of planting as many trees as possible.
Trees are not very good carbon sinks because they decompose and burn. Also, there are also some ecological communities where adding trees makes the land a worse carbon sink.
Avoiding cutting down forests to build suburbs is something I can certainly get behind though.
In the US you sometimes hear that phones in class are necessary to see if your kids are OK in a school shooting scenario.
I think this isn’t a good argument, since school shootings are rare, and it’s unclear if each student having a phone would do more harm than good in that kind of situation.
I don’t see the connection between neurodivergence and phones
Bikes are cheaper than cars
Short haul flights should probably be high speed train rides anyway
Snuggling – never. And this doesn’t apply only to men, it applies to women whom I don’t find attractive as well.
What about nonhuman animals? Do you dislike cuddly dogs?
Yes, so I can probably plan for it.
Do you know the benefit of this over cython?
How would virtual environment software, like conda, work without $PATH?
The goal of the zig language is to allow people to write optimal software in a simple and explicit language.
It’s advantage over c is that they improved some features to make things easier to read and write. For example, arrays have a length and don’t decay to pointers, defer, no preprocessor macros, no makefile, first class testing support, first class error handling, type inference, large standard library. I have found zig far easier to learn than c, (dispite the fact that zig is still evolving and there are less learning resources than c)
It’s advantage over rust is that it’s simpler. Ive never played around with rust, but people have said that the language is more complex than zig. Here’s an article the zig people wrote about this: https://ziglang.org/learn/why_zig_rust_d_cpp/
I think OP believes every town in the US has twice as many homeless people as churches, it doesnt need to be exactly 1 church and 2 homeless people.
But either way, that’s probably not true. Since homeless people tend to be in larger cities.
But then again, lots of people become homless in the suburbs and then move to the city to get the social services. If churches in the suburbs housed a few people as they become homeless, it would probably help. It’s better to keep people in their communities so they have a better chance of returning to housefullness.
But probably not that much, since homelessness rates are strongly correlated with housing prices, so expensive cities create more homelessness than cheap suburbs.
Good idea! I bet you could make good ad library by comparing the audio between episodes of the same podcast (to catch the ads read by the host) and between different podcasts (to catch the targeted ads inserted into a lot of podcasts)
I’m not suggesting static timestamps, but small audio files of the podcast about to enter, and just exited an ad.
The app could then search for the clips in the podcast to get the timestamp.
If there are copyright issues of sharing small clips, you can just save a hash of a clip, which will allow the app to find a match, but is not itself the Intelecual property of the podcaster; The hash cannot be turned back into the audio file. The hash would be smaller than the audio clip anyway, so sharing hashes would be better
Maybe if you could distribute audio files (or hashes of audio files) that mark the start and stop of ads, that would solve the problem.
I guess podcasters could combat this by inserting random noise into their audio files, but they probably wouldn’t do that.
I prefer Micromamba since it’s faster at solving environments.