Live data from Hacker News

Viewing profile — dabacaba

dabacaba

HN member
Joined
Sun, Apr 21, 2024, 7:01 PM UTC
HN karma
219
Public activity
23 items

About dabacaba

No profile information was provided.

Recent public activity

  1. comment
    Comment #44218117

    The disadvantage of those methods is that they require installing custom software, and they don't work on mobile devices unless you put them behind a router with custom firmware. I…

  2. comment
    Comment #44217003

    DoH does wonders against ISPs which filter DNS traffic (including traffic to third-party DNS servers). This happens more often than many people realize. My ISP blocks traffic to a …

  3. story
  4. comment
    Comment #41753664

    In Rust, if expressions are not place expressions. In the example, arr_ref is a reference to a temporary, not to an array element. In Rust, it is possible to take an address of any…

  5. comment
    Comment #41554117

    [flagged]

  6. story
  7. comment
    Comment #41527046

    I understand that some people prefer a dark theme. What I don't understand is why do some people think that everyone must prefer a dark theme, so they set up their websites to alwa…

  8. comment
  9. story
  10. comment
    Comment #41147557

    Says someone who can't even spell "don't" correctly. Though this doesn't really bother me at all.

  11. comment
    Comment #40327188

    If you can use Firefox, it allows you to create multiple "containers", each with its own set of cookies and other state. You can create a separate container for each Okta login, th…

  12. comment
    Comment #40327086

    Project Euler

  13. comment
    Comment #40323298

    Usually SSO means that you have to login just once to access all of your accounts. If it requires you to login multiple times a day then something is not configured correctly.

  14. comment
    Comment #40320644

    Mallory-in-the-Middle

  15. comment
    Comment #40310746

    It's a fairly old trick. https://arstechnica.com/information-technology/2022/03/behol... Solution: configure your browser to force new windows into new tabs. Also, if you are using…

  16. comment
    Comment #40310362

    Also you can type f?? to get the source code of f.

  17. comment
    Comment #40305063

    That's why I always set up my browser to force new windows into new tabs. I think that it should be the default. Web pages shouldn't be able to open new windows, and certainly not …

  18. comment
    Comment #40297335

    Sharing Python objects between processes is not safe. Python assumes that access to objects is protected by GIL, but this is not the case when using multiple processes (even if the…

  19. comment
    Comment #40293628

    I have my email client configured to display messages as plain text. A large fraction of emails that I receive have a text part that is empty or has some placeholder text. Also, se…

  20. comment
    Comment #40115142

    This link was already posted three times: https://news.ycombinator.com/item?id=39877496 https://news.ycombinator.com/item?id=39849944 https://news.ycombinator.com/item?id=39846010

  21. story
  22. story
  23. comment
    Comment #40108282

    Minor issue: sometimes several "countries" (not actually countries, but dependent territories) have the same flag, but the game only accepts one answer as valid.