Live data from Hacker News

Viewing profile — tuetuopay

tuetuopay

HN member
Joined
Thu, Dec 23, 2021, 3:42 PM UTC
HN karma
1,732
Public activity
573 items

About tuetuopay

No profile information was provided.

Recent public activity

  1. comment
    Comment #49184947

    You can probably skip the town in the ingredient list.

  2. comment
    Comment #49171380

    European utilities also bill by the kWh, the markets bill by the MW or MWh (depending on the market product), yet we’d still use TWh to write this number. The American way of handl…

  3. comment
    Comment #49147871

    SSH bastions would like a word I guess. You can authenticate, but you definitely can’t login (which is also the case for git over SSH).

  4. comment
    Comment #49135352

    Seeing how many people buy 6000k LEDs for sunset/night lighting (e.g. a bedroom), no, people don’t give a shit about lighting. The most caring of average consumers would notice the…

  5. comment
    Comment #49129121

    Meanwhile, the elevator at my apartment building: hey only one floor at a time can call me! And no queueing, you must wait for me to be idle for someone to call me. (And yes, often…

  6. comment
    Comment #49043018

    The two scenarios I can think of that definitely make use of cut-through are timekeeping systems, and HFT. The latter goes even further, where the switches at the exchange do cut-t…

  7. comment
    Comment #48932381

    It’s quite easy to anycast an IP to multiple physical datacenters. Their DC nomenclature is probably a relic from when they really had a single datacenter for each region. On the o…

  8. comment
    Comment #48896314

    I’ve followed yeet from the inception phase (the creator luks in the Aya Discord, a library to write eBPF using Rust). They’re very skilled, and the project started a few years ago…

  9. comment
    Comment #48829645

    I agree, and I don't remember whether I had the blinker. I, however, also respectfully disagree as in all fairness we should drive 100% perfectly 100% of the time, but we're humans…

  10. comment
    Comment #48828668

    I almost slammed bicycles in Paris on a few occasions because of that crap. Shift a bit to the left to overtake them, get lane assist slam me back right. Thankfully those were clos…

  11. comment
    Comment #48598329

    Definitely. If bitwarden does not shows a little "1" icon I'm basically lolnope'ing out. Still, it pains me to see that practices from the early keylogger era are still "good pract…

  12. comment
    Comment #48598308

    It's a bank, and a rather old at that. I fully expect them to store the password in cleartext. (hence the security theatre qualification) Banks are notorious for taking security as…

  13. comment
    Comment #48589499

    That's without considering a lot of banks have non-textual inputs for their passwords. Man they love their scrambled virtual keyboard! I think the worst I ever had was HSBC that as…

  14. comment
    Comment #48563149

    So much this. The rule of thumb is: avoid SFP-RJ45 converters at all costs, you'll be burned by them (literally and figuratively). They all are little snowflakes. Compatibility is …

  15. comment
    Comment #48513880

    Yeah a bit like I’ll be impressed by a humanoid robot that can fold a shirt from a freeform state (i.e. thrown as a ball on the laundry chair, or straight out of the dryer). Just l…

  16. comment
    Comment #48459141

    Yes, it's in the platform options. You can specify --platform linux/amd64/v3 for a v3 image.

  17. comment
    Comment #48363498

    They've made a lot of progress in the recent years, and the last two major releases downright feel snappy compared to GitHub (really, browsing a repo tree is literally snappy). Oh,…

  18. comment
    Comment #48276399

    Nitpick: you definitely can do loops as long as the verifier can prove they're bounded. At my previous job, I've written production eBPF exclusively in Rust using Aya (mentioned by…

  19. comment
    Comment #48268321

    The difference is, unwrap will stick out like a sore thumb, and it’s opt-in. You explicitly tell "this may panic". As for error handling, this kind of enrichment is usually left to…

  20. comment
    Comment #48159057

    As for the specific issue: it does not exist in Zig, because Zig does not have ownership. In a nutshell, the LLM created abstractions that allow you to write unsound code in safe r…

  21. comment
    Comment #48121606

    Well, it is a good thing to get control of your own hardware, when the vendor decides that no you won't do what you want with it.

  22. comment
    Comment #48105429

    Give a shot to the SAC305 mix. It’s a low temperature lead-free alloy, and it’s the one that made me ditch leaded solder definitively. Use more flux and a bit more iron temperature…

  23. comment
    Comment #48099507

    I interpret it as "in practice", "now". Non-native English speaker here, so I may have missed your meaning. If you meant they’re now better at mimicking compilers, sure, but they’r…

  24. comment
    Comment #48098271

    Which is how to keep shareholders and product managers happy /s

  25. comment
    Comment #48098185

    They’re not, and will never be in their current form and architecture. Compilers are mechanical and engineered to produce a correct output. A compiler emitting incorrect machine co…