Live data from Hacker News

Viewing profile — bennofs

bennofs

HN member
Joined
Tue, Dec 09, 2014, 9:32 PM UTC
HN karma
545
Public activity
223 items

About bennofs

[ my public key: https://keybase.io/bennofs; my proof: https://keybase.io/bennofs/sigs/wcPXzHZpmIhdUO3v_US4scJ5O4TGk46NqjneY_Ph6KQ ]

Recent public activity

  1. comment
    Comment #49194137

    There is microg, which implements some of this by re-implementing Google Play services but allowing you to choose your own provider for services where this is possible: https://en.…

  2. comment
    Comment #48652464

    There is even a website just for that: https://www.db-gebrauchtzug.de/r/gbzp/gbzp/home?session=2228...

  3. comment
    Comment #47873921

    Both Debian and Ubuntu provide snapshot mirrors where you can specify a date to get the package lists as they looked at that time.

  4. comment
    Comment #43780547

    8MWh is equivalent to a few hours of electricity generation of a wind turbine.

  5. comment
    Comment #43024466

    One major downside is that it becomes really hard to do transactions, especially across multiple files. If you store mostly immutable data though like git (where except the refs ev…

  6. comment
    Comment #42682578

    I for one enjoy the convenience of automatically installing python versions. Yes I know how to do it manually. Yes it is possible to install multiple versions. But that does not me…

  7. comment
    Comment #42583195

    The limit could depend on a lot of other things. In theory, it's possible that you are paying 100% of revenue on debt service yet still the best option is to take on more debt. Thi…

  8. comment
    Comment #40375914

    My argument is that you typically also check other properties, like properties describing what your program should do. These other properties likely wouldn't be satisfied by a nop …

  9. comment
    Comment #40364512

    Yes, that is a limitation. But this limitation is not too bad. In many cases, a bug in the translation simply makes the proof impossible. Somebody then investigates why the proof d…

  10. comment
    Comment #33213880

    Do you know if redispatch costs are included as part of your transmission costs and how much they are? Because if they are, then investing into the transmission lines can decrease …

  11. comment
    Comment #29244191

    I am no economist but couldn't it be that raising pay in few sectors does not cause inflation? I would think that depends on what the people receiving more money spend it on. If th…

  12. comment
    Comment #29017473

    How does rust do bounds checking for slice accesses if the length is not stored?

  13. comment
    Comment #27521645

    JVM also has jstack and other tools like jprofd to introspect running vms.

  14. comment
    Comment #27046912

    Construct a TM which enumerates all possible variable assignments and checks if the SAT problem is satisfied then halts if so. You can construct this TM in polynomial time, and it …

  15. comment
    Comment #26865666

    But it breaks down if you have cross-language cycles, because no garbage collector of either language will see the full cycle.

  16. comment
    Comment #26502832

    Maybe I've missed it, but I didn't find anything in the article about whether the vaccine does need to be discontinued or not. In any case, being clear about what side effects are …

  17. comment
    Comment #26475514

    Well, turning a static binary into a docker image is basically just adding some metadata on how to run it. Whereas turning an image into a static binary is much harder, so it makes…

  18. comment
    Comment #26475499

    > User, process, and filesystem namespacing. System call filtering. Ensuring even if there is a remote exec exploit there is no bash or anything else in the container for an attack…

  19. comment
    Comment #26468350

    Last I tried, telegram desktop on Linux didn't support e2e encrypted chats which is sad.

  20. comment
    Comment #26260964

    Though deprecated, https://github.com/yandex/gixy is a nice checker for these kind of issues.

  21. story
  22. comment
    Comment #26205509

    For some cryptocurrencies, a 51% attack would only be able to halt the network (prevent new transactions) but wouldn't be able to cause a double spend or other safety failures.

  23. comment
    Comment #26141162

    norway, according to this article: https://www.theguardian.com/money/blog/2016/apr/11/when-it-c...

  24. comment
    Comment #26100549

    Does wireguard support storing keys in a hardware device, so that the cannot easily be exfiltrated if the machine is compromised? You want that for security critical infrastructure…

  25. comment
    Comment #26087966

    Note that at least on Linux, deploying a keylogger to exfiltrate the password for a SSH key is not hard either. Even if a keylogger is somehow not possible, you can probably still …