Live data from Hacker News

Viewing profile — perfectspiral

perfectspiral

HN member
Joined
Fri, Jan 04, 2019, 5:40 PM UTC
HN karma
759
Public activity
221 items

About perfectspiral

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #40098397

    This is a proposal to extend Kafka to (better) handle queueing use cases: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A... "For example, a queue is perfect for a sit…

  3. comment
    Comment #40011262

    How do you know it would have worked out better with UUIDs? Did you load test it? What's the size of your dataset?

  4. comment
    Comment #39699542

    "Wouldn't this mean that capital is flowing in..." Not really. If the price of shares in your company goes up it doesn't mean you have more cash in your pocket. You would need to s…

  5. comment
    Comment #39536543

    Agreed and in my experience libraries like this perpetuate that anti-pattern. Inexperienced developers think because there's a library that enables it, it must be OK, right?

  6. comment
    Comment #39536519

    I don't know about Postgres but a MySQL container can take at least a few seconds to start up and report back as healthy on a Macbook Pro. You can just purge tables on the existing…

  7. comment
  8. comment
    Comment #39287249

    That's not what the parent post was referring to. If SQS (or your ability to talk to it) is down and your database isn't, what do you do?

  9. comment
    Comment #39102476

    Can you elaborate? To my knowledge, 401k target date funds sometimes have small allocations to REITs (like 3-5%) or REIT indices that might be comprised of a mix of commercial and …

  10. comment
    Comment #38890562

    Focus on high value work that can't be automated is terrible advice?

  11. comment
    Comment #38890436

    Totally common IME. Bluey is for the parents. Kids like it but don't love it.

  12. comment
    Comment #35923268

    "Sitting down with an RFC and coding up what it says is nowhere near as simple as it seems like it should be" I learned this for myself when I tried coding an IRC server for fun. Q…

  13. comment
    Comment #35909181

    https://mysqlconnector.net/ is very good. Dapper and ^ that works very well IME. Agreed about replication.

  14. comment
  15. comment
    Comment #35831306

    1) "Web application development" doesn't happen in a vacuum. Often it happens in contexts where the "backend" is also consumed by various non-web applications. In those contexts, c…

  16. comment
    Comment #35805480

    At the team level, keeping M to 1-2 works really well in my experience. Of course M is never really 1 or 2 because you're always wrapping up small details from $previous, looking a…

  17. comment
    Comment #35801187

    Anecdotally, I've observed across my ~12 year career so far that an emphasis on estimates and estimating is negatively correlated to productivity, lead time, velocity, impact, posi…

  18. comment
    Comment #35801056

    It's absolutely cargo cult nonsense and judging by the surrounding comments I'm SO glad we've all finally decided to stop pretending like it isn't.

  19. comment
    Comment #35719124

    Am I correct in thinking that PG's MVCC implementation results in a worse story around offloading some mild OLAP workloads to a replica without affecting the primary? Anecdotally, …

  20. comment
    Comment #35658568

    In theory it is good practice, but in practice enforcing referential integrity is not free and it makes satisfying other non-functional requirements harder. Engineering is about tr…

  21. comment
    Comment #35658019

    Fair enough. To reiterate, Im personally not a fan but I would say they are generally usable.

  22. comment
    Comment #35656193

    MySQL stored procedures work fine when invoked from application code IME. The lack of native collection types is not ideal when you need to inject N values to a bit of data logic. …

  23. comment
    Comment #35652863

    Ive had a fair amount of low effort "big wins" in my career, simply by reversing the technical decision/implementation of people who took this idea too far. IMO the OP sits at a re…

  24. comment
    Comment #35542406

    Ownership disputes often stem from non-technical issues. Two orgs with different agendas might feel they require ownership of a given piece of tech to drive their own agenda forwar…

  25. comment
    Comment #35540450

    I am talking about non-technical roadblocks. Cross-team product engineering projects can sometimes involve ownership changes which affects the company in non-technical ways. Some i…