Live data from Hacker News

Viewing profile — robhlt

robhlt

HN member
Joined
Tue, Apr 25, 2023, 6:25 PM UTC
HN karma
404
Public activity
69 items

About robhlt

No profile information was provided.

Recent public activity

  1. comment
    Comment #48763269

    It's not really the same unless the human cleaner also wears a gopro to record and archive their entire cleaning session for later review (and potential sale to data brokers when t…

  2. comment
    Comment #48714386

    This is still a thing on Android if your work account is a Google account and uses the Work profile feature. You can pause all apps in the Work profile on a schedule (or on demand)…

  3. comment
    Comment #48673905

    Microsoft is not a GPU manufacturer, Apple is. The 3rd parties Microsoft left it up to are the GPU manufacturers.

  4. comment
    Comment #48654793

    Air conditioners don't need to use fossil fuels. Solar power and AC work really well together because peak solar energy is exactly when you need AC the most. No heat is created eit…

  5. comment
    Comment #48634331

    For HDMI CEC they've already published their user-space daemon: https://gitlab.steamos.cloud/holo/linux-cec

  6. comment
    Comment #48633382

    It's a bit niche, but Steam can download games from another PC running Steam on your local network. 2.5GbE on both PCs makes that a lot faster.

  7. comment
    Comment #48631434

    Your coop building is on the unfair side of the "eclectic sometimes regressive" property tax calculation the parent comment mentions. Large (10+) multi-family rental properties are…

  8. comment
    Comment #48217814

    That's not how it works. Probability of precipitation means exactly what it sounds like: the probability that precipitation will fall in a specific forecast area. Here's the defini…

  9. comment
    Comment #48186125

    My problems are mostly with the language servers. I've always found them to be slower, consume more resources, and provide worse results compared to the equivalent JetBrains IDE. I…

  10. comment
    Comment #48163427

    Tech as a whole may not have too many employees, it's just Big Tech that has too many. If those employees were distributed among many more smaller companies the tech market as a wh…

  11. comment
    Comment #48153025

    Plaid's login flow also requires a 2FA code if your bank requires it. The same 2FA code that banks say to never provide to anyone else. They're literally proxying the bank's login …

  12. comment
    Comment #48152652

    Plaid requires your bank username and password, so they have full read-write access to your account. They can do anything you can do when logged in to the bank's website, and so ca…

  13. comment
    Comment #48054322

    The same metrics any site uses to identify bot behavior. It's a closely guarded secret because if the attackers knew what metrics they used the attackers would know how to not get …

  14. comment
    Comment #48054260

    Basically zero ads are just static images with a link, they're dynamically loaded by JS when you open the page. The JS collects as much tracking data about you as it can, sends tha…

  15. comment
    Comment #48053298

    These "clicks" are likely identified as fraudulent and dropped by the ad network. So you still pay the cost of downloading and running all the advertising JS and you still get trac…

  16. comment
    Comment #47981158

    Thankfully the Great Lakes Compact prohibits water from being diverted outside the great lakes drainage basin, with very limited exceptions. https://www.glslcompactcouncil.org/prog…

  17. comment
    Comment #47878030

    The Dangerous Vehicle Abatement Program was meant to deal with drivers like this, but it was allowed to expire in 2023 after the NYC DOT failed to actually implement it. The progra…

  18. comment
    Comment #47526192

    The timer on copyright starts once a work is published, not when the work is first started. So works that spend a decade or more in development would be unaffected by this.

  19. comment
    Comment #47443942

    What leads you to believe $12B includes normal things that would be spent regardless? The source of that quote makes no such claim. They have every incentive to quote as low a pric…

  20. comment
    Comment #47421484

    I don't think we even need to go that far. Just remove protection for paid advertisements. It's absurd that Meta cannot be held liable for the ads they promote when a newspaper can…

  21. comment
    Comment #47389025

    How does that test suite get built and validated? A comprehensive and high quality test suite is usually much larger than the codebase it tests. For example, the sqlite test suite …

  22. comment
    Comment #47344993

    More like signaling that a specific human wrote it themselves instead of one of their human assistants. The article is mostly about emails from the Epstein files so non-human autho…

  23. comment
    Comment #47316010

    The legal standard that must be met for this kind of discrimination is called "Bona fide occupational qualification" [1] Generally customer demand is not enough use this defense. A…

  24. comment
    Comment #47207820

    All that Corporate IT stuff can work on Linux, we just have to start demanding Linux for them to put in the effort. Macs used to be in the same position, Corporate IT only knew how…

  25. comment
    Comment #47112399

    GCC's build process does this. GCC is built 3 separate times, starting with the host compiler, then with the compiler from the previous step. If the output of stage 2 and 3 do not …