HN user

trulyrandom

3,107 karma
Posts86
Comments173
View on HN
nixos.org 1mo ago

NixOS 26.05 Released

trulyrandom
13pts2
go.dev 5mo ago

Go 1.26 Is Released

trulyrandom
1pts0
nixos.org 7mo ago

NixOS 25.11 released

trulyrandom
210pts64
tailscale.com 1y ago

The Evasive Evitability of Enshittification

trulyrandom
27pts8
security.googleblog.com 1y ago

Sustaining Digital Certificate Security – Upcoming Changes to Chrome Root Store

trulyrandom
7pts0
geohot.github.io 1y ago

AMD YOLO

trulyrandom
120pts82
words.filippo.io 2y ago

XAES-256-GCM

trulyrandom
9pts1
commandcenter.blogspot.com 2y ago

Simplicity

trulyrandom
5pts0
nixos.org 2y ago

NixOS 23.11 Released

trulyrandom
6pts0
github.blog 2y ago

GitHub Copilot – November 30th Update

trulyrandom
3pts0
arstechnica.com 2y ago

Microsoft offers legal protection for AI copyright infringement challenges

trulyrandom
2pts0
go.dev 2y ago

Scaling gopls for the growing Go ecosystem

trulyrandom
4pts0
drewdevault.com 2y ago

Hello from Ares

trulyrandom
8pts0
www.theguardian.com 2y ago

Russian court sentences Alexei Navalny to further 19 years in prison

trulyrandom
33pts0
security.googleblog.com 2y ago

Pixel Binary Transparency: verifiable security for Pixel devices

trulyrandom
2pts0
security.googleblog.com 3y ago

An important step towards secure and interoperable messaging

trulyrandom
15pts5
research.swtch.com 3y ago

Coroutines for Go

trulyrandom
330pts182
services.google.com 3y ago

Intel Trust Domain Extensions (TDX) Security Review [pdf]

trulyrandom
3pts0
research.swtch.com 3y ago

Opting in to Transparent Telemetry

trulyrandom
10pts4
discourse.ubuntu.com 3y ago

Ubuntu Flavors/Spins Will No Longer Be Able To Install Flatpak By Default

trulyrandom
9pts2
research.swtch.com 3y ago

Transparent telemetry for open-source projects

trulyrandom
248pts300
www.usenix.org 3y ago

Security and Privacy Failures in Popular 2FA Apps

trulyrandom
16pts0
googleprojectzero.blogspot.com 3y ago

RC4 Is Still Considered Harmful

trulyrandom
1pts0
i3wm.org 3y ago

I3 v4.21

trulyrandom
1pts0
blog.cr.yp.to 3y ago

NSA, NIST, and post-quantum crypto: my second lawsuit against the US government

trulyrandom
974pts443
arstechnica.com 4y ago

Shkreli released from prison to halfway house after serving under 5 of 7 years

trulyrandom
2pts1
security.googleblog.com 4y ago

Privileged pod escalations in Kubernetes and GKE

trulyrandom
2pts1
tailscale.com 4y ago

Tailscale is officially SoC 2 compliant

trulyrandom
12pts8
tailscale.com 4y ago

Tailscale extension for Docker Desktop launches at DockerCon

trulyrandom
3pts0
security.googleblog.com 4y ago

Package Analysis Project: Scalable detection of malicious open source packages

trulyrandom
1pts0

Just to add a non-problematic experience report to the mix: I've been using 6.10 for months on two AMD machines with different hardware (one with a 7840U and one with a 5700XT) without any issues whatsoever.

Really? Is the new implementation of the sync server finally stable? For years we've been stuck between the old Python 2 implementation and the new incomplete Rust implementation.

NewPipe 0.26 3 years ago

I remember there being talks of a complete rewrite of Newpipe. Did anything come of that? I'm a happy user, so I don't really have an opinion on whether it should happen or not.

I'm always excited to see developments in the Nix ecosystem, but I can't help but feel that this is a little bit tone-deaf. Nix flakes is a sensitive topic in the Nix community. Instead of spending time gracefully stabilizing the currently experimental feature, some of the core contributors to Nix apparently feel that doubling down and building a product on top of it instead is a better way to spend time.

In addition, we're invited to join the discussion on Discord, of all places, instead of the other two standard messaging platforms that the Nix community typically uses (Matrix and IRC)

I share your frustration about the Nvidia situation. However, if you want to run a certain operating system and have a good experience, you need to buy hardware that's well-supported on that operating system. It's as simple as that. This is a little like buying an M1 Mac and complaining that Linux doesn't run well on it.

I've been using Borg for years. It's great! The deduplication feature allows me to take a "full" backup of my work station hourly. Taking frequent backups like this has already saved my bacon a number times in cases where I accidentally mangled/deleted a file I didn't mean to touch.

I recently stumbled upon the release notes for the (WIP) v2: https://www.borgbackup.org/releases/borg-2.0.html. Seems to address quite a few of the pain points of v1.

I believe fish already does some of these things. For example: if there is no binary available in PATH for one of the commands in your history, that command won't be suggested. Same goes for commands that have file/directory names in them that don't exist.

Flutter 3 4 years ago

Indeed. It wasn't that long ago that Material components for Android finally got proper support for Material 2 in a stable release of the library. But everything started too look too nice and consistent, so now we're getting steamrolled with Material 3.

Hah, I know that pain. I'm optimistic about the future though. I recently installed Ubuntu on my new work laptop and soon after it offered to update the firmware of my Dell docking station. I was pleasantly surprised to see that.

71 in total. I store all tokens in Aegis and have automatic backups configured, so I don't find it to be too unmanageable. It's seem like a lot, but then again I also have hundreds accounts in my password manager at this point.

You can set up 2FA through one of the other options first. After that, TOTP should be available as an option as well. After setting TOTP up, you can remove the other one.

They're probably hiding the TOTP option because the backup story for Google Authenticator is really poor. If you lose your device, you lose access to all of the accounts you had set up 2FA for with Google Authenticator. Of course, there are other TOTP apps that are better in this regard, but Google is unlikely to promote those because then they'd lose some control over the authentication flow.

Looks sharp! I've worked with WPF quite a bit in the past and still think it's the nicest UI framework from a developer perspective. How's the performance these days? Compared to plain Win32 applications, I remember it feeling very sluggish once your WPF application has a few dozen controls.

Nix solves a lot of Python packaging problems and I'm a happy user. But you lose some of the convenience of plain pip. For example, with Nix, it's no longer easy to mix and match versions of different packages. You just get the package versions that happen to live in the snapshot of nixpkgs you're using. If I want to use an older version of a package than the one in nixpkgs, I now have to add an override for that package and pray that changing the version/hash is enough.

That's a good thing.

Besides, what is holding you back from setting up DNSSEC? It's not as if Hetzner doesn't support manually managing your DNSSEC-related records. Having your registrar manage your DNSSEC deployment kind of defeats the point.