Viewing profile — iamcreasy
iamcreasy
HN member- Joined
- Fri, Dec 05, 2014, 7:25 PM UTC
- HN karma
- 1,667
- Public activity
- 1,086 items
- HN profile
- View on Hacker News ↗
About iamcreasy
hnchat:iah9cGDqdgU2TCHEINZt
Recent public activity
-
comment
Comment #49213019
Interesting read. > you see that the reverse proxying rules you would need are more complicated than usual. you can’t Simply forward /api to your application and the rest to the fr…
-
comment
Comment #49138949
I built compiler that compiles to 16bit x86 via MASM. This books feel like a natural next step, but I was wondering if there is a linux equivalent book I can choose instead?
-
comment
Comment #49015351
Interesting read. Is docker sandbox a solution in this situation?
-
comment
Comment #48620113
Thanks for the write up. So the first version was synchronous, second version was using epoll and third one will be use io_uring?
-
comment
Comment #48547999
Interesting. I have just started reading about Kubernetes. Is there an reading material that goes over this process you just described?
-
comment
Comment #48497320
> Most Linux package managers cannot separate user-installed packages from system packages. What is the use case when someone would want to differentiate system/user installed pack…
-
comment
Comment #48464594
Does anyone know any applied functional analysis book? I have strong linear algebra foundation, but no real analysis.
-
comment
Comment #48352914
Very cool! What would a 10,000 feet solution look like for MySQL to Iceberg on S3?
-
comment
Comment #48175377
Interesting, thanks for sharing. What makes CUDA Programming: A Developer's Guide to Parallel Computing with GPUs better among its peers?
-
comment
Comment #48143414
Does anyone know if these are already explained in Eskil Steenberg's dependablec.org?
-
comment
Comment #47944519
Nice! Do you guys plan to implement widget interaction?
-
comment
Comment #47809541
Julia language is also used for HPC according to their webpage citing performance parity with C++. Would it be correct to infer Julia also provides the same level of memory bandwid…
-
comment
Comment #47807645
Given the individual file size and total volume, I'd argue it make sense to use move to local only storage. On a separate note, what tool is the final benchmark screenshot form?
-
comment
Comment #47408820
How do you call those C/Rust libraries compiled from to webassembly from Python/Pyodide?
-
comment
Comment #47394814
Is there any article explaining how AI tools are evolving since the release of ChatGPT? Everything upto MCP makes sense to me - but since then it feels like there is not clear defi…
- comment
-
comment
Comment #47328872
> "open training" is something that won't ever happen for large scale models https://www.swiss-ai.org/apertus Source: EPFL, ETH Zurich, and the Swiss National Supercomputing Centre…
-
comment
Comment #47268770
Wasn’t a simpler solution was to update the Debian buster repo url to archived repo url?
-
comment
Comment #46901422
> At that point, I reached for an age-old tool that has gotten more useful in the modern age: binary search. That is, you explain the symptom to your coding agent. Then you have it…
-
comment
Comment #46775657
The keyword is ’cutting edge’.
-
comment
Comment #46752749
Alex Honnold: No free soloist ever died doing anything cutting edge. Nobody died doing something really hard. A handful people died doing things that are easy. Most soloist died in…
-
comment
Comment #46752683
I was surprised to see him take breaks and wave at the crowd. Very different vibe.
-
comment
Comment #46751465
He must have. My impression from the documentary is that he practice the climb route many times with safety gear first.
-
comment
Comment #46750696
In his El Capitan climb (Free Solo), Alex was worried about cameras or presence of friends watching interfering with the climb. As oppose to that, this climb must have felt very di…
-
comment
Comment #46748812
Curious, why not use docker?