Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Google Alternatives Thread (Score 1) 206

...there was extensive documentation on how Biden pressured social media companies to silence everyday American citizens. [ ... ]

Couple 'o things:

  1. Extraordinary claims require extraordinary proof,
  2. Assertions made without evidence may be dismissed without evidence.

Not even ordinary evidence was provided. So we can set that nonsensical statement aside.

The Truth: The Biden Administration was seeking to remove maliciously posted lies and falsehoods concerning COVID-19's risks and how to mitigate them, so that people without mad Google sk1llz searching for information on staying healthy would be less likely to encounter false, life-threatening information.

Example: Back in 2020, there was this slob who suggested on national television that the best way to avoid COVID was to inject disinfectant , and that the disease could by treated by ivermectin -- which is a horse de-wormer (i.e. an anti-parasitic, not an anti-viral). Both claims were absolute bullshit , but nevertheless got repeated millions of times on social media by "everyday Americans." It was this kind of LIFE-THREATENING GARBAGE that the Democratic Administration was seeking to mitigate. So that people wouldn't, y'know... die.

Comment Re:NPM needs to be burned to the ground (Score 2) 33

ve never seen a software distribution mechanism as careless and sloppy as NPM. Bazillions of dependencies and no signing of packages. [ ... ]

Rust's cargo packaging system is almost exactly the same way. And the last time I looked, Go's packaging was very similar. And package signing won't help if the maintainer's key/cert has been exfiltrated and cracked.

This is what you get when you embrace DLL Hell -- the idea that you should pin your program to a single specific revision of a library, rather than, y'know, doing the engineering work to ensure that, as an app author, you're relying only on documented behavior; and, as a library author, to be responsible for creating backward compatibility for old apps linking to old entry points. Sticking to that principle lets you update shared system libraries with the latest enhancements and bug fixes, while remaining relatively sure none of the old clients will break.

"Sometimes you have to break backward compatibility." Agreed, but the interval between those breaks should be measured in years, not days.

Comment Re:for profit healthcare needs to go and the docto (Score -1) 51

This is retarded.

1. It isn't for profit healthcare that is the problem, it's THIRD PARTY PAY.
2. I don't use third party pay, ever, for healthcare. I've been insured nonstop for over 30 years, and NEVER ONCE has my insurer paid my doctor.
3. Even when I've had emergencies, I still called around, negotiated a fair cash up front rate, paid cash up front, and billed it to my insurer. My cash up front rate was sometimes below any co-pay negotiated with my insurer, lol.

I just recently had some elective surgery that would have cost me about $2000 on my annual deductible, but I was able to cash pay a negotiated rate of $400 including a follow-up "free". I submitted the $400 to my insurer and they reimbursed me.

Third party insurance exists because YOU VOTERS demanded the HMO Act of the 1970s, which tied health care to employment, and then employers outsourced it to third parties.

Health care is remarkably cheap in the US (cash pay, negotiated) and I don't have to wait months to see a doctor when I call and say I am cash pay. They bump me up fast.

Comment *Has* to Be a Scam (Score 1) 47

Previous comments have been drawing analogies to Black Mirror, but this "idea" goes back much further...

...This is an episode of Max Headroom (US version).

Specifically, S02E02: "Deities." A company claims to be able to bring past loved ones back to "life" as an AI, for a modest recurring fee. But Bryce (the creator of Max Headroom) opines they can't possibly have the compute power to do it, as it requires a large mainframe just to run Max's highly flawed, glitching bust.

Wouldn't surprise me if the "visionaries" behind this saw that episode, and saw an opportunity to fleece gullible rubes.

Comment AI replacing Cognition (Score 1) 160

We are talking not about AI taking this job or that job. We are talking about AI making Cognition redundant. So tell us about the jobs that do not rely on Cognition. And donâ(TM)t say anything like agriculture or plumbing, because when you has r humanoid robots, thats just another form of Cognition. So name the jobs people will do that is not based in a form of Cognition.

Comment Re: trump take electricity (Score -1) 238

Nah.

Iâ(TM)m 51. Iâ(TM)ve had health insurance continuously for 35 years and have used it exactly ZERO TIMES.

I am self pay. For everything but true life threatening emergencies, which Iâ(TM)ve had zero.

Even the ER is cheaper when negotiated self pay.

My urologist is stunned that I pay $85 for his visits. Self pay. Including labs. My colleague goes to the same urologist and his insurance pays $550 for the same visit and naturally it comes out of his deductible lol.

Insurance is a scam. All insurance is legal gambling and gamblers never win.

Submission + - Debian 13 trixie arrives with RISC-V support and updated Linux kernel (nerds.xyz)

BrianFagioli writes: After more than two years (wow!) of development, Debian 13 âoetrixieâ has officially been released. The new stable version will receive five years of support from the Debian Security team and the Long Term Support team, continuing the projectâ(TM)s tradition of reliability.

This release includes updated desktop environments such as GNOME 48, KDE Plasma 6.3, LXDE 13, LXQt 2.1.0, and Xfce 4.20. There are over 14,100 new packages, more than 44,000 updated ones, and around 8,800 that have been removed as obsolete. The codebase now spans more than 1.46 billion lines.

Key software updates include the Linux kernel 6.12 LTS, LibreOffice 25.2, GCC 14.2, OpenJDK 21, PostgreSQL 17, PHP 8.4, Python 3.13, LLVM/Clang 19, GIMP 3.0.4, Apache 2.4.64, Nginx 1.26, MariaDB 11.8, and systemd 257.

A major change in this release is the official addition of riscv64 support, making it possible to run Debian on 64-bit RISC-V hardware. Debian 13 supports seven architectures in total. However, this release also ends i386 as a standard architecture and is the last version to support armel.

The Debian team has continued to improve reproducible builds, added 64-bit time_t support for dates beyond 2038, and optimized cloud images for Amazon EC2, Microsoft Azure, OpenStack, and PlainVM. For those who want to try it before installing, live images are available for amd64 and arm64 in multiple desktop environments.

Comment Re:Repeat after me (Score 1) 35

I'm self-hosting Vaultwarden on my LAN, a Bitwarden-compatible backend written in Rust. I have it running inside a jail on TrueNAS Core (which, alas, is now end-of-life). It hosts its own Web interface, but also is compatible with Bitwarden's Android app and browser plugins.

So far, it's worked out pretty well for me.

Slashdot Top Deals

<<<<< EVACUATION ROUTE <<<<<

Working...