Live data from Hacker News

Viewing profile — krispbyte

krispbyte

HN member
Joined
Sun, Mar 18, 2018, 5:45 PM UTC
HN karma
110
Public activity
43 items

About krispbyte

No profile information was provided.

Recent public activity

  1. comment
    Comment #20977768

    I hate the "fun" of debugging jQuery. I'd rather have a plain boring easy api.

  2. comment
    Comment #20904274

    Probably proving their skills to potential clients.

  3. comment
    Comment #20784743

    How is this different from using an adblocker?

  4. comment
    Comment #20783599

    Would this block the whole video about the Glass Age[0] by the MythBusters since the whole thing was sponsored? :) [0] https://www.youtube.com/watch?v=12OSBJwogFc

  5. comment
    Comment #20728447

    Relax it a bit more and you get Neon: https://ne-on.org/

  6. comment
    Comment #20721683

    If you have juniors, then you are a senior.

  7. comment
    Comment #20650750

    Does Cross Platform here mean only Windows, Web and Mobile or Mac and Linux as well?

  8. comment
    Comment #20372446

    I guess it would be possible to run my own local DNS server that connects to these DoH servers. Does any DNS server support DoH? This could also allow the user to override domains …

  9. comment
    Comment #20371903

    Why is this supported at the application level instead of the OS? So other tools like ping or nslookup can use it too.

  10. comment
    Comment #20292008

    According to https://github.com/brave/adblock-rust they use a similar algorithm as uBlock Origin. So not really "new", just reimplemented in rust.

  11. comment
    Comment #20286296

    Here is another take at the same: http://www.fourmilab.ch/cgi-bin/Earth

  12. comment
    Comment #20252017

    Is this v.c file not versioned in the GitHub repository?

  13. comment
    Comment #20149506

    Not for free. It's a service the owners of the website give to Google in exchange for letting you post. You are the product here.

  14. comment
    Comment #19994386

    Once I was working with a database with large integer ids loading them through json and showing them in the browser. There was a bug where ids didn't match when updating a record. …

  15. comment
    Comment #19906939

    Nice, but I'd really like it if the links were actual links so I can middle click to open in another tab.

  16. comment
    Comment #19842360

    Will this only work on Chromium since VSCode/Electrum are based on it?

  17. comment
    Comment #19597850

    Game piracy still exists. There's subreddits dedicated to tracking when DRM schemes are broken. Also piracy of region locked and old, difficult to buy now, console games has never …

  18. comment
    Comment #19573355

    The alternative is the Result or Maybe objects with pattern matching from functional languages. It seems similar to return codes with if/then, but the strong typing and the match f…

  19. comment
    Comment #19439161

    >Eventually they will get tired of paying for worthless clicks They'll just start paying less per click. A worse outcome for everyone, not just the bad players.

  20. comment
    Comment #19439146

    Every time I click the share button in Android, the icons are in completely different order. Not last recently used, not alphabetically. Completely random.

  21. comment
    Comment #18840198

    > Olive is geared towards users who rely on shortcuts: all editing tools and common operations have them, and you can configure your own shortcuts (UI for that could do with more w…

  22. comment
    Comment #18839846

    There's also another short story by Asimov called The Last Answer https://www.thrivenotes.com/the-last-answer/

  23. comment
    Comment #18742150

    To other people not getting what free solo is, it means climbing a cliff without ropes.

  24. comment
    Comment #18664867

    My commits are the exact opposite of that comic. My initial commits are unfocused since it's the start of the project and there's a lot going on. As the project stabilizes and chan…

  25. comment
    Comment #18438753

    On Android I use DNS66 [0], it creates a VPN server in my phone, redirects DNS traffics through it and filters it. This way I get adblock all the time even if I don't have a PiHole…