Live data from Hacker News

Viewing profile — ryeats

ryeats

HN member
Joined
Wed, May 07, 2025, 2:18 PM UTC
HN karma
95
Public activity
43 items

About ryeats

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #48762703

    It was purely self interest don't piss off people so that regulators break our monopoly. Once the monopoly was challenged it became less important.

  3. comment
    Comment #48373087

    This is essentially the Trolley Problem.

  4. comment
    Comment #48237899

    No it's just harder to accurately tax each and every form of wealth so we proxy it by taxing income.

  5. comment
    Comment #48109266

    Syria, Libya, Kosovo probably more I am just naming the ones off the top of my head.

  6. comment
    Comment #47156252

    Arguably that's honestly worse since he knew and was disingenuous in order to push a perspective that isn't valid.

  7. comment
    Comment #46554581

    Apologies, I meant the chanting, the nuclear thing is well documented but yes thanks for the link to that.

  8. comment
    Comment #46554451

    Link me a video I want to be informed if this is actually the case.

  9. comment
    Comment #46554379

    Iran has conflicting values and has never stopped funding groups that violently support their view even when Obama was president so this is a very myopic view to take.

  10. comment
  11. comment
    Comment #46008038

    As you say it can be done but it's an anti-pattern to use a message queue as a database which is essentially what you are doing for these kinds of long running tasks. The reason is…

  12. comment
    Comment #45620982

    Nope, just the Ministry of Truth, God doesn't even have to get involved.

  13. comment
    Comment #45504073

    Gifted programs aren't perfect, simply holding students accountable regardless of gifted status would be better. However skin color seems like the dumbest metric to use to hold the…

  14. comment
    Comment #45441115

    Just rank by date needed order on a kanban board and work your way through everything in order. If it's constant fight to meet deadlines it will be clear enough that things are bac…

  15. comment
    Comment #45322807

    I think it has been happening for a while now cancel culture had a very negative effect on academia Jordon Peterson and Warren Smith being examples of that. I much appreciate Dr. S…

  16. comment
    Comment #45082660

    This is actually a particular pet pieve of mine because I worked with the Camel framework which has a lot of boilerplate in strings but if you start using constants for the common …

  17. comment
    Comment #45078493

    This is a trap junior devs fall into DRY isn't free it can be premature optimization since in order to avoid copying code you often add both an abstraction AND couple components to…

  18. comment
    Comment #45050486

    What are some resources for these conventions? As far as I can tell everyone else rolls their own bespoke images based off of of a projects image in order to customize the configur…

  19. comment
    Comment #45019141

    O(1) in many cases involves a hashing function which is a non-trivial but constant cost. For smaller values of N it can be outperformed in terms of wall clock time by n^2 worst cas…

  20. comment
    Comment #44882125

    Would be more interesting if someone came at this debate from a game theory perspective with bad actors ignoring IP laws, manipulating currency values and implementing tariffs thro…

  21. comment
    Comment #44649495

    However since it doesn't actually reason you have to be familiar enough with the subject that you can tell when it is and isn't hallucinating since it's extrapolating from those sa…

  22. comment
    Comment #44615606

    I was being a bit melodramatic, I'll use it occasionally and If AI gets better it can join my team again I don't love writing boilerplate I just know it's not good at writing maint…

  23. comment
    Comment #44615557

    Yep you are also right, some amount of boilerplate code is perfectly reasonable since some problems are similar but just different enough and unique enough they don't merit designi…

  24. comment
    Comment #44615364

    My interest tend to be bleeding edge where there is little training data. I do use AI to rubber duck but can rarely use it's output directly.

  25. comment
    Comment #44615347

    The open question is will someone who learns this way actually develope taste and mastery. I think the answer is mixed because some will use it as a crutch but it will also be able…