> I got accused of bias because apparently there's many more Israeli startups working on medical research, green technology and world peace.
Meddling with foreign affairs is a well established practice, and that's just life.
Israeli do that, North Koreans do that, Russians do that, Americans do that (think former CIA/FBI people, think Palantir etc).
Highlighting that specific nation (Israel) for those practices while ignoring all other positive contributions (dumb example since we're on HN: Graviton processors came from Annapurna labs, an israeli company, and they gave the definitive push for ARM in the datacenter by proving it's effectively feasible and cost-effective) is borderline antisemitic.
So yeah, you got called out and rightfully so (and you should really review your biases).
Not recently, but there are things like this: https://www.bbc.com/news/world-us-canada-50752217 and there have been claims the UK interfered in American politics in about 1940 to get US support in WW2.
Russians do not do that. It is contrary to our culture.
There was a lord (knyaz) in old times who even warned enemies that he is going to attack them. Of course it is not as advantageous as a covert approach. But it is very Russian.
When you hear otherwise it is those other entities targeting you, that's all.
Russia’s involvement with foreign assets is pretty well-documented. Maybe not on a hysterical level where someone believes Russian government stole elections in USA, but they definitely meddled and continue to meddle in affairs of neighbouring countries and EU, both through information campaigns and via direct actions and influence.
Talking about stuff from early Middle Ages (князи), it has zero relevance to modern culture. Russia is anything but isolationist as it should be clear since 2014/2022.
Games three-letter agencies play are the same everywhere and have zero relation to the culture. 2016 meddling did happen of course. It was also negligible and led to a huge overreaction, extremely similar to the US meddling in Russian elections in 1996 where Clinton admin indirectly prevented Nemtsov from running by supporting unpopular Yeltsin (and NGOs did a ton of "work" which barely affected anything, the main reason Yeltsin won was Filatov running the campaign, oversized spending and collusion with the media aka Xerox affair, and the "admin resource" he had).
False trichotomy
4. Small amount of people make sure to look and echo everything that paint Israel in bad light and this work, we know this work because this entire post is about a company (small amount of people) influencing New York and Scotland votes.
Seeing as billions upon billions of dollars goes into Israel's lobbying operations (including countless more from non-affiliated but pro-Israeli groups), that must be the least successful industry ever to be outclassed by a small number of random guys online.
What about Multigres[0]? It builds on top of Postgres and adds HA (based on Flexible Paxos[1]), sharding, etc. They're still not production-ready, but I'm highly optimistic they will solve a lot of the problems Postgres have.
For example, with Multigres, you should be able to achieve true zero downtime major version upgrade by simply resharding [2]. With vanilla Postgres + pgBouncer, you can only achieve near-zero downtime (few seconds at most), though it's probably good enough for most use cases.
Do other RDBMSs have this? I genuinely have no clue. I've been fortunate enough to be able to get away with one primary and multiple secondaries at my largest usage of Postgres. Multi-master is the kind of thing I am fully out of my depth on, so I'm curious if there's a well defined path for implementation here or what.
Commercial RDBMS (oracle/mssql) have had it in some form for awhile, with pluses and minuses. Open source DBs have had bolt-ons, including BDR for pgsql.
Multi-master is hard. The main issue is what to do with commit/replication lag. It's far "easier" if support for eventual consistency is ok with your use case. In some cases it's not. Also, the problems related to read-only lag can happen on multi-master instances. If somebody does a giant long running query on one of the masters, the target instance needs to hold the data state for the query, even if the underlying DB is getting updates. It also needs to still keep up with other masters. This means the whole cluster can slow down if the multi-master replication is synchronous. Depending on a variety of factors, that can chew up disk space, memory, etc.
There are ways of dealing with these issues (and others), but it comes with tradeoffs with performance, etc.
It has been tried many times. Good luck to pgdog, but there’s a reason these projects don’t stick.
Multi master, from even a conceptual perspective, is incredibly complicated. Databases, transactions, consistency, parallelism are all very complicated.
It’s something that always seems promising at the start but as soon as maintenance and long term improvements enter the picture(ie integrating new Postgres versions), the complexity becomes too much.
I know what i'm about to write is purely aneddotical, n=1 and all the usual things, however: i started noticing clear and evident mood improvements change between when eggs are part of my diet and when they aren't.
> I have to do some easy boring task, think "I'll just leave the agent to do it and go take a nap", but it's already done writing the code before I even walk away from the computer
the way software engineering works these days reminds me a lot of factory workers on production lines that just sit in front of a production line all day and take out faulty items and/or perform a single step in the production of goods.
A lot of companies are investing money on “ai factories” that are join to automate a lot of software development (that is, steer LLMs) on the basis of jira tickets (or linear/trello cards or whatever).
Meddling with foreign affairs is a well established practice, and that's just life.
Israeli do that, North Koreans do that, Russians do that, Americans do that (think former CIA/FBI people, think Palantir etc).
Highlighting that specific nation (Israel) for those practices while ignoring all other positive contributions (dumb example since we're on HN: Graviton processors came from Annapurna labs, an israeli company, and they gave the definitive push for ARM in the datacenter by proving it's effectively feasible and cost-effective) is borderline antisemitic.
So yeah, you got called out and rightfully so (and you should really review your biases).
reply