Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marmakoide
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
marmakoide
1mo ago
Not the author, but I assume that to make it work with 32 bits integer coordinates, some operation (like multiplications) need extension to 64 bits. If we want full hardware support on 64 bits CPUs, that's the limit.
2.
▲
by
marmakoide
2mo ago
This is ridiculous, there are plenty of stars and most of them are red dwarfs with tidally locked rocks blasted by flares anyway
3.
▲
by
marmakoide
5mo ago
And with all the maths in balanced ternary
4.
▲
by
marmakoide
6mo ago
Having something Turing-complete is surprisingly easy, and it hides everywhere. The repository have a small document that explains how you can use printf() as a computer : it can performs additions, logical union and negation, which is enou
5.
▲
by
marmakoide
7mo ago
Don't look at the end destination, look at the journey to the destination * Learn low-level details of a basic but real-world CPU * Practice the brain gymnastic of programming an atypical Turing-complete computer Your created new conne
6.
▲
by
marmakoide
7mo ago
There are lots of C compilers (LCC, TCC, SDCC, an army of hobby projects C compilers) available as open-source. I am curious about what results would be for something like a lexer + parser + abstract machine code generator generation for a
7.
▲
by
marmakoide
1y ago
It's stochastic monkeys, but enhanced with a really good bias towards coherent prose, built upon a gigantic corpus.
8.
▲
by
marmakoide
1y ago
Hot take : the whole LLM craze is fed by a delusion. LLM are good at mimicking human language, capturing some semantics on the way. With a large enough training set, the amount of semantic captured covers a large fraction of what the averag
9.
▲
by
marmakoide
1y ago
The plan went from the AI being a force multiplier, to a resource hungry beast that have to be fed in the hope it's good enough to justify its hunger.
10.
▲
by
marmakoide
2y ago
Self-plug here, but very related => Robustness and the Halting Problem for Multicellular Artificial Ontogeny (2011) Cellular automata where the update rule is a perceptron coupled with a isotropic diffusion. The weights of the neural net
11.
▲
by
marmakoide
2y ago
Regular Sunday 10 miles here, then I had the pleasure to experience plantar fasciitis. I love running, but the injuries can be really annoying
12.
▲
by
marmakoide
2y ago
I fixed my recurrent back pain with a 6 mn daily morning, ie. plank, side plank, reverse plank, 1mn 30 sec each. Posture muscles are not very well known in the general public. Loss of strength due to aging and sedentary lifestyle makes stan
13.
▲
by
marmakoide
2y ago
Significantly faster compilation means less friction to iterate ideas, try things, which in the end lead to more polished results. A nice interface is agreable, but maybe there are diminishing returns when you pay it with large compile time
14.
▲
by
marmakoide
2y ago
https://github.com/marmakoide/pestacle Be warned, zero documentation, because things are at larval stage and change often. Will include a couple of demos this week. In the spirit, yes, but targeting different hardware,
15.
▲
by
marmakoide
2y ago
A nodal real-time video processing tool : put together pre-made "processing boxes" to generate interactive video. It runs on pretty much anything, uses a plugin architecture. Say, plug a camera, and it will blend two videos stream
16.
▲
by
marmakoide
2y ago
It's not a way to boost a signal. It's using the Sun as a (gravity) lens, with probes at the focal point to gather the image. Because it's a very large lens, that's allow to have a massive zoom on whatever object we are
17.
▲
by
marmakoide
2y ago
I had the same experience with computational geometry. Very good at giving a textbook answer ("give a Python/ Numpy function that returns the Voronoi diagram of set of 2d points"). Now, I ask for the Laguerre diagram, a varia
18.
▲
by
marmakoide
2y ago
Fixing the topological naming issue, in the mainline, what a game changer. I am using Freecad for Actual Real Things. I learned to work around the topological naming issue, but it cost me time, and it can make parametric models quite brittl
19.
▲
by
marmakoide
2y ago
I rage quitted OpenSCAD for FreeCAD :p For real, because I am way more productive with FreeCAD. FreeCAD allows to work in term of topological features like surfaces, edges, etc which is, in practice, very cumbersome with OpenSCAD.
20.
▲
by
marmakoide
2y ago
Yet one flap is going to be eternal in human memory
21.
▲
by
marmakoide
2y ago
That flap is already a legend, kept at it even mangled by hot plasma, crazy accelerations and pressures, spitting molten steel at the camera. What a role model, the little flap that could.
22.
▲
by
marmakoide
2y ago
That would break most C code handling hardware directly, like on MCUs
23.
▲
by
marmakoide
2y ago
Ushaiha and the Falklands?
24.
▲
by
marmakoide
2y ago
Wow, I just went outside (South West of France) to plug the car for charging before going to bed. I noticed unusual, faint light patterns in the night sky, like long spikes coming from the North. It was not the Milky Way, we can see every c
25.
▲
by
marmakoide
2y ago
A well-made TUIs is really ergonomic and clutter-free. It can be maintained to high standard by one person. It doesn't take a lot of efforts to make composable tools, ie pipes. It uses little resources even for fancy TUIs. GUIs can be
26.
▲
by
marmakoide
3y ago
The whole read made me reframe Better Call Saul as a documentary.
27.
▲
by
marmakoide
3y ago
Ayn Rand is teenage fantasy you are supposed to grow out as soon as you start to engage into adult life, working, develop romantic relationships, etc.
28.
▲
by
marmakoide
3y ago
You need to dice your scene in many well formed elements (it's tricky, lots of edge cases), and you are simulating diffuse light only. Point sampling achieve the same results without a complex preprocessing step.
29.
▲
by
marmakoide
3y ago
My Thinkpad 470s battery is close to its death (1h30 autonomy editing text, doing CAD or websurfing), after 5 years of heavy use.
30.
▲
by
marmakoide
3y ago
I felt like an unknown genius using 256x256 unchained VGA : marginally faster sprites ! Sprite clipping using a 4 pixels out of screen border !
More ›