Live data from Hacker News

Viewing profile — czarit

czarit

HN member
Joined
Fri, Aug 25, 2023, 3:45 PM UTC
HN karma
50
Public activity
13 items

About czarit

No profile information was provided.

Recent public activity

  1. comment
    Comment #44338524

    Really interesting development approach here. On unix, this depends on _one_ crate: libc. That crate is just a bunch of wrappers for libc. Absolutely everything else is implemented…

  2. comment
    Comment #44110269

    It is absolutely accepted in microeconomics, where one can assume that preferences are exogenous to the model (that is: not affected by changing the model's variables). In macroeco…

  3. comment
    Comment #41942711

    This depends on the threat model. Having 2FA in the PW manager defends against someone phishing the password and database leaks on the server side, which are the most common in my …

  4. comment
    Comment #41638910

    POPCNT and LZCNT were added back with SSE4.2, which means all Intel CPUs since Nehalem and Haswell (respectively) and AMD since Barcelona support them.

  5. comment
    Comment #41215173

    Very nice! One question: I was curious why you chose this subset of Scandinavian special characters. There are three extended chars in Swedish (äöå) and Norwegian/Danish (æøå), but…

  6. comment
    Comment #41025977

    They prioritize penetration testing, I would imagine.

  7. comment
    Comment #40860689

    Challenge: Tell me you have never read a thoughtful and contextualizing scholarly archival study without saying so. Solution: "Dump it in a database and let AI sort it out"

  8. comment
    Comment #40306823

    Not really - Linux syscalls are stable, so you are free to run your binary with a statically compiled libc and never touch the installed one. You can also handcraft your syscalls i…

  9. comment
    Comment #40228460

    I have a Champion watch that (inexplicably) has days marked in English and Portuguese. It was purchased in Sweden.

  10. comment
    Comment #40037413

    Guessing from the interface it exposes, BPC seems to work by making a ruleset matching sites with a battery of possible changes, including resetting cookies (to reset freebie-count…

  11. comment
    Comment #39927552

    > Storage capacity hasn't been relevant for over a decade. The Linux installs that run your Pi, router, toaster, security camera and toothbrush begs to differ.

  12. comment
    Comment #38488217

    Easy mode for this use-case is to match on a reversed version of the regex on a reversed version of the string, but yeah, negative lookahead would be great.

  13. comment
    Comment #37263024

    TLS solves two problems, but was originally designed to solve three . The author seems to be annoyed that it does not solve the third problem. TLS (or SSL, really) was designed to …