Viewing profile — mullr
mullr
HN member- Joined
- Sat, Nov 17, 2007, 5:04 PM UTC
- HN karma
- 933
- Public activity
- 339 items
- HN profile
- View on Hacker News ↗
About mullr
No profile information was provided.
Recent public activity
-
comment
Comment #48878479
Another 2 day old vibe coded project. The premise is great, but it’s pretty apparent that no thought was put into it. They couldn’t even be bothered to write their own text for the…
-
comment
Comment #47506286
Why would I use this over the existing Proptest library in Rust?
-
comment
Comment #36601969
"The Lightning Tamers", by Kathy Joseph, is a wonderful and accessible book about the history of electricity. Her youtube channel is great too: https://www.youtube.com/c/KathyLoves…
-
comment
Comment #35657167
https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v...
-
comment
Comment #34056779
I had the opposite experience. I worked for a company with a bunch of Clojure projects, written by people of varying levels of experience. I had to do some cross-cutting changes an…
-
comment
Comment #33927788
I've had no problems with dwarf.
-
comment
Comment #33924266
Every Linux C/C++/Rust developer should know about https://github.com/KDAB/hotspot . It's convenient and fast. I use it for Rust all the time, and it provides all of these features…
-
comment
Comment #32038257
Caveats: I've used nom in anger, chumsky hardly at all, and tree-sitter only for prototyping. I'm using it for parsing a DSL, essentially a small programming language. The essentia…
-
comment
Comment #32035813
Error recovery in nom is left as a very obtuse exercise to the reader. Custom error reporting is difficult at best. That stuff is supposed to be better in chumsky; I don’t know if …
-
comment
Comment #30924512
For Kagi, at least, there's a very well integrated search customization method that they didn't bother to show here. For any search result, you can add a ranking adjustment for the…
-
comment
Comment #30139433
> If it's not too much to ask, do you mind sharing some of the pain points? To me, the point of literate programming is that you have a coherent (literate, if you well) document th…
-
comment
Comment #30131976
Yeah, it's really not. You CAN do knuth-style literate programming in org-mode ( https://orgmode.org/manual/Extracting-Source-Code.html ) I used it to make http://mullr.github.io/m…
-
comment
Comment #29971617
And to really rub salt on it, they have a syntax that looks very much like stock latex for math symbols, and SOME of them are the same, but not all of them! (all / forall is the on…
-
comment
Comment #29971475
you mean like 'u' for micro, and 'lambda'? I think this is pretty common. Regardless, you're probably doing yourself a disservice if you're allowing things like that to take choice…
-
comment
Comment #29266311
What are people doing about this on the client side? The solution that comes to mind is to do all my Rust builds in a sandbox of some kind, but with rust-analyzer involved, I'd lik…
-
comment
Comment #28634318
> support for the Wine and Proton compatibility layers on Linux is included
-
comment
Comment #28608496
> Isn't part of the point of Rust that you don't manage memory yourself, and rather that the compiler is smart enough to manage it for you? For trivial cases, kind of. But once you…
-
comment
Comment #27415973
As a regular web dev, you are constantly staring a distributed system in the face: it’s made of the program running on the server (back end), and the program running in the web bro…
-
comment
Comment #27120858
> Tutoring sessions on our platform are completed using a whiteboard and text-based chat (no audio and video). Have you found that to be sufficient? I recently tried doing some onl…
-
comment
Comment #27082352
They are willing to share the dataset, just tell them what you want to do with it.
-
comment
Comment #26681616
A truly staggering amount of “scare quotes.” From the site: > As a conservative watchdog to the nation’s higher education system, Campus Reform exposes liberal bias and abuse on th…
-
comment
Comment #26020627
To me, Cucumber is a way to write executable specifications that can also be read by non-developers. This can be tremendously powerful if done judiciously, or tremendously pointles…
-
comment
Comment #26020527
> Have you ever considered how we could use the predicates in the filters to create Specialized generators that only generate inputs that will be accepted by the filter? You probab…
-
comment
Comment #26018251
We like to run the tests as part of CI with a relatively small number of iterations, and then turn the knob way up in a nightly or weekly scheduled test job.
- story