Live data from Hacker News

Viewing profile — the-lazy-guy

the-lazy-guy

HN member
Joined
Tue, Jun 21, 2016, 10:07 AM UTC
HN karma
246
Public activity
55 items

About the-lazy-guy

No profile information was provided.

Recent public activity

  1. comment
    Comment #48325658

    Stored and transmitted data also has to be decoded. With modern datacenter hardware bottleneck is often CPU rather than network or disk (SSD). It depends on specific properties of …

  2. comment
    Comment #48256503

    You should use emacsclient, so file will be actually shared. Or better yet - use GUI emacs with its ability to have multiple frames.

  3. comment
    Comment #47889104

    While obviously super-impressive, it is clearly not maintanable without AI agent. It has spinel_codegen.rb is 21k lines of code with up to 15 levels of nesting in some methods. Com…

  4. comment
    Comment #46661718

    Ok, let me call you out more explicitly. It is clear that most of the code is not written by you. Commit history shows that first a large feature appears out of the blue, then you …

  5. comment
    Comment #46661603

    https://github.com/whispem/minikv/blob/main/src/coordinator/... Nice, you are the first person I have seen who cares to type in unicode arrow instead of "->" in comments.

  6. comment
    Comment #46262503

    Fil-C aborts your program if it detects unsafe memory operations. You very much can write code that is not memory safe, it will just crash. Also it has significant runtime cost. Ru…

  7. comment
    Comment #44396127

    > Once you add static linking to the toolchain (in all of its forms) things get really fucking slow. Could you expand on that, please? Every time you run dynmically linked program,…

  8. comment
    Comment #44054212

    That is exactly what you want to evaluate the thechnology. Not make a buggy commit into softwared not used by nobody and reviewed by an intern. But actually review it by domain pro…

  9. comment
    Comment #44054064

    It is called experimentation. That is how people evaluate new technology. By trying to do small things with it first. And if it doesn't work well - retrying later, once bigger issu…

  10. comment
    Comment #44054044

    Hot take: CPython is not an important project for Microsoft, and it is not lead by them. The faster CPython project had questionable acheivement on top of that. Half of Microsoft (…

  11. comment
    Comment #44052208

    This is Stephen Toub, who is the lead of many important .NET projects. I don't think he is worried about losing job anytime soon. I think, we should not read too much into it. He i…

  12. comment
    Comment #43737101

    > A 15,000-line proof is going to have a mistake somewhere. If this proof is formal, than it is not going to. That is why writing formal proofs is such a PITA, you actually have to…

  13. comment
    Comment #43528197

    Thank you. These 2 are well-known, as well as plenty others. But I wanted to see answer from the author of the comment to which I replied. Apart from tests (of which both sqlite an…

  14. comment
    Comment #43525045

    Can you please provide an example of good C code? I agree that absence of tests isn't great, and is very common with many C-based projects. But the rest of your comments reads like…

  15. comment
    Comment #43134856

    Unrelated to suckless, there's a project (confusingly) named stal/IX: https://stal-ix.github.io/ It is also a statically linked Linux distribution. But it's core idea is reproducib…

  16. comment
    Comment #43034328

    Did you notice that you just devided kids in Loudoun and Baltimore in 2 groups, giving them as examples of different environments? You do not object to premise, only to granularity…

  17. comment
    Comment #42539227

    Sabotaging any infrastracture harms people. Transitioning to clean energy can be (and is being) sped up by actual peaceful actions. The second talk is especially ridiculous when th…

  18. comment
    Comment #42135357

    No, it cant. These 2 are semantically not eqivalent, because in async version caller of f1() is resumed only once fetch has completed. In your callback version it will be resumed i…

  19. comment
    Comment #42135332

    It's not about syntax. There is a huge difference in implementation and semantics between stackful coroutines (which go uses) and stackless coroutines (which most languages with as…

  20. comment
    Comment #40197583

    > The community would like to get absolute power so it can just make decisions about military sponsorships beforehand. There is no such thing as "community" when talking about powe…

  21. comment
    Comment #40049949

    This does not sound as bad as you want it to. Last time I checked, Boeing was responsible roughly for the half of all flights worldwide and fligths are 3 orders of magnitude safer …

  22. comment
    Comment #38555321

    Small correction. Judging by here LinkedIn page (I will not provide link, but it is public), she is not Israeli, she is an american Jew. I think, it is important to point it out si…

  23. comment
    Comment #38365322

    My point is that Twitter is not spiraling out of control into irrelevance, as demonstrated by you and me discussing a twit. And twitter is running relatively fine, as demonstrated …

  24. comment
    Comment #38365015

    You are replying in a thread about a twit though.

  25. comment
    Comment #36930606

    I had a brief look at Gates Foundation spending and it does not look like tax dodge to me: https://www.gatesfoundation.org/about/financials/annual-repo... It spent about 10% of its…