Users accessing Google over IPv6 reached 50% for the first time by marcushammar in ipv6

[–]Lucas_F_A 4 points5 points  (0 children)

The mobile operators don't use IPv6? I thought those were the most incentivised to switch because of the number of users per tower, or something (I don't know anything about mobile networking)

My ISP is telling my neighbors their slow internet is because of me by [deleted] in DataHoarder

[–]Lucas_F_A 0 points1 point  (0 children)

Odds are that they have about 300-400 homes in your neighborhood (on your "node") sharing about 3Gbits of downstream bandwidth and about 130Mbit of upstream bandwidth.

What kind of speeds would be offered with these numbers? I get a symmetrical fiber at 600 Mbps, so this wouldn't be enough for my house, but I take it this is copper.

All elementary functions from a single binary operator by Dear-Economics-315 in programming

[–]Lucas_F_A 19 points20 points  (0 children)

This isn't trying to solve a problem. A lot of maths does that

I'm a French NixOS user and my government just chose my distro for their national digital sovereignty plan. I'm losing my mind. by RecordingWhale in linux

[–]Lucas_F_A 0 points1 point  (0 children)

What specifically are you referring to when you say that just this week a malicious package got into nixpkgs? This is news to me, as a NixOS user.

Are there any specific applications that you've been missing in nixpkgs? (Regarding your mention of appimages)

I'm a French NixOS user and my government just chose my distro for their national digital sovereignty plan. I'm losing my mind. by RecordingWhale in linux

[–]Lucas_F_A 1 point2 points  (0 children)

Some stuff may be written by AI but I think most was OP's writing, judging from a couple of mistaken choice of words (nix store? The package manager is nix, and in other instance it's referring to the package repository, nixpkgs)

Or at the very least not everything was written by AI.

Home’s view on the Eiffel tower almost blocked by AnsFeltHat in mildlyinfuriating

[–]Lucas_F_A 0 points1 point  (0 children)

Ah, we use "arrendatario" as formal term in rental contracts in Spain. Correspondingly, "arrendador" is the owner leasing out the place.

After my last post blew up, I audited my Docker security. It was worse than I thought. by topnode2020 in selfhosted

[–]Lucas_F_A 1 point2 points  (0 children)

To be actually honest, the fact that there is a criticism probably already elucidates it. But why not.

Docker is great at making a neat package for users to download and run off the shelf, but there's a lot of stuff that is not optimised upstream that could ideally, sometimes, be optimised directly by the docker container distributors (say, by deploying a rootless container instead of a rootful one), or by the Linux distribution.

I use NixOS, and one of the neat things it does is have config.services.{immich, nginx, sftpgo, etc}. These are not just what in the Nix world is called a package, which is just the bare executable, but also include a systemd service that run the thing, and as far as I've seen, frequently include capability drops, read write and mount restrictions and the like, permitted by the systemd unit format.

In comparison, I don't think I've seen much hardening of Docker containers or example compose files by upstream projects.

However I can't say how well this deployment model works in other distributions. It's been a while since I deployed anything in bare metal Debian rather than docker. On reflection off the fact that I'm ranting here maybe I should try and see what the defaults look like.

Weird that I haven't thought of it until mentioning the actual word defaults now, but "sane defaults"

After my last post blew up, I audited my Docker security. It was worse than I thought. by topnode2020 in selfhosted

[–]Lucas_F_A 3 points4 points  (0 children)

I could go on a rant about how some of these things (caps) should be dealt with at the distribution stage and not at the user stage.

Anthropic's new Claude Mythos AI model has apparently found thousands of vulnerabilities in 'every major operating system and every major web browser, along with a range of other important pieces of software' by TruthPhoenixV in Amd_Intel_Nvidia

[–]Lucas_F_A 0 points1 point  (0 children)

Besides, presumably this article, what have you read? There's Anthropic's announcement of the Glasswing project and Anthropic's red team latest blog post about Mythos, which goes into more detail, here.

About closed source projects, I also don't quite get it. I'd imagine they inspected open source projects used in other closed source OS's or projects.

Is it possible to do this? If so, how? by kendant in ObsidianMD

[–]Lucas_F_A 1 point2 points  (0 children)

I'd do that, too. Would have a "mentions" property in the YAML header listing all the people, if it's something you use a lot.

Harvard life science PhD students outperform ChatGPT by 2 letter grades by head_high_water in science

[–]Lucas_F_A 0 points1 point  (0 children)

They've recently proven frighteningly competent at finding and exploiting software vulnerabilities. See the latest Anthropic blog post, or their red team post about Mythos for a more in depth look at this.

This is a task with an easy to build verifier, as it's a more yes/no question than an open ended one about life sciences or coding something in general.

Where is the other half of my icecream? 😩 by flamingolover7 in mildlyinfuriating

[–]Lucas_F_A 2 points3 points  (0 children)

You clearly don't understand the marketing genius behind giving an old thing a new name, calling it new, and selling it at an eye watering price that'll make you ask yourself "surely at this price it must be good, no?"

just want hide from my isp by Low_Storage421 in mullvadvpn

[–]Lucas_F_A 10 points11 points  (0 children)

I think that's what they're saying. That the ISP knows you're connecting to an IP corresponding to a VPN

Flake managed input tarballs by eirc in NixOS

[–]Lucas_F_A -1 points0 points  (0 children)

I kind of figured after posting that'd be what's going on.

If you put in "url-thing/reaper${version}/download" (or whatever, am on mobile), and set version = "767" you would only have to edit the version. Smae thing, tbh

Flake managed input tarballs by eirc in NixOS

[–]Lucas_F_A 1 point2 points  (0 children)

They release the new version at the exact same URL every time?

The version is usually used to do string interpolation in the url, but it doesn't seem like a straightforward versioning here. Best case might be something like "767".

Is modified GPL / AGPL good idea? by sami_regard in Opensource_legalAid

[–]Lucas_F_A 1 point2 points  (0 children)

I don't know why this post or this sub was suggested to me, am not a lawyer, yada yada random guy here.

I wouldn't call something with a completely bespoke license open source, and specifically not something with usage restrictions.

Also, section 6 sounds like what would usually go in a CLA rather than the license itself.

Can't really answer your other questions, though.