Live data from Hacker News

Viewing profile — unqueued

unqueued

HN member
Joined
Thu, Apr 12, 2018, 4:41 AM UTC
HN karma
337
Public activity
123 items

About unqueued

No profile information was provided.

Recent public activity

  1. comment
    Comment #49217450

    I used bluez and bash to lock xscreensaver using some very minimal bash. It wasn't my idea I believe people on the Gentoo forums were doing it. But you can just loop over something…

  2. comment
  3. comment
    Comment #43332869

    > The alternative is that people complain "netflix doesn't work on firefox", switch to chrome instead, which is even worse. So what if users complain? How is it better for Firefox …

  4. comment
    Comment #43326388

    I wish more were done to push back against this consolidation of power by these platforms. We're like frogs that have been stoking the fuel of our own pot. It used to be that DRM w…

  5. comment
  6. comment
  7. comment
    Comment #42527093

    I think symlinks are really underappreciated for organizing files. One cool thing you can do is to treat directories as tags when you symlink into them, since a file can 'belong' t…

  8. comment
    Comment #41641795

    If you are iterating over a lot of files, a read while loop can be a major bottleneck. As long as you use the null options from find and pipe into xargs, you should be safe with an…

  9. comment
    Comment #41641481

    There is a pretty good syntax for dealing with nasty filenames, if you must: ANSI-C quoting[1]. If you have to output in a shellscript in this format, use printf %q from man printf…

  10. comment
    Comment #41165643

    Both Finder and explorer.exe will mung mtimes from casual browsing, usually due to metadata updates. It is a common enough problem that there are utilities to bind mtimes to files.…

  11. comment
    Comment #41165623

    Sometimes search indexing and build tools get it wrong, so if you know what you're doing, then tools like this allow you to provide an override. Just browsing an old photo collecti…

  12. comment
    Comment #41148047

    Thanks for sharing, I love stuff like this. I get frustrated at mtimes being munged. MacOS finder is terrible about this. If anyone is interested, I wrote a more generalized tool f…

  13. comment
    Comment #39607977

    You can already use it with git-annex to store binaries using the git-annex-remote-git-aafs[1] special remote. Although I would be careful and make sure you understand what it is d…

  14. comment
  15. comment
  16. comment
  17. comment
    Comment #36910752

    I think "confabulation" is a way more accurate term, I wish it had stuck instead of "hallucination". A hallucination is a problem with input. Confabulation is false output . Confab…

  18. comment
    Comment #36696392

    That's what's great about btrfs. I started using it that way too. It was nice to be able to take instant snapshots of my fs. I just amended my existing backup scripts to act on tem…

  19. comment
    Comment #36696222

    I will probably give bcachefs on one of my machines. I started using btrfs back when it was way less stable, but that instability was more than offset by the other features. The la…

  20. comment
    Comment #36695546

    This is an example of how btrfs is poorly handled by many userland tools by default. You should never ever need to have thousands of snapshots. I use btrbk to manage my snapshots. …

  21. comment
    Comment #36647392

    I actually have something I've been meaning to put on github. I wrote it over a decade ago and I need to dockerize it. I only made it in Vagrant. But it can do something iVentoy ca…

  22. comment
    Comment #35671358

    My biggest mistake after being laid off was to not be discerning enough about my next job. You need to be willing to say no to a crummy job offer, even as the bills pile up.

  23. comment
    Comment #34671894

    John, at around that time you mentioned, you gifted me with my first shell account on one of your coffeshop servers, Reva. I just wanted to say THANK YOU. Up until then, I had read…

  24. comment
    Comment #34141919

    I was hoping that using hardware keys would eliminate some of the security hoops that we have to jump through. And it does seem to help. But the whole reason that I have a key is s…

  25. comment
    Comment #34141902

    This makes me worried, because I am pretty sure Google is going to start removing keys based on attestation certificates. I believe that this is much more about rate limiting than …