Live data from Hacker News

Viewing profile — tobz1000

tobz1000

HN member
Joined
Tue, Apr 14, 2020, 5:01 PM UTC
HN karma
192
Public activity
53 items

About tobz1000

No profile information was provided.

Recent public activity

  1. comment
    Comment #48358429

    > the proportion of all 2n-bit values that can be generated by the product of two n-bit values goes to zero as n becomes large. This means that if you have, say, 10000000-bit integ…

  2. comment
    Comment #48313631

    At least in the UK, the main high-street retailers will only stock goods from reputable brands with a (relatively) decent track record and safety standards. I don't believe there i…

  3. comment
    Comment #48240957

    I don't know definitively, but the Zig project has been vocally anti-LLM code; Bun was bought by an LLM company.

  4. comment
    Comment #48068810

    Panther Lake's efficiency doesn't match M5, but it seems to be very good by all accounts. "Extremely disappointing" is a misrepresentation.

  5. comment
    Comment #47742193

    > there are testimonies of smart home devices like anti-theft alarms or automatic doors, that stop working whenever [...] because their backends rely on Cloudflare. The fault here …

  6. comment
    Comment #47435631

    All of them offer only proxied access to the internet. They do not expose access to any "private network".

  7. comment
    Comment #45604848

    The comment probably refers to data races over memory access, which are prevented by usage of `Send` and `Sync` traits, rather than more general race conditions.

  8. comment
    Comment #43714420

    And live bookmarks. This was the healthy way to read news from multiple sources before social media.

  9. comment
    Comment #40783484

    There is a years-old proposal for deeply-comparable types: https://github.com/tc39/proposal-record-tuple Maybe we'll see it one day.

  10. comment
    Comment #40684041

    Or you can adblock and donate on Patreon etc. to your favourite channels. Not every channel you watch will benefit, but a much higher percentage of your money goes to creators, who…

  11. comment
    Comment #39849113

    Measuring GDP adjusted by purchasing power parity, but not per capita, seems like an odd metric. PPP-adjusted GDP per-capita gives an indication of the level of goods/services affo…

  12. comment
    Comment #39158899

    As always, remember to consider humidity when compararing locations - it can make both cold and hot weather feel much harsher. I'm more comfortable in 40c at low humidity than 25c …

  13. comment
    Comment #38954763

    I pay for ProtonMail but understand that most wouldn't. AFAIK they still offer a decent free tier, which I'm happy to help support.

  14. comment
    Comment #38661695

    It seems equivalent to desktop for me. Add-ons -> [add-on-name]: opens the modal content for an addon Add-ons -> Add-ons manager -> [add-on name] -> Settings: opens the settings pa…

  15. comment
    Comment #37660000

    Pocket Casts has been reliable for me for a few years.

  16. comment
    Comment #37323028

    Could "energy density" not refer to energy-per-volume rather than mass? Then that headline might make sense per this quote from someone at Honda: "Simply, the energy density would …

  17. comment
    Comment #36074527

    It sounds more like the I/O firmware was running on dedicated PS1 hardware: https://www.theguardian.com/technology/2013/dec/12/ps4-and-x... > The PlayStation 2, meanwhile, had the …

  18. comment
    Comment #35886274

    A small but passionate minority - given framework's modularity, it's not inconceivable that someone else will manufacture and sell a small batch of compatible keyboards and touchpa…

  19. comment
    Comment #35328814

    vscode is the best-case scenario for Electron in my experience; this suggests that you need good diligence to ensure reasonable performance with the framework. Even then, performan…

  20. comment
    Comment #35294425

    I'd love to see this design. There's something similar on the HP Omen 16: https://i.imgur.com/R4O5zzU.png Not sure why 99% of laptops see a numpad as a higher priority than matchin…

  21. comment
    Comment #34922800

    My guess is a dropdown selection box.

  22. comment
    Comment #34739378

    1. Efficiency, and 2. Integrated graphics power. Conversely, what is the advantage of Intel, other than peak boost performance (at vastly higher wattage)?

  23. comment
    Comment #34438359

    Most comments are in favour of the former, but we've been trained by every media player UI to understand that a button with a pause symbol means that the media is currently playing…

  24. comment
    Comment #34399373

    If you listen to music all day, saving phone battery life is a pretty good reason. Plus a non-Android MP3 player can get 40-100 hours on a charge. > all the mp3 players I've seen a…

  25. comment
    Comment #33913820

    Compilation can be very intensive, and it's detrimental to a developer's workflow if they must wait for long recompiles. Rust was originally written in OCaml before being self-host…