[-] JadedBlueEyes@programming.dev 11 points 3 days ago

Only one of them plausibly hasn't, and that's because it's not got a multiplayer mode

4
[-] JadedBlueEyes@programming.dev 12 points 2 weeks ago

A human doesn't have to cut any pieces off or inject any chemicals to be transgender.

[-] JadedBlueEyes@programming.dev 10 points 4 months ago

These will still fall prey to the reason that LLM summaries are bad: LLMs pick up the average, what is common, rather than what stands out and is genuinely important or new. Your writing will end up averaged out and the key things will be missed, only what is repeated again and again.

In my experience you can use a LLM to point out typos or grammar errors, but not to actually edit or rephrase your work. And at that point it's effectively just a slow and expensive, but better, spelling/grammar checker.

78
[-] JadedBlueEyes@programming.dev 19 points 4 months ago

Nope. You can just plug your TV into the aerial to get BBC + free channels. Netflix and whatever costs extra tho

[-] JadedBlueEyes@programming.dev 9 points 5 months ago

'refuse to provide packages'

Open source devs usually are volunteers, you can't expect them to spend hours figuring out different packaging systems for repos they don't even use 😭

[-] JadedBlueEyes@programming.dev 15 points 6 months ago

Wayland is basically X12 in many ways

[-] JadedBlueEyes@programming.dev 9 points 7 months ago

Talon is closed source, What's available on GitHub is the community command set - effectively just configuration

166
[-] JadedBlueEyes@programming.dev 9 points 7 months ago

They make one request per IP. Rate limit per IP does nothing.

[-] JadedBlueEyes@programming.dev 8 points 7 months ago

The problem (as matrix people found out the hard way) is some media & content is very illegal. Most individuals really don't want even the chance of being exposed to CSAM or gore, and neither do server operators want the chance of that being shared from their server or written to their disk when that can result in police at the door. You need default-on moderation that is very powerful, and end users should never be distributing media they don't want to. This pushes towards centralisation of nodes run by experts, and heavily punishes true P2P models.

[-] JadedBlueEyes@programming.dev 8 points 10 months ago

Here are some interesting feeds I follow, mostly tech-focused and quite Rust heavy:

Generated by opening an OPML export in firefox, running the following script and deleting a bunch of feeds:

 "- " + [...document.querySelectorAll("body > outline > outline")].map((f) => `[${f.getAttribute("text")}](${f.getAttribute("htmlUrl")}) \`${f.getAttribute("xmlUrl")}\``).join("\n- ") 
79
Look Ma, No CDN! (jade.ellis.link)
23
[-] JadedBlueEyes@programming.dev 12 points 1 year ago

They fixed this in version 0.19 pr #3872 (note that the cursor here is a way of hiding a post ID to continue from, as far as I can see).

Also, lame article? 😖

[-] JadedBlueEyes@programming.dev 23 points 1 year ago

Not a problem because passwords are hashed, which means they take up a fixed size, and you should have form upload size limits anyway.

74
view more: next ›

JadedBlueEyes

joined 2 years ago