Live data from Hacker News

Viewing profile — sour-taste

sour-taste

HN member
Joined
Sun, Jan 20, 2013, 6:15 PM UTC
HN karma
1,522
Public activity
355 items

About sour-taste

No profile information was provided.

Recent public activity

  1. comment
    Comment #45576577

    Can they sue, and if they do are they likely to win? My laymans gut feeling is they will lose because the constitution says nothing about the government being required to provide p…

  2. comment
    Comment #45551479

    Overlapping intervals were a question back in 2023 so yeah, it's useful

  3. comment
    Comment #45486442

    Doing this today I'd just have a std::function parameter and have callers pass in a lambda. I may use a third party std::function that doesn't have the weird copy semantics though

  4. comment
    Comment #45457026

    Having spent a lot of time in Japan, construction there was a way to provide money to poor regions. You build some big project and pay people good wages and encourage growth of loc…

  5. comment
    Comment #45433732

    I'm pretty ignorant here, but as I understand it * The design time on a new plane is going to be tens of years * Boeing is already losing customers to Airbus as a result of the max…

  6. comment
    Comment #45383000

    Because it's relevant to many on this site, most bay area cities are users

  7. comment
    Comment #45342982

    > the sad reality is that the majority of the criminals are not amenable to rehabilitation What evidence do you have for this?

  8. comment
    Comment #45327187

    I agree standard bikes are a poor fit for luggage. There are cargo (e)bikes that can comfortably hold large bags (e.g. https://larryvsharry.com/products/ebullitt ). They may make s…

  9. comment
    Comment #45310606

    Is this corporate Goofus and Gallant?

  10. comment
    Comment #45244991

    Seems very inspired by gmock. Wondering if there's a comparison somewhere?

  11. comment
    Comment #45146453

    Even baseless accusations like this are likely to lead to capitulation by companies out of fear of reprisal from the rest of the trump administration. We can look forward to explic…

  12. comment
    Comment #45089108

    My belief is that modules were designed for big tech companies that do massive builds parallelized across thousands of machines. Such an environment makes the complexity bearable a…

  13. comment
    Comment #45082055

    Thanks for taking the time to round up these posts for me!

  14. comment
    Comment #45082051

    Because a malicious ssg could expose private files (private keys etc) at a hidden url only the attacker knows to scan for, drop malware that grants them non-static file access, or …

  15. comment
    Comment #45074953

    I guess the driver was the one that runs on Mac that they were able to refer to? Not sure you have any links to blog posts about this process it sounds so cool

  16. comment
    Comment #45072752

    Didn't all the asahi Linux Mac m1 drivers essentially get reverse engineered with little to no support from apple and no public docs? If I'm remembering correctly then I guess it's…

  17. comment
    Comment #45069958

    * The vast majority aren't compiled into any given kernel * Those that are are only loaded when needed It's not that bad

  18. comment
    Comment #45022261

    [flagged]

  19. comment
    Comment #44944586

    Look forward to the supreme Court ruling that the FCC is illegal and actually owes carriers money for some reason

  20. comment
    Comment #44938042

    Currently it looks like this: map > inverted_index; list positions; Think you also meant to remove the pair in map ?

  21. comment
    Comment #44934234

    Love it. Minor but question 8 should maybe be 'trailing' instead of 'tailing'?

  22. comment
    Comment #44891369

    I mean it's the law in California that job postings must include salary ranges since 2023, so it's more than 'boy sure would be nice if I knew the pay range before applying': https…

  23. comment
    Comment #44890827

    I used to see the Rockabilly dancers all around Yayogi Park in Shibuya (1). These guys would hang out in the park on the weekend with pompadours and jean/leather jackets and do goo…

  24. comment
    Comment #44877521

    Storage on spinning disks does. Storage on ssds does as well but should be much less. Cold backups don't. Now, the idea that people can just delete their cat pictures to meaningful…

  25. comment
    Comment #44861657

    I feel like it's the opposite. In a huge project there's bound to be many weird interactions between components, and it's about picking the important/security relevant ones and fin…