Viewing profile — bashbjorn
bashbjorn
HN member- Joined
- Sun, May 19, 2019, 9:38 PM UTC
- HN karma
- 127
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About bashbjorn
No profile information was provided.
Recent public activity
-
comment
Comment #48146342
There is an RSS feed now: https://nobodywho.ooo/feed.xml
-
comment
Comment #48142750
It's just an eleventy site: https://github.com/nobodywho-ooo/website No RSS feed currently, but it's a good idea to add one!
-
comment
Comment #48142730
Cool technique, but I'm not sure I'd call it simple. Doing this means that you can't just tokenize the string output of the chat template as one big string. You might need to token…
-
comment
Comment #48142719
You're right, there must be a good and simple way to do it. Obviously the prefix-with-backslash convention won't do it. The escaping system could be something like inserting a char…
-
comment
Comment #48141671
The model sees one token per marker - but the overlap with ingested actual text is still relevant, because the tokenizer will ingest regular text, where it will turn " " into the s…
-
comment
Comment #48139774
Yeah, TheBloke era of local LLMs were good times. TBF Unsloth are doing a fantastic job of publishing quants of the major models quickly - they just don't have nearly the volume of…
-
comment
Comment #48139729
I love mistral, but that model is... not the best. Maybe try out Gemma 4 e4b, it's a similar size to Mistral 7B, and should run great on your 4070 ("E4B" is slightly misleading nam…
-
comment
Comment #48139684
whoops, my bad. Just a typo in the markdown. Fixed :)
- story
-
comment
Comment #47797173
Oh hey I'm also working on a thing to solve the devx of llama.cpp: https://github.com/nobodywho-ooo/nobodywho In contrast to Ollama, this is a self-contained library, not a server.…
-
comment
Comment #46476963
NobodyWho | Copenhagen, Denmark | Software Engineer, ML Engineer, DevRel | Full-time | ONSITE NobodyWho is making developer tools for running small language models in local-first a…
-
comment
Comment #44798029
I made something silly to this effect last year: https://gitlab.com/AsbjornOlling/nixllm You provide the prompt to a nix function, and it deterministically generates the source cod…
-
comment
Comment #42793335
I'm working on a plugin[1] that runs local LLMs from the Godot game engine. The optimal model sizes seem to be 2B-7B ish, since those will run fast enough on most computers. We rec…
-
comment
Comment #40113736
What makes you say that these are all Stenbergs creations? Could it be that these are just projects that use libcurl in some way? I'm having trouble finding any sources that say th…
-
comment
Comment #40057531
Neat. I wish that I could test the regex immediately in the browser. Tools like regexr.com are great for convincing myself that my regex works.
-
comment
Comment #37513526
Python, Typescript, Nim, Rust, C++, C and Elm.
-
comment
Comment #37390799
The MNT Reform[1] is a pretty sexy open hardware laptop with a mechanical keyboard, optional trackball, and a small ARM processor. A cursory glance at geekbench shows that you can …
-
comment
Comment #29293333
I did AoC in Nim one year and was very happy with it! I also became infatuated with Nim that year..
-
comment
Comment #29293320
I highly recommend it to explore new programming styles in general. As some others, I use it as an excuse to learn a new language each year. While I think python is a really great …
- story
-
comment
Comment #26530316
Shameless plug: My project, Cactus Comments[1] does something similar, although for commenting, instead of support chat. We ship a web-embeddable Matrix client. The users' browser …
-
comment
Comment #26038334
Hey, thanks! It's a small web I guess.
-
comment
Comment #26038259
Aforementionend friend and Cactus Comments dev here. We don't support any sort of threading yet, although Cerulean-style threading is definitely somewhere down the road. Although s…
-
comment
Comment #23335593
There is one bundled with a standard nim installation, and I use it regularly (when working in nim). It works, but it's not very good. I expect the developers to know this, since i…
-
comment
Comment #20148837
I'm currently studying a CS(-ish) bachelors degree (and I'm currently procrastinating on a group assignment) so I have some experience with this. Our uni gives us quite a lot of gr…