BluescreenOfDeath

joined 2 years ago

You'd get even more savings using something like bees because it does block level deduplication.

What bees does is build a hash table of every block on your ssd, and compares them. If it finds any matches, it will delete one and just place a pointer to the other where the deleted one was, the pointer being much smaller than the duplicate data block.

Functionally, any installed games with shared assets get space savings. It's particularly helpful on with Steam games because of all the proton prefixes. Lots of opportunities for finding duplicate data blocks.

If you use snapshots, it can save even more.

[–] BluescreenOfDeath@lemmy.world 14 points 3 months ago

There's a difference between 'language' and 'intelligence' which is why so many people think that LLMs are intelligent despite not being so.

The thing is, you can't train an LLM on math textbooks and expect it to understand math, because it isn't reading or comprehending anything. AI doesn't know that 2+2=4 because it's doing math in the background, it understands that when presented with the string 2+2=, statistically, the next character should be 4. It can construct a paragraph similar to a math textbook around that equation that can do a decent job of explaining the concept, but only through a statistical analysis of sentence structure and vocabulary choice.

It's why LLMs are so downright awful at legal work.

If 'AI' was actually intelligent, you should be able to feed it a few series of textbooks and all the case law since the US was founded, and it should be able to talk about legal precedent. But LLMs constantly hallucinate when trying to cite cases, because the LLM doesn't actually understand the information it's trained on. It just builds a statistical database of what legal writing looks like, and tries to mimic it. Same for code.

People think they're 'intelligent' because they seem like they're talking to us, and we've equated 'ability to talk' with 'ability to understand'. And until now, that's been a safe thing to assume.

[–] BluescreenOfDeath@lemmy.world 2 points 3 months ago

Users are blameless, I find the fault with the developers.

Asking users to pipe curl to bash because it's easier for the developer is just the developer being lazy, IMO.

Developers wouldn't get a free pass for taking lazy, insecure shortcuts in programming, I don't know why they should get a free pass on this.

[–] BluescreenOfDeath@lemmy.world 19 points 3 months ago (3 children)

The post is specifically about how you can serve a totally different script than the one you inspect. If you use curl to fetch the script via terminal, the webserver can send a different script to a browser based on the UserAgent.

And whether or not you think someone would be mad to do it, it's still a widespread practice. The article mentions that piping curl straight to bash is already standard procedure for Proxmox helper scripts. But don't take anyone's word for it, check it out:

https://community-scripts.github.io/ProxmoxVE/

It's also the recommended method for PiHole:

https://docs.pi-hole.net/main/basic-install/

[–] BluescreenOfDeath@lemmy.world 1 points 4 months ago (1 children)

Putting fiber in the ground is expensive. I work for an ISP, and we estimate fiber overbuild costs at $15/ft. So a mile of underground fiber costs about $79,200.

[–] BluescreenOfDeath@lemmy.world 70 points 9 months ago

"You mean if I delete data, then it's gone? No matter what platform?"

[–] BluescreenOfDeath@lemmy.world 20 points 1 year ago (4 children)

Fucking same.

I deleted my main account once they first came out with the reddit recap, and deleted my replacement when they fucked RIF, never to return.

I still lurk without an account sometimes, but that's all they'll ever get out of me.

[–] BluescreenOfDeath@lemmy.world 3 points 1 year ago (3 children)

Looks pretty neat.

Is there a way to have it run like a ram statistics monitor? I'd love to have this running in a terminal window to monitor my ram statistics.

https://www.pcmag.com/news/brave-browser-caught-redirecting-users-through-affiliate-links

I'm not going to defend Mozilla by any means, but if you care about privacy, you wouldn't use a browser based on Chrome anyway.

[–] BluescreenOfDeath@lemmy.world 63 points 1 year ago (2 children)

You could replace "Brave Browser" with Firefox and the statement would still be true.

At least Firefox wasn't caught hijacking affiliate links.

[–] BluescreenOfDeath@lemmy.world 8 points 1 year ago (18 children)

As someone with two kids who play games on the switch, physical carts keep me from having to buy every game two or three times.

So losing the ability to buy a game and share it between three switches will severely increase the costs of games for me.

[–] BluescreenOfDeath@lemmy.world 6 points 1 year ago (1 children)

If you want to fully wipe the disks of any data to start with, you can use a tool like dd to zero the disks. First you need to figure out what your dive is enumerated as, then you wipe it like so:

sudo dd if=/dev/zero of=/dev/sdX

From there, you need to decide if you're going to use them individually or as a pool.

!< s

view more: next ›