Viewing profile — jpe90
jpe90
HN member- Joined
- Mon, Dec 14, 2020, 5:28 PM UTC
- HN karma
- 502
- Public activity
- 154 items
- HN profile
- View on Hacker News ↗
About jpe90
Recent public activity
-
comment
Comment #40857150
I recently wrote a blog post exploring the idea of interfacing with local LLMs for ambiguous tasks like this. Doesn't that make more sense than coding the neural network yourself? …
-
comment
Comment #40513707
I started blogging about stuff I've learned about that I am likely to forget down the road. It feels so good when you throw up a post, never share it, and still manage to get a tha…
-
comment
Comment #38635702
Out of curiosity, what is your development setup for that?
-
comment
Comment #38635528
These are awesome hobby devices to hack on. I’m not very experienced with graphics programming but I had a ton of fun developing with the SDK, wrote a blog post on it recently if a…
-
comment
Comment #36743956
Since this is Kotlin there's not really a sane way to call this from Clojure, right?
-
comment
Comment #36731345
I only read the headline, so I'm going all-in on Clojure/Datomic off the bat at a new job. Half kidding.
-
comment
Comment #36543195
I recently learned Fennel and cranked out a Love2D game as well. Not only that, but I discovered it’s trivial to run the game on some spare nintendo consoles I have lying around, b…
-
comment
Comment #36528064
I don't think CAPI works on mobile runtimes, unfortunately
-
comment
Comment #36521763
I’ve been exploring this project recently, I’m having a great time with it so far. The many examples and great documentation are much appreciated. I’m very tempted to try it for so…
-
comment
Comment #36374754
I've really enjoyed reading (and playing with) kons-9's codebase in Common Lisp. It lets you do exploratory 3D modeling via the program's GUI or the repl. The source is very neatly…
-
comment
Comment #36074633
Would it be feasible to fine-tune a large, capable model (like the recent LIMA) on the source code (and maybe a few high quality libraries) of a niche language, such that it's much…
-
comment
Comment #35926065
> The OpenAI chat completion endpoint encourages the second-person prompting you describe, so that could be why you see it a lot. You're talking about system prompts specifically r…
- comment
-
comment
Comment #35688169
The excellent backwards compatibility rocks too. This weekend I wanted a library to diagram the class hierarchy of a Java project I put together. I found a 10 year old library that…
-
comment
Comment #35532241
Oh that’s clever! Thanks for answering!
-
comment
Comment #35530317
This sounds super cool, I’m very curious how you implemented it. I’m only vaguely familiar with the API.. if I had to guess I would say you send - a system instruction that its job…
- comment
-
comment
Comment #35480860
Since you mentioned sourcehut, I’ll point out that their static hosting is excellent. I host my blog on there and have had no issues.
-
comment
Comment #35444089
I would be curious to see how it compares to similar tools: https://github.com/sharkdp/bat/blob/master/doc/alternatives....
-
comment
Comment #35250840
if anyone is interested, here's a blog post about using fzf's file preview feature to preview grep results: https://jeskin.net/blog/grep-fzf-clp/
-
comment
Comment #35194947
Yeah I think people are reading this the wrong way. Software was originally considered unpatentable under 35 U.S.C. § 101, but language was developed to allow software to be patent…
- story
-
comment
Comment #35007269
I came back to Emacs after trying alternatives for a while. I ripped out most of my config and found it much more pleasant to run close to stock. I'm having better luck using my we…
-
comment
Comment #34889246
that was an interesting read, i really need to learn more about compilers! by the way, the expanding hamburger in the navbar is a little buggy on mobile safari. it only expands at …
-
comment
Comment #34872585
are you using an ios device by any chance? author probably needs this: https://github.com/adityatelange/hugo-PaperMod/issues/828#is... i got bit by this on my blog as well