Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vifon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
vifon
2y ago
chroot doesn't nest, there is only one chroot active for a given process at a given moment. If you're inside a chrooted environment and call chroot on a subdirectory without entering it, you regain the access to the parent directo
2.
▲
by
vifon
2y ago
AFAIK it only worked with optical drives, not pendrives. I've spent hours trying to get this functionality on my pendrives back in the day, to no avail (thankfully!). It was on Windows XP, and Windows 98 needed external drivers to even
3.
▲
by
vifon
2y ago
Something akin to "uBlock Origin CNAME uncloaking now supports filtering by IP address" should be fine.
4.
▲
by
vifon
2y ago
The title seems to be wrong, uBlock Origin supported it for many years at this point (only on Firefox). This seems to be a refactor of that code, not a whole new feature.
5.
▲
by
vifon
2y ago
It's usually run as a local web application with the browser running on the same machine as the backend, though it's possible to bind it to non-localhost interfaces.
6.
▲
by
vifon
2y ago
Sounds very similar to the paid data processing opt-out Facebook does now. That actually might be an interesting case.
7.
▲
by
vifon
3y ago
One more point I'd add to (2): given its massive inertia / network effect, the tooling and the resources are leagues ahead of everything else. I'm using Darcs for a few personal projects and while the core ideas are great, th
8.
▲
by
vifon
3y ago
So Wi-Fi Direct?
9.
▲
by
vifon
3y ago
This works only under the assumption Github won't change the current DNS setup that happens to work this way. A trivial example would be adding a record for the specific subdomain one used directing it to some completely different IP a
10.
▲
by
vifon
3y ago
A minor correction: it's usually preferable to apply commits with `git am` instead of `git apply`, as it applies the commit with all its metadata, not just the diff.
11.
▲
by
vifon
3y ago
This missing piece of information would be essentially `git reflog`, except it's not something Git sends between the clones.
12.
▲
by
vifon
3y ago
> The only thing I don’t get is automatic synchronization between magit status buffer, and the file that’s currently open in the editor. That is, to view the current file and the diff on the side, I have to manually open the diff and scr
13.
▲
by
vifon
3y ago
Yes, C-x 5 0 is safe, but I often use my window manager's keybinding for closing a window instead. Customizing confirm-kill-emacs sounds like a great idea, I'll consider it, thanks!
14.
▲
by
vifon
3y ago
My relatively new stance is that sometimes having an Emacs process that doesn't share the state is a feature, not a flaw. Specifically I started using non-daemon Emacs processes alongside my main Emacs daemon to compartmentalize my w
15.
▲
by
vifon
3y ago
> Storing metadata out-of-band strikes me as key to any usable content management system within a realistically complex space. Yes and no. I was specifically comparing it to Git Annex which is hard to categorize in these terms. It forces
16.
▲
by
vifon
3y ago
TMSU is the only such system I found useful without being cumbersome. After years of trying to use Git Annex, it was refreshing that TMSU doesn't alter the files in any way, merely storing all the (meta)data out-of-band in a separate D
17.
▲
by
vifon
3y ago
> The reason given was that purchases made through his links were for personal use or made by friends and family, which he denies. Why is this even a problem? A purchase is a purchase.
18.
▲
by
vifon
4y ago
Outbound links containing the word "sexy" at that!
19.
▲
by
vifon
4y ago
Why are you on Twitter during work? That might be the NSFW part.
20.
▲
by
vifon
4y ago
> Yeah, yeah, security vs. convenience is always the issue, but so far I've just selected convenience. In terms of the SSH and GPG keys which I use multiple times every single day for me this is convenience. I have my keys always
21.
▲
by
vifon
4y ago
> I don’t see any use case or security benefits by using the static password feature. Even if you enter a password manually and concatenate it with the password of the Yubikey, a keylogger still gets both parts (assumption: You don’t reu
22.
▲
by
vifon
4y ago
Their documentation seems to disagree. https://developers.cloudflare.com/cache/about/default-cache-...
23.
▲
by
vifon
5y ago
> my family found the noise that the Browns make annoying That's why you start with Blue and only when they complain you switch to Brown. ;)
24.
▲
by
vifon
5y ago
Yes, and they should be marked as conflicting, as OP suggested.
25.
▲
by
vifon
5y ago
Let me rephrase: GPG is possible to get working, the resident keys are not, regardless of the amount of setup. Though the other comment seems to suggest it might not be the case, so maybe there is hope.
26.
▲
by
vifon
5y ago
Do you have any documents on how I can use them in such case?
27.
▲
by
vifon
5y ago
Not every Yubikey supports the resident keys. All my Yubikey 5 keys have too old firmware, which AFAIK cannot be updated, so this is not a viable solution for lots of people even if they own the hardware. GPG just works, and can be used for
28.
▲
by
vifon
5y ago
I've found the sequential syncing with mbsync to be a major bottleneck. These days instead of "mbsync -a" I have a script like this, using GNU Parallel: parallel --bar -j0 mbsync "$@" <<EOF mail1
29.
▲
by
vifon
5y ago
If you want your email reliably encrypted, encrypt it yourself. GPG works the same regardless of the provider.
30.
▲
by
vifon
5y ago
For starters it's not free (as in freedom).
More ›