Comment on
Proton CEO goes full MAGA
This is def not what going full MAGA looks like, lmao. This tame AF.
Comment on
Proton CEO goes full MAGA
This is def not what going full MAGA looks like, lmao. This tame AF.
Comment on
What torrenting software is everyone using nowadays?
QBITTORRENT
Comment on
Yt-dlp is the best way to download videos and audio
Absolutely. Bar none. Here's my config for downloading best quality YT videos (but works for other sites too) if anyone wants to base theirs on it: https://pastebin.com/ba9sFURT
Comment on
Google is feeling pretty pumped about a new way of showing you ads on YouTube
And I feel pretty pumped about blocking them.
Comment on
Microsoft should be terrified of SteamOS
When most/all multiplayer games start working on Linux that's when Linux can really start taking off.
Comment on
Apple, Costco stand behind DEI programs
There is a good chance they will also ditch DEI when it start to cut into their monies more.
Comment on
Sony patents include idea to lower input lag by using AI to predict which buttons you'll press next
I hate patents.
Comment on
El Salvador Will Keep Buying 1 Bitcoin Daily Until BTC 'Becomes Unaffordable' With Fiat Currencies, Says President Bukele – Featured Bitcoin News
Publicity stunt amount.
Comment on
Microsoft's draconian Windows 11 restrictions will send an estimated 240 million PCs to the landfill when Windows 10 hits end of life in 2025
Why would you send 240 million PCs to the landfill when you can install Linux on all of them?
Comment on
People with ADHD: What are the things about it that people don't get?
That we aren't content with our "laziness". I hate being "lazy," but people seem to think being lazy is a conscious choice. Another big one related to "laziness" is the fact that laziness is just the tip of the iceberg, it changes how you think, act, perceive things etc. in a way neurotypicals just can't comprehend.
Comment on
*Permanently Deleted*
Reply in thread
What if I paused a video to be able to read something from the paused frame and it's all covered by an ad?
Comment on
The Internet Archive has been fending off DDoS attacks for days
They should release an app where people can donate a portion of their storage to be used for redundancy in case anything happens to the archive.
Comment on
Microsoft Just Released MS-DOS Source Code!
Wake me up when they open source Windows 10/11.
Comment on
I installed Windows 10 in a virtual machine...man, this is straight up dystopian.
Absolutely disgusting! Literally the only reason why I still use Windows is the fact many games I play have anti-cheat spyware that doesn't work on Linux.
Comment on
*Permanently Deleted*
Ok this is actually a disgusting idea!
Comment on
HDMI forum rejects AMD's open source 4K@120Hz and 5K@240Hz HDMI driver
Fuck HDMI!
Comment on
Former redditors, how do you feel the conversations on lemmy differ than the ones you've observed on reddit?
Lemmy is WAY more left-leaning and instance/community mods are often more trigger-happy when removing comments/banning people.
Comment on
10 years ago, a person would be insulted for filming a video in portrait instead of landscape. Now, old landscape videos are being cropped and resized to fit in a portrait player.
Non-landscape videos give me mental discomfort.
Comment on
Texas State Rep. Matt Schaefer: Every elected official in America is required "to worship God"
Disgusting
Comment on
What personal project are you working on currently? Would you mind showing it?
I'm working on a system which allows people to get synchronized/coordinated reminders about anything on a daily basis. It's just a Rust library ATM, but I might make it into a website or an app eventually (or someone else can, since the algorithm is like 10 lines of code and in public domain). https://github.com/TypicalHog/randevu
What does this thing solve? Imagine a game (perhaps obscure/dead one) you and some other people really like, but there's never enough people playing it at the same time for it to function (imagine it's a multiplayer game). People could add the game to the list and the game would be featured to everyone who has it on their list of items on the same days. Let's say once a month or once a year etc. This would allow people to all come play/appreciate/discuss the game on the same days instead of each person randomly remembering it and playing it alone on random days when no one else is. The system also works for movies, videos, books, websites, people, servers and literally ANYTHING else. It also works offline with no internet connection. The system assigns each item a "significance" value each day. Values range from 0 to infinity and each value happens 2 times less often than the previous. For example: 0 happens every single day, 1 about every 2 days (on average), 2 every 4 days, 3 -> 8, 4 -> 16, 5 -> 32 and so on. So imagine a system assigned value 5 to some game today. Every single person who has set their "reminder/significance" threshold to 5 or below for that game will get a reminder about it. And if enough people do so - one can expect that game to have surges of activity every now and then (when its significance number is high). The system essentially "scoops up" everyone who's interested in something and directs them towards it on the same days. I'm sorry if this is confusing, but the system is actually super simple, I just might be bad at explaining it.
Here's a visual analogy:
Imagine if each object had a board like one in the picture. The system throws a dart randomly somewhere on the board for each object every day. The section where the dart lands determines the level of significance that's assigned to that object. Note that the dart lands on completely different place for different objects like MINECRAFT, XONOTIC and THE_MATRIX_1999. But, for each person using the system, the dart will land on the exact same spot for the same item. So if a dart lands on the section with the number 4 for the object THE_SIMPSONS - every single user who has THE_SIMPSONS on their list will "see" that the dart landed on 4 that day. And like I said - anyone who has their reminder threshold set to 0, 1, 2, 3 or 4 will have THE_SIMPSONS featured that day. Once again, the system isn't actually throwing virtual darts on a colorful board and is actually just spitting a single number for each item each day, but this visualization is IMO a good abstraction that explains the system.