Power of what sort?
Lung
Expert developer, Buddhist
- 1 Post
- 52 Comments
Lung@lemmy.worldto Games@lemmy.world•SteamOS 3 finally released by Valve for other handheldEnglish63·2 months agoYes, welcome
Lung@lemmy.worldto Linux@programming.dev•How does Trump defunding projects like TOR realistically affect its (and other opensource projects) security?21·2 months agoYou may find it funny to learn that Signal’s early development was funded by an arm of the govt that focuses on distributing ideology worldwide – US Agency For Global Media (Radio Free Asia and Open Technology Fund)
You may also find it interesting that Trump eliminated this entire agency about two months ago
Why did the USA run all these programs and fund privacy software? Ostensibly to help people in oppressive regimes communicate. To broadcast alternative media
It seems like there’s more to it since you generally also have to pay the union dues, is that factored into the math here?
Unions are tricky. Police union that keeps cops from being punished? Idk maybe not great. Union that pays dock workers that don’t actually work to keep automation from ruining the job landscape? I’m not sure. Teachers negotiating for fair pay? Seems great!!
Like all things in society, we need nuance, not “unions good” or “unions bad”
Lung@lemmy.worldto Games@lemmy.world•Heroes of Newerth: Reborn - Official Announcement TrailerEnglish4·5 months agoWhat an era. Was kinda the most unbalanced moba, where a single high skill player could dominate both teams. Good time to be a mid ganker carry
Lung@lemmy.worldto Selfhosted@lemmy.world•Why Plebbit Outperforms Any Other Decentralized Social Media PlatformEnglish36·6 months agoWell, I took the time to read the whitepaper, and it’s yeah, pretty dumb sounding. The gist is that it’s p2p post sharing with lots of captchas & a crypto edge that it probably doesn’t need https://img1.wsimg.com/blobby/go/eb02f20b-e787-4a02-b188-d0fcbc250ba1/pleb.tex-6d2e1bf.pdf
The similarities to Lemmy are substantial, it’s just not on activitypub, but rather its own pubsub thing. If you want to host data, you still have to keep a node running at all times, it’s not the case that “there are no instances”. Those instances can moderate the content, so it’s not the case that “there’s no moderation.” The whitepaper mentions that “its possible to delegate running a client to a centralized server…” rather than having to have a fat syncing client running on your own machine … in lemmy, it’s more like “its possible to run your own node if you want”. Plebbit doesn’t care about maintaining history of posts, it expects that servers will go down over time, and the data will be lost. Lemmy is pretty similar in that regard too, if all instances hosting the data go down, then it’s lost. The expected outcome is that there’s a handful of big nodes, as is the typical result of this form of “decentralization” - same as Lemmy, Email
Ultimately, I don’t see Plebbit doing anything particularly smarter/better, and having private/public key cryptography involved doesn’t really matter. They talk about blockchains and using coins as anti-spam mechanisms, but I don’t see why that’s relevant to the implementation
Lung@lemmy.worldto Science Memes@mander.xyz•After the new Kurzgesagt video about black holes...English3·7 months agoMy mang if giant atoms exist then we are definitely the empty space between them, part of a large X-dimensional furry
Lung@lemmy.worldto Science Memes@mander.xyz•After the new Kurzgesagt video about black holes...English21·7 months agoImma wait to be excited about this, it’s some kinda nonsense like gigantic atoms, with a hard candy shell made of bubbles but the energy of 10 suns idk man that’s pretty out there
Ofc existence is pretty strange on a good day …
Lung@lemmy.worldto Programming@programming.dev•.dev It's time to return to the roots, to the C programming language.16·10 months agoYeah idk or maybe use the right tool for the job rather than joining cults
Lung@lemmy.worldto Programming@programming.dev•.dev It's time to return to the roots, to the C programming language.274·10 months agoAre you high?
Why am I writing this post? Not because I hope for something or believe in change. These are just words. I could write this at the end, but then you would be looking for answers for me while reading, and I don’t need them. They won’t change anything.
So here it is. I don’t claim to be a software development guru or a C language expert. I’m just a simple developer.What? People stopped using C because it takes forever to write. You’re still stuck adding null terminators to string arrays and stressing about memory leaks and overflows. Even the Linux kernel / Linux Torvalds are moving towards Rust. That’s evolution, and sometimes evolution is messy
Then the rest of your thing seems to be about how people shouldn’t make money from coding? That’s one of the most valuable skills of the information age, and you can become a millionaire in a decade doing it
Just contribute to open source if you want to do some “good deeds”
Idk seems very useful to me, like if I need a paperweight or doorstop
Lung@lemmy.worldto Linux Gaming@lemmy.ml•Not trying to clickbait but is this the end for kernel-level anti-cheat?52·10 months agoI think I need more info. It seems like userspace is very hackable, so thus kernel level anti-cheat was born to control stuff like synthetic inputs and manipulation of memory / frame analysis. This anti-cheat would be held together by the fact that the kernel/drivers are proprietary and not very easy to edit. Obviously still possible because it’s on your own computer, but challenging and invasive. Do I have that right?
In which case I don’t see how going back to userspace would help. What is the solution? There probably isn’t one outside of hardware (buying a hacking chip and soldering it in is annoying for most)
When I was doing game dev we focussed on AI-style analytics of user behavior. Of course a good enough bot could always look human. A real cat and mouse game wasting lots of time
Lung@lemmy.worldto Privacy@lemmy.ml•In These Five Social Media Speech Cases, Supreme Court Set Foundational Rules for the Future | Electronic Frontier Foundation3·11 months agoWow positive supreme court news, wild. Tldr might be that users have a right to post and do stuff on the site, site owners have right to moderate and promote as they see fit, governments aren’t not allowed to stomp on free speech on these platforms or coerce the platforms?
Lung@lemmy.worldto Programmer Humor@programming.dev•This is my life now, until I finally understand Cmake.42·11 months agoThat’s like one thing ML can actually help with XD cute cat
Lung@lemmy.worldto Blahaj Lemmy Meta@lemmy.blahaj.zone•Blahaj Lemmy state of the shark - Our goals, politics and recent events6·1 year agoThe POOR HORSES why do people do this??
Lung@lemmy.worldto Programming@programming.dev•How far should a programming language aware diff go?171·1 year agoI was into this until I realized that it’s not open source and not even available outside of vscode and GitHub web
As a side note, I’m amazed that this lemmy thread has twice as many updoots as reddit. Looking forward to the day when I don’t need to go on Reddit at all (it’s just for Joplin and NeoVim)
Have it on mine today after updating!
Mobile plugins!! Yesss
I just read up on what mauikit is, and it just seems like a pretty bad idea compared to Flutter. Flutter is shitty too, but it’s shitty for the right reasons – operating systems have pretty different UI systems and supporting many of them is hard. But it runs everywhere instead of just Linux and Android