Live data from Hacker News

Viewing profile — regular_trash

regular_trash

HN member
Joined
Fri, May 05, 2023, 4:36 PM UTC
HN karma
59
Public activity
36 items

About regular_trash

No profile information was provided.

Recent public activity

  1. comment
    Comment #49110306

    I think the problem is primarily if you publish a REST api for commercial consumption on some level. If people depend on your REST api, the "RESTfulness" of it affords you some lev…

  2. comment
    Comment #49104205

    Well that's a pretty contrived example. There are fair amount of requirements that can be predicted as "possibly coming" in a given problem space, and a good design typically takes…

  3. comment
    Comment #48862574

    Clearly lol. I think a good-faith interpretation of the question is: "What kinds of things is go's concurrency model suited for where the normal pythonic alternative is cumbersome/…

  4. comment
    Comment #48840644

    It actually is a paradox, a veridical paradox. But I'm splitting hairs lol

  5. comment
    Comment #48356865

    This line of thinking necessarily throws out any formal systems of reasoning humans have adopted. E.g. belief in a divine creator gives little reason to believe that Newton's First…

  6. comment
    Comment #48322892

    I'm not convinced jobs will be axed in the long-term - All the big tech companies frequently staff teams on projects that basically go nowhere to spread bets on multiple projects i…

  7. comment
    Comment #47924134

    One of the many things that has been strange to me is how often people will label written thoughts as AI slop when the "signs" are just normal phrases. Sure, that's a tired express…

  8. comment
    Comment #47857513

    Well this is not the context I had in mind. I'm thinking of the many times I've had to break apart 3kloc react components to reuse some part just because someone decided modularity…

  9. comment
    Comment #47851740

    Hot take - I hate YAGNI. My personal pet peeve is when someone says YAGNI to a structure in the code they perceive as "more complex than they would have done it". Sure, don't add h…

  10. comment
    Comment #47731553

    Stuff like this is very common. For example, at the start of Trump's second term, the whitehouse history page was changed to make democrat presidents look bad - https://www.whiteho…

  11. comment
    Comment #47019276

    Can you elaborate? This seems like a simple mistake if they are incorrect, I'm not sure where 33% or 50% come from here.

  12. comment
    Comment #46901936

    The distinction between rent/own is kind of a false dichotomy. You never truly own your platform - you just "rent" it in a more distributed way that shields you from a single stres…

  13. comment
    Comment #46502305

    Before I got into software development, I worked at a company doing technology-adjacent things. Nothing too fancy, but I got to improve a lot of things just by knowing a little pow…

  14. comment
    Comment #46326451

    Rust is an unergonomic language that slows development in the general case (because it has lots of arcane syntax and rules, and people generally don't know it). Suggesting it as th…

  15. comment
    Comment #45926682

    I disagree that this is an issue in every language - the problem is that in other languages the validation against some schema is more or less required for unmarshalling, and it's …

  16. comment
    Comment #45926558

    It's a lot more effort, but branded types for conceptual differences can bridge that last gap

  17. comment
    Comment #45921649

    Not parent comment, but TS is generally safe if you have types correct at system borders, but very scary when you don't. Some of the most impactful bugs I've seen are because a typ…

  18. comment
    Comment #45387775

    I think the point was that they are contradictory, yet "data" was shown to indicate they were each sound decisions, implying an inherent dishonesty and willingness to bend data to …

  19. comment
    Comment #45260652

    Not sure if it's just me, as I'm relatively new to the field, but I notice a surprising amount of people assume that the details in programming have already been made intuitive to …

  20. comment
  21. comment
    Comment #43756144

    Wouldn't this complicate variable binding? I'm unsure how to think about this kinda of syntax if either D or E are expected to return some kind of data instead of "fire and forget"…

  22. comment
    Comment #43756101

    This is a foolish consistency, and a contrived counterexample. Consistency is not an ideal unto itself.

  23. comment
    Comment #42369066

    Excalidraw

  24. comment
    Comment #41161441

    There are usually flights from hub to spoke, and spoke to hub, and each one will have the same number. This is within a 24 hour period. 3934 is one such flight between PHX and SEA.…

  25. comment
    Comment #41161096

    The misconception here is that Flight numbers are not treated as IDs. A unique key to any flight is the composite of number/origin/departure date. And it's mostly a holdover from l…