HN user

wrxd

1,668 karma

wrxd@message.casa

Posts47
Comments176
View on HN
www.the-independent.com 15d ago

Mark Zuckerberg's biggest legal nightmare yet could cost Meta $1.4T

wrxd
170pts185
iahmed.me 22d ago

Drone Physics

wrxd
138pts34
occ.sdf.org 25d ago

Old Computer Challenge

wrxd
116pts79
redmonk.com 26d ago

More Than Syntax

wrxd
1pts0
michal.sapka.pl 27d ago

Internet works best in small dosages

wrxd
5pts0
justingarrison.com 1mo ago

Using an iPad Pro as a Laptop

wrxd
6pts1
old.reddit.com 1mo ago

Oracle is changing free tier limits. Update by the 15th to avoid charges

wrxd
36pts11
security.apple.com 1mo ago

Expanding Private Cloud Compute

wrxd
24pts0
eli.thegreenplace.net 1mo ago

Thoughts on starting new projects with LLM agents

wrxd
5pts0
maurycyz.com 1mo ago

Notes on Optimizing Battery Life

wrxd
5pts0
pscanf.com 1mo ago

Own Data, Own Software

wrxd
1pts0
maryrosecook.com 1mo ago

Using encapsulated development to code on my phone

wrxd
2pts1
indecisiorama.bearblog.dev 1mo ago

Bursting My AI Bubble

wrxd
5pts0
unrestricted.bearblog.dev 1mo ago

You need more than attention

wrxd
2pts0
github.com 2mo ago

Smallcode – AI coding agent optimized for small LLMs

wrxd
4pts0
www.nbcnews.com 2mo ago

Multiple commencement speakers booed for AI comments during graduation speeches

wrxd
169pts168
www.theguardian.com 2mo ago

UK firefighters called to one lithium-ion battery fire every five hours

wrxd
7pts1
ddalcu.github.io 2mo ago

Mlx-serve – run LLMs natively on your Mac

wrxd
2pts0
dillo-browser.org 2mo ago

Forking the Web

wrxd
145pts146
lucumr.pocoo.org 2mo ago

Pushing Local Models with Focus and Polish

wrxd
11pts0
caolan.uk 2mo ago

Servers with Personality

wrxd
2pts0
daniel.haxx.se 2mo ago

Approaching Zero Bugs?

wrxd
13pts3
mikemcquaid.com 3mo ago

Sandboxes and Worktrees: My Secure Agentic AI Setup in 2026

wrxd
2pts0
omlx.ai 3mo ago

OMLX – LLM inference, optimized for your Mac

wrxd
2pts1
maki.sh 3mo ago

Maki – The Efficient Coder (Agent)

wrxd
5pts0
www.terrygodier.com 3mo ago

The Last Quiet Thing

wrxd
2pts0
justingarrison.com 4mo ago

State of Immutable Linux

wrxd
3pts0
blog.nelhage.com 4mo ago

From error-handling to structured concurrency

wrxd
6pts0
blog.atuin.sh 4mo ago

Atuin v18.13 – better search, a PTY proxy, and AI for your shell

wrxd
3pts0
old.reddit.com 4mo ago

Think hard before you deploy BookLore

wrxd
4pts0

I use the acme dns-1 challenge on my public domain. That gives you certificates you can use as you see fit, without needing to expose anything else to the public internet.

I also use Tailscale so I configure my DNS to use my Tailscale IP addresses. If you don’t want to expose them on a public DNS server you can add them only to an internal DNS server.

NixOS 26.05 23 days ago

On macOS I settled for Nix + HomeManager rather than going fully nix-darwin

NixOS 26.05 23 days ago

The majority of these commits are to keep packages up to date. Easy to get an incredibly high number of commits when nixpkgs is a monorepo containing the definition of 140000 packages

NixOS 26.05 23 days ago

I have NixOS installed on a 2009 MacBook Pro and it works well enough every time I pick it up.

I'm probably also going to install it on a 2019 iMac once macOS stops getting security updates but I haven't tried it yet.

NixOS 26.05 23 days ago

I also really like that Nix (both on NixOS or as a package manager for Linux/macOS) can temporarily fetch packages with `nix shell` removing entirely the need to install something I am just trying out or something I know I am not going to need on a regular basis.

Similarly the integration of flakes/devshells and direnv is great to create reproducible development environments. Everything I need and at the correct versions are automatically setup as soon as I `cd` into a project directory.

My point wasn't really about the capability of a phone compared to a computer. I have thoughts on that but it's not the point I was making.

Assigning tasks to devices can be done due to the capabilities of each device but also due to other factors, like what behaviour you want to influence. For example, if you want to spend less time doom-scrolling/on social media/whatever, moving these tasks outside of the computer you have in your pocket and into the computer you need to sit in front of helps.

The sad thing about phones being he primary (and in many case the only) computing devices for most people is that they lose the possibility of separating the tasks that the do on the phone vs the tasks that they do on a computer.

I wonder how much local models hallucinate. I am getting almost daily an "Honest answers: I made that up." reply from Claude Opus when I challenge some silly thing it's trying to do.

I believe this can work if done on top of traditional testing. I would feel very uneasy to replace deterministic (ok, not always but mostly) test suites with something that is not deterministic at all

In 30 years most of today tech won’t work at all. Think of everything that depends on a server being online and on you paying a subscription.

I can still listen to CDs from 30 years ago, read books from centuries ago and so on. I can play all my Game Boy and PC games. At a certain point society collectively accepted to pay rent rather than own stuff and in 30 years time we won’t have much left from this era.

Nah. In the era of LLMs the ability of saying no to bad features that are easy to implement but add no value is more important than ever.

LLMs aside, being able to say no is important when resources are scarce

A bit light on details but nevertheless interesting.

As someone who’s done a fair amount of coding with Helix via ssh on my phone while riding the train I find fascinating reading about other people’s setups. For sure not having to type the code makes everything easier