Viewing profile — antonok
antonok
HN member- Joined
- Fri, Sep 25, 2020, 4:07 PM UTC
- HN karma
- 532
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About antonok
[ my public key: https://keybase.io/antonok; my proof: https://keybase.io/antonok/sigs/VR_-POMgFiZfvYQj3ZacA_L0Xg_9prKxELr_U0LpeZw ]
Recent public activity
-
comment
Comment #48984134
Ladybird is natively integrating Brave's adblock engine https://github.com/LadybirdBrowser/ladybird/pull/9587
-
comment
Comment #48984073
Brave has it on both desktop and mobile https://brave.com/privacy-updates/34-block-page-elements-and...
-
comment
Comment #47949714
It should be able to. Waterfox is using roughly the same integration and the maintainer has been seeing reports of YouTube issues, but cannot reproduce it. https://github.com/Brows…
-
comment
Comment #47007748
OpenCode has been great in my experience. I still get the best results using it with Anthropic's models, but some of the open weights ones are catching up (GLM 5 works reasonably w…
-
comment
Comment #47007722
I had the same thought too. It's probably not too difficult to fine-tune a small model for it using the "introduce a random mutation and describe the issue" workflow from TFA
-
comment
Comment #46999477
rillian was also instrumental in helping to integrate Rust into Chromium at Brave. I worked with him for a few years; since getting to know him, I started noticing his handle in th…
-
comment
Comment #46885731
fwiw, LEDs with higher CRI will generally be less power efficient, so the premium category has a 3-way tradeoff between brightness, power, and color quality. It's common for high e…
-
comment
Comment #46529649
You're probably thinking of Adblock Plus? Acceptable Ads is their program; EasyList has no such policy or ties.
-
comment
Comment #46508422
FlatBuffers was definitely the majority of the improvements here! On 64-bit systems, pointers themselves can really start to take up a lot of memory (especially if you multiply the…
-
comment
Comment #46075200
I opened an issue based on the discussion here and it didn't take much time or effort. (It was one of those form-based issue templates that requires you to explicitly list out Step…
-
comment
Comment #46075164
I've done it: https://github.com/penpot/penpot/issues/7850 Thanks for sharing all the details about the issue, and shame on all the armchair critics :D
-
comment
Comment #45702282
I'm using a non-standard port (above 10000). Otherwise, nothing special about my configuration. Perhaps 51820 is blocked? It is admittedly quite slow/intermittent though; I wouldn'…
-
comment
Comment #45701902
Funnily enough, I'm on a British Airways flight right this moment. I'm only using a basic Wireguard tunnel after enabling the free messaging plan. I get the sense they didn't desig…
-
comment
Comment #45535613
You could also look into running mobile Linux on top of libhybris - it's a proprietary compatibility layer, but some people use it to get support for mobile Linux runtimes on more …
-
comment
Comment #45533331
If you want to find devices that still need hardware support under Linux, I highly recommend trying to get a mobile Linux distribution to work on an old smartphone or tablet. postm…
-
comment
Comment #45086213
Are you referring to the Manifest V2 extensions supported by Brave? The original extension creators were made fully aware of those plans ahead of time and have been in contact with…
-
comment
Comment #44324857
Open source has the best kind of coordination. If there's a real use-case for two things to work together, you or someone else can implement it and share it without anyone's permis…
-
comment
Comment #44314202
As someone who's been building an adblocker for the last 6 years: yes, there's plenty of proof in the devtools console on more websites than you'd think. Fingerprintjs [1] is a wel…
- story
-
comment
Comment #43327092
https://brave.com/blog/brave-shields-manifest-v3/
-
comment
Comment #43327076
There is an Aggressive setting for Brave Shields, which you can set either per-site in the Shields menu from the URL bar, or globally in brave://settings/shields - that should take…
-
comment
Comment #43326161
Brave's adblocker supports the standard `$font` resource type modifier on adblock rules as well.
-
comment
Comment #43326130
As I see it, Brave is the only Chromium-based browser with a competitive Mv2-deprecation-resistant adblocker. If adblocking is important to you - and it is, to many people - then B…
-
comment
Comment #43325951
uBlock Origin is available from brave://settings/extensions/v2; see https://brave.com/blog/brave-shields-manifest-v3/
-
comment
Comment #43122514
If you really wanted to know, most of the tests for Brave's adblock engine are at https://github.com/brave/adblock-rust/tree/master/tests Those are automated unit and integration t…