Live data from Hacker News

Viewing profile — aaravchen

aaravchen

HN member
Joined
Mon, Jun 29, 2020, 12:54 AM UTC
HN karma
140
Public activity
154 items

About aaravchen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48728542

    As a long time Graphene OS user, I can tell you they don't. Almost no banks or credit card companies have a decent website even, let alone one that can replace thier apps. So far I…

  2. comment
    Comment #48728433

    It is just for thier wearables.

  3. comment
    Comment #48269008

    I find that both fail to find matches on anything long tail, but with Google/Bing/DDG I quickly start getting results that don't follow my search criteria. Probably one of the more…

  4. comment
    Comment #48162340

    Also, every company I've ever worked at, including ones producing regulated products like medical or home appliances, uses the beuracracy to take the stance of "Considered Risk". R…

  5. comment
    Comment #48162318

    BOMs are used when they're legally required or if the company has a sufficiently mature cyber security stance, but those both tend to focus mostly on shipped client code versus ser…

  6. comment
    Comment #47896925

    TPM locking is for ensuring the disk isn't removed from your machine. It's technically possible that someone could tap the hardware while the disk is still in your machine, but oth…

  7. comment
    Comment #47896853

    I think it basically died for general consumers because of the Canonical-only licensed software lock in, and consequent limited software support. Snaps are hard coded to only be ab…

  8. comment
    Comment #47582800

    It's worth noting that at least EU vs US, most the the better quality EVs are not available. Almost all the long range and more efficient EVs are Chinese-made and are not available…

  9. comment
    Comment #47565584

    I try to keep a list somewhere, but I only pick one or two that are likely to be most useful and try to remember them until they're such a normal part of my workflow I don't have t…

  10. comment
    Comment #47565538

    I struggle with this all the time. It's easy to start with some shell commands, and nothing beats the direct terminal running nature of a shell script. But at some point you get to…

  11. comment
    Comment #47565436

    You can install whatever shell you want on your system, and there are tons of better alternatives out there. Where it's actually sticky is in the lowest-common-denominator cases, w…

  12. comment
    Comment #47565313

    One of the peer comments alludes to this and mentions that it's bash only. Doesn't work in zsh by default apparently.

  13. comment
    Comment #47565288

    It depends too on whether you use shellcheck as a primary tool or not. I prefer to have no shellcheck errors/warnings by default so when they do appear it's very obvious. But havin…

  14. comment
    Comment #47565218

    If you're using `set -e` you almost always want a trap on ERR to print where you suddenly exited from your program. Otherwise there's no way to tell. Also worth mentioning, but not…

  15. comment
    Comment #47565158

    For me I find I never have any reason to jump between directories based on frecency. Like ever. If I'm jumping between a few directories they're almost always named very similarly …

  16. comment
    Comment #47565050

    `set -e` is almost never what you want in your scripts. It means "silently exit immediately if there are any u handled non-zero exit codes". The thing that trips most people up on …

  17. comment
    Comment #47564932

    I did the same, starting with Ergo Mode in Emacs many years ago, and ending up today with a programmable split keyboard with those keys as arrows on a layer. For when I'm on a lapt…

  18. comment
    Comment #47409217

    I have to say up front, that I think GrapheneOS in its most locked down mode needs to exist. There are important audiences for which most nation state actors and their related corp…

  19. comment
    Comment #47198263

    All the immutable system solutions out there pretty much all make your rootfs immutable, but leave your home folder and system config folders (i.e. /var and /etc) as mutable. It's …

  20. comment
    Comment #47198010

    sysexts are indeed a very interesting feature, though it really only complements some other whole-system solution since it can only affect files under a non-root folder location. I…

  21. comment
    Comment #47197769

    Ironically the first implementation of ostree required an HTTPS server to serve the ostree commits, allowing a much smaller subset of what's needed to be transferred. However that …

  22. comment
    Comment #47197712

    That is pretty obviously how it started, and for the very reasons you describe. But there have been some other benefits that have come out of going down this alternate path as well…

  23. comment
    Comment #47197409

    CoreOS is in a weird space. It's been desperately playing catch up with it's sibling products for the last few years, but it also is where a lot of the Fedora/RHEL developers in th…

  24. comment
    Comment #47197349

    In fact, if you want to use something like Nix on a UniversalBlue system, you have to spin your own. The "hotfix" and chattr solutions of pre-composefs don't work anymore. Anything…

  25. comment
    Comment #46971041

    Basically you need a server, which you host, pay someone else to host for you, or you join am existing server someone else hosts. Then you find a client. There are a ton of clients…