Live data from Hacker News

Viewing profile — throwawaylala1

throwawaylala1

HN member
Joined
Mon, Mar 14, 2022, 5:22 AM UTC
HN karma
135
Public activity
44 items

About throwawaylala1

No profile information was provided.

Recent public activity

  1. comment
    Comment #36305753

    looks like they're crypto guys so there's that

  2. story
    Ask HN: Is our society equipped to deal with modern social networks and tech?

    It feels like our social constructs are not designed to deal with modern technology. Consider how real world communities are organized. In most of the world we have residential dis…

  3. comment
    Comment #36291057

    Any time something is adopted as broadly as JavaScript it's going to be a mess. Even outside the world of computing. Take... city planning. Cities are a mess. In fact human civiliz…

  4. comment
    Comment #33324839

    > Also, since you’re probably deploying containers to production, it’s useful to have a similar environment for local development so that you know what will actually happen in prod…

  5. comment
    Comment #32922080

    I mean it's a pretty simple concept. Your frontend team needs an API call that retrieves only friend requests with user names/avatars because the current API call is too heavy. Nor…

  6. comment
    Comment #32097576

    > You can turn off recommendations Not really. When you turn off recommendations, the app icons are hidden but the space for recommendations stays there! Yes, just a big ol' block …

  7. comment
    Comment #32088802

    Wow Snowflake absolutely crushes these benchmarks. Anyone know why? I don't know much about this space.

  8. comment
    Comment #32088722

    Wouldn't you lose more just by sitting on cash? Even now?

  9. comment
    Comment #31858253

    Right, I was just pointing out the flaw in the parent commenter's statement. You can't do "code version is tied to your database version" - that's just not a thing.

  10. comment
    Comment #31832840

    You can't restart all of your web services atomically. What happens if two web services are running two different versions for a couple seconds?

  11. comment
    Comment #31832832

    > More practically > event sourced architecture You must be joking. Please tell me you're joking.

  12. comment
    Comment #31832814

    I use VIM and didn't even know ACME editor existed. Keep building strawmen, I'll be building software.

  13. comment
    Comment #31825514

    Which didn't answer my question at all. Adding more structure to the AST with @param/@return/whatever doesn't make for better documentation. It's useless crap in a real world scena…

  14. comment
    Comment #31825499

    I have. My editor also gives me documentation for every function that I need. Plain text is more than enough for that use. What kind of function documentation are you reading inlin…

  15. comment
    Comment #31820871

    So here's an example of the string package: https://pkg.go.dev/strings In what way would the JavaDoc @param/@return/etc annotations actually help? What Godoc has is more than suita…

  16. comment
    Comment #31820760

    This is why I said it's hard to succinctly explain. Non-programmers and bad programmers can't tell the difference between Go and Python (for example) in this context. The actual di…

  17. comment
    Comment #31820736

    Single Point of Failure. LOL.

  18. comment
    Comment #31820301

    You may be right, but... and maybe I'm being naive here... if HN can do it, why can't local social networks? The amount of people in the network is even smaller than HN. I suppose …

  19. comment
    Comment #31820272

    > The best way would be exporting docs from your codebase, and have all documentation related artifacts expressed alongside the code I LOVE Golang's approach to this [1]: - Documen…

  20. comment
    Comment #31819292

    We have one too but it's overrun by jerks. Lots of bickering and ganging up on people.

  21. comment
    Comment #31797765

    Sure. We could also not use a container registry. Or resource management. Or liveness/readiness probes. For the database we could use RDS and take the latency/$$$ overhead. For fil…

  22. comment
    Comment #31796504

    This is a tough one. I wouldn't worry that much about employability. If you're honest, hardworking, and love writing software then I don't see any issues there. I'm sure you've sol…

  23. comment
    Comment #31796029

    I'd rather not say but it wasn't anything mind blowing. It was a B2B thing with a great UI in the early 2010s. You'd never have even heard of us. All of this predated the popularit…

  24. comment
    Comment #31795970

    Yea. We had a monorepo. The whole thing was one big webapp. Even our background workers ran in the web app. Oh yea, that's right. I can feel the cringing just writing that! So like…

  25. comment
    Comment #31795874

    If you're truly interested in being enlightened then do the work. It's not up to internet strangers to refute your painfully uninformed assertions in detail. That's what education …