Viewing profile — krispbyte
krispbyte
HN member- Joined
- Sun, Mar 18, 2018, 5:45 PM UTC
- HN karma
- 110
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About krispbyte
No profile information was provided.
Recent public activity
-
comment
Comment #20977768
I hate the "fun" of debugging jQuery. I'd rather have a plain boring easy api.
-
comment
Comment #20904274
Probably proving their skills to potential clients.
-
comment
Comment #20784743
How is this different from using an adblocker?
-
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
-
comment
Comment #20728447
Relax it a bit more and you get Neon: https://ne-on.org/
-
comment
Comment #20721683
If you have juniors, then you are a senior.
-
comment
Comment #20650750
Does Cross Platform here mean only Windows, Web and Mobile or Mac and Linux as well?
-
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 …
-
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.
-
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.
-
comment
Comment #20286296
Here is another take at the same: http://www.fourmilab.ch/cgi-bin/Earth
-
comment
Comment #20252017
Is this v.c file not versioned in the GitHub repository?
-
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.
-
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. …
-
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.
-
comment
Comment #19842360
Will this only work on Chromium since VSCode/Electrum are based on it?
-
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 …
-
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…
-
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.
-
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.
-
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…
-
comment
Comment #18839846
There's also another short story by Asimov called The Last Answer https://www.thrivenotes.com/the-last-answer/
-
comment
Comment #18742150
To other people not getting what free solo is, it means climbing a cliff without ropes.
-
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…
-
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…