Viewing profile — adg33
adg33
HN member- Joined
- Mon, Dec 26, 2022, 4:56 PM UTC
- HN karma
- 17
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About adg33
No profile information was provided.
Recent public activity
-
comment
Comment #45875764
I think I'm using that already. Limiting to one genre I don't think will fix it - what I want is to define the allowable values for genre, and then limit to one. It's probably bett…
-
comment
Comment #45873609
I love beets - the one thing I can't figure out is how to set the genre very wide. I like having a small number of broad genres - Rock, Hip-Hop, Jazz etc - but the tagging comes up…
-
comment
Comment #45421386
I use Make with GNU Stow for dotfiles targeting different operating systems, with a Nix Flake for shell tools: https://github.com/ADGEfficiency/dotfiles/blob/main/Makefile It works…
-
comment
Comment #37197632
The cynical thing is to interpret something that talks about monetization as negative - it's a good thing Datasette is finding a way to make money. Great tool that fills out the SQ…
-
comment
Comment #37032692
> I use AWS EC2 for Waitlist's backend python webserver, RDS for the postgres database, S3 for file storage, and an Elastic IP. I use T2 and T3 instances. My AWS bill would be $200…
-
comment
Comment #36464566
This is actually possible - if you have a biased dataset, then more data is bad. More data will fix variance problems, but not bias.
-
comment
Comment #35924969
> Avoid wrapping the whole response in backticks. I have often been asking Chat GPT to output things in backticks to avoid formatting of Latex that I want to copy into Markdown. I …
-
comment
Comment #35878074
The Hypermodern Terminal Toolbox is a collection of tools I use as a terminal first developer: - Kitty for a GPU accelerated, highly customizable terminal, - Zsh for a shell & Prez…
- story
-
comment
Comment #35843139
I'm interested in this - I've just installed. Is there a way to import all my existing history from `.zsh_history`? It's a real pain to have to start from scratch.
-
comment
Comment #35618029
I've skimmed up and down and read some sections a few times - I'm still not 100% sure what the main conclusions are. A summary section would make the article more accessible and va…
-
comment
Comment #34139444
My personal note taking system is based on Markdown, Vim, grep and Git. I have a private repo for personal notes, including a `todo.md` file that I use as an GTD style inbox - I ha…