Viewing profile — patabyte
patabyte
HN member- Joined
- Tue, Dec 17, 2013, 2:20 AM UTC
- HN karma
- 295
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About patabyte
Recent public activity
-
comment
Comment #48950558
My trust in claude code is slowly being eroded and I'm close to running it exclusively in vms on device..
-
comment
Comment #48896833
More or less, but most harnesses will rely on tools such as grep to only read portions of files. For even a small sized repo, only a small portion would be tokenized and uploaded
-
comment
Comment #48849270
> With Codex technology built-in, ChatGPT can now move beyond answering questions to getting real work done across web, mobile, and desktop. This looks like OpenAI catching up to A…
-
comment
Comment #48688589
This seems roughly similar to Google's Cloud Run gen2 instance types. My understanding is with the second generation, they are running microvms which are bootstrapped from a contai…
-
comment
Comment #47755023
Interesting, for me `shift+enter` hasnt worked, but `option+enter` does give me new lines in Claude Code's promptbox inside tmux on MacOS.
-
comment
Comment #47519064
I'm really interested to learn more about the work on the official Rust frontend - do you have any links to share by chance?
-
story
Show HN: SRD, a simple DNS-driven HTTP redirect service
I've always wanted a simple way to manage redirects in one place. Routinely, I find myself adjusting them, and it usually looks like like update DNS, then go update the load balanc…
-
comment
Comment #47447262
Interesting - I run a nearly identical set, with many TLDs configured in `/etc/resolver/X` and dnsmasq handling the resolve and I have not had a single issue. the resolver confs al…
-
comment
Comment #47355452
SOPS with Age is simple, and simple is good. I strongly recommend this approach.
-
comment
Comment #46609144
I've been having great success with LLMs generating Mermaid diagrams and flowcharts from a repo. Claude Code and Cursor both do consistently great jobs. For example: `generate a me…
-
comment
Comment #45984521
> which every old-school Linuxer should be able to do in their sleep. Oof, this hit home, hah.
- story
-
comment
Comment #41760705
s/lazy/efficient/g :)
-
comment
Comment #41358911
> CertManager is on strike and certificate has expired Had a good chuckle here, hah.
-
comment
Comment #40792639
I too have been using sops for years, and agree -- dotenvx encryption seems very similar to sops. I'd prefer an integration between dotevnx and sops where dotevnx handles the UX of…
-
comment
Comment #34746039
> Brig. Gen. Pat Ryder, Pentagon press secretary, told reporters Friday that an F-22 fighter aircraft based at Joint Base Elmendorf-Richardson shot down the object using the same t…
-
comment
Comment #32670676
Shameless plug - I've been building the startup Wedge[0]. In addition to helping prevent application fraud, I deeply believe applicants are _people_ and have more to share beyond a…
- comment
-
comment
Comment #27465848
Yep, rather straight-forward. Little bit of iptables forwarding and you're all set: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -A FORWARD -i eth0 -o wlan0 -j ACCEPT iptables -…
-
comment
Comment #27464472
That is very intriguing. The location of injection site was spot on. However, I'm unsure if there are other factors at work beyond specifically location
-
comment
Comment #27464243
Pure, unadulterated speculation: It felt like the mRNA took hold in both my arm, _and_ my heart. Which given the proximity and paths between, is not entirely surprising. It felt li…
-
comment
Comment #27464155
Anecdote: I too experienced this reaction, albeit after the first dose. Noticeable but not significant heart pain beginning approximately 4 hours after getting the first vaccine. S…
-
comment
Comment #27339078
for fans of tmux, I'm partial towards tmate[0], instant tmux session sharing over ssh, optionally through a relay refs: [0] https://tmate.io
-
comment
Comment #27305709
> Google has made a deal for access to patient records from HCA, which which operates 181 hospitals and more than 2,000 healthcare sites in 21 states, _so the tech company can deve…
-
comment
Comment #27269131
I'm a huge fan of croc! Even just for the sake of a single binary, but there's so much more to love about it.