[-] onlinepersona@programming.dev 0 points 2 days ago* (last edited 2 days ago)

There's nothing crypto in the radicle protocol. What I think you're referring to are "drips" which uses crypto to fund opensource development (I know how terrible). It's its own protocol built on top of ethereum and is not built into the radicle protocol.

This comes up every time someone mentions radicle and I think it happens because there's a RAD crypto token and a radicle protocol. Beyond the similar names, it's like mistaking bees for wasps because they look similar and not bothering to have a closer look.

Drips are funding the development of gitoxide, BTW, which is a Rust reimplementation of git. I wouldn't start getting suspicious of gitoxide sneaking in a crypto protocol just because it's funded by crypto. If we attacked everything funded by the things we consider evil, well everything opensource made by GAFAM would have to go: modern video streaming (HLS by Apple), Android (bought by Google), LSPs (popularised and developed by Microsoft), OBS (sponsored by Google through YouTube and by Amazon through Twitch), and much much more.

Anti Commercial-AI license

[-] onlinepersona@programming.dev 3 points 4 days ago

That's a well-meaning assumption, but no. My personal experiences asking for help from the linux community are very spaced out, and I understood long ago that asking for a GUI for something in linux is akin to requesting the murder of Torvalds.

For sure there are lots of people who start using linux and demand it works for their very specific usecase, verbally assault project maintainers, expect they be treated like paying customers despite getting something for free, and just do not understand that many opensource projects are passion projects with no commercial goals. I won't even get into the FLOSS purists who lose their minds when somebody does want to make money with opensource and dares use a different license.

But what I see more often is somebody asking for instructions to do something and being told to RTFM, "just do X", or copy-paste some commands into their terminal. And when the person asks for something without terminal commands, the responses are less than friendly. What worse is when developers suggest building a GUI (or even presenting a GUI) to make things easier for newcomers and advanced users going "but there's a CLI for that" or "please don't" or some other response like that.

And of course this isn't limited to the OS. As a developer, the "just use vim/emacs" crowd are equally as annoying. Trying to get neovim configured was such a terrible experience I just dropped it. Not only because of neovim itself, but because of the community too. "just learn LUA", "just copy this into your config, it's not that hard", *copy-paste some link to a stack-overflow question that has nothing to do with the question I asked*, etc. . It's quite similar with the Rust community that would love to lynch anybody using unsafe in their code.

It's that unhelpful and dogmatic attitude that I find is pervasive in tech communities. KDE developers and Gnome developers get along well, KDE and Gnome users could wage wars over which DE is the best. Zeus help you if you're a beginner and get in between.

Anti Commercial-AI license

[-] onlinepersona@programming.dev 1 points 5 days ago

Recommending Arch to people who just want a working machine is silly, and stuff like Gentoo is kind of dumb shit.

This is precisely what I mean. But there are too many people in the community who do exactly this. And then when beginners post a tirade about how shitty the linux experience was because they were recommended a geek distro, the comments are often filled with the equivalent of "skill issue".

Anti Commercial-AI license

[-] onlinepersona@programming.dev 5 points 5 days ago* (last edited 5 days ago)

What are you talking about? Are you saying sealed sender is a lie? If so, I want some proof.

Anti Commercial-AI license

[-] onlinepersona@programming.dev -2 points 6 days ago

There is a lot of FUD here. It's just like anti-vaxxers claiming vaccines make you autistic or have microchips in them: they don't understand what they're talking about, have different threat models, and are paranoid.

Messages are private on signal and they cannot be connected to you through sealed sender. There have been multiple audits and even government requests for information which have returned only the phone number and last connection time.

Anti Commercial-AI license

[-] onlinepersona@programming.dev 4 points 6 days ago* (last edited 6 days ago)

Are you seeing spam on signal? Do you even know why spam is possible on phone networks and what the difference is between phone networks and the internet?

Anti Commercial-AI license

[-] onlinepersona@programming.dev 118 points 2 months ago

Guys, stop using github. Put your stuff on gitlab or codeberg (clearnet or on I2P), or even put it on radicle (which can also be hosted on TOR or I2P). They'll have a much harder time taking down stuff on alternatives and it'll be nearly impossible on hidden services.

Anti Commercial-AI license

79

addition to the USB updates and big staging flush merged yesterday for the Linux 6.13 kernel merge window, the "char/misc" pull was also honored for that catch-all of various kernel changes. With the char/misc pull there are some notable additions for those wanting to write kernel drivers within the Rust programming language.

