JadedBlueEyes

joined 2 years ago
[–] [email protected] 1 points 15 hours ago* (last edited 15 hours ago)

This is literally Minority Report

[–] [email protected] 10 points 1 month 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- ") 
[–] [email protected] 5 points 7 months ago (2 children)

I use https://fedoraproject.org/coreos/ for my server/website. My host doesn't offer it as an image so I have to upload it myself, but I use an ISO I made with the CLI to automatically set up everything anyway. It works pretty well, I configured auto updates and I can just forget about it.

[–] [email protected] 24 points 7 months ago (5 children)

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