HN user

abahlo

505 karma
Posts37
Comments37
View on HN
arne.me 5mo ago

I Built a NAS (Buildlog)

abahlo
4pts0
arne.me 1y ago

Jujutsu in Practice

abahlo
3pts0
arne.me 1y ago

We need more zero config tools

abahlo
84pts71
arne.me 2y ago

Thoughts on Zig (After Three Nights)

abahlo
3pts0
arne.me 2y ago

DIY Music Streaming with NixOS, Jellyfin and Manet

abahlo
3pts0
news.ycombinator.com 2y ago

Ask HN: Do you use a feature flag system? What does it look like?

abahlo
8pts11
arne.me 2y ago

I Lived 7 Days without a Smartphone

abahlo
4pts0
arne.me 2y ago

My Favorite Articles of 2023

abahlo
2pts0
arne.me 2y ago

Emacs from Scratch, Part 1: Foundations

abahlo
15pts0
arne.me 2y ago

Bits of Advice for 30 Years

abahlo
56pts53
arne.me 2y ago

Bring Back Webrings

abahlo
120pts88
arne.me 2y ago

Archive your old projects

abahlo
253pts62
arne.me 2y ago

Why You Should Write Your Own Static Site Generator

abahlo
187pts131
arne.me 3y ago

Static OG (Open Graph) Images in Astro

abahlo
1pts1
twitter.com 4y ago

Make macOS faster by changing your profile picture

abahlo
1pts0
arne.me 4y ago

Using email wrong

abahlo
184pts182
arne.me 4y ago

Plex on NixOS

abahlo
2pts1
github.com 4y ago

Show HN: Easy split-horizon DNS with mapdns

abahlo
3pts2
news.ycombinator.com 5y ago

Ask HN: Is Signal Down?

abahlo
88pts72
github.com 5y ago

Show HN: Sonyflake – distributed unique ID generator implemented in Rust

abahlo
66pts63
github.com 5y ago

Show HN: Message Retention Bot for Discord

abahlo
2pts1
news.ycombinator.com 6y ago

Ask HN: Why use an SPA?

abahlo
22pts19
github.com 8y ago

Show HN: Go production checklist

abahlo
2pts0
github.com 8y ago

Show HN: Go Styleguide

abahlo
8pts0
news.ycombinator.com 10y ago

Ask HN: What is your initial setup for your personal computer?

abahlo
3pts3
github.com 10y ago

Show HN: Spockhub – Get the Dark Bar from GitHub Enterprise

abahlo
1pts0
github.com 10y ago

Show HN: A collection of often-used Go helpers

abahlo
2pts0
news.ycombinator.com 10y ago

Ask HN: Do you use an antivirus?

abahlo
19pts51
github.com 11y ago

Show HN: Current Beats 1 track in the menubar (OS X)

abahlo
1pts0
news.ycombinator.com 11y ago

Ask HN: What do you use for big data?

abahlo
1pts1
Using email wrong 4 years ago

No, it‘s not perfect — but if something slips through, I‘ll sort it out manually.

I have Tailscale set up for my home server and a public domain for internal services (to make SSL easy). The domain points to the local IP address (192.168.178.X) and mapdns to the Tailscale IP (100.78.X.X). I then configured Tailscale to search for <my domain> using the mapdns server.

Now I can resolve my local network device with the same SSL-protected domain, no matter if I'm out and about using VPN or at home.

Effective Go 5 years ago

Yeah I actually agree, will make them sound less like a must. In early Go times people would use one-letter variables everywhere which was horrible.