Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adg33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
adg33
8d ago
Yep - it's a different case. But the idea that without LLMs, it's unlikely the same idea would be discovered independently is not true - it does happen.
2.
▲
by
adg33
8d ago
It's something that happened before LLMs - multiple discovery. Calculus is a classic example.
3.
▲
by
adg33
10mo ago
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 better with the limit one though!
4.
▲
by
adg33
10mo ago
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 with hundreds of distinct genres :(
5.
▲
by
adg33
1y ago
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 fine - most of my time
6.
▲
by
adg33
3y ago
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 SQLite ecosystem well - I always have a server running wh
7.
▲
by
adg33
3y ago
> 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-300 a month My guess is that RDS is eating up the c
8.
▲
by
adg33
3y ago
This is actually possible - if you have a biased dataset, then more data is bad. More data will fix variance problems, but not bias.
9.
▲
by
adg33
3y ago
> 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 appreciate this prompt is for Copilot, not Chat GPT, but
10.
▲
My 2023 Terminal, Shell and Command-Line Toolbox
(datasciencesouth.com)
2 points
by
adg33
3y ago
|
3 comments
11.
▲
by
adg33
3y ago
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 & Prezto for Zsh configuration, - Neovim as a text editor, - T
12.
▲
by
adg33
3y ago
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.
13.
▲
by
adg33
3y ago
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 valuable to others. My understanding is that the ma
14.
▲
by
adg33
4y ago
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 have an alias `todo='$EDITOR $HOME/personal/tod