HackerTrans
TopNewTrendsCommentsPastAskShowJobs

perchlorate

no profile record

comments

perchlorate
·قبل سنتين·discuss
[flagged]
perchlorate
·قبل سنتين·discuss
Here is a couple of typical examples when blocking is limited to a single region:

https://storage.googleapis.com/gsc-link/cbe9d20e.html

https://t.me/agentstvonews/4973

https://t.me/meduzalive/94295
perchlorate
·قبل سنتين·discuss
[flagged]
perchlorate
·قبل سنتين·discuss
This is pure FUD. They're still trying to block it, the latest three attempts happened this week. Two of them were done in the middle of the night as training exercise, maybe for 3-4 hours each, and the last one then happened in the middle of the day. All three broke large parts of the internet and were quickly reverted.

When something newsworthy happens in some region, all messengers get blocked in that region for days, Telegram included. They don't care about collateral damage to other websites then.
perchlorate
·قبل سنتين·discuss
This doesn't make it a good idea to break HTTPS by default. Defaults matter, if everything ignored HTTPS errors by default, I would be talking to you over a MITMed connection right now. Because so much software stopped working, they had to roll back that braindead idea in less than a day.
perchlorate
·قبل سنتين·discuss
Just don't do that. Some of us (hello) live in countries that perform or tried to perform HTTPS MITM on a massive scale, and only had to roll back because so much well behaving shit broke.

If software suddenly started accepting invalid certificates, they would have no incentive of rolling it back. HTTPS would make zero sense then.
perchlorate
·قبل سنتين·discuss
You likely already know that, but to anyone else interested: a good way to prevent these kinds of situations is to run 'nosey parker' on your git repo before pushing it to a remote. It will dig through your code and configs, looking at files and through all the git history, and highlight anything that looks like tokens, passwords, keys, etc. You can set it as a pre-commit hook to block the offending code from even being committed.

https://github.com/praetorian-inc/noseyparker
perchlorate
·قبل سنتين·discuss
It's pretty easy to remove them by adding one line to the recipe and re-fetching:

https://www.mediafire.com/folder/u84s3art26lni/no-comments
perchlorate
·قبل سنتين·discuss
Someone linked to a Calibre recipe that assembles everything into one ebook. Here is the result if anyone else needs it:

https://www.mediafire.com/folder/b8fdqx7eqcpdl/linker

or

https://0x0.st/Xycy.azw3

https://0x0.st/Xyct.epub

https://0x0.st/Xycv.mobi

https://0x0.st/Xycw.pdf
perchlorate
·قبل سنتين·discuss
Plain Waydroid might work depending on the exact application you're using. Try that first because it's pretty seamless and has good performance (as Android processes run directly on the OS).

I used it for three years before giving up and getting a used phone (for other reasons). My banking application detected all other emulators, but not Waydroid.
perchlorate
·قبل سنتين·discuss
I don't like Namecheap, but this particular price increase is caused by the registry. I just checked Cloudflare, which sells domains at cost, and they're raising prices too:

https://paste.debian.net/plainh/2ae79637

.com is listed separately at $10.44

I don't think they have a public link for this.
perchlorate
·قبل سنتين·discuss
Just set mitigations=off if you want this, it's a meta-parameter that enables all the others. I used to run it on old hardware (Haswell) because of significant impact of all those mitigations on IO performance. It's not a problem anymore on my newer Zen 4.

Probably a bad idea in the general case if you work with anything remotely private (ssh keys, banking) and browse the internet routinely. I visit few weird sites and block JS almost everywhere, so it both made sense to me and was relatively safe.
perchlorate
·قبل سنتين·discuss
Advertisers are going to use it as just another data point, though. Why give them any more information than they already have? You know some of the best technical people we have waste their lives working for advertisers, and they _will_ find a way to extract more information from these technologies regardless of how supposedly private they are.

I don't think there can be a technical solution to this problem unless advertisers are forced by government regulations to behave, with very heavy fines for non-compliance.

I personally really hoped for Mozilla to take a strong stance against advertisers and introduce an aggressive ad blocker, but it was pretty obvious they're not going to do anything like that because of the conflict of interest (Google's money). Now we get another conflict of interest on top that makes it even less likely.
perchlorate
·قبل سنتين·discuss
AV1 is already faster and has been for around three years — if you're not using the reference encoder, which is dog slow, and that will probably not change. Have a gander at SVT-AV1.
perchlorate
·قبل سنتين·discuss
This is very outdated information. AV1 encoding with SVT-AV1, which is a high performance encoder written by Netflix and Intel, works faster than x265 (and other h.265 encoders), and is much closer to x264 IIRC. With lower quality presets it worked at 3-4× on my old Haswell i5. On higher ones that still make sense by their own recommendations, the speed was around 1×. That CPU is over 10 years old.

https://gitlab.com/AOMediaCodec/SVT-AV1