Viewing profile — technojamin
technojamin
HN member- Joined
- Mon, Feb 20, 2023, 3:33 PM UTC
- HN karma
- 69
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About technojamin
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48794762
You'll never be able to draw the tiger how you want it unless you draw the tiger. Prompting is not drawing, it's commissioning from another creator.
-
comment
Comment #48632105
Haha, I'll elaborate on that a bit. I don't recommend rolling your own setup to most people that I encourage to version their dotfiles. The vast majority of the developers I've met…
-
comment
Comment #48631931
I think it's the exact opposite of what you're saying. The maintainers sound like they're only considering the technical cost (and judging it not worth it) instead of factoring in …
-
comment
Comment #48592470
I've checked out stow, chezmoi, yadm, and others over the years, but I originally started off by rolling my own dotfiles setup with a Git repo about 6 years ago: https://github.com…
-
comment
Comment #48476238
Someone has never dealt with HIPAA laws and it shows.
-
comment
Comment #48325478
This article pre-supposes that the primary way AI agents will do tasks for users will be through through usage of desktop applications instead of documented APIs. While desktop app…
-
comment
Comment #47794227
I use it for previewing files in `fzf` and `lf` (terminal file manager).
-
comment
Comment #47793818
Maybe you should interrogate that temptation to reach for physical interfaces? It sounds like you're ignoring your own psychology and shaping yourself to the machines around you in…
-
comment
Comment #47662315
I think that's perfectly understandable. File systems require the user to remember a hierarchy in their head (even if there are tools like breadcrumbs to help you out), and many pe…
-
comment
Comment #46210502
Asking an AI for opinion versus something concrete (like code, some writing, or suggestions) seems like a crucial difference. I've experimented with crossing that line, but I've al…
-
comment
Comment #46062792
I thought those were part of "the normal course of business" (quoting VP of Boring Company).
-
comment
Comment #45753978
I love WezTerm! In the author's spirit of obsessive tweaking, here's a completely inconsequential configuration change I made. By default, WezTerm doesn't have a scrollbar, but you…
-
comment
Comment #44634780
Quite possibly, but I use it daily with no issues. It’s also pretty easy to write your own prompt and then make it async with this plugin: https://github.com/acomagu/fish-async-pro…
-
comment
Comment #43995480
Here's a 22-line Elixir script that spins up a webserver: https://hexdocs.pm/plug/readme.html#hello-world-request-resp... There's another single-file example on that page that show…
-
comment
Comment #43573235
This seems like the obvious solution to me. You don't know what the user's eyes are looking at, so making the highlighting a visual representation of what's in the viewport seems p…
-
comment
Comment #41226343
Not out of the box, but I use Hammerspoon to implement a global hotkey to show WezTerm: https://github.com/jaminthorns/environment/blob/a609e81f3f41... I don't have a keybinding to…
-
comment
Comment #41057349
I've definitely seen "zero-dependency" as a selling point for several packages in the past few years, that's always very refreshing.
-
comment
Comment #40883485
I completely missed the ` ` argument despite being the first thing documented under `jj log`. That's definitely the most critical feature out of my list, thank you for pointing tha…
-
comment
Comment #40866451
What? That's a weirdly money-minded question. I'm not gonna do some Google interview-esque estimation question to answer that, but I'll elaborate on how I use those features, becau…
-
comment
Comment #40859168
Jujutsu seems really cool, and I love that I can use it in a Git repository alongside other contributors that don't. It seems like a lot of logging features from Git aren't present…
-
comment
Comment #40821033
I've got to give Atom a lot of credit for laying the groundwork for VS Code, but I can't imagine ever going back to use it. I doubt this project will ever get the performance to an…
- comment
-
comment
Comment #40754128
Git rerere basically solves this: https://git-scm.com/book/en/v2/Git-Tools-Rerere
-
comment
Comment #40739971
Making a pivot to working on research-adjacent software instead of corporate software has been in the back of my mind over the past couple of years. Do you mind sharing a bit on ho…