Live data from Hacker News

Viewing profile — trevor-e

trevor-e

HN member
Joined
Wed, Jul 09, 2014, 2:29 PM UTC
HN karma
2,040
Public activity
375 items

About trevor-e

telkins.com https://twitter.com/rovert_snikle

Working on dev tooling @sentry. Formerly @emergetools (YC21, acq) @stripe and @kayak.

Recent public activity

  1. comment
    Comment #48691671

    Not trying to sound alarmist at all but I am wondering if ultrasounds are safe to be used like this? My understanding is it's basically a high-frequency sound wave which is probabl…

  2. comment
    Comment #48414125

    it specifically addresses this in the "The escape hatch" section...

  3. comment
    Comment #48399269

    What an ordeal, this stuff really scares me, like the post about the Gitlab founder having to diagnose and treat himself. Great to hear you are recovering. If you find yourself in …

  4. comment
    Comment #47772330

    This looks pretty neat and the anti-AI hate in here is getting pretty tiresome. From what I can tell looking at the codebase compared to Django's, the top-level modules are structu…

  5. comment
    Comment #47591972

    Right, and I agree with all of that, but that's not related to my point. You are saying "if you leave the AI attribution in the PR/commit description, it HAS to be a slop PR that w…

  6. comment
    Comment #47577091

    These are odd takes to me. > was submitted by someone so lazy they couldn’t even edit the commit message. You can see the vibe coded PRs right away. As others mentioned, this is ve…

  7. comment
    Comment #47534764

    >I heard about how beautiful it is This used to be the case around Swift 4, but since then they've added so many features and keywords to the language. Now the simplicity and elega…

  8. comment
    Comment #46710815

    Flutter still doesn't support liquid glass on iOS so it doesn't seem like a serious contender to me at this point. And due to the nature of how Flutter is implemented, it's going t…

  9. comment
    Comment #46651661

    There are a couple issues with that definition: - quality is not always correlated with "cheaply made en-masse" - actual slop, assuming you are talking about the food, is more abou…

  10. comment
    Comment #46646857

    Is it slop if enough people enjoyed it to be on the top charts?

  11. comment
    Comment #46623465

    telkins.com I have an endless list of blog posts to write and so little time :(

  12. comment
    Comment #46542816

    I'm dealing with a severe health ailment with my cat right now and ChatGPT has been pretty invaluable in helping us understand what's going on. We've been keeping our own detailed …

  13. comment
    Comment #46515669

    Yep, localization is a huge size bloat for enterprisey apps that support many locales. There is no Apple provided way to dynamically download select localization packs based on the…

  14. comment
    Comment #46502937

    Not sure if this is quite what you are getting at, but the SQLite folks even mention this as a great use-case: https://www.sqlite.org/appfileformat.html

  15. comment
    Comment #46456784

    I agree, latency is very important and 300 pops is great, but seems more for marketing and would see diminishing returns for the majority of applications.

  16. comment
    Comment #46438413

    Good luck getting 100+ devs to all use the same logical commit style. And if tests fail in CI you get the inevitable "fix tests" commit in the branch, which now spams your main bra…

  17. comment
    Comment #46429740

    Thanks for sharing, that is a neat in-between.

  18. comment
    Comment #46426439

    The treemap screenshot doesn't look correct. Nearly all charting libs (like Apache Echarts) will group nodes with a heading name, so not sure why they claim it would be hard to not…

  19. comment
    Comment #46422609

    Yea looks like Chrome ships a universal binary with both x86_64 and arm64.

  20. comment
    Comment #46388969

    This was the same epiphany I had in college when I learned how to actually study. Previously I would try to go fast and cram as much as possible into my head and hope my decent mem…

  21. story
  22. comment
    Comment #46347488

    Yea that was my thought too. I like the idea in principle, but these magic thresholds can really bite you. It claims to be P(99), probably off some historical measurement, but that…

  23. comment
    Comment #46331176

    > What I’m unsure about is whether diff-only context is actually sufficient for meaningful reviews, or if this becomes misleading without deeper repo and architectural awareness. T…

  24. comment
    Comment #46320201

    Sorry I wrote that hastily and my wording seems to have caused much confusion. Here's a rewrite: > The job is to help the business solve a problem, not just to ship code. In cases …

  25. comment
    Comment #46320134

    No, what I meant is sometimes the solution is not delivering any code at all. Many times in my career, after understanding the problem at hand and who initiated it, I realized the …