Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
albertzeyer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
albertzeyer
1mo ago
Why would anyone use that over Lazarus ( https://www.lazarus-ide.org/ )?
2.
▲
by
albertzeyer
2mo ago
But the LLMs are also not one-shotting it, or are they? I assume they have some ways to verify it, e.g. to visualize it (convert to PNG, then feed as vision tokens back to the LLM), or other ways, maybe also pure text LLMs have some ways to
3.
▲
by
albertzeyer
2mo ago
"Why is terminal usage more widespread than ever?" - I guess because of AI agents?
4.
▲
by
albertzeyer
3mo ago
Small self-advertisement: as an alternative to dissect.cstruct, a fun side-project of mine (C parser + C interpreter in Python) can do a very similar thing: https://github.com/albertz/PyCParser/blob/master
5.
▲
by
albertzeyer
4mo ago
I think the simulation in Cities Skylines is also quite advanced, or not? The simulation is much more the reason why it requires powerful hardware to run on, much less the graphics.
6.
▲
by
albertzeyer
4mo ago
More information about DwarfStar 4 (DS4) in the readme: https://github.com/antirez/ds4 The code seems based on llama.cpp and GGML. I don't fully understand why it is a standalone project. The readme discusses this
7.
▲
by
albertzeyer
4mo ago
The classic function coloring problem. https://journal.stuffwithstuff.com/2015/02/01/what-color-is-...
8.
▲
by
albertzeyer
5mo ago
Why not just getting the changes/extensions upstream, welcome the Mac dev on the team, and make it an official port?
9.
▲
by
albertzeyer
5mo ago
But these are not errors. These are just warnings you can ignore? It's not really so critical?
10.
▲
by
albertzeyer
5mo ago
I'm curious: In the current moon flyby, how often did some of these fallback methods get active? Was the BFS ever in control at any point? How many bitflips were there during the flight so far?
11.
▲
by
albertzeyer
5mo ago
73°C is a bit unusual cold for a Finnish sauna. Wikipedia says: > The temperature in Finnish saunas is 80 to 110 °C (176 to 230 °F), usually 80–90 °C (176–194 °F) And with that temperature, I think 10–15 minutes are pretty standard.
12.
▲
by
albertzeyer
6mo ago
Is that real-time or sped up? This video is about 1 minute. How much real time does it correspond to?
13.
▲
by
albertzeyer
7mo ago
I wonder a bit about that. What activities or possibilities are you exposed at during that age. I know many computer science colleagues who were not exposed to programming during that age and only later came to it. I feel kind of lucky that
14.
▲
by
albertzeyer
8mo ago
https://wiki.python.org/moin/DebuggingWithGdb
15.
▲
by
albertzeyer
8mo ago
I had registered for alerts on https://aurorasaurus.org/ . But that alert was sent way too late for me (strongest lights were yesterday around 10-11 PM, and the notification was sent 2 AM today). But I was very lucky and jus
16.
▲
by
albertzeyer
8mo ago
v0: 16M Parameters v0.5 123M Parameters v1: 700M Parameters v2mini-eval1: 300M Parameters I would not call this LLM. This is not large. It's just a normal-sized LM. Or even small. (It's also not a small LLM.)
17.
▲
by
albertzeyer
9mo ago
Very nice! This is released under GPL. I wonder, who is K1n9_Duk3? Does he have the rights to actually release this, and put it under GPL? What does "reconstructed" mean? Is this disassembled? And if so, is it really ok to put thi
18.
▲
by
albertzeyer
9mo ago
I think the point is that for most things, you don't need to call any external tools. Python's standard library comes already with lots of features, and there are many packages you can install.
19.
▲
by
albertzeyer
9mo ago
The first linked article was recently discussed here: RIP pthread_cancel ( https://news.ycombinator.com/item?id=45233713 ) In that discussion, most of the same points as in this article were already discussed, specifically so
20.
▲
by
albertzeyer
10mo ago
Which paper is that?
21.
▲
by
albertzeyer
10mo ago
This idea is often used for self-supervised learning (SSL). E.g. see DINO ( https://arxiv.org/abs/2104.14294 ).
22.
▲
by
albertzeyer
10mo ago
The random noise is added to the model parameters, not the inputs, or not? This reminds me of variational noise ( https://www.cs.toronto.edu/~graves/nips_2011.pdf ). If it is random noise on the input, it would be like m
23.
▲
by
albertzeyer
10mo ago
> Presumably we still wouldn't enable Modules by default.
24.
▲
by
albertzeyer
10mo ago
I wonder, what LeCun wants to do is more fundamental research, i.e. where the timeline to being useful is much longer, maybe 5-10 years at least, and also much more uncertain. How does this fit together with a startup? Would investors happi
25.
▲
by
albertzeyer
10mo ago
I was looking for various options to archive my data (photos, documents, code), and have looked at Perkeep since a while, but then started using Git-Annex. However, I regret this decision. Git-Annex is not usable anymore on my data because
26.
▲
by
albertzeyer
10mo ago
It reminds me also of the 24 FPS discussion, which is still the standard as far as I know for cinema, even though 48 or 60 FPS are pretty standard for series, The 24 FPS give it a more cinematic feeling. https://www.vulture.com&#
27.
▲
by
albertzeyer
11mo ago
I have asked about using RPython as a generic standalone language before. I think the official statement is that is was never intended to become one, and it's really a very minimal subset of Python (so basically no existing Python code
28.
▲
by
albertzeyer
11mo ago
QtCreator was a bit like the lightweight version of KDevelop for me. I didn't really needed any of the Qt features, just the C++ editor. And the C++ support was really good.
29.
▲
by
albertzeyer
11mo ago
The bug was with non-contiguous data in tensors. I also had a very similar bug a while ago, broken gradients due to non-contiguous data for masked_select: https://github.com/pytorch/pytorch/issues/99638 In my
30.
▲
by
albertzeyer
11mo ago
The argument is also that you could effectively DoS the system by exhausting space or inodes.
More ›