Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
michalsustr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
michalsustr
8d ago
If you'd like to explore what the Navier–Stokes blow-up construction looks like visually, I vibe-coded an interactive 3D visualization based on the published result for fun :) Demo: https://minfx.ai/navier-stokes/
2.
▲
by
michalsustr
8d ago
If you'd like to explore what the Navier–Stokes blow-up construction looks like visually, I vibe-coded an interactive 3D visualization based on the published result for fun :) Demo: https://minfx.ai/navier-stokes/
3.
▲
by
michalsustr
8d ago
If you'd like to explore what the Navier–Stokes blow-up construction looks like visually, I vibe-coded an interactive 3D visualization based on the published result for fun :) Demo: https://minfx.ai/navier-stokes/
4.
▲
by
michalsustr
8d ago
If you'd like to explore what the Navier–Stokes blow-up construction looks like visually, I vibe-coded an interactive 3D visualization based on the published result for fun :) Demo: https://minfx.ai/navier-stokes/
5.
▲
by
michalsustr
22d ago
Are the materials for the class on complex system failure analysis you had available online? Thank you.
6.
▲
by
michalsustr
1mo ago
Nice article. As perf optimisation has become more like a machine learning problem, maybe there is opportunity to use other techniques for checking generalisation. Like e.g. cross validation
7.
▲
by
michalsustr
1mo ago
Very cool! Also, huh interesting. I’ve used rdtsc to measure cycle diffs but had no idea its execution takes that long. Is that common across architectures?
8.
▲
by
michalsustr
1mo ago
Hmm so why did boxed() do type erasure in the first place?
9.
▲
by
michalsustr
2mo ago
I talked with Hochreiter about 1.5y ago they should go for it and properly scale xLSTM to LLMs, not just playing around with few B params for experiments. They felt like they are too late to the game to get investment and traction. So much
10.
▲
Frame perfect: Syncing cursor position and app rendering
(github.com)
2 points
by
michalsustr
3mo ago
|
0 comments
11.
▲
by
michalsustr
3mo ago
Very interesting. What do you want to do about async?
12.
▲
by
michalsustr
3mo ago
Congrats on the launch, this must have been an insane amount of work! I noticed the headers had 2024 in them, so indeed quite some time put in. It seems the main selling point of micron is speed. You’ve done quite a lot of benchmarking. I t
13.
▲
by
michalsustr
4mo ago
Fantastic presentation! Thank you for sharing.
14.
▲
by
michalsustr
4mo ago
Given general software quality of the js ecosystem, the proliferation of supply chain attacks was just matter of time. I’m curious how other ecosystems will hold (eg Rust)
15.
▲
by
michalsustr
4mo ago
What language are you building this in? I’m interested but trying to stay away from js world for security reasons.
16.
▲
by
michalsustr
4mo ago
Interesting. So one way to interpret current situation is that Github is "trapped" by its open source offering. This will likely have implications soon on what they do or the direction of open source...
17.
▲
by
michalsustr
5mo ago
Why don’t they just raise GitHub actions prices? Supply and demand, that would sort itself
18.
▲
by
michalsustr
5mo ago
I recently saw a submission here that does that, by essentially implementing GC in Rust. It is not beginner material though. https://kyju.org/blog/tokioconf-2026/ Edit: also the simplest way how to do cyclic struc
19.
▲
by
michalsustr
6mo ago
Next step would be optimize for performance so it’s not slow. LLMs in Rust like to use cloning a lot , which will make it super slow.
20.
▲
by
michalsustr
6mo ago
Very interesting! Im curious, how does this work, it binary patches glibc allocator? AFAIK custom allocators are only in nightly and require generics in the form Vec<T, A>
21.
▲
by
michalsustr
6mo ago
Mine too! Rust is my favourite language right now. The complications begin with async. Outside of async it’s a beautiful world. With async, you tend to get locked down on library ecosystem level, with the dominant approach being work-steali
22.
▲
by
michalsustr
6mo ago
It would be great to include non-io-uring bench numbers as baselines.
23.
▲
by
michalsustr
7mo ago
This would be great if it compiled to wasm! Rust has great support for it. And you’d get native architecture for free too!
24.
▲
by
michalsustr
7mo ago
Very cool. How about using caps lock for switching modes? Or vim-style?
25.
▲
by
michalsustr
7mo ago
We might be interested in the technology (not as a VC), if it shows meaningful improvement (>2x) over what we currently do. If you could show how it compares with a simple replicable baseline, maybe something like C program that just acc
26.
▲
by
michalsustr
7mo ago
Interesting. How does your benchmark look like if you compare with monoio?
27.
▲
by
michalsustr
7mo ago
Btw this blog series is a fantastic read: https://en.ihcblog.com/rust-runtime-design-1/
28.
▲
by
michalsustr
7mo ago
Hi, nice motivation! I’ve built async runtime driven by clocks on top of monoio. You can drive each thread at different speed, to simulate a distributed system faster than real time. Our motivation is outlined here: https://minfx
29.
▲
by
michalsustr
7mo ago
Very interesting. What is the runtime model, based on the "async trilema" https://without.boats/blog/the-scoped-task-trilemma/ ? I assume tokio-like, i.e. work-stealing?
30.
▲
by
michalsustr
7mo ago
Very cool! I’m exploring adding DICOM support to https://minfx.ai project. The idea is to better support machine learning in medical space and make DICOM viewing in web assembly. Not right now, but in next 2/3 months. What
More ›