bashbjorn | 2 months ago | on: Ask HN: Who is hiring? (January 2026)
bashbjorn's comments
bashbjorn | 7 months ago | on: When vibe coding, isn't the source code the prompt?
https://gitlab.com/AsbjornOlling/nixllm
You provide the prompt to a nix function, and it deterministically generates the source code using llama.cpp.
bashbjorn | 1 year ago | on: Ask HN: Is anyone doing anything cool with tiny language models?
At those sizes, it's great for generating non-repetitive flavortext for NPCs. No more "I took an arrow to the knee".
Models at around the 2B size aren't really capable enough to act a competent adversary - but they are great for something like bargaining with a shopkeeper, or some other role where natural language can let players do a bit more immersive roleplay.
bashbjorn | 1 year ago | on: Ask HN: Outstanding Programmers
Could it be that these are just projects that use libcurl in some way?
I'm having trouble finding any sources that say that Daniel Stenberg actually worked on spotify, utorrent or openttd directly - just to test three of them.
bashbjorn | 1 year ago | on: Show HN: Hate Regex? This Free Tool Writes It for You
bashbjorn | 2 years ago | on: Ask HN: What programming languages are you using at $WORK?
bashbjorn | 2 years ago | on: Ask HN: ARM Laptop Suggestions?
A cursory glance at geekbench shows that you can get around 50% the performance of a 2020 Macbook Air M1, if you get the upgraded CPU option.[2][3] I have no idea how useful those benchmarks are, though.
[1] https://shop.mntre.com/products/mnt-reform [2] https://browser.geekbench.com/v4/cpu/16291496 [3] https://browser.geekbench.com/v6/cpu/2504172
bashbjorn | 4 years ago | on: Advent of Code 2021
bashbjorn | 4 years ago | on: Advent of Code 2021
While I think python is a really great language for advent of code, I'm not sure I'd recommend going for an OOP-heavy style. Although that might just be a matter of personal taste - I think OOP is a poor strategy for most problems.
bashbjorn | 5 years ago | on: Show HN: Papercups – Open-source alternative to Intercom
We ship a web-embeddable Matrix client. The users' browser connects directly with a Matrix server of their choice (or a default one).
[1]: https://cactus.chat
bashbjorn | 5 years ago | on: Disqus, a dark commenting system
bashbjorn | 5 years ago | on: Disqus, a dark commenting system
We don't support any sort of threading yet, although Cerulean-style threading is definitely somewhere down the road. Although stuff like redactions and emoji reactions are a higher priority right now.
We're also keeping our eyes out for the upcoming spaces stuff. That might be useful for grouping comment sections.
bashbjorn | 5 years ago | on: Pros and Cons of Nim
I expect the developers to know this, since its accessible only though the `$ nim secret` command.
bashbjorn | 6 years ago | on: Incentivizing healthy group dynamics in classes (2012)
Our uni gives us quite a lot of group assignments. The university-wide solution to this problem is to include a mandatory section in each group assignment, where we are supposed describe the specific contributions of individual groupmembers. This is a neat idea in theory, but it doesn't really work. Because we've almost always lied in this section.
You'd think that the more productive student would want to claim their own work, but more often we've prioritized 'sticking together', and aimed for distributing the described workload as evenly as possible. The idea being that the highest grade wouldn't be higher anyway (the report doesn't magically become better), but it might give the grader incentive to give some group members a lower grade.
It's not a zero-sum game. So we might as well sacrifice some pride to keep the group dynamic strong, and to help out weaker students (regardless of whether it's a work-ethic or an intelligence problem).
That being said - we might be an unusual social group. We generally prioritize technical (and social) abilities way higher than grades (which aren't so important here anyway). We've all stuck together since the start of our studies, despite being a very wide span of academic ability - so theres a lot of teaching and learning within the group.
A survey of our uni recently ranked our line of study #1 for "How motivating the social life is to performing academically". So it seems that our approach is working.
EDIT: I should mention that it's by no means the case that the actual workloads are distributed evenly. They are of course very skewed, and often a single group member will do almost no work.
bashbjorn | 6 years ago | on: Skiptracing: Reversing Spotify.app
But for sure the interesting part of this is the method, not the purpose.
bashbjorn | 6 years ago | on: Arc.io – A Crowdfunded Distributed CDN
For comparison, Bootstrap is 180KB, Elm is 29KB and Vue.js is 100KB.
It might not be much for sites otherwise dealing with large multimedia assets, but for anyone going for lean / fast web development, this seems to be a no-go.
NobodyWho is making developer tools for running small language models in local-first applications. Our core principle is to ship the model weights along with the application, and then do efficient inference locally and offline, on any device. We run fast on Linux, MacOS, Windows, Android and iOS.
The main product is an inference library that wraps llama.cpp, written in Rust. We provide bindings for Python, Godot (the game engine), and will be releasing a Flutter plugin soon. It's all licensed under EUPL 1.2. Repo here: https://github.com/nobodywho-ooo/nobodywho/
We're hiring people who are comfortable building highly cross-platform FFI applications in Rust (with C++ dependencies), and people who are deeply familiar with language models and the open standards around them, as well as fine-tuning and evaluating models. We're also looking for a technical DevRel profile.
If any of that sounds relevant to you, feel free to email me: a>at<nobodywho.ooo