back
user profile

kristjansson

4,853karma·1,566submissions·February 17, 2015
recent activity (1,566 total)
comment
Is cargo just a package manager? Go?
1y ago·view thread
comment
Agree that it should be more, but what sort of margins do you realize that 1/3 of _revenue_ seems small?
1y ago·view thread
comment
The first-party CC IDE integrations (Code, JetBrains) let you edit the diff under review prior to approval. Not sure if it feeds back to the thread as a correction, or just relies on CC reading the f…
1y ago·view thread
comment
This whole line of reasoning is underpinned by such a fundamentally dim view of American[1] culture that it's hard to believe you and others who espouse it think yourselves its advocates. The un…
1y ago·view thread
comment
> [90s] didn’t talk about the race “April 26 1992. There was a riot in the streets tell me where were you”
1y ago·view thread
comment
and in fact leverages that control to constrain outputs to those matching user-specified BNFs https://github.com/ggml-org/llama.cpp/tree/master/grammars …
1y ago·view thread
comment
To be clear I was comparing ggml-org/ggml to ggml-org/llama.cpp/ggml to respond to the earlier thing. Ollama carries an additional patchset on top of ggml-org/ggml. > [ggml] is…
1y ago·view thread
comment
And we should encourage that by leveraging the response to a natural disaster to advance your particular policy goals?
1y ago·view thread
comment
They’re not doing the fast stuff in python; nevertheless it’s worth their engineering to make the parts they do in python fast
1y ago·view thread
comment
> i.e Tesla posts horrible quarter numbers, but stock goes up This is a non sequitur from who’s winning the HFT game
1y ago·view thread
comment
Huge +1 to this. We have two orgs at work (for separate budget/rate limit blast radii) and had to get two people to verify this morning…
1y ago·view thread
comment
% diff -ru ggml/src llama.cpp/ggml/src | grep -E '^(\+|\-) .*' | wc -l 1445 i.e. as of time of writing +/- 1445 lines between the two, on about 175k total l…
1y ago·view thread
comment
> Ollama does not use llama.cpp anymore; > We do use GGML Sorry, but this is kind of hiding the ball. You don't use llama.cpp, you just ... use their core library that implements all the d…
1y ago·view thread
comment
I'm the first to admit I'm not a heavy C++ user, so I'm not a great judge of the quality looking at the code itself ... but ggml-org has 400 contributors on ggml, 1200 on llama.cpp and …
1y ago·view thread
comment
It’s a true statement - no weekly limits, just a daily limit. Easier to work with when you can only get locked out of your tool for 23h59m
1y ago·view thread
comment
Yes of course, local impacts would be more pronounced. Wouldn’t want them near coral or anything. To be clear, this isn’t an argument for underwater DCs. I just think it’s important to keep the scale…
1y ago·view thread
comment
You're not wrong, but not all values of big are equivalent. e.g. volume of the worlds oceans is ~1e21 L and annual global energy production is ~3e16 Wh = ~1e20 J 1e20/(1e21*4e3) = 0.000025 Δ…
1y ago·view thread
comment
They have a convention of prefacing articles with a category from their own taxonomy (“Personal History”, “Shouts and Mumurs”, “Reporter at Large”, “Talk of the town”, etc.) that signify the sort of a…
1y ago·view thread
comment
It’s a pretty terrible secondary source, BUT The topic is clearly of interest to the community, and isn’t half the fun of HN learning about things other people are interested in, from the sources they…
1y ago·view thread
comment
Link should be changed to this from the current blogslop
1y ago·view thread
comment
While not nearly as fun as the OP, I’d note that this sort of unpacking is very pleasant in the newish PEP636 match case statements: https://peps.python.org/pep-0636/#matching-bui…
1y ago·view thread
comment
It's right there. In the screenshot in the blog post. Grammar > 'JSON Schema + Convert'. That's what structured output is. ... it's going to be september forever, isn&#x…
1y ago·view thread
comment
> "So... what does the thinking?" > "You're not understanding, are you? The brain does the thinking. The meat." > "Thinking meat! You're asking me to believ…
1y ago·view thread
comment
Just like the rest of space - very very cold, but very empty.
1y ago·view thread
comment
Correct. I didn't say it was a good thing :) FWIW it is a one-time download on the remote, but still feels yucky, esp. for resource constrained settings (Pi like you mentioned, but also quota-lim…
1y ago·view thread
comment
Ach, missed the --script, thanks.
1y ago·view thread
comment
e: I misread your example, disregard below irrelevant pattern matching of 'uv add --script' to 'uv add' in the project context! ~~That mutates the project/env in your cwd. The…
1y ago·view thread
comment
Also, using persistent ssh connections makes a huge difference, esp. if you’ve got a heavy shell init on the local or remote side Host * ControlPath ~/.ssh/cm-%r@%h:%p Contr…
1y ago·view thread