Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fxj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fxj
8d ago
FYI: The problem at hand is an existence problem. No real construction of any real formula for the solution is provided, only a singular perturbation expansion. In short: The problem is about whether a solution (of the NS Equations with ext
2.
▲
by
fxj
1mo ago
wow it is great to see that there is still life in distributed programming languages. I would like to know what are the differences to MPI programming, chapel and PGAS languages like Co-Array Fortran and the rust extension ChoRus? Can you y
3.
▲
by
fxj
2mo ago
There is a free emulator here: https://www.fullbucket.de/music/fb3300.html The PS-3300 is a 3 layer synth with 49 voices where each voice has its own VCO/VCF/VCA. So you end up with 16 voices when you use 3 l
4.
▲
by
fxj
2mo ago
I think the battery life of a smart watch cannopt be underestimated. I have all the old pebbles which I love darely but then I got a Amazfit Bip and I stayed with it until today. One month (!) of battery time with a HR sensor and notificati
5.
▲
by
fxj
4mo ago
People talk about a Butlerian Jihad against AI as if you could just ban LLMs and be done. I bet some govermenst would like to do that for ordinary people. They can ban visible products (chatbots, public APIs, GPAI services), and laws are al
6.
▲
by
fxj
4mo ago
One thing to consider: The (well-known) Sapir–Whorf hypothesis (if dont know it, look it uop) is often invoked for natural languages, but there’s a pretty direct analogue for programming languages: the language you "think in" duri
7.
▲
by
fxj
4mo ago
You can of course use any language but here is my advice: you should use the language that you know best to make your life as uncomplicated as possible when you want to understand what the LLM was creating. Remember, you are the judge wheth
8.
▲
by
fxj
5mo ago
In the long run there is no alternative to really reading your codebase and understanding what is going on. You can leave the nitty gritty details to the LLM but you have to be in the drivers seat and know how the parts of your codebase wor
9.
▲
by
fxj
6mo ago
God I miss openstep and CDE. It needs 16MB RAM (yes MB!) and together with a lighweight firefox clone you get everything you need. Eye candy is nice to have but not at that cost.
10.
▲
by
fxj
7mo ago
A claw is an orchestrator for agents with its own memory, multiprocessing, job queue and access to instant messengers.
11.
▲
by
fxj
7mo ago
He also talks about picoclaw (a IoT solution) and nanoclaw (running on your phone in termux) and has a tiny code base.
12.
▲
by
fxj
7mo ago
He also talks about picoclaw which even runs on $10 hardware and is a fork by sipeed, a chinese company who does IoT. https://github.com/sipeed/picoclaw another chinese coompany m5stack provides local LLMs like Qwen2.5
13.
▲
by
fxj
8mo ago
TOTP is also just password + some computation. So where is the difference? There is a lot of security theatre around TOTP with the QR code and then need of an app but you can write a 8 liner in python that does the same when you extract the
14.
▲
by
fxj
8mo ago
WebAssembly in the browser does feel great when you look at things like Pyodide/Pyolite, JupyterLite, xeus, webR and even small tools like texlyre – you get a full language/runtime locally with zero server, just WASM and some JS g
15.
▲
by
fxj
8mo ago
MCP is just a small, boring protocol that lets agents call tools in a standard way, nothing more. You can run a single MCP server next to your app, expose a few scripts or APIs, and you are done. There is no requirement for dozens of random
16.
▲
by
fxj
9mo ago
Get money from donors. Wikipedia shows how that can be done. Or get money from the EU. Mozilla is a strawman for google that they can claim there exists another browser that is not chrome because of antitrust laws. And now that Microsoft fo
17.
▲
by
fxj
11mo ago
Does it run on M5Stack Tab5 or the CARDPUTER? Did anyone try?
18.
▲
by
fxj
1y ago
I see it at our place that seniors get more productive but also that juniors get faster on track and more easily learn the basics that are needed and to do basic tasks like doumentation and tutorial writing. It helps both groups but it does
19.
▲
by
fxj
1y ago
In my experience AI is wikipedia/stackoverflow on steroids when I need to know something about a field I dont know much about. It has nice explanations and you can ask for examples or scenarios and it will tell you what you didnt under
20.
▲
by
fxj
1y ago
I agree, you need to know the "language" and the keywords of the topics that you want to work with. If you are a complete newcomer to a field then AI wont help you much. You have to tell the AI "assume I have A, B and C and n
21.
▲
by
fxj
1y ago
Also AI cannot draw conclusions like "from A and B follows C". You really have to point its nose into the result that you want and then it finally understands. This is especially hard for juniors because they are just learning to
22.
▲
by
fxj
1y ago
Learning == Compression of information. It can be a description by a shorter bit length. Think Shannon Entropy and the measure of information content. The information is still in the weights but it is reorganized and the reconstructed sente
23.
▲
by
fxj
1y ago
How good can you recreate an image that is described by words? Obviously not bit by bit and pixel by pixel. You get something that resembles the original but not an exact copy.
24.
▲
by
fxj
1y ago
It is at least as lossy as jpeg compression. Details get lost and artifacts are generated.
25.
▲
by
fxj
1y ago
how long would it take to do a complete memory dump of your brain by voice stream? days? months? years? this is more like writing one's autobiography.
26.
▲
by
fxj
1y ago
The question is: Is it like jpeg compression where the errors do not accumulate but the image comverges to a self inverse compressed image or does the data set converge to a single point which is meaningless?
27.
▲
by
fxj
1y ago
just tried this: take the graph of the functions x^n and exp(x) how many points of intersection do they have? chatgpt gave me the wrong answer, it claimed 2 points of intersection, but for n=4 there are 3 as one can easily derive. one for n
28.
▲
by
fxj
1y ago
That not only works for compilation but also for more general code transformations like code parallelization with OpenMP in C and Fortran, Array-of-lists to List-of-arrays, or transform python code to parallel C-code and make a python modul
29.
▲
by
fxj
1y ago
I didnt get the explanation of the multiplication. After reading the wikipedia article it made mode sense: https://en.wikipedia.org/wiki/Cracovian The Cracovian product of two matrices, say A and B, is defined by A ∧ B
30.
▲
by
fxj
1y ago
Damn, he mentioned Andy's Krabblergarten. Now it will be overrun with even more tourists. My serious advice: Don't go there!! The Schnitzels are aweful and the Beergarden is ugly. ;-) Too bad that Google, Apple, Intel now have of
More ›