Live data from Hacker News

Viewing profile — mistaken

mistaken

HN member
Joined
Fri, Mar 07, 2014, 5:26 PM UTC
HN karma
239
Public activity
123 items

About mistaken

No profile information was provided.

Recent public activity

  1. comment
    Comment #42594727

    It will happily explain non existing concepts as well: https://tma.live/video/26c9fec7-3bb7-42e5-837f-617fd5659f70

  2. comment
    Comment #42566651

    Strafing works for me on linux with firefox. Maybe it's an OS or browser setting that prevents it?

  3. 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

  4. comment
    Comment #42398361

    Also: https://github.com/rvaiya/warpd/

  5. 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.

  6. 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.

  7. comment
    Comment #41738458

    It seems to contain the crawler: https://github.com/janreges/siteone-crawler/blob/main/src/Cr...

  8. 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…

  9. comment
    Comment #38890394

    visidata is awesome. It also supports a bunch of other file formats such as excel sheets.

  10. 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…

  11. 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.

  12. 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…

  13. 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…

  14. 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…

  15. 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))

  16. 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 …

  17. 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-…

  18. story
  19. 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…

  20. comment
    Comment #23598735

    If you look closely, there are some blurry artifacts in the video. Still, it's very impressive.

  21. 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…

  22. 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?

  23. 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…

  24. comment
    Comment #20317001

    Another improvement: for large files the editor could read / write the file in chunks and maintain only the changes in memory.

  25. 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…