Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpe90
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jpe90
2y ago
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? Using something like llama.cpp and evaluating whether a
2.
▲
by
jpe90
2y ago
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 thank you email for writing it years later. If you have a
3.
▲
by
jpe90
3y ago
Out of curiosity, what is your development setup for that?
4.
▲
by
jpe90
3y ago
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 anyone is interested in learning more about it. https:/
5.
▲
by
jpe90
3y ago
Since this is Kotlin there's not really a sane way to call this from Clojure, right?
6.
▲
by
jpe90
3y ago
I only read the headline, so I'm going all-in on Clojure/Datomic off the bat at a new job. Half kidding.
7.
▲
by
jpe90
3y ago
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, because Lua is insanely portable. In contrast, I spent a ton
8.
▲
by
jpe90
3y ago
I don't think CAPI works on mobile runtimes, unfortunately
9.
▲
by
jpe90
3y ago
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 some upcoming projects building workflow systems at work.
10.
▲
by
jpe90
3y ago
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 structured and readable. I don't see ma
11.
▲
by
jpe90
3y ago
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 better at helping you write and understand it? Imagine
12.
▲
by
jpe90
3y ago
> 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 right? And I'm assuming the "encouragement&
13.
▲
by
jpe90
3y ago
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 worked with no issues, I was done in minutes even though I
14.
▲
by
jpe90
3y ago
Oh that’s clever! Thanks for answering!
15.
▲
by
jpe90
3y ago
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 is to filter unwanted content - examples of unwanted conten
16.
▲
by
jpe90
3y ago
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.
17.
▲
by
jpe90
3y ago
I would be curious to see how it compares to similar tools: https://github.com/sharkdp/bat/blob/master/doc/alternatives....
18.
▲
by
jpe90
3y ago
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/
19.
▲
by
jpe90
4y ago
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 patented by narrowing the scope of the claimed inventions to a phy
20.
▲
Compis: A contemporary systems programming language in the spirit of C
(github.com)
5 points
by
jpe90
4y ago
|
0 comments
21.
▲
by
jpe90
4y ago
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 web browser for email, sublime merge for Git, debuggers i
22.
▲
by
jpe90
4y ago
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 the top of the page, so if you press it while you’re midway
23.
▲
by
jpe90
4y ago
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
24.
▲
by
jpe90
4y ago
I actually just finally tried out plan 9 in a VM and liked it so much that I’ve been using acme for almost all my development on mac via plan9port for a few weeks now. I never bothered checking it out before because I had always seen it des
25.
▲
by
jpe90
4y ago
There’s a related project that’s really cool called scintillua that lets you use lpeg lexers for scintilla. It supports over 120 languages and it’s super easy to add new ones. https://github.com/orbitalquark/scintillua
26.
▲
by
jpe90
4y ago
How can I not click on a link about lisp and turtles? What a cool project, thanks so much for putting it together.
27.
▲
by
jpe90
4y ago
oh awesome thanks for sharing! shfmt works very well so far. i've been using acme for a few weeks and need every formatter i can get :) https://9fans.github.io/plan9port/man/man1/acme.html
28.
▲
by
jpe90
4y ago
will definitely be putting this in my curriculum to teach my son programming :)
29.
▲
by
jpe90
4y ago
Before I read SICP I had used OOP, functional programming, and lazy evaluation to varying degrees. In school and independent study I learned how to use those concepts to write programs, but I didn’t really have a clear conceptual understan
30.
▲
by
jpe90
4y ago
> Copilot is a horrible crutch. I will never use it, because I know how to read the documentation/source and write my own code. I think it depends on how you use it. I never let Copilot make design decisions, because it kind of suck
More ›