Hacker Newsnew | past | comments | ask | show | jobs | submit | henrebotha's commentslogin

That's a bummer. I was just wondering where my HD 280s went (did I sell them when I emigrated?).


So stoked to see the movement on this project. Once lofts are possible, it'll be so over for FreeCAD


Chambers aren't available so I wouldn't hold you breath waiting for lofts


Just curious, why are you so excited for the demise of FreeCAD ?

Has worked quite okay for me thus far for semi professional & hobby projects


I don't think setup time is a fair comparison here. Any dev who cares to use CLI tools has a dotfiles repo that sets up everything in "under a minute".


What about installing the tooling needed to make various plugins work (ripgrep, fd, lsps, etc)?

And I work on different types of systems, which have different requirements and different ways of installing these tools.

Yes, there are other tools to help automate this process as well, but vscode “just works”


I mean yeah, there are tools to automate it. I think you may have a point if both of the following hold true:

1. You very frequently have to install your setup from scratch.

2. Preconfiguring something that aids in installing from scratch is not viable or sensible. (Perhaps you work in an environment where you're not allowed access to your personal dotfiles repo, for example.)

But I think most people will fail at least one of these checks.


dnsmasq on an RPi Zero 2W is the backbone of my self-hosted setup. Combined with Tailscale, it gives me access from anywhere to arbitrary domains I define myself, with full HTTPS thanks to Caddy.


At home, I put all of my network infrastructure software in one basket because that seems like the right path towards maximizing availability[1]: It provides one point of potential hardware failure instead of many.

For me, that means doing routing, DNS, VPN, and associated stuff with one box running OpenWRT. It works. It's ridiculously stable. And rather than having a number of things that could break the network when they die, I only have 1 thing that can do so.

That box currently happens to be a Raspberry Pi 4 that uses VLANs as Ethernet port expanders, but it is also stable AF with a [shock! horror!] USB NIC. I picked that direction years ago mostly because I have a strong affinity towards avoiding critical moving parts (like cooling fans) in infrastructure.

But those details don't matter. Any single box running OpenWRT, OPNsense, pfSense, Debian, FreeBSD, or whatever, can behave more-or-less similarly.

[1]: Yeah, so about that. If the real-world MTBF for a system that relies upon 1 box is 10 years, then the MTBF for a system relying on 2 boxes to both keep working is only 5 years. Less is more.


It's a tough one. Lately I've been doing `rg -u` every single time because too many things get ignored and I can't be bothered to figure out how to configure it more cleanly to do what I want by default.


Don't do that if you don't want to. You can create a config file[0] that says not to hide those files by default.

[0]https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#c...


My QMK Tmux "layer" is still one of my favourite customisations. Prepends Ctrl-B to everything I type.


Oh my god, immediately worth installing just for this


I guess I don't understand the difference between semantic and syntax-aware, but I've been trying out difftastic which is a bit of an odd beast but does a great job at narrowing down diffs to the actual meaningful parts.


difftastic is solid. The difference is roughly: syntax-aware (difftastic) knows what changed in the tree, sem knows which entity changed and whether it actually matters. difftastic will show you that a node in the AST moved. sem will tell you "the function processOrder was modified, and 3 other functions across 2 files depend on it." difftastic is a better diff. sem is trying to be a different layer on top of git entirely.


> this might become something like the em-dash—where artists start tweaking their work to look less like the AI’s that are copying them.

Literally how art has always worked


... right up until July 9, 1962, when one Mr. Andrew Warhola upset the tradition.

And pretty much ever since, too.


An opaque layer of transformation.

The former shows you things people (hopefully) have written.

The latter shows you a made-up string of text "inspired by" things people have written.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: