Viewing profile — mistaken
mistaken
HN member- Joined
- Fri, Mar 07, 2014, 5:26 PM UTC
- HN karma
- 239
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About mistaken
No profile information was provided.
Recent public activity
-
comment
Comment #42594727
It will happily explain non existing concepts as well: https://tma.live/video/26c9fec7-3bb7-42e5-837f-617fd5659f70
-
comment
Comment #42566651
Strafing works for me on linux with firefox. Maybe it's an OS or browser setting that prevents it?
-
comment
Comment #42398372
I'm not sure about the naming; similar software already exists for linux with the same name: https://github.com/jbensmann/xmouseless https://github.com/jbensmann/mouseless
-
comment
Comment #42398361
Also: https://github.com/rvaiya/warpd/
-
comment
Comment #42287245
With ntfs you have to create a separate partition though. With btrfs you could create a subvolume and just have one big partition for both linux and windows.
-
comment
Comment #41817058
This seems to run a VM rather than natively supporting linux syscalls. So termux will be more performant with its natively compiled binaries than this solution.
-
comment
Comment #41738458
It seems to contain the crawler: https://github.com/janreges/siteone-crawler/blob/main/src/Cr...
-
comment
Comment #41589503
As for “high lead solder” - you won’t buy it in Europe. We had to learn using lead free for rework and you know what - it’s not much different, assuming you have high quality equip…
-
comment
Comment #38890394
visidata is awesome. It also supports a bunch of other file formats such as excel sheets.
-
comment
Comment #38110101
It's interesting that the LLVPs are beneath mineral rich parts of the world. One of the blobs is under Africa and the other is beneath the Clarion-Clipperton Zone. Is it possible t…
-
comment
Comment #29264378
The xss is stored via csrf. So an exploitation scenario would be that you visit a malicious page and then click in the search box on a new tab.
-
comment
Comment #28669667
A new packaged version is now available. zerotier-one (1.6.6) unstable; urgency=medium * Backport endpoint mitigation against address collision attack. -- Adam Ierymenko Tue, 21 Se…
-
comment
Comment #28591250
What worries me is that 2 months have passed since the vulnerability was fixed and yet there is no new version released which contains the patch... So you're exposed unless you bui…
-
comment
Comment #28189077
That's not quite true. IPv6 has privacy extensions which generate randomized suffixes. A website would still be able to track you with the common prefix. Tracking the prefix is mor…
-
comment
Comment #27782425
It's possible to execute statements in a lambda through exec. But it's more of hack than what it worth. print((lambda x: [exec('x = x + 1; result = x'), eval('result')][1])(1))
-
comment
Comment #24753172
Not to mention that nvidia uses proprietary configuration options even in Xorg.conf. A multi-monitor configuration which works fine in nouveau (or really any other driver) refuses …
-
comment
Comment #24123490
Lenovo slowly transitioned away from IBM's design over the years. They are now using cheaper plastics and have horrible chassis designs which dig into your wrists due to their non-…
- story
-
comment
Comment #23711782
I think what they're hinting at is that without SciHub, even a popular paper would have less exposure. Some papers which cite a popular publication can only do so, because they cou…
-
comment
Comment #23598735
If you look closely, there are some blurry artifacts in the video. Still, it's very impressive.
-
comment
Comment #21625906
I've tried wayland around half a year ago, but switched back. Wayland was surprisingly usable, but a couple of features were missing that are essential for me for example color man…
-
comment
Comment #21267373
I never had a trackball, so I'm curious about what benefits a trackball mouse has. Why or why wouldn't you use it over a regular mouse?
-
comment
Comment #21105902
You can still switch to Audit mode during install using SHIFT-F2, follow https://bartsimons.me/sysprep-generalize-windows-image-witho... to disable OOBE, then replace e.g. Narrator…
-
comment
Comment #20317001
Another improvement: for large files the editor could read / write the file in chunks and maintain only the changes in memory.
-
comment
Comment #19357606
You can also resize partitions online in Linux. The point of the article was how to migrate the running system into memory and then wipe and reinstall the system. Try doing that fr…