Viewing profile — garfij
garfij
HN member- Joined
- Tue, Oct 02, 2012, 3:20 PM UTC
- HN karma
- 101
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About garfij
No profile information was provided.
Recent public activity
-
comment
Comment #48023352
I've been playing around with this recently too and started getting much better results when I told it how to produce rendered PNGs of the file and to inspect it from several angle…
-
comment
Comment #47664964
FWIW I've only ever been on the API based plan at work and we never seem to run into the majority of the problems people seem to be very vocal about. Outages still affect us, and w…
-
comment
Comment #46071190
Do your markdown files have frontmatter configuration?
-
comment
Comment #45421392
We use them extensively in our agent framework at work for all sort of things. You can make up whatever you want, if the tags are semantic enough it just gets it, or you can add a …
-
comment
Comment #44496622
We've done varying forms of this to differing degrees of success at work. Dynamic, on-the-fly generation & execution is definitely fascinating to watch in a sandbox, but is far to …
-
comment
Comment #44496561
Probably less sensible than you think. How many terms would they need to do this over? How many terms would they need to do it for _at once_? How many tokens would that add to ever…
-
comment
Comment #43597030
Thank you for saying this out loud. I've been losing my mind wondering where the discussion on this was. LLMs without Tool Use/Function Calling is basically a non starter for anyth…
-
comment
Comment #42895474
What do you find difficult about distilling your own prompts? After any back and forth session I have reasonably good results asking something like "Given this workflow, how could …
-
comment
Comment #42486784
I believe if you read carefully, it's not blocked, it's rate limited to once daily, with very clear remediation steps included in the response.
-
comment
Comment #40252046
> The officials each responded with “that very tired mantra: ‘But the virus is worse,’” Dr. Murphy recalled. “Yes, the virus is worse, but that doesn’t obviate doing research to ma…
-
comment
Comment #40227827
We had a version of Bomberman that was written in some version of BASIC in high school (maybe QBasic?). It was great because we could hack on it to modify the game and immediately …
-
comment
Comment #40172134
aria-hidden=true
-
comment
Comment #39309089
Other people have said it in this thread, but I think your experience is being severely clouded by Oracle. Postgres, MySql, and all have the `TEXT` datatype which are variable leng…
-
comment
Comment #38725763
Thanks for this, I"d been meaning to work up the energy to deal with their retention ops, but this was super easy. For anyone else looking to do this, the trick is to choose "Other…
-
comment
Comment #38562750
I feel like your perspective might be more narrow than you think it is. I've been coding professionally for 20 years and at every job I've ever had we've made the decision to move …
-
comment
Comment #38438637
Following the example from the original comment, I would argue that if the content is otherwise unavailable for purchase or rent, then yes, it is ethical for anyone and everyone to…
-
comment
Comment #37999256
Why isn't it? My gut reaction is that I don't agree with you, but I can't immediately put into words why. I think it's possibly that I view a "console" for gaming as a combination …
-
comment
Comment #37597164
It's like the difference between a curated collection and flipping through a card catalog.
-
comment
Comment #37177822
I spent about 6 years writing Go at $dayjob, and while what you're saying is technically true, idiomatically you also generally wanted to avoid scenarios where you would _want_ to …
-
comment
Comment #36666561
Someone should Google about the .git-blame-ignore-revs file.
-
comment
Comment #36436591
Not at all https://play.golang.com/p/c5tGTMamjj_a
-
comment
Comment #36421344
What sort of platonic ideal project do you work on that the majority of SQL you write doesn't need dynamic WHERE clauses? You're positing a majority use case I haven't encountered …
-
comment
Comment #36295612
It is no longer the case that pizza boxes are not recyclable. Paper Mills all over the country have no problem recycling them even with grease and cheese on them. Some localities h…
-
comment
Comment #35865287
What are some signs a résumé was created in LaTex?
-
comment
Comment #35865173
A sibling comment points at https://github.com/charmbracelet/bubbletea as a Go alternative with a similar architecture