Live data from Hacker News

Viewing profile — swagonomixxx

swagonomixxx

HN member
Joined
Sun, Dec 25, 2016, 10:22 AM UTC
HN karma
482
Public activity
186 items

About swagonomixxx

No profile information was provided.

Recent public activity

  1. comment
    Comment #41415993

    I kind of get where you're coming from but at what point do we admit that such use cases are the fringe and not the main?

  2. comment
    Comment #37622622

    Agreed. Over 10 years of development using Git and I perhaps ran into an issue like 10 times, which is once a year on average. I can't think of any other tool that hasn't given me …

  3. comment
    Comment #37053581

    Another thinly veiled AI product. Yawn.

  4. comment
    Comment #35047712

    I have personally witnessed "legacy" rails apps (were ~4 years old, Rails 5 was around but we were on Rails 3 IIRC) and they are not really unlike normal legacy apps but they defin…

  5. comment
    Comment #34483420

    I think this is one point that I don't see being made often enough. ChatGPT is exceptional at retrieval of information, but if it starts passing tests like the MCAT and LSAT and so…

  6. comment
    Comment #34227036

    I see SICP listed on every list but I really feel its becoming Knuth-esque. I mean, I didn't learn through that specific book, but after going through it a couple of years ago I fo…

  7. comment
    Comment #34226996

    As someone who works in crypto this is bloody hilarious.

  8. comment
    Comment #33396125

    But std::vector has been around since C++98 (and in the STL even before then). What's changed?

  9. comment
    Comment #31971087

    That's an interesting take that I didn't think of. I think the burden on having a cloud-based development environment on ops teams will be non-zero though - some set of individuals…

  10. comment
    Comment #31971051

    Partial suite is certainly an option. You can build tools that only test code that has changed and whose changes can have cascading effects on other code (i.e dependent code). Do y…

  11. comment
    Comment #31971041

    Wow, that's really impressive! Do you plan on adding support for Golang?

  12. comment
    Comment #31971009

    Using Python decorators is a very strange choice for constructing computational graphs. Then again, I don't really use Python for this kind of thing, I roll my own solutions (of ju…

  13. comment
    Comment #31967554

    > But all technology evolves, and git is already showing its weaknesses. Fork-and-pull isn't the final form of development workflows. I kind of get what this is saying, but technol…

  14. comment
    Comment #31967489

    Running tests locally is pretty much a no-no for many codebases because they are so large and tests take a long time if they don't run on a beefy test server or in parallel. Common…

  15. comment
    Comment #31962714

    Just had this thought: are there any decentralized code hosting services? To me, I don't really see a difference between GitHub and sr.ht. Companies can start out with these "frien…

  16. comment
    Comment #31959960

    Not sure what you mean by this. You can dynamically add to a wait group using the Add() method.

  17. comment
    Comment #31959947

    You can easily cancel worker goroutines in Go using contexts and their associated cancel functions (listen on ctx.Done() in a select statement).

  18. comment
    Comment #31959906

    Will 2nd not being a fan of Gorm. In general not a fan of ORMs - implicit behaviours and magic query generation in a language like Go is completely antithetical to the explicit and…

  19. comment
    Comment #31959875

    Building a "Rails-like" framework in Go is honestly totally antithetical to the "Go way" of doing things. Rails has a ton of magic, implicit behaviours, monkey patching, ERB, and s…

  20. comment
    Comment #31816366

    > This is a gross misunderstanding of web3. Literally everyday there's an article that is posted that completely misunderstands cryptocurrencies and the related ecosystem. The most…

  21. comment
    Comment #31714786

    As someone who works in crypto this is God freaking hilarious! Kudos.

  22. comment
    Comment #31384448

    Because any negative news on crypto is automatically HN-worthy.

  23. comment
    Comment #30974988

    /dev/null is quite webscale as well, writing to it is as fast as heck!

  24. comment
    Comment #30399308

    > A Git-compatible DVCS that is both simple and powerful We all know the dig here - Git is not simple. Like many tools, Git has evolved significantly over the years. Git today was …

  25. comment
    Comment #29561936

    Disagree with this. Most middle managers wouldn't understand the difference. One canonical version is enough, any more and there's just confusion, not enlightenment.