HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ringer

no profile record

comments

ringer
·há 7 meses·discuss
People need to learn to never run untrusted code without safety measures like virtualization, containerization, sandboxing/jailing, etc. Untrusted code can include executables, external packages (pip, npm, cargo, etc) and also code/commands created by LLMs, etc.
ringer
·há 8 meses·discuss
I think Google gained more users with its aggressive advertising campaign than with its speed (except for power users). If someone used a Google product like search, email or youtube in a non-google browser, Google would always show an ad encouraging them to switch to Chrome.
ringer
·há 8 meses·discuss
Shorts are normal videos too, so you can view them in the normal player.

I have a redirect rule that redirects https://www.youtube.com/shorts/<video-id> to https://www.youtube.com/watch?v=<video-id>
ringer
·há 8 meses·discuss
Except when it's not implemented properly and it breaks other workflows. For example, if it only shows a button (not a link or a tag) and copies the link to the clipboard via JavaScript, consider this scenario: I want to send this "link" to my other computer using Firefox's built-in Send Page to Device feature. I have to click Share, click the copy to clipboard button, open a new page, paste the URL, and only then can I share it.

If the state were stored in the URL, I could do it in two steps: open context menu -> Send Page to Device, and I'm done.
ringer
·há 12 meses·discuss
Also, it doesn't work on Busybox either (e.g. on Alpine Linux).
ringer
·ano passado·discuss
And of course it works when I change only the user-agent to windows.
ringer
·há 2 anos·discuss
In this case, they may display a message like: 'This page is intended for USA visitors only. Our services do not operate outside the USA.', but no, they say you are banned because just...
ringer
·há 2 anos·discuss
I visited albertsons.com out of curiosity, but I was instantly banned. Even using an unmodified Chromium browser, I couldn't access the site. It's ridiculous what's happening on the internet today.

The error: ``` Access denied Error 16 www.albertsons.com 2025-01-03 09:30:00 UTC What happened? This request was blocked by our security service Your IP: xxx Proxy IP: xxx (ID xxx) Incident ID: XXX Powered by Imperva ```
ringer
·há 2 anos·discuss
Basically, you need to create a `user.js` file in the root folder of your profile, you can find/open the profile folder using about:profiles or about:support (default path is `~/.mozilla/firefox/${profile-name}/user.js`). You can sync it however you like, e.g. upload it to your dotfiles repo and symlink with stow, etc.

The syntax is: user_pref("dom.private-attribution.submission.enabled", false); // Disable Privacy-Preserving Attribution

You can find a lot of examples and "documentation" on https://github.com/arkenfox/user.js