onlinepersona

joined 2 years ago
MODERATOR OF
[–] onlinepersona@programming.dev 1 points 4 weeks ago* (last edited 4 weeks ago)

As they should. Please drag out and lose big. Hopefully the fine increases the longer this goes on.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 2 points 1 month ago* (last edited 1 month ago)

Nowadays, anything "unlimited" is highly likely to be fake. There's just too much potential for abuse and nobody is going to finance that.

Cursor is also US, so their terms and conditions can change at any moment without following any rules whatsoever if you're in the US. Probably for EU customers they might have a problem, because they require notification of changes and to give the user the option to reject the changes and cancel with no supplementary charge.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 2 points 1 month ago* (last edited 1 month ago) (7 children)

The ability to generate tritium within the reactor is crucial. A sustainable fusion energy system needs to produce more fuel than it consumes

I clearly don't understand the fusion process. Deuterium is used to fuse and create tritium?

The reactor core also features an electron-screened environment. This design reduces the energy needed to overcome the Coulomb barrier between particles, which lowers required fusion temperatures by several million degrees and allows for higher performance in a compact size.

What's this "electron screened environment" they are talking about? They can't purge all electrons from molecules when they enter can they? That would make the molecule instable. But it sounds like they are doing something similar in order to reduce the temperature required for fusion.

Anti Commercial-AI license

Isn't this what the kids call "rawdogging" nowadays? Rawdogging icecream, rawdogging life, rawdogging rawdogging.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 0 points 1 month ago (1 children)

The comparisons you're making are off base and it feels like you're mocking something you don't understand, while doing so with a lot of confidence. I'd suggest you either read an article, watch a video, or read the ActivityPub spec's intro. It isn't long and should help you understand the basics. Then you can move on the ForgeFed spec which is the ActivityPub extension for source forges. And you can always ask an LLM to summarise it for you if you really don't understand.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 2 points 1 month ago* (last edited 1 month ago) (3 children)

Git is already inherently distributed and automagically mirroring to other remotes is generally like three lines in any CI syntax (and there is probably a precommit hook for it too).

Git is, but what about everything else? When you clone a project on gitlab or github, does it come with all the issues, discussions, MRs, and so on?

I can see a LOT of security issues with not having a centralized source of truth on what the commit hashes should be and so forth.

That's what signed commits are for. Also, pull/merge requests and issues are sent to the origin instance, just like in the fediverse. Like now, you made a comment on a post on Fediverse@lemmy.world through your instance lemmy.zip. The same would happen with your comments, pull/merge requests, issue reports, and so on. There's no need for a "central authority".

Anti Commercial-AI license

[–] onlinepersona@programming.dev 7 points 1 month ago* (last edited 1 month ago) (2 children)

Uh... Responding to the wrong post? Not sure what you're on about.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 1 points 1 month ago* (last edited 1 month ago)

Does it include route search using public transport?

Regardless, congrats on the release!

Anti Commercial-AI license

[–] onlinepersona@programming.dev 0 points 1 month ago* (last edited 1 month ago)

LKML: The end boss of kernel development

Contributing to Linux was my first time interacting with a mailing list, at least for the purpose of sharing and reviewing code. I thoroughly hated the entire process. I tried in vain to write about my experience in a constructive manner, but it always turned into an unhinged rant, so I gave up. In summary, I think that sending and reviewing patches via email is exactly as insane as it sounds.

That's the worst part but kconfig doesn't sound much better. Even if I had time, I wouldn't try contributing to the kernel for those 2 reasons alone.

It is great that he got to the point he is now. Kudos for pervering.

Anti Commercial-AI license

[–] onlinepersona@programming.dev 0 points 1 month ago (1 children)

“As should now be clear, this ruling does not stand for the proposition that Meta’s use of copyrighted materials to train its language models is lawful. It stands only for the proposition that these plaintiffs made the wrong arguments and failed to develop a record in support of the right one,” the ruling reads.

[–] onlinepersona@programming.dev 1 points 1 month ago (1 children)

I still don't understand why something so unstable and far from ready had to be put into the kernel upstream. How did Kent manage that? Is he really that good with words? Reading his messages on LKML, it really doesn't seem so. No-one is a god programmer, but was his code so convincing, his practices so good, his testing so thorough, that it being unstable could be ignored?

Anti Commercial-AI license

 

IRL, I once listed my favorite bands across metal, rock, hip-hop, electronic, and drum n bass and was hit with "that's standard programmer music".

As someone with little physical human contact outside of work and actually meeting devs outside to find out they listen to the same music was a little surprising. That was a tiny sample though and this is the web though and people are from all over, what kind of stuff do you listen to? Favorite genres, artists, or just "everything" even noise?

 

The device with I2P is behind a NAT router without UPnP. The device has a firewall but has opened the UDP and TCP port for internet facing communication. The ports from the router are forward to the device's ports. Are there any ports missing?

Edit: I finally figured it out. The port forwarding was only for TCP. It would be good to have logs or some kind of status window stating why it thinks it's firewalled though.

Anti Commercial-AI license

 

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.

 

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.

 

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).

 

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?

 
 

cross-posted from: https://lemmy.ca/post/32201894

 

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.

 

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.

 

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.

view more: ‹ prev next ›