• 2 Posts
  • 285 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
rss



  • I’m surprised there isn’t more of a crowdsourced solution-- community maintained block/allow lists and pluggable tools.

    Part of the reason filters suck right now is that they’re sold to turboprudes and people pushing compliance solutions that will placate litigious turboprudes. So you get blocking all of Wikipedia and .edu/.gov because three pages have an anatomical diagram of a breast. The kids are frustrated, normal parents have to keep unblocking legit stuff, and nobody wins.

    If you could pick from easily managed lists sponsored by groups you personally trusted, with responsive appeals systems, people might be more willing to use them.

    The ad-blocker ecosystem has a lot of precedent for how to work this stuff.







  • The Internet boom didn’t have the weird you’re-holding-it-wrong vibe too. Legit “It doesn’t help with my use case concerns” seem to all too often get answered with choruses of “but have you tried this week’s model? Have you spent enough time trying to play with it and tweak it to get something more like you want?” Don’t admit limits to the tech, just keep hitting the gacha.

    I’ve had people say I’m not approaching AI in “good faith”. I say that you didn’t need “good faith” to see that Lotus 1-2-3 was more flexible and faster than tallying up inventory on paper, or that AltaVista was faster than browsing a card catalog.


  • I have to think that most people won’t want to do local training.

    It’s like Gentoo Linux. Yeah, you can compile everything with the exact optimal set of options for your kit, but at huge inefficiency when most use cases might be mostly served by two or three pre built options.

    If you’re just running pre-made models, plenty of them will run on a 6900XT or whatever.








  • TBH, I could see non-Israeli Jews getting worried that the longer the horror show continues in Gaza, the more likely it will be used to demonize them.

    This isn’t just a moral stand-- it’s sensible self-preservation.

    Personally, I hate that “support Israel” has been turned into “issue a blank cheque for genocide.” Real “support” includes recognizing when a terrible mistake with long term consequences is happening and trying to pull them out of it. Cutting off arms to Israel is the nation-state version of taking your buddy’s car keys at the pub so he can’t drive drunk. They’ll scream and curse your name, but they’ll get home alive.



  • I believe the huge mistake in HTML wasn’t having some sort of element-level addressability.

    People went insane over “the page flashes for 15ms because we have to reload the header and footer and it doesn’t look NAAATIVE!” and the response was to SPA/AJAX everything, inviting a huge Turing-complete nightmare of possibilities when 95% of what peopleneed would be delivered with < form action=“blah” replace_with_response=“#foo” >

    That and a dearth of native widgets-- a < combobox > and a < menu > that worked like the system menus might have kept JavaScript as the sick oddity it should be.