Live data from Hacker News

Viewing profile — MereInterest

MereInterest

HN member
Joined
Thu, Oct 25, 2012, 2:28 PM UTC
HN karma
9,460
Public activity
2,213 items

About MereInterest

No profile information was provided.

Recent public activity

  1. comment
    Comment #48681032

    And even worse when the full-disk encryption requires you to unlock the computer after every reboot. It's just enough that the entire installation needs to be attended, and prevent…

  2. comment
    Comment #48292600

    Based on this comment’s [0] comparison of historical aerial photographs, the houses were there first. [0] https://news.ycombinator.com/item?id=48254291

  3. comment
    Comment #48280106

    The problem with feature tests is that you then rely on the test code being correct. A typo in the feature test can erroneously be interpreted as lack of that feature. One step of …

  4. comment
    Comment #48152410

    > I thought the unsafety couldn't "spread" like that in Rust. The goal of a library is to provide the encapsulation such that the unsafety doesn't spread. If undefined behavior occ…

  5. comment
    Comment #48031088

    The trick is that you make it something that humans want to do. Using [0] as an example, the interactive elements move, with context-dependent environment interactions. [0] https:/…

  6. comment
    Comment #47987400

    At least cargo places everything in a .cargo directory, so it doesn’t display by default. Go will instead write to $HOME/go, without even the decency to use a hidden directory, unl…

  7. comment
    Comment #47638026

    > I think one of Markdown‘s biggest sins is how it handles line breaks. Single line breaks being discarded in the output guarantees that your nicely formatted text will look worse …

  8. comment
    Comment #47577983

    I run into this issue when building against different environments, each with a 1. A library depends on a system package. To test against the different versions of the system packa…

  9. comment
    Comment #47577820

    I looked into it at one point, as I was disgusted by the unskippable advertisements when paying for an ad-free tier on one of the myriad streaming platforms. Apparently, they disti…

  10. comment
    Comment #47386976

    I particularly love how they will periodically choose to only use the selected Bluetooth device for audio output, and will instead switch back to the builtin microphone. The builti…

  11. comment
    Comment #47327061

    > Emacs is not primarily a TUI program (although it does have a TUI with the -nw). The TUI version of emacs lacks visual customizability and introduces unnecessary overhead (termin…

  12. comment
    Comment #47156097

    > Making these extra stops causes the bus to 'miss' the light cycle at almost every stop. This would be a much bigger change, but it's also possible for the lights to give priority…

  13. comment
    Comment #47155816

    > Oh man. The infinite loops of impossible verification by large companies that should know better are massive pain peeve of mine. I got hit by this from google. 1. Gmail added req…

  14. comment
    Comment #46965010

    > There are always weird systems with old drivers (looking at Ubuntu 22 LTS) While I agree with your general point, RHEL stands out way, way more to me. Ubuntu 22.04 and RHEL 9 wer…

  15. comment
    Comment #46747241

    Google will lock you out of an account even if you remember your password. This happened to me, when Google decided to use the recovery email address for 2FA, locking me out of my …

  16. comment
    Comment #46746599

    I'll admit that I've done that type of bugfix in the past. Though, usually it's because the bug is caused by an underlying design flaw, and the 10-line fix would have only papered …

  17. comment
    Comment #46736323

    Last time I needed to install Windows 11, avoiding making a Microsoft account required (1) opening a command line to run `oobe/bypassnro`, and (2) skipping past the wifi config scr…

  18. comment
    Comment #46344102

    In Rust, this can almost be expressed as `arg: &'static str` to accept a reference to a string whose lifetime never ends. I say “almost” because this allows both string literals an…

  19. comment
    Comment #46325493

    There’s a difference between the owner having telemetry on their own car, and the manufacturer having telemetry on the cars they’ve sold. One is taking care of your assets, and the…

  20. comment
    Comment #46200591

    > Why are you assuming that a human would be more efficient and better for the environment than an electrically powered robot? Because bicycles use 5x less energy per mile than ele…

  21. comment
    Comment #45847494

    This was something that I paid close attention to when designing a QR code to be hand-carved into a set of coasters. To minimize the amount of detail carving required, I wanted to …

  22. comment
    Comment #45798859

    Full-disk encryption, as useful as it is, also makes this a royal pain. Updates can't be performed unattended, because each restart done during the updates requires providing the p…

  23. comment
  24. comment
    Comment #45622400

    And actively ignoring state law in others, then violating cease-and-desist orders when told to remove the cameras. [0] https://news.ycombinator.com/item?id=45382434 (discussion fro…

  25. comment
    Comment #45598960

    Even their so-called conservative assumption is also insufficient. > if a machine word's integer value, when considered as a pointer, falls within a GCed block of memory, then that…