Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ethangarofolo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
ethangarofolo
4y ago
5-hour mission? Surely something so awesome can't actually exist...
2.
▲
by
ethangarofolo
4y ago
I agree with you. Remote optimizes for one set of things, using a model that works great in a low-trust environment like open source. And you can probably get pretty good results with it. And I find Zoom calls far more fatiguing than in-
3.
▲
by
ethangarofolo
5y ago
Why wouldn't it? We're talking about a mortgage on the rental property itself not on the landlord's personal residence.
4.
▲
by
ethangarofolo
5y ago
I do, yes, and I ask my team to do the same. Even in software development it's very helpful. It helps the team stay in sync more, reducing the need to meet. It helps me stay in sync from yesterday me to today me as well. It avoids
5.
▲
by
ethangarofolo
7y ago
I don't know if linking to one's own work is considered gauche here, but since it fits with the original question, my own book Practical Microservices fits this description ( https://pragprog.com/book/egmicro&#
6.
▲
by
ethangarofolo
7y ago
There are some similarities, and there are definitely worse technologies you could choose for a message store than Kafka. It's worth calling out the difference between event-sourced and event-based. The former is necessarily the latt
7.
▲
by
ethangarofolo
7y ago
100% with you that messages are a better way for microservices to receive their input. I don't see how a service could receive its input over HTTP and still retain its autonomy. A message store like Message DB can at the same time ser
8.
▲
by
ethangarofolo
7y ago
In addition to what the sibling comments to this one said, Message DB solves a different problem than what queues solve. Message DB is a good fit in a microservice-based architecture, and the "micro" in "microservice" c
9.
▲
by
ethangarofolo
7y ago
Good question. Consumers poll for updates. One of the stored functions in Message DB is designed for this very query. Polling sounds very crude, but for the systems Message DB is designed for, it's a virtue. No back pressure problem
10.
▲
by
ethangarofolo
7y ago
Message DB happens to be implemented using a RDBMS, but the streams in it end up being very clear partition points. Some thought would be required to move data to a different database, but an event-sourced model isn't the same as coup
11.
▲
by
ethangarofolo
7y ago
The technologies you listed are message brokers , while Message DB is a message store . The former transport messages, and the latter is a database specialized for storing message data and sourcing system state from those messages. Kafk
12.
▲
Testing route handlers in Node.js
(learnallthenodes.com)
4 points
by
ethangarofolo
13y ago
|
0 comments
13.
▲
by
ethangarofolo
13y ago
Imagine the beauty of it! Before making an in-app purchase, you'd get to fill out as much paper work as you do for a mortgage. Disclosures, acknowledgement. We could make Candy Crush as exciting as opening a bank account!
14.
▲
Testing in Node.js
(learnallthenodes.com)
1 points
by
ethangarofolo
13y ago
|
0 comments
15.
▲
by
ethangarofolo
13y ago
Canonical hosts packages for Ubuntu, and they pay for that by charging for other services. Free packages means more people using Ubuntu means more people seeking enterprise support. There is always funding for everything that lives. Even
16.
▲
MongoDB + Node = Mongoose (an intro)
(learnallthenodes.com)
1 points
by
ethangarofolo
13y ago
|
0 comments
17.
▲
Learn All The Nodes Episode 10 - More Advanced Jade
(learnallthenodes.com)
1 points
by
ethangarofolo
13y ago
|
0 comments
18.
▲
View templates in Node.js with Jade
(learnallthenodes.com)
2 points
by
ethangarofolo
13y ago
|
0 comments