Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shinzui
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
shinzui
2mo ago
What a waste of tokens.
2.
▲
by
shinzui
2y ago
It’s amazing how many of those types of problems are easily avoided or solved with event sourcing and CQRS.
3.
▲
by
shinzui
2y ago
The premise of the article is flawed. I read a lot of code, and that's how I learn and discover new things.
4.
▲
by
shinzui
2y ago
Because TypeIDs are compatible with UUIDv7 and are supported by libraries in many languages.
5.
▲
by
shinzui
2y ago
The author seems to be unaware of TypeID. You can use TypeID and ignore this article. https://github.com/jetify-com/typeid
6.
▲
by
shinzui
3y ago
Hurl is better than any of those GUIs. You can version your Hurl files and use them for CI/CD.
7.
▲
by
shinzui
4y ago
The title should have been breaking up with Angular. I posit that they would have had a much different experience using react with relay and graphql.
8.
▲
by
shinzui
4y ago
Lens is one of my favorite libraries, but I can understand why optics, in general, is a divisive topic. Like many things in Haskell, you won't appreciate optics without suffering through a steep learning curve. Optics don't just s
9.
▲
by
shinzui
4y ago
DDD offers a lot of benefits regardless of the programming paradigm. We heavily use DDD in Haskell.
10.
▲
by
shinzui
4y ago
DHH’s preferred architecture is a rails monolith with a single database behind it that you keep scaling vertically. I believe both Hey and Basecamp are still using that architecture.
11.
▲
by
shinzui
4y ago
It's worth noting that Basecamp's architecture relies on vertical scaling, which can get very expensive in the cloud.
12.
▲
by
shinzui
4y ago
DevOps (the term), like Agile, made sense when it was introduced but lost its meaning as the industry evolved.
13.
▲
by
shinzui
4y ago
nix-darwin currently does not support that directly, but there is an open PR to fix that. For my dotfiles, I added the module from the PR with some slight modifications. You can find the code below. https://github.com/shinzu
14.
▲
by
shinzui
4y ago
I use nix-darwin to automate that.
15.
▲
by
shinzui
4y ago
Thanks. That's exactly what I meant.
16.
▲
by
shinzui
4y ago
GraphJSON looks nice. Do you mind sharing the clickhouse infrastructure that's powering it?
17.
▲
by
shinzui
4y ago
I got the impression that you're already using FRP for inflex.
18.
▲
by
shinzui
4y ago
A traditional rails structure does not age well. It must be a nightmare for any new hire to understand the domain and boundaries.
19.
▲
by
shinzui
4y ago
Unfortunately, it's extremely rare to find software that exhibits "miryokuteki hinshitsu." The author's examples are not quite right. For example, linear is missing too many core features to be useful for many use cases.
20.
▲
by
shinzui
5y ago
The article premise is completely wrong. Zestimates were never meant to be accurate. In fact, they were deliberately inflated to drive traffic to Zillow.
21.
▲
by
shinzui
6y ago
Yes. Take a look at Pijul. Here is an article explaining the algorithm. https://jneem.github.io/merging/
22.
▲
by
shinzui
8y ago
It depends on your context. Having moved from ECS on AWS to K8s on GCP I found kubernetes simpler despite its vast number of concepts. It has the correct abstractions for a microservice architecture, and it made us write less boilerplate co
23.
▲
by
shinzui
9y ago
The best part of reading technical content is the discussion in the comments – Medium makes that impossible.
24.
▲
by
shinzui
9y ago
The author must not have been to Tokyo because I've never had bad connectivity underground there.
25.
▲
by
shinzui
10y ago
Could you elaborate on the problem with the default AMI?
26.
▲
by
shinzui
10y ago
Four years after launch, it's now clear that the web does not need another useless news publication.
27.
▲
by
shinzui
11y ago
It's hard to beat react right now. I came to react from ember and I regret not adopting react earlier.
28.
▲
by
shinzui
11y ago
A hybrid approach is a better strategy once you have product/market fit. You should build your core domain as a monolith but have auxiliary infrastructure services built as microservices. The hybrid approach has the advantage of safely
29.
▲
by
shinzui
12y ago
The "Revolutionary App Architecture" looks like a big red flag. Also, that's the first time I've seen a scrum master credited for an open source project.