Live data from Hacker News

Viewing profile — talawahtech

talawahtech

HN member
Joined
Thu, Sep 03, 2015, 12:21 AM UTC
HN karma
1,162
Public activity
170 items

About talawahtech

[ my public key: https://keybase.io/talawahtech; my proof: https://keybase.io/talawahtech/sigs/c2anvf11_7xGywbo2VIosdPQRjJm94WVUWr3w9D4g_M ]

Recent public activity

  1. comment
    Comment #45722652

    Thanks for posting this. I just made a donation to the PSF.

  2. comment
    Comment #44165540

    Amazon Benchmarking | L5 SDEs | Seattle, WA | Full-time | https://www.amazon.jobs/en/jobs/2933471/software-development... Help make AWS faster, more efficient, and cheaper for our …

  3. story
  4. comment
    Comment #35175825

    Cloud specific features and optimizations, particularly geared toward AWS hardware. Also a combination of a 2 year release cadence and 5 years of Amazon backed of support for each …

  5. comment
    Comment #35175651

    Ships with kernel 6.1. Nice! Also has the most recent releases of bpftrace and bcc. Full package list: https://docs.aws.amazon.com/linux/al2023/release-notes/all-p...

  6. story
  7. comment
    Comment #31996942

    > It's not actually an HTTP server though... Correct, it is a fake HTTP server, serving a real HTTP workload. This post is about comparing two different networking stacks (kernel v…

  8. comment
    Comment #31984220

    Yea, it is definitely a fake HTTP server which I acknowledge in the article [1]. However based on the size of the requests, and my observation of the number of packets per second i…

  9. story
  10. comment
    Comment #30814346

    Very cool! Most of my bpftrace usage has been on the kernel side, but out of habit I often fall back to the debugger (or printf) in userland, which can seriously distort analysis o…

  11. comment
    Comment #30155010

    > Wordle was acquired for an undisclosed price in the low-seven figures.

  12. comment
    Comment #29406187

    Sure, I was just pointing out that their current rates are cheaper than gandi, especially for renewals. So if someone wants to renew for multiple years it may make sense to switch.…

  13. comment
    Comment #29406160

    No, I confirmed that it is for all years. They deliberately don't make money on domain name registration. The use it to attract/retain business for their other services.

  14. comment
    Comment #29404718

    FYI Cloudflare currently charges $30 per year for .io domains.

  15. comment
    Comment #29395408

    AWS re:Invent is this week. This was announced as part of the CEO's keynote. I am sure we will get more details throughout the week in some of the more technical sessions.

  16. comment
    Comment #29394718

    I was wondering how they were going to manage the fact that AMDs Zen3 based instances would likely be faster than Graviton2. Color me impressed. AWS' pace of innovation is blisteri…

  17. comment
    Comment #28913513

    I wear bluetooth headphones which are connected to my Android TV player (Nvidia Shield).

  18. comment
    Comment #28913502

    I don't go flat-out, but it is definitely high-intensity. I am always out of breath at the end, but not collapsed on the floor. When I started I was doing around 2:05/500m. Now I a…

  19. comment
    Comment #28912398

    I've been rowing twice a day, every day since the pandemic and it has been a game changer. A high intensity 2k (while listening to music) in the mornings before I start my day, and…

  20. comment
    Comment #27239399

    1.2M req/s means 2.4M (send/recv) syscalls per second. I definitely think io_uring will make a difference. Just not sure if it will be 5% or 25%.

  21. comment
    Comment #27237631

    The answer to that question is not quite as straight-forward as you might think. In many ways, this experiment/post is about figuring out the answer to the question of "what is the…

  22. comment
    Comment #27231110

    Hard to say exactly. I have been working on this in my spare time, but pretty consistently since covid-19 started. A lot of this was new to me, so it wasn't all as straight-forward…

  23. comment
    Comment #27231081

    The MTU is 9001 within the VPC, but the packets are less than 250 bytes so the MTU doesn't really come into play. This test is more about packets/s than bytes/s.

  24. comment
    Comment #27230908

    I didn't make any coordinated omission changes (I really didn't make many changes in general), so twrk does what wrk does. It attempts to correct it after the fact by looking for r…

  25. comment
    Comment #27230172

    That is an area I am curious about as well, especially if you throw io_uring into the mix. I think most kernel bypass solutions get some of their gains by just forcing you to use t…