Viewing profile — donaldihunter
donaldihunter
HN member- Joined
- Mon, Feb 03, 2014, 10:19 PM UTC
- HN karma
- 563
- Public activity
- 182 items
- HN profile
- View on Hacker News ↗
About donaldihunter
No profile information was provided.
Recent public activity
- story
-
comment
Comment #49006547
I used to travel to the valley a lot. Fly to SFO, pick up a rental car, tune in to 107.7 the Bone. Are they still going?
-
comment
Comment #48891878
Yeah, Adobe's annual paid monthly plan that auto-renews and locks you in is pure evil.
-
comment
Comment #48891768
This is the most recent version I have found: https://svs.gsfc.nasa.gov/5190/
-
comment
Comment #48670880
Yes, I think the best avenue for exploration in this space would be to start with literate programming tools like Jupyter notebooks or Observable. https://new.observablehq.com/@obs…
-
comment
Comment #48670567
Visual languages often fail when it comes to concurrent development where the state of the art is textual diff and merge. The IBM Rational suite attempted visual model diff/merge b…
-
comment
Comment #48034399
There's also https://www.inceptionlabs.ai - it's not confusing at all.
-
comment
Comment #47452397
Ditto for nexus
-
comment
Comment #47392802
You'll be looking for https://code.tvl.fyi/about/tools/emacs-pkgs/reka
-
comment
Comment #46606725
Yes, the TEE is CPU + H100 GPU.
-
comment
Comment #45938939
Much as I love org-mode tables, I'd say the only axis where an org table is more feature rich is the formula support. Visidata is an amazing multitool for exploring tabular data th…
-
comment
Comment #45936683
People say that as if the Nvidia experience is better. Nvidia also has a horrible developer experience.
-
comment
Comment #45745254
Let's not be overly reductive, Claude Code is a TUI with a CLI for all input including slash commands.
-
comment
Comment #45731087
Geekworm make cheaper KVM hardware built around the Raspberry Pi. I have a KVM-A8 which mounts in a card slot. https://geekworm.com/collections/pikvm
-
comment
Comment #45697818
Oh, that's interesting. Linux kernel hacking is the area where I have the best chance of contributing something. If I can get my m3 max bootstrapped to a blinking cursor then I'd b…
-
comment
Comment #45692446
I don't think ZK proofs help to establish trust in a photo's authenticity at all. C2PA is a well thought out solution to this problem. https://spec.c2pa.org/specifications/specific…
-
comment
Comment #45661786
Likewise, cognitive decline isn't what's happening here since that would require cognition. At best it is a simulation of cognitive decline.
-
comment
Comment #45630652
There are plenty of great TUIs out there: https://terminaltrove.com/explore/
-
comment
Comment #45228024
I have been using Emacs for 35 years and I am still learning along the way. It has been the one constant across Solaris, Linux, Windows and macOS for all that time.
-
comment
Comment #45224913
Definitely a YMMV kind of vibe. Ignore all the opinionated takes and find your own personal opinionated path.
-
comment
Comment #44818019
> I'm curious what emacs users are doing these days. Using Emacs for pretty much everything. Org (w/ babel) for most of my notes, blogs, presentations and todo lists. Magit for eve…
-
comment
Comment #44796140
I also live in macOS Emacs built from source, currently running 31.0.50. Linux kernel dev over TRAMP w/ clangd language server, ~300 open buffers and <500MB memory.
-
comment
Comment #44688218
I came here to share this cursed connector. I remember it well from Sun workstations
- story
-
comment
Comment #43205630
I use org-mobile to sync w/ beorg[0] using iCloud sync. Between desktop and laptop I use git commits which works fine for me because I wan't the commit history anyway. I can imagin…