back
user profile
dmit
6,673karma·537submissions·February 21, 2011
recent activity (537 total)
comment
> Imitation is the greatest form of flattery "... that mediocrity can pay to greatness" is the rest of the quote.
comment
Apologies, I meant your comment pre-edit(s).
comment
.....Did you just complain about Rust's "lower adoption" compared to C++, immediately following it by "Zig, on the other hand :eyes_emoji:"
comment
> I don't think performance has got much to do with tinkering. Yes, in general, but also there are cases when you realize you can, idk, parse a CSV file in 0.2 seconds instead of 200 seconds. …
comment
Have you ever thought "Ugh, this bit of Python code is running much slower than I expected on my computer. Wonder if anyone has written a native library for this"? That's probably the c…
comment
I foresee a pjmlp comment in your near future. :)
comment
> Zig's compilation times are already terrific In my experience, this (for now) is mostly aspirational. It's obviously a major goal, and there are clear milestones outlined on how to achi…
comment
> no, JavaScript is not a perfect language Such a brave stance against a claim literally nobody has ever staked.
comment
> Can someone explain why it sounds like there's such rapid growth of Bun? In my case, when I start a little Typescript side project, instead of drowning in the sea of npm/yarn/berry…
comment
Tigerbeetle is in the database business. They operate on an entire different level of correctness expectations compared to something like Bun. The correctness guarantees they provide come first and fo…
comment
> And I greatly respect the small binary/download size The latest x86_64 Linux build is 136MB. ( https://zed.dev/docs/linux#downloading-manually ) As for your list of griev…
comment
> When you pay taxes you have no say in the bombs acquired with that and where they are dropped. Vote in elections, local and general.
comment
Hehe, why "probably"? It says "250 lines" right there in the subject. Surely one can skim the single file of code ( https://github.com/ieviev/mini-gzip/blo…
comment
I once witnessed a local admonish another (younger) local for exactly that at a bar. He replied with a bratty "Not my fault they're using crappy chopsticks..."
comment
For future readers: throwaway27448's comment used to say something completely different, featuring the r-slur, and then immediately edited.
comment
What about when you have a long-running program. You can't both brag about NumPy, Django, and the machine learning library ecosystem while also promoting "It's great for when you just w…
comment
> If I'm using one syntax, how do I tell you to fix a bug in your syntax? How about "Hey, your Bean ain't sprouting"? :) I'm sorry, I feel like I'm not communicating t…
comment
class Bean {
private boolean sprouted;
public void sprout() {
this.sprouted = true;
// ...
}
}
or data Bean = Dormant | Sprouted
sprout :: Bean -&…
comment
No it won't? That's exactly the point -- each of those people will be viewing the code in their own preferred syntax. If there is semantic nuance in the writer's syntax, the reader will…
comment
Alt opinion: syntax is the least important part of a programming language. I can't wait for the day someone invents one where it's defined entirely as an AST (with the S standing for Semanti…
comment
I mean, as someone who grew up pronouncing it "Ess-Cue-Ell", I wish I learned earlier on that "Sequel" was the intended pronunciation. :)
comment
Good call, for bad reasons. > At ZML, we are creating exciting AI produ[...]