Live data from Hacker News

Viewing profile — aarmenaa

aarmenaa

HN member
Joined
Fri, Sep 06, 2013, 2:25 PM UTC
HN karma
184
Public activity
48 items

About aarmenaa

No profile information was provided.

Recent public activity

  1. comment
    Comment #48833526

    > running apps that are mandatory to participate in modern society This right here is why I no longer consider custom ROMs. My phone is a tool critical to my daily life and I need …

  2. comment
    Comment #46744798

    Yeah, I am always going to interpret that sort of thing as performative. There seems to be whole corporate mythology that is absolutely sure there are a bunch of cheap, low-effort …

  3. comment
    Comment #44787076

    Yes. I have a family member that has had many hospital stays over the last few years, and one of the most obnoxious things is that the staff just lets everything beep. The last tim…

  4. comment
    Comment #44635903

    I've noticed that for some reason developers really like using logs in place of actual metrics. We use Datadog, and multiple times now I have seen devs add additional logging to an…

  5. comment
    Comment #43380035

    I like most of these patterns and have used them all before, but a word of caution using UUID primary keys: performance will suffer for large tables unless you take extra care. Tru…

  6. comment
    Comment #42588604

    Maybe some people don't remember anymore, but there was a time when Ruby was HN's favorite language. I miss those days. I kind of get why everybody leaned into Python instead, but …

  7. comment
    Comment #42504416

    If you manage to avoid scope creep then sure, static YAML has advantages. But that's not usually what happens, is it? The minute you allow users to execute an outside program -- wh…

  8. comment
    Comment #42483787

    FTA: > The Fix: Use a full modern programming language, with its existing testing frameworks and tooling. I was reading the article and thinking myself "a lot of this is fixed if t…

  9. comment
    Comment #41958644

    True. On the other hand, if you control the clients and can guarantee their behavior then DNS load balancing is highly effective. A place I used to work had internal DNS servers wi…

  10. comment
    Comment #41956711

    It is very difficult to misconfigure Wireguard -- there's just not that much to tune aside from MTU. We've had a 1 Gbps tunnel between AWS and OVH for years and it worked mostly fi…

  11. comment
    Comment #41956525

    Sorry, I misremembered the issue. Looking at my notes the issue is they don't allow disabling their NAT-T implementation, which detects NAT scenarios and automatically forces encap…

  12. comment
    Comment #41951325

    We've run Wireguard tunnels that max out at 1 Gbps in AWS for years with no issues (on the AWS side, anyways). It seems like things get hairy once you want to do more than that.

  13. comment
    Comment #41951314

    I did not. I'm not terribly familiar with it, but it doesn't look like I can do general routing with it, right? My end goal is to route between two subnets.

  14. comment
    Comment #41950728

    > The retransmit-in-retransmit behavior is precisely the issue. But you're concerned about an issue I do not have. In practice retransmits are rare between my endpoints, and if the…

  15. comment
    Comment #41950191

    I've just spent the last month learning exactly why I definitely do want a TCP over TCP VPN. The short answer is almost every cloud vendor assumes you're doing TCP, and they've tak…

  16. comment
    Comment #41449141

    The documentation is atrocious, and usually won't say things like "label your program unconfined_t" because they don't want you to do that ever. Also, tutorials -- even RedHat's --…

  17. comment
    Comment #40866403

    I've been considering switching from Fastmail to Proton for Mail/Calendar/Contacts, but I didn't realize their bridge didn't do CalDAV or CardDAV. Also, apparently the bridge is de…

  18. comment
    Comment #40478385

    I presume the uptick I've noticed of "weed is really bad, actually" articles filling my news feed and social media is a response to the imminent classification changes in the US in…

  19. comment
    Comment #39446225

    I've previously worked for a place that ran most of their production network "on-prem". They had a few thousand physical machines spread across 6 or so colocation sites on three co…

  20. comment
    Comment #39106706

    Chef vs Ansible was the first example that popped into my mind. I had a very love/hate relationship with Chef when I used it, but writing cookbooks was definitely one of the good p…

  21. comment
    Comment #37653655

    Sony's network has been compromised something like a half dozen times over the last decade or so. They can't seem to secure their systems. Bad behavior aside, it's probably not a g…

  22. comment
    Comment #37530739

    I'm moving towards this for my current workplace. SSH will only be allowed via VPN, only to a bastion, and that bastion will not permit agent forwarding, or really much of anything…

  23. comment
    Comment #36945058

    My M2 Macbook Air has been flawless about sleep, but I set "Wake for network access" to "Never" so maybe I'm just avoiding Apple's issues there. At least it can be disabled; with W…

  24. comment
    Comment #36938726

    > OEMs like Dell could try using a MacBook and mimic the trackpad. You know what's crazy about the trackpad situation? You can put Windows or Linux on a real live Macbook and the t…

  25. comment
    Comment #36938659

    As bad as MacOS is the competition is generally worse. Windows and Linux laptops can't sleep/wake or power manage correctly, trackpad behavior is mediocre at best, bad HiDPI suppor…