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

> 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).


Are North Korea and Russia "allies" of the US?

Maybe US OFAC has missed one particular state

Is the UK a US ally? Is Japan?

If you only focus on one country for some strange reason that you can't explain, people are going to notice. That shouldn't surprise you.


Does the UK or Japan engage in election meddling in the US?

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).

There are three options:

1. Israel is doing this in an outsized way compared to everyone else

2. Israel is extremely poor at doing it because it keeps getting caught

3. All the reporting is controlled by the antisemitic media conglomerates ruled by a shadowy council funded by Qatari money

I expect you to deny 1, 2 is an impossibility to you, 3 is the most likely I'd hear even though it's highly reminiscent of something...

Looking forward to option 4. I hope it's something more original than shouting "blood libel!".


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.

Also it is entirely possible all 1+2+4 hold


That's just option 3.

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.

Not gp but I didn’t perceive any snark in the comment you are replying to

It's weird that PostgreSQL still doesn't have a proper, open source, general multi-master implementation.

At this point i wonder if i'll ever see that.


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.

[0] https://multigres.com/

[1] https://fpaxos.github.io/

[2] https://multigres.com/docs#migrate-across-postgres-versions


> What about Multigres[0]?

According to they githyb (https://github.com/multigres/multigres) as of today (June 12th, 2026):

> Multigres is a Vitess adaptation for Postgres. The project is currently in the early stages of development.

Maybe it works, maybe it doesn't. I would start looking into it when it gets released as stable. Otherwise it's unfair.


pssst... we're 100% open source under the PostgreSQL license, with active-active multi-master replication for any topology from single-region HA to write-anywhere global. :-) try it out on the Downloads page on our site https://www.pgedge.com/download/enterprise-postgres for secure downloads, or check out Spock on GitHub (https://github.com/pgEdge/spock) and the Active Consistency Engine (https://github.com/pgedge/ace) to integrate the extension & tool yourself. Answers to common questions in our FAQ: https://www.pgedge.com/resources/faq#pgedge-distributed-post...

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.


MySQL has Galera cluster for that.

More accurately, MariaDB has Galera for that. MySQL Galera is EOL in a few months [1], which is understandable given the change in ownership.

[1] https://mariadb.com/resources/blog/upgrade-now-announcing-my...


And Group Replication

And percona xtradb cluster

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.


Well, not officially, but there are solutions for that. Like BDR (or Postgres Distributed nowadays) by EDB.

> Like BDR (or Postgres Distributed nowadays) by EDB.

which is not open source afaik


Happens if you search "linux" as well: https://duckduckgo.com/?q=linux :)

This really reminds me of old-time google when it was a lot more playful.


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.

Better with or without?

> It's also pretty funny sometimes how it gives weird future roadmap estimates ("part 2 - 3 weeks, part 3 - 2 months", etc.)

those estimates are based on previous human estimates (the datasets it's been trained on).

unironically, when your comments will become part of a dataset, LLMs will likely get much better at estimating.

now that i think about it, all these writings about LLMs will give LLMs something much like meta-cognition.


> 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.


Wow that’s racist

How?

That will come the year after the year of linux on. The desktop /s

You pilot LLMs all day but that might not last.

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).


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

Search: