Live data from Hacker News

Viewing profile — N2yhWNXQN3k9

N2yhWNXQN3k9

HN member
Joined
Mon, Dec 30, 2024, 4:54 PM UTC
HN karma
67
Public activity
86 items

About N2yhWNXQN3k9

i hope you all choke on eachothers' moderation

Recent public activity

  1. comment
    Comment #48243792

    > Why did you forget this happened, Padilla? because behind any senator there is a propaganda team, not a brain

  2. comment
    Comment #45311114

    Interesting, there are plenty of localities in the US that hire 5-10yoe developers at south of $100k. You can see this in BLS data. Is there a good resource for data on wages in Po…

  3. comment
    Comment #45311087

    > I know you're trying to bait a comment with the BLS reference I am not. I am generally confused at what you would suggest is wrong with the GDP measurement. We have multiple laye…

  4. comment
    Comment #45311016

    Then what would the salary be? If I am hard-pressed to hire at 120k?

  5. comment
  6. comment
    Comment #45311000

    Oh? Convince me? Outside of speculation around the fact that BLS heads were replaced?

  7. comment
    Comment #45310987

    Those are stats published by https://en.wikipedia.org/wiki/American_Immigration_Lawyers_A... They seem roughly correct

  8. comment
  9. comment
    Comment #45310947

    rails is a cult. DHH isn't a great architect. he was a yung feller with okay ideas. most of those ideas suck in the grand scheme of time. with modern tooling, the general direction…

  10. comment
    Comment #45310931

    Ever live somewhere that isn't a city, but has access to talent from a local university? No one is sticking around to be hired for $70k a year when they can make $120k a year in a …

  11. comment
    Comment #45310906

    I don't think you even need a container for that type of containment. You could do it with namespaces. I think node/whatever-js-run-time/package-manger could allow for namespaced c…

  12. comment
    Comment #45310861

    Growing up, you never did a sport you weren't really interested in? A hobby? A academic activity? That is pretty common, you can find plenty of literature on it. But your condescen…

  13. comment
    Comment #45310840

    https://www.investopedia.com/terms/e/excisetax.asp https://www.investopedia.com/terms/t/tariff.asp

  14. comment
    Comment #45310821

    In this administration? Probably more likely to see a EO on requiring those things

  15. comment
    Comment #45310802

    > whether they come in the form of gold plaques, lawsuit settlements, crypto investments, or stock market collusion. You forgot monopolization, power consolidation, etc

  16. comment
    Comment #45310779

    https://www.politico.com/news/2025/09/18/fcc-brendan-carr-th...

  17. comment
    Comment #45220700

    Yeah, pretty common to force children to do things until they are of self-volition age, some reach it very late in life, some very early. https://pmc.ncbi.nlm.nih.gov/articles/PMC7…

  18. comment
    Comment #45217376

    [flagged]

  19. comment
  20. comment
  21. comment
    Comment #45213683

    Laravel uses stupid tricks to make templates easy. If you are using heavy modularization with blade templates in production for views, you are paying a lot because the framework de…

  22. comment
    Comment #45213660

    Blade templates (very slow, especially with components), reflection, macros, not binding things explicitly in the container, etc, all these things lead to very slow applications. T…

  23. comment
    Comment #45213613

    > subtle mistakes that my brain jumps straight to the likely failure ... I can usually spot the bugs faster then before doubt intensifies

  24. comment
    Comment #45080360

    Laravel is slow because it uses reflection like it is free, and it doesn't even need reflection really. Its just a marketing gimmick, IMO.

  25. comment
    Comment #45080311

    In Laravel, the issue is that the framework is sold as "productive" as default. There is no real "beef" to the framework though, IMO. It is better today, but historically it is jus…