Viewing profile — mindv0rtex
mindv0rtex
HN member- Joined
- Mon, Apr 06, 2015, 3:13 PM UTC
- HN karma
- 82
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About mindv0rtex
No profile information was provided.
Recent public activity
-
comment
Comment #48168364
The fact that they've started promoting using the Caveman mode tells me that the unlimited usage policy is taking its toll.
-
comment
Comment #46071718
How is Tenstorrent h/w more general purpose than NVIDIA chips? TT hardware is only good for matmuls and some elementwise operations, and plain sucks for anything else. Their softwa…
-
comment
Comment #41987932
I was recently trying to solve a similar problem but on desktop platforms. I don't want to depend on LaTeX, but I'd like to be able to generate equation images inside a C++ desktop…
-
comment
Comment #39875706
It's definitely AI generated, that picture makes no sense.
-
comment
Comment #36190816
The functionality that I am personally interested in from a binary parsing framework like Kaitai is generating an encoder implementation in addition to a decoder one. In other word…
-
comment
Comment #35329381
The only requirement placed on the “moved out” variable is that you should be able to call its destructor. Which means that it has to be in a valid but unspecified state. So it's f…
-
comment
Comment #33944057
I recently decided to give terminal multiplexer a try. I first used tmux for a couple of weeks and then discovered zellij. It felt much more user-friendly, but I don't know how muc…
-
comment
Comment #33830616
Explains Putin's approach to ruling over Russia rather well.
-
comment
Comment #33043539
At our company, we rely a lot on https://github.com/boost-ext/sml
-
comment
Comment #29683957
My favourite among this class of Python libraries has been traits from Enthought: https://github.com/enthought/traits
-
comment
Comment #28526138
Speaking of what's possible in matplotlib, I am very much looking forward to reading this book: https://github.com/rougier/scientific-visualization-book
-
comment
Comment #28329984
I'm genuinely curious which of those items you consider as sucky and why. I am asking because I've recently been moved from a C++ to a JS team at my current workplace, and now I am…
-
comment
Comment #26634524
That's what I did when I recently came across the same model. Here's my CPU-based implementation (in Rust): https://github.com/mindv0rtex/physarum
-
comment
Comment #25632365
Does anyone have a fallback solution for such situations? WhatsApp, Telegram, Discord, Zulip, something else?
-
comment
Comment #25603562
Not mentioned in the article, the ELL format is very efficient for banded matrices.
-
comment
Comment #25599448
Done!
-
comment
Comment #25597388
I really enjoy using Rust for personal side projects. It made me a better C++ developer. I'm excited about stabilized const generics to be able to speed up my linear algebra code. …
-
comment
Comment #25480823
That's the level of Rust I wish there were more learning materials about.
-
comment
Comment #24414555
Hmm, then I must indeed be living in a bubble...
-
comment
Comment #24413940
Just my anecdata. We live in Maryland, in a middle-class suburb. I have 3 kids and a SAH wife. We're doing OK, saving for 401k, driving two cars, paying cash for house maintenance …
-
comment
Comment #24237086
I agree. The talks were very light on content. This is was my first RustConf and I guess my expectations of PL conferences were mostly shaped by CppCon, which is overwhelming in th…
-
comment
Comment #23967785
How does this format compare to HDF5, which is common amount scientific developers? Are they meant for a similar use case or not?
-
comment
Comment #23723800
For not too elaborate GUIs in Python, I think TraitsUI is a really neat library: https://github.com/enthought/traitsui
-
comment
Comment #23191934
Is there a meaningful help that a Rust beginner can provide here?
-
comment
Comment #23191837
I hope Rust adds the major anticipated features (GATs, const generics, specialization) soon, or alternatively decides to not implement them altogether. I'm a rather new Rust develo…