Viewing profile — perfectspiral
perfectspiral
HN member- Joined
- Fri, Jan 04, 2019, 5:40 PM UTC
- HN karma
- 759
- Public activity
- 221 items
- HN profile
- View on Hacker News ↗
About perfectspiral
No profile information was provided.
Recent public activity
- comment
-
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…
-
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?
-
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…
-
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?
-
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…
- comment
-
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?
-
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 …
-
comment
Comment #38890562
Focus on high value work that can't be automated is terrible advice?
-
comment
Comment #38890436
Totally common IME. Bluey is for the parents. Kids like it but don't love it.
-
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…
-
comment
Comment #35909181
https://mysqlconnector.net/ is very good. Dapper and ^ that works very well IME. Agreed about replication.
- comment
-
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…
-
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…
-
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…
-
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.
-
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, …
-
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…
-
comment
Comment #35658019
Fair enough. To reiterate, Im personally not a fan but I would say they are generally usable.
-
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. …
-
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…
-
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…
-
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…