Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bradfitz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bradfitz
3d ago
They started off as a Kickstarter thing and had stock issues in previous rounds too.
2.
▲
by
bradfitz
10d ago
I heard that the reason the major car companies started to sour on CarPlay was because Apple started to get increasingly needy with their data collection requirements (as of CarPlay Ultra) and the car companies weren't comfortable (or
3.
▲
by
bradfitz
19d ago
Last I checked, VPN network extensions wouldn't run in the simulator.
4.
▲
by
bradfitz
21d ago
Yes, it's been our CEO Avery's position for ~6.5 years now that we should run DERP servers on the internet for the public good. (rate-limited) But these are a separate fleet ( https://tailcat.dev/derpmap.json ) sepa
5.
▲
by
bradfitz
21d ago
One fun use case: a coworker just whipped up this Minecraft mod using tailcat as its transport: https://github.com/tailscale/tailcat-for-minecraft (just a cute demo, not intended for release or ongoing maintenance)
6.
▲
by
bradfitz
21d ago
There's an example in the README how to do exactly that :)
7.
▲
by
bradfitz
21d ago
It's not our standard dev environment but some of us use Nix. We don't really use Docker much, though. Mostly just "go test" etc.
8.
▲
by
bradfitz
21d ago
Same. But Tailscale keeps sucking me in with new stuff to do. :(
9.
▲
by
bradfitz
21d ago
Still working on Go's http2 10 years later :) Recently: https://github.com/golang/go/commit/128a36cf0367c46daff2528d... https://github.com/golang/go/commit/3c0665e551be23e6
10.
▲
by
bradfitz
21d ago
(Author here) WireGuard doesn't do NAT traversal. That's the main thing this adds. And this also adds a CLI tool + library to do streams over WireGuard w/o installing kernel routings, requiring root, etc.
11.
▲
by
bradfitz
21d ago
(Author here) There's no vendor lock-in here and no payment or account required. If Tailscale as a company fails, tailcat keeps working if you run your own DERP server. It's just open source code, not a hosted service.
12.
▲
by
bradfitz
21d ago
(Author here) The DERP server is already open source and tailcat can use any DERP server you run: https://github.com/tailscale/tailscale/tree/main/cmd/derper#... We just provide some default ones (
13.
▲
by
bradfitz
1mo ago
Oh? I thought we added that option on iOS recently. I'll go check.
14.
▲
by
bradfitz
1mo ago
> utilizing a resource to it’s fullest at all times is not a given Typos like this (it's instead of possessive its) used to be bother me but now it's a hint that it might be human-authored, which is quaint, so it's stopped
15.
▲
by
bradfitz
2mo ago
No, that's not accurate. The same core people were involved.
16.
▲
by
bradfitz
2mo ago
(I was on the Go team for ages) Seriously, that's all it was. Just Ian alone proposed and rejected a half dozen of his own different approaches to generics. Finally a language + implementation plan came together that people all liked.
17.
▲
by
bradfitz
2mo ago
Well now I want to see the images that got this taken down.
18.
▲
by
bradfitz
2mo ago
This post inspired me to have Claude port my 30 year old high school German Java applet game to Javascript, complete with a faked git history: https://github.com/bradfitz/koffer#der-verloren-koffe Play online at https
19.
▲
by
bradfitz
2mo ago
Yeah, I remember writing epoll libraries for Perl ( https://metacpan.org/pod/Sys::Syscall , first out 2005-08-01) doing raw system calls because libc on the distros of the time (at least Debian) didn't have epoll su
20.
▲
by
bradfitz
2mo ago
In other words, it's still super heavy if it's forking a process per connection. I find it ridiculous that PgBouncer even needs to exist. Postgres should be doing this.
21.
▲
by
bradfitz
2mo ago
I'm 46 now. I remember being shocked at Postgres's heavy connection model when I was 23. I gather things haven't improved since?
22.
▲
by
bradfitz
3mo ago
We found it at Tailscale and bought an enterprise support contract from SQLite to debug it for us. Worth every penny. We should probably blog about it.
23.
▲
by
bradfitz
3mo ago
2008? I had the Roku HD1000 [1]. :) My email search: "Welcome to the "Roku-tech" mailing list" ... "Tue, Dec 2, 2003, 10:48 AM" Not sure how I ended up on the mailing list a month before their product was relea
24.
▲
by
bradfitz
4mo ago
I wrote that library originally for dl.google.com: https://go.dev/talks/2013/oscon-dl.slide#1 I then open sourced it in Jan 2013 in what was then named Camlistore (now Perkeep) in https://github.com
25.
▲
by
bradfitz
5mo ago
IIRC, that's only for Linux guests that can nest. macOS can only one level deep. That is: you can't have a macOS guest (running on the Apple hardware host) make its own macOS guest.
26.
▲
by
bradfitz
7mo ago
Oh no.
27.
▲
by
bradfitz
7mo ago
I can’t tell you how relieving it is to hear somebody else complain about this. This has been my pet peeve for ages.
28.
▲
by
bradfitz
9mo ago
Well, this has sucked up a couple days of my free time so far... :)
29.
▲
by
bradfitz
9mo ago
I find myself using OpenSCAD regularly to 3D print little things for the house. (Most recently: hooks to attach Christmas lights to our roof deck's glass walls) And when something gets too trick, ChatGPT is amazing at writing in it. Of
30.
▲
by
bradfitz
9mo ago
I seem to recall reading that as a kid too, but I can't find it now. I keep finding references to "Encyclopedia Brown, Boy Detective" about a Civil War sword being fake (instead of a Great War one), but with the same plot I&#
More ›