Viewing profile — dragonfax
dragonfax
HN member- Joined
- Thu, Jan 31, 2013, 11:03 AM UTC
- HN karma
- 80
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About dragonfax
No profile information was provided.
Recent public activity
-
comment
Comment #49202413
Just to add my favorite fool-proof method to the others already listed here. A meat probe and the 30-second flip technique is a stupid-easy way to a perfect steak every time. Just …
-
comment
Comment #48340649
No, it's like that on desktop too.
-
comment
Comment #48250518
Reminds me of word processing on DOS back in the 80s and early 90s. Pre-WYSIWYG.
-
comment
Comment #47936784
Shouldn't it be called something like "Copilot Voice"?
-
comment
Comment #47884300
Huh, somehow I had no idea that Obsidian wasn't open source. I guess I was fooled by the open source plugins.
-
comment
Comment #47830002
Claude Code (subscription) has Agent Teams built in. Teams of Agents communicate with local files that they use as inboxes and task list. Has tmux and iTerm 2 integration. https://…
-
comment
Comment #47759547
People always warn that this setup can corrupt your stuff, which I understand you definitely wouldn't want to try to share Git via Google Drive.
-
comment
Comment #47759516
Given that it's paywall, there's a good reason for that. (gift link below no longer works)
-
comment
Comment #47745166
Using Claude Channels can make it easy to inject prompts and get just the response back without having to identify it in the terminal output or fight with the TUI. But they're not …
-
comment
Comment #47710707
The law of Software Envelopment. Jamie Zawinski in 1995 stated that "software inevitably expands to include email functionality, or it is replaced by software that does" Clearly, t…
-
comment
Comment #47551351
Oh my gosh, he's trying to stay awake but having a hard time so he keeps tiping over.
-
comment
Comment #47331943
Nice! I'll read up on it.
-
comment
Comment #47331889
As software engineers, I get the feeling we’re moving almost entirely away from code.
- story
-
comment
Comment #47010692
The backwards horse is my fault, period. I didn't read the direction.
-
comment
Comment #46969093
1. Start with root to bind the port below 1024. 2. give up root because you don't need it any further. 3. Only accept non-root logins 4. when a user creates a session, if they need…
-
comment
Comment #45000702
HARD AGREE (to your disagree)
-
comment
Comment #44232225
Claude Code has "plan mode" for this now. It enforces this behavior. But its still poorly documented.
-
comment
Comment #41978665
Its a prequel to the novel actually. But I don't think the advertising makes that apparent enough. Its a walking simulator for the most part. (For those that know what that means) …
-
comment
Comment #40767300
I've seen UDP used for great effect in video streaming. Especially timely video streaming such as cloud gaming. When waiting a late packet is no longer useful.
- comment
-
comment
Comment #38550687
Location: Santa Monica, California Remote: Yes (and local hybrid) Willing to relocate: No Technologies: Golang, Python, Javascript, Ruby, Java, AWS, Kubernetes, Postgres, Mysql, CI…
-
comment
Comment #35649201
I too couldn't recognize him. I had to dig around the main site and verify that this is indeed the Peter Gabriel that we all know.
-
comment
Comment #29990425
Abuse was mostly written in Lisp. 2d side scrolling action game from the 90s that was unusual in being commercial with a brick and mortar release but also supporting Linux. It uses…
-
comment
Comment #29117945
Any external API that could reasonably take a long time to return (because of the work its doing) should have an asynchronous API. I.e. you submit the request to start the work and…