Live data from Hacker News

Viewing profile — matthias509

matthias509

HN member
Joined
Wed, Dec 02, 2020, 9:49 PM UTC
HN karma
166
Public activity
39 items

About matthias509

No profile information was provided.

Recent public activity

  1. comment
    Comment #36221108

    Why? Lots of sentient animals kill sentient animals of a different species. Why should humans be different?

  2. comment
    Comment #34589868

    One reason carjacking is rare is because people don't foolishly stop for obvious carjackings. If an autonomous car has trouble telling the difference between a carjacker and a cons…

  3. comment
    Comment #33708188

    I think it’s more like removing captain from a giant ocean going freighter. Everything will be fine till one day it runs aground or hits an iceberg.

  4. comment
    Comment #32113903

    My personal experience is that I was paid by my university to get my master's degree in the late 90's. Since I was a teaching assistant for an entry level programming class (in Jav…

  5. comment
    Comment #31777503

    I’m guessing you are thinking of cache lines where CPUs will read/write data in 64 byte chunks from memory to/from cache. As you said, being aware of this lets you optimize away ca…

  6. comment
    Comment #31752712

    It is not true that Apple will know what web sites were visited. The article states “the device manufacturer or attester only knows the minimum amount of device data required for a…

  7. comment
    Comment #31720489

    You can try HERE WeGo. Add free and you can download maps for use offline. Disclaimer: I work for HERE Technologies.

  8. comment
    Comment #31127669

    Also, choking people get bruises to the abdomen when someone performs the Heimlich maneuver on them, and people with cancer get pumped full of chemicals which just about kill them.…

  9. comment
    Comment #31127599

    So your solution is what? Don't donate blood or plasma? Have only humans who aren't exposed to PFAS done blood or plasma (which don't exist anyway)?

  10. comment
    Comment #30915254

    High salaries for tech workers are not a new phenomenon. So if programming were truly a skill a large number of people could just “pick up”, it would have happened already.

  11. comment
    Comment #30664677

    We use Ephemeral Inline Volumes backed by LVMs on a local ssd. TopoLVM can make this trick possible.

  12. comment
    Comment #30347104

    > I'm talking about the proliferation of DSLs like Awk in the world of Unix I get that there is a learning curve for Unix. However, a complaint about a "proliferation" in the conte…

  13. comment
    Comment #30233420

    Imagine the other extreme where every single executable on the system statically linked libc. Assuming libc calls are pretty common(which I think is safe) I would expect the cache …

  14. comment
    Comment #30229184

    Saving disk space isn’t nearly as exciting as saving CPU cache space which is much more precious. That means that something like libc will almost always be in cache from something …

  15. comment
    Comment #29983606

    All the implements which farmers use, planters cultivators, etc have gotten larger over the years as the scale of farms have grown. A 40 year old tractor likely isn’t going to have…

  16. comment
    Comment #29983279

    There are a few news stories out there indicating that because Omicron grows better in the throat that also swabbing the throat helps reduce false negatives. Though the official wo…

  17. comment
    Comment #29863784

    Case International Harvester https://www.caseih.com is also a big player.

  18. comment
    Comment #29863760

    Not a farmer but worked on one growing up and my in-laws farm several thousand acres. The existence of a competitor to JD is one thing, the distance from farm to dealer is another.…

  19. comment
    Comment #29777016

    I’m still rocking my aluminum hardtail Trek I bought in college 25 years ago with the (gasp) three front derailleurs and the Rockshox Judy front fork. I had no idea that the tech h…

  20. comment
    Comment #29740639

    This is saying that someone is hacking if they read text in a pdf which was “redacted” by changing the style of the text to be black text on a black background.

  21. comment
    Comment #29218967

    One point which I think bears mentioning with respect to performance is that even with O(1) access, the performance in the real world of a list implemented by a list of pointers vs…

  22. comment
    Comment #28962727

    Mosaic release date maybe? https://en.m.wikipedia.org/wiki/Mosaic_(web_browser)

  23. comment
    Comment #27581153

    Another interesting rabbit hole to explore is the compiler. Back in the day I wrote a toy compiler for a college course and used this text book: "Compilers: Principles, Techniques,…

  24. comment
    Comment #27250158

    This. If I’m not helping junior devs get their work done, I am failing as a PE.

  25. comment
    Comment #27250137

    So don’t let yourself get removed completely from the deliverables. Keep in there. Take some tickets off the queue and work them so your skills stay sharp. If you are worth your sa…