It will happily explain non existing concepts as well: https://tma.live/video/26c9fec7-3bb7-42e5-837f-617fd5659f70
HN user
mistaken
Strafing works for me on linux with firefox. Maybe it's an OS or browser setting that prevents it?
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
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.
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.
It seems to contain the crawler: https://github.com/janreges/siteone-crawler/blob/main/src/Cr...
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 equipment.
That's bollocks. You can buy leaded solder in Europe just fine. You only need to worry about lead-free if you want to sell a commercial product.
visidata is awesome. It also supports a bunch of other file formats such as excel sheets.
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 that these extra-terrestrial impactors also affected the mineral content of the crust, not just the mantle?
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.
A new packaged version is now available.
zerotier-one (1.6.6) unstable; urgency=medium
* Backport endpoint mitigation against address collision attack.
-- Adam Ierymenko <adam.ierymenko@zerotier.com> Tue, 21 Sep 2021 01:00:00 -0700What 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 build ZT from source.
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 more or less the same as tracking an IPv4 address. If you're worried about tracking than you're better off using a VPN than a NAT gateway (both of which is also possible with IPv6).
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))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 to work with nvidia, because if you use the binary driver you have to set bizarre metamode options to make it work.
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-rounded edges. They're trying to make Thinkpads look more slick while at the same time reducing the cost to manufacture them. IMHO the Thinkpad can no longer be considered a platform which you can safely buy knowing that every component will be fully supported in Linux. Some hardware components are not even working correctly in Windows or are faulty (I'm looking at you Fibocom WWAN modem; see: https://forums.lenovo.com/t5/ThinkPad-T400-T500-and-newer-T-...). I would happily buy from any other brand if they have a laptop model with a good trackpoint.
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 could download the referenced one through SciHub.
If you look closely, there are some blurry artifacts in the video. Still, it's very impressive.
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 management.
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?
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.exe with cmd.exe and set an administrator password. After that you can revert Narrator.exe back. It's a bit complicated, but it works and you don't have to create any additional accounts if you don't want to.
Another improvement: for large files the editor could read / write the file in chunks and maintain only the changes in memory.
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 from Windows :)
Also `openssl rand -hex 16` works pretty well :)
Turn on the lights?
I've checked browserling and it spins up a browser in a hosted VM.
And that makes virtio-fs a lot simpler than gluster. It doesn't have to deal with split brain, replication, etc..
It's cool, but does the extra speed matter? My eyeballs cannot differentiate 0.5ms vs 5 ms. That said, I'm pretty happy with fasd.
Not to mention that it's really confusing if the username is numeric, but the uid != uname. I guess that's why the old debian set uid to uname in this case.