Viewing profile — vkazanov
vkazanov
HN member- Joined
- Tue, Aug 18, 2015, 2:54 PM UTC
- HN karma
- 1,806
- Public activity
- 726 items
- HN profile
- View on Hacker News ↗
About vkazanov
No profile information was provided.
Recent public activity
-
comment
Comment #49206590
These little guys often do get a hammering on fridays...
-
comment
Comment #49188329
Both numbers are big, no? Especially given the complete dominance of linux in many other settings.
-
comment
Comment #49188295
Oh come on. :-) Linux is not userspace. Linux is a kernel, and android is a parallel fork of the kernel. So android is a version of linux but is not GNU/Linux. Android/Linux, if yo…
-
comment
Comment #49016828
For me it is surprisngly natural to include the original thing into "a set of thing-likes". Why does it feel wrong (or meaningless) to you?
-
comment
Comment #49016747
Self improvement books! All of them! "Make good habits, not bad habits because this is what Lincoln did..."
-
comment
Comment #49006536
"Kernel anti-cheat" and "spyware" is exactly what i mean. Thry do have millions of players. But that's like 20-30 games out of 1000s that run just fine.
-
comment
Comment #49006298
"Far ahead"? DRM'ed spyware, yes. Everything else? Not so much, thanks to the monumental effort of Wine and Proton projects.
-
comment
Comment #48940861
Well, operational dbs in practical circumstances are used for queries that take predictable time to complete. "Get a row" "Get ten rows" Etc, etc. All constant, all predictable, al…
-
comment
Comment #48932953
Yes! Distributed systems introduce severe restrictions on what can be reasonably done at scale. Having a single connection string is one thing, being able to do a massive JOIN is a…
-
comment
Comment #48931424
Of course 768 servers NEVER behave as 1. This is physically impossible. Global services using relational dbs typically severely restrict queries that run against the cluster. So no…
-
comment
Comment #48865354
True! the borrow checker is a special thing. This is what i mean when i say "explicit data flow analysis". In a way this is compiler internals exposed to a programmer.
-
comment
Comment #48858866
I think the REALLY cool thing about apple's shared memory implementation is the ultra-wide memory bus. Otherwise, AMD is quite close to what Apple has, and Strix Halo is honestly i…
-
comment
Comment #48858210
It is interesting how apple claimed that "unified memory" is something special, and ppl believed them. Intel and AMD had been doing this for years already, and had linux support fo…
-
comment
Comment #48857485
Yes. The biggest innovation of Rust is bringing some of the good ideas from functional programming to low level programming. I'd also say that partially exposing data flow analysis…
-
comment
Comment #48857193
Heh, i want to both disagree and agree. I started with pascal and then C++. And then discovered Emacs and Lisp. Boy, that was a revelation! Never ever in my life shipped a line of …
-
comment
Comment #48856471
I am not a huge Rust fan but the language did bring a few practical and useful innovations, while also keeping a focus on practice. And no, C++ just doesn't make the same things ea…
-
comment
Comment #48796984
As a lisper, i like PLAI and all the other books from the same school: Lisp in small pieces and many others. But they also felt kind of detached from realities of industrial langua…
-
comment
Comment #48796933
Dragon book is a weird one. While a classic, it only decently covers basics of the theory of computation, while only doing a brief run through the rest of compilers. None of modern…
-
comment
Comment #48795691
This looks like an undergrad-level walkthrough through key topics of how a language works. Say, python or ruby, or simpler pascal compilers. Both compilers and language design are …
-
comment
Comment #48774278
FSF is working on such a policy. Many other projects are announcing/discussing these. Legal problems with LLM-written code are well-known. And copyright law is the cornerstone of o…
-
comment
Comment #48772788
It is not "after the fact". This is a big discussion in open source over all, and checking contribution policies "before the fact" would prevent this waste of time immediately. Hel…
-
comment
Comment #48756950
One more factor: Similar to how this works in semiconductors, some things are just too expensive to build without having an economy of scale.
-
comment
Comment #48731751
Yes! But the point here is that producing apple products in the US would probably turn that 1000 dollar toy into 3000 dollar toy, which would in turn result in the sales going down…
-
comment
Comment #48729092
I saw it in literature on cpu pipelines in quotes, never without.
-
comment
Comment #48716105
I grew up in the east of lithuania, mostly hearing polish and russian in my early years, and then also lithuanian to a smaller degree. I eventually managed to separate the language…