Live data from Hacker News

Viewing profile — vlovich123

vlovich123

HN member
Joined
Tue, Jan 16, 2018, 8:47 PM UTC
HN karma
16,178
Public activity
7,075 items

About vlovich123

vlovich @ whatever

Recent public activity

  1. comment
    Comment #49218604

    No, that entirely depends on if you subscribe to the Hobbesian outlook that argues the natural state of the world is one of war and brutality. The James Locke school argues that na…

  2. comment
    Comment #49218550

    > Tax the Walton family, or the highest earning employees directly, and you get to have your cake and it too since you get similar amounts of tax revenue without damaging the econo…

  3. story
  4. comment
    Comment #49213801

    Can you describe the defensible policies of supply-side economics? That's as vague a term as trickle-down economics to me. Supply-side economics is based on a flawed premise of loo…

  5. comment
    Comment #49213735

    When did the previous tax cuts get rolled back vs getting extended in perpetuity?

  6. comment
    Comment #49213361

    A few months of extra no data won’t impact the stock investments if no one has that data. Startup funding is similarly not so time sensitive. As for businesses hiring, they should …

  7. comment
    Comment #49212048

    What decisions are so important and time sensitive they depend on these numbers right after a month is over? And also we at one point were making decisions without these numbers ye…

  8. comment
    Comment #49211413

    That’s what I meant. There should be error bars to reflect uncertainty of the inherent data, but they should wait until all the data that could change things comes in rather than u…

  9. comment
    Comment #49211330

    I would say the initial numbers should be embargoed until the number is reliable. People don’t understand error bars and reporting can more easily manipulate the current situation …

  10. comment
    Comment #49211277

    One thing I don’t understand is how you can guarantee the lack of a distributed deadlock. I’m sure it’s covered in the underlying research, but just conceptually it’s hard to pictu…

  11. comment
    Comment #49192763

    Cortex M0 and microprocessors generally do not. Cortex M3’s looks nothing like the branch prediction you think of when you think consumer or server CPU. Basically branch prediction…

  12. comment
    Comment #49190705

    > > They also mention doing other things like invoking the compiler to get version information. This seems like it would dwarf any performance gain from number 2. I measured this, …

  13. comment
    Comment #49177255

    Safety is normally ok in an uber but in a Waymo it’s much higher. Whether I’m talking about driving safety or personal safety from the/for the driver, you pick. But generally you c…

  14. comment
    Comment #49168572

    > Update — August 4, 2026, 13:37 CEST: At least 868 packages (across 1381 versions) have been compromised by the worm, with a combined total of over 2 billion monthly installs at t…

  15. comment
    Comment #49164041

    Whether or not it’s on par famously or difficulty level doesn’t predict whether the others will fall. They’re unique problems and math isn’t linear - the Jacobian it managed to fin…

  16. comment
    Comment #49154297

    Exactly - fail_silently is illegal and you have to actually destructure the type to explicitly implement the destructor > How would you handle destructors with arguments? https://s…

  17. comment
    Comment #49150363

    What kind of topics/comments did you make that got you death threats? Really want to make sure I stay away from such topics.

  18. comment
    Comment #49149518

    These specific people? No. This happening in general? Yes - observed this first hand in the cybersecurity space.

  19. comment
    Comment #49148685

    Cush consulting jobs after the fact. You don’t burn your social network unless the alternate is serious jail time. Given the slaps on the wrists described, clearly the after convic…

  20. comment
    Comment #49148502

    It’s not. If you look at the analysis, the bug is present only in one version of the kernel everything else the same. It’s the kernel. Also here’s a kernel developer confirming the…

  21. comment
    Comment #49139419

    The kernel bug I believe hasn’t been root caused quite yet although the LLM does seem to have potentially found an unrelated problem.

  22. comment
    Comment #49134766

    A kernel bug and you’re criticizing Rust. Weird take

  23. comment
    Comment #49134761

    It’s a kernel bug. While I agree libc allocators suck for no good reason, it seems like this work of equally likely hit other application code including mimalloc and glibc.

  24. comment
    Comment #49129986

    The problem is that when you don’t have a cohesive picture of how things fit from the outside, it becomes really hard to evolve the language in a way that makes sense and doesn’t b…

  25. comment
    Comment #49129855

    Classical object, object without identity, atomic value, and classical value are not simplifications that you’d want in other languages. Rust, Haskell, Python - none of them need o…