451
submitted 4 months ago* (last edited 4 months ago) by onlinepersona@programming.dev to c/programming@programming.dev

They slowly started locking down the platform for people without accounts and it has been really annoying to use the website since. First it was not possible to search for code, then even searching for issues got more and more difficult with it randomly failing, and now it's gotten to the point where I can't search for a fucking project anymore!

Github's search is becoming as bad as reddit's, where if you want to find anything, a secondary service like SourceGraph, GrepApp, or even a dumb search engine is better. Sometimes those haven't indexed what I need (especially code search), so I have to download the bloody tarball and rg for whatever the fuck it is I was looking for. Sometimes it will also block the VPN I'm using, so I have to proxy to a non-VPNed machine. The world could do without these unnecessary roadblocks.

What also grinds my gears is requiring an account to contribute. There is no way to send in a patch, raise an issue, or anything without an account there, so by if a project being on github, you have no choice but to give Microsoft your data to participate in opensource. Don't get me wrong, mailing-lists are filth, but and I'd rather claw my eyes out than participate in any project demanding their use, but Microsoft being the "lesser evil" is not a good look.

Please, for the love of opensource, get your project off of github, please. It's a monopoly at this point and doing microsoft things. This isn't the end and they'll probably do more stuff to see how far they can push it. We'll all be the boiled frogs.

Yes, I know they have a CI and some other features, but if all you're doing is hosting your code, please consider an alternative.

Possible alternatives in alphabetic order:

  • Codeberg (could have federation in the future)
  • Gitlab (has CI)
  • ~~OneDev (no git SSH clone but feature-rich)~~ not an instance for the public
  • Radicle (no CI, but federated)
  • Sourcehut (minimalist, but fast as fuck)

or maybe others will suggest more.

92

Right now their page https://upgradefromwindows.com just redirects to https://www.fsf.org/windows which has a wall of text and an infographic. Even I, who doesn't have windows and will never reinstall it unless forced, clicked away from the page within 5 seconds. The FSF desperately needs help with marketing and design, plus it would be great to have tooling for brain-dead linux installation (no, find distribution, backup, put linux on a USB-stick, reboot, hit some button to get into the BIOS, select "USB stick", reboot, click through installation, find alternative software, is not brain-dead).

128

Many might've seen the Australian ban of social media for <16 y.o with no idea of how to implement it. There have been mentions of "double blind age verification", but I can't find any information on it.

Out of curiosity, how would you implement this with privacy in mind if you really had to?

9
[-] onlinepersona@programming.dev 135 points 6 months ago* (last edited 6 months ago)

I like the prospect of more Linux hardware hitting the market with officially supported distros. The European Union should be funding this kind of stuff to supplant Microsoft within its borders.

Anti Commercial-AI license

109

cross-posted from: https://lemmy.zip/post/25405532

Qualcomm engineering director Trilok Soni recently confirmed that the company's Linux team published Linux kernel updates for the Snapdragon 8 Elite processor. Qualcomm unveiled the SoC earlier this month, targeting a new generation of flagship phones and tablets supporting Android and Linux.

54

Scientist Jim Wild has traveled to the Arctic Circle numerous times to study the northern lights, but on Thursday night he only needed to look out of his bedroom window in the English city of Lancaster.

85

Black holes the size of an atom that contain the mass of an asteroid may fly through the inner solar system about once a decade, scientists say. Theoretically created just after the big bang, these examples of so-called primordial black holes could explain the missing dark matter thought to dominate our universe. And if they sneak by the moon or Mars, scientists should be able to detect them, a new study shows.

12
82

Telegram, an essential communication tool for millions, finds itself under scrutiny once again. Copyright holders have long expressed concerns about the lack of enforcement on the platform, and recent actions suggest Telegram is responding. Subscribers to Z-Library's popular channel recently noticed that several of the shadow library's messages have been removed "due to copyright infringement."

50
19

A new study from the USC Viterbi School of Engineering researchers, along with researchers from the Institute de Physique du Globe de Paris at the University of Paris Cité, has found that the increase in soil erosion in coastal areas due to desertification is worsening flood impacts on Middle Eastern and North African port cities.

[-] onlinepersona@programming.dev 133 points 1 year ago

Capitalism. As soon as bad PR is over, it's back to business.

[-] onlinepersona@programming.dev 199 points 1 year ago

👏 OPEN 👏 SOURCE 👏 AFTER 👏 OBSOLETION 👏

view more: ‹ prev next ›

onlinepersona

joined 2 years ago
MODERATOR OF