Hacker Newsnew | past | comments | ask | show | jobs | submit | waterproof's commentslogin

That also struck me as a pretty weird quote to highlight. Someone who "seems like they’ll get what they want" sounds more like a bully more than a persuader or value creator.

Isn't there something better to aspire to?


It means exactly what it's intended to mean. You aren't misunderstanding it.

And I can’t think of any middle to big company that is not led by bullies.

But that’s just how the world is. Capitalism is optimized for the bullies to be on top.

That’s exactly why Trump is the most powerful man of the most powerful country.

I hope it changes someday.


"Back pressure" is already a term widely used in computing for something entirely different: https://schmidscience.com/what-does-back-pressure-in-compute...

I have the same argument with “crypto”

And web 3? ;)

I am not sure if I am missing something, since many people have made this comment, but isn't this in some ways similar to the shape of the traditional definition of back pressure, and not "entirely different"? A downstream consumer can't make its work through the queue of work to be done, so it pushes work back upstream - to you.

Yeah it's too bad the author chose that word. They are in to something though, is a useful way to think about this game.

Looks like it's a monthly number.


The only rationale given for the initial switch to microservices is this:

> Initially, when the destinations were divided into separate services, all of the code lived in one repo. A huge point of frustration was that a single broken test caused tests to fail across all destinations.

You kept breaking tests in main so you thought the solution was to revamp your entire codebase structure? Seems a bit backward.


We had a similar problem in our monolith. Team #1 works on a feature, their code breaks tests. Team #2 works on another feature, their code is OK, but they can't move forward because of the failing tests from team #1. Plus often it takes additional time to figure out if it the tests fail because of feature #1 or feature #2, and who must fix them.

We solved it by simply giving every team their own dev environment (before merging to main). So if tests break in feature #1, it doesn't break anything for feature #2 or team #2. It's all confined to their environment. It's just an additional VM + a config in CI/CD. The only downside of this is that if there are conflicts between features they won't be caught immediately (only after one of the teams finally merges to main). But in our case it wasn't a problem because different teams rarely worked on the same parts of the monorepo at the same time due to explicit code ownership.


Yeah if services can't be used by multiple other services, then what's the point?


The article doesn't make that claim. For example, the service n7 is used by multiple other nodes, namely n3 and n4. There is no cycle there, so it's okay.


but why is having multiple paths to a service wrong ? The article just claims "it does bad things", without explaining how it does bad things and why it would be bad in that context.


Treating N4 as a service is fair. I think the article was leaning more toward that idea of N4 being a database, which is a legit bad idea with microservices (if fact defeating the point entirely). My takeaway is that if you're going to have a service that many other services depend on, you can do it but you need to be highly away of that brittleness. Your N4 service needs to be bulletproof. Netflix ran into this exact issue with their distributed cache.


About the ethics of residential proxies: Brightdata, which sells a residential proxy, blocks their own proxy when you point it to brightdata.com.

The fact that they don't allow you to use their service to scrape their own domain, tells you something about their ethics...


I often run my projects on Supabase and then the Supabase UI becomes a backstop where I can teach my admin users to do things if they really have to.

That, or just use Airtable as a backend, if you can get away with it.

Mostly I agree with you though, I got swept up with lots of "recent tools & frameworks" projects and I really miss the Django admin. Django+HTMX has always seemed like a tempting option.


Since the printer takes flexible roll sizes and cuts its own pages, probably it would work out of the box with letter right?

I do get your point though, it would be nice if this was not an NC license


Ah yes, looking at the actual specs, it looks like it does support 11 inch rolls as well.


On top of security concerns, you're now shipping potentially buggy code with every dataset. And you're relying on adherence to semver to match local binary unpacker implementations to particular wasm unpackers.

I see why you're doing it, but it also opens up a whole avenue of new types of bugs. Now the dataset itself could have consistency issues if, say, the unpacker produces different data based on the order it's called, and there will be a concept of bugfixes to the unpackers - how will we roll those out?

Fascinating.


Sounds like they're trying to start a chess match with their rival researchers, inside of a sequence of papers. #1 pe4 would indicate a classic king's pawn opening (pawn to e4) [1]

Clever.

[1](https://chesspathways.com/chess-openings/kings-pawn-opening/)


Interesting. This is the first time I'm seeing this inside a paper. I would love to see the entire sequence if it has been done before, in other papers.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: