

Also because browsers support OfflineAudioContext, which lets you do the same things but doesn’t try to output to speakers.


Also because browsers support OfflineAudioContext, which lets you do the same things but doesn’t try to output to speakers.
I like their razor but I use other blades. I’ve had previous safety razors that had hinges to open the top part to put the blade in. Those were fine until I dropped them. My Henson razor though is just 3 aluminium pieces that screw into each other, so virtually indestructible.


Basically don’t use drugs or you’ll destroy your life.
Sex was avoided as a topic, but we were taught that premarital sex is a sin. I was also teased as a kid about having crushes on girls (I’m male), despite my adament (and truthful) denials, and othertimes they’d joke that I’d change my mind once I was older. I won that though - turns out I was gay and never did change my mind.
As for LGBT issues, it was so taboo / not talked about that I didn’t even connect my confusing feelings for male classmates with me being gay until I was 18. I thought everyone felt like that and was frustrated when they wouldn’t reciprocate those emotions back.


I think OP is asking “In the worst case scenario of a malicious instance owner that is able to fork the Lemmy codebase (so could disable hashing) and intercept and record all communications going to and from their instance, what risk do I have as a user of that instance?”
The answer of course is yes, in theory a malicious instance owner could see the password you use and can see all your communications, votes, what you look at, etc. So use a unique password for that instance, and don’t use the instance for private communucations whose interception could seriously harm you.
On the topic of indie films, can people in-the-known share some suggestions for what’s worth watching?
This is unfortunately only true when a landlord fixes things beyond the absolute bare minimum (massive globs of caulk on caulk everywhere is my experience).
It’s “200” (200th episode). S10E06. Basically the characters are imagining different TV shows that could be based on their experiences. The puppets are only a short part of that episode.


Switching to something rolling release makes sense. My Arch setup (btw) has always felt much more stable than when I was using Ubuntu, because with Ubuntu I’d inevitatebly run into a bug, find out it was fixed months ago but won’t be backported, and then either live with it or try custom-installing the newer version of that thing. Or I’d install something manually that expected dependency X be the latest version, etc.


My friend is an indie game developer and he once told me the typical refund rate, which I think was only a little lower than this. I don’t think the game length is playing that large a role here, rather people use that refund policy as a way to try out a game (like a demo). Probably most of the people who refunded wouldn’t have bought it in the first place without that refund policy, so he shouldn’t really view this as “because of this policy I lost 55K sales”.


Short answer is yes, it requires hardware that to my knowledge isn’t available on normal consumer motherboards.


Of course, but a generation of homeowners grew up learning that, barring short disruptions, home prices always go up. Nevermind that this was largely due to interest rates steadily dropping since the 80s, reaching basically 0% during Covid.
Since there isn’t really room for interest rates to drop anymore people shouldn’t expect home prices to rise faster than incomes rise, but it’s going to be hard to undo 30 years of observation.


Unless it becomes cheaper than having a datacenter on earth per quanity of compute, it won’t happen in any meaningful scale even if these issues are solved.


I’ve been using AntennaPod for years now to listen to podcasts. It works great and feels like a premium app.


I bet they would be (against Valve) if a competitor donated to Republicans. I mean, they’re keeping a finished bridge they paid $0 for closed because the owner of a competing, tolled bridge donated to them. Of course they’ll open an investigation into a smallish leftish leaning company if a large donor asked them to.


I don’t think DDR4 is significantly cheaper. Plus, they would have had to go a CPU generation back too then and I think the AMD CPUs of that generation had way worse integrated graphics, so now you’d need a dedicated GPU as well.


What does it mean for a project to deserve the [AI] tag? This matters, because you may have a lot of projects where a developer may think “no” and someone else thinks “yes”. Some examples from my day job:
In these examples the developer carefully reviews the AI’s output, which I think distinguishes it from vibe-coded slop, which at least is what I want to ignore.
It’s also worth noting that an open-source project may receive and incorporate a well-written contribution where the human developer used AI carefully like this. Unless they disclosed that they used AI, it may be unknowable to the project maintainers whether their project is [AI] or not, depending on how you define it. What tag should these projects use?


I don’t know about the background updates, but the HDMI CEC allows for the device and the TV to sync with each. Think like adjusting the volume on the TV adjusting the volume on the soundbar, or your Steam machine to turn on when you turned on your TV. To my knowledge this required specific hardware normal consumer motherboards don’t support.


Here’s a write up that, eventually, gets to the RNG stuff. https://tck.mn/blog/correlated-randomness-sts2/
I think the Tl;dr though is that the way they set their RNGs up were with seed=run_seed + hash(“rng instance name”); this meant that all of the rngs they used had seeds that were constant offsets to each other. The PRNG algorithm they were using (C# standard library) happens to have a property where if you shift the seed by some constant, your rng’s output shifts by a linear amount corresponding to that. As a result, all the rngs for what are supposed to be independent things were basically all giving the same results just offset to each other.
Nah Nvidia’s all for local models - people need GPUs to run them! OpenAI is trying to develop their own chips, so it isn’t in Nvidia’s interest for OpenAI to win. Probably ditto for Anthropic. Nvidia wins in a world where there is no AI provider big enough they can invest enough to bypass Nvidia. This is probably why Nvidia has been releasing their own open models, training sets, etc.