Awesome! I believe NixOS is perfect for systems you just want to work and track reproducibly, like appliances (which a lot of server software is supposed to be). I’m glad people smarter than me are actually able to realize its advantages =)
I recently got my feet wet with Nix for the purpose of agent sandboxing, and it's a really great concept!
The issue I have run into is that for running llama.cpp, which is a very actively developed bleeding-edge software, it seems like experimenting with different versions/configs/patches etc. was fighting with the Nix philosophy of immutable software, so I ended up just managing it outside of nix.
But this could be user-error, I've only spent a couple of weeks with it.
one can use direnv, nix-direnv and flake.nix to get an immutable and reproducible build toolchain protected from nix garbage collection, while keeping the llama.cpp branches and/or compiled binaries mutable on the local filesystem.
for agentic execution sandboxing, preventing 'rm -rf /home' nix doesn't help, podman could be used next to that.
https://discourse.nixos.org/t/what-is-sandboxing-and-what-do...
llama.cpp has a flake in-repo that I often use for trying out different branches and patches. I also have yet to have an issue just replacing the src and build number attribute in the nixpkgs build (in one cases I wanted to add an additional CMake flag but that was also easy).
IMHO this is way easier than without Nix in many cases as figuring out the upstream build process and getting it running can often be quite the chore. With Nix it is all set up for you.
> The issue I have run into is that for running llama.cpp, which is a very actively developed bleeding-edge software, it seems like experimenting with different versions/configs/patches etc. was fighting with the Nix philosophy of immutable software
May be. I'd guess it probably does it in a high-friction way compared to what you expect.
e.g. in a typical linux distro, you can just replace the (globally installed) version of the package and use that.
With Nix, you've got a declaration of how to build a package, including its dependencies; and each of those dependencies is also a declaration of how to build that package, and so on. -- And so, "just change this version" results in rebuilding the full chain of dependencies.
If you want multiple readily-available versions of llama.cpp each with different configs/patches, then using Nix would make this easier I'd think. But for "I just wanna try this, then try that", it's going to add overhead.
When I just want to make something work and there isn't a nix package that can instantly give me what I want with `nix-shell -p $PACKAGE` then I use containers. That's what I've done when playing around with llama.
I've been thinking for years now that most distros could be replaced by a system config for NixOS or Guix System. I wonder if we'll ever see things go in that direction.
A note to the developers in the project, if anyone is reading: your repositories are in violation of the new Codeberg policy that forbids AI-generated code [1]. I'd suggest finding another more open provider.
Codeberg are going to have issues in the future when all code is AI generated (except for artisanal code of course, written for the love of the craft but not to achieve anything of merit).
Because no one is going to hire developers who write code by hand, apart from a few niches. For the same reason that no one hires a courier who delivers by horse anymore, or a miller who uses windmills to grind their grain, or a cooper who continues to use wooden staves and iron hoops instead of forming plastic or metal containers, or...
> or a miller who uses windmills to grind their grain,
Huh. For all the "traditional", "organic", "hand crafted", and other "things" I've encountered that isn't one of them. I wonder why no one is advertising fair trade hydropower stone ground organic flour?
The act of verifying that parcel is delivered, that the grain is correctly ground, or that the container is up to spec is far easier than the act of delivering/grinding/making in the first place (and in the latter case, there's perhaps even an argument to be had that the modernized process eases verification).
For a lot of coding, this is simply not the case. And so people will retort that that's fine, LLMs will help with verification and maintenance too. I think you're seriously misguided – you're accidentally trying to turn human prose into a programming language, and it's a terrible terrible idea!
At any rate, I find it extremely worrying that people like you keep reiterating this point as if it's a fact. If it's true, then surely we'll very soon see the evidence. The way you speak of the "near future" with certainty, as if everyone agrees, gives me the same sour taste as cryptobros or MLM conmen. Yuck.
Proponent: EmergingTech is gonna be amazing, it'll at revolutionize everything!
Bystander: Alright. But I'll hold off until I see actual evidence of that happening. Truly revolutionizing tech usually shows clear signs of being revolutionary, and doesn't need evangelists.
Proponent: You're gonna be left behind! Act now, or forever miss out! Here's analogies with things we know in hindsight were revolutionary.
Bystander: Those analogies are bad for these specific reasons.
Proponent: You will be proven wrong!
It's so dumb. At least you AI proponents don't post pictures of yourself with glowing laser eyes when you evangelize, so I guess that's an improvement over the cryptobros.
PS: I emphasize that I'm not claiming that the technology won't have huge effects on society. If that's your take on what I write, you have to read again.
Policies are enacted for current reality, not fantasy futures. If your magical fantasy becomes reality (it won't), they can just... change their policy. Of course, you aren't thinking about practical effects of policies on platforms, only on how it's an insult to your LLM-bro way of life.
You sound exactly like the cryptobros of yore. Just stop.
If you're right, the evidence will bear that out. Stop evangelizing. It's insufferable. And it's paradoxical that so many who believe this technology to be absolutely world-changing also feel that the technology needs to be pushed onto people actively. It reminds me of religious people ("my god is all-powerful, but if you meaningless mortal insult him he'll be mightily upset").
I also hate preachy sermons about new tech with a deep passion and that transfers somewhat to the tech they preach about.
Despite this, there is a reality that LLMs for coding can create pretty decent results fast. There is something real and usable hidden in all that mess. It's like the dot com bubble in some ways: the bubble died with all the overhyped "x on the web" BS that had no real substance, but the web itself stayed. This time around, LLMs and agents will stick around as tools, but the hype will likely die a loud, messy death.
Nobody here is saying otherwise. The Codeberg policy in question does not forbid LLM-assistance outright; their policy is targeted towards unmitigated slop. Even myself, as I argue heatedly against the religious adherents, not only use LLMs daily but work for a very successful LLM startup developing and selling LLMs-as-tools. That does not make the people who won't shut the fuck up about LLMs-as-gods any less infuriating.
This is nothing like crypto. Crypto never got beyond the bros. It was never used seriously in the real world beyond the concepts attempting to pierce the veil.
Every dev I know is already using AI to some capacity.
This is like telling Henry Ford he's getting too excited about his cars after he'd already sold a million and with no slowdown in sight.
What a miserable way to think. I will not be taking your advice.
Did you actually read through that post you linked? You realize not every project that was ever touched by a LLM is being thrown off? Read the "Some early, but informal guidelines" particularly, as you've seemingly missed that.
They're targeting slop and essentially spam, not everything that could possibly have been built by LLMs.
> If you see yourself on this list, you don't need to move right away, but
there might be other places that better fit your needs:
- Projects written and maintained with heavy use of LLMs
All of the commits I browsed here seem to be LLM-assisted. Yes, it's fuzzy, and that is a problem - "likely to be tolerated" is not a great policy to have your entire government depending on.
Personally, the refusal on "Projects heavily tied to the LLM ecosystem, e.g. LLM-written tools to ease LLM usage" is enough reason, as that's a good chunk of what I've been working on.
And that's not a bad thing. That's why they are communicating, so if you feel that is you and you're uncomfortable about it, you can move out and it's a win win.
Not everything should service all of us, especially not the smaller services. It's OK for places to have their own rules and them being upfront about this is a *good* thing.
No, the policy being fuzzy is a feature, because they're not 100% against all LLM usage, they're against slop and AI-spam, which is what they're trying to combat.
Laws are fuzzy, and we're doing mostly fine with this, of course there are edge-cases. But that's exactly why laws are fuzzy in the first place.
If you have a "automated software factory" or whatever the vibe-coders are up to today, then yes, Codeberg is probably not for you. But if you sit with a agent TUI in one tab, review things closely and don't just "throw code over the wall" without reviewing it, you have nothing to worry about with hosting code on Codeberg.
Their contention seems mainly focused on the heavy resource use of AI tooling.
They run a service: they could impose limits on the number of submissions, builds, branches, scans, etc, and give additional usage credits to the large community projects they want to encourage.
That & the legal aspects of hosting code of questionable copyright.
The LLM revolution has proven that if you have enough institutional investors, the Berne Convention doesn't apply to you, but it's sofar unclear whether that exemption from international law extends to small EU-based non-profits.
But they don't want to. They want to provide all needs for approved projects. They want that if a FOSS project legitimately releases 50 times a day, they want to make it work. If a slop project is wasting those resources that could be used for KDE, on nonsense, then they don't.
They're not a free for all, they do KYCP (know your customer's projects).
Hard policy, light enforcement in practice means there is an actual shadow policy that you don't know, which is pretty bad to the point that it would be illegal if the government did it.
Curious about your comment on two counts (genuinely, not being argumentative):
1. how is this bad, in Codeberg's case, practically speaking?
2. in what cases is this illegal for governments to do? In practice no legislation is perfectly enforced, & even judiciaries have varying degrees of exactness across countries - to the point that things such as desuetude are densely studied legal topics.
(note: I'm aware of the negative ramifications if desuetude but not aware of any negative ramifications of Codeberg's specific ai policy)
>in what cases is this illegal for governments to do?
It's legal certainty principle and equality before the law principle and also prohibition of discrimination principle.
For the law to be lawful (weird, but it's a thing, right) it should satisfy certain criteria. Me, being subject to the law should be able to predict whether my actions are allowed or not when I plan to do or not do them. If I can't predict the outcome of my actions, the law isn't valid. One of the outcomes of it is being able to read the law -- it's published and it's comprehensible, it has advance notice, etc.
If the rule says "don't host LLM generated code", but everybody hosts LLM generated code and then I say mean things about one of the people providing the hosting and suddenly I'm deplatformed for hosting LLM generated code, then I'm not deplatformed for LLM generated code, I'm deplatformed for saying mean things about people with fragile ego. Or being part of a specific group. You are often explicitly prohibited to make certain decisions based on belonging to a certain group (religious, ethnic, sexual, trade union, health, criminal record based), but it could happen that somehow the outcome of the shadow policy correlates with those. Since we don't know the shadow policy and the stated policy doesn't seem to be applied equally, this is not great.
See example about weed in a different comment.
>how is this bad, in Codeberg's case, practically speaking?
They look silly for stating it and not following (loss of credibility), then once they suddenly start following it, there will be different interpretations, including "I'm banned because I'm $protected_thing_that_you_should_not_be_banned_for", which is bad press.
> suddenly I'm deplatformed for hosting LLM generated code, then I'm not deplatformed for LLM generated code, I'm deplatformed for saying mean things about people with fragile ego
This is ultimately a matter of framing though. You can equally argue that (a) that person shouldn't be deplatformed because others' LLM use is tolerated or (b) all of them should be deplatformed including that person. In the latter case (b) the person who said mean things still experiences the same outcome, but by your logic this is just. Ultimately whether the others get deplatformed doesn't directly affect them, so what's the real difference here?
> > how is this bad
> they look silly
> bad press
This seems highly subjective & ultimately not really bad by any metric that matters.
The difference is that without consistent enforcement, the rule becomes just a fig leaf for arbitrary decisions by the moderation team, who then receives an enormous amount of unintended power. Most reasonable people wouldn’t argue that the moderation team should be allowed to ban anyone that they have a personal disagreement with, for example. Yet here we are.
The problem is for the platform as a whole, not the individual who may or may not be punished.
>Ultimately whether the others get deplatformed doesn't directly affect them, so what's the real difference here?
The difference is -- if I know the effective policy, I can plan better and choose a different platform in advance (if the it's option (b)).
>This seems highly subjective & ultimately not really bad by any metric that matters.
Subjective opinions matter because people act on them (more) consistently than on objective facts. I would for example act on a subjective opinion that a platform provider is a bunch of racist assholes or affiliated with r-country.
Governments have a lot of laws that they don't enforce, or enforce only lightly. For example, weed is still illegal in Netherland, despite many decades of tolerating its use.
I've heard it is only illegal becausr they signed treaties that would require them to keep it illegal, and they would have to leave these treaties. The USA president at the time hated weed and put it in every treaty he could.
Every single issue they brought up in their blog post starts with even just 1% AI code. If they actually believed the absolutely absurd stuff they spew, banning it all would be the only logical solution.
The current solution solves none of the issues, AND pisses off most sane people (mostly because their arguments are fabrications). They dropped the cake and shit on it too.
I've seen so much commentary on the apparent strictness & extreme nature of Codeberg's approach & no actual examples of it.
They have a strict policy (which many have rightly pointed out is impossible to fully enforce), & their "enforcement" has mostly relied on good faith contributions to date. They're also accounting for the fact the ToS change came without advance notice for many of their users who were already making active use of agents, hence there remains many AI repos (I have yet to hear of any removals).
To me that seems like the best approach one can hope for - a lax policy is a slippery slope (presuming dissuading AI contrib is your goal), & wouldn't satisfy their legal concerns (hosting code of questionable copyright status), & strict enforcement isn't viable in any case (especially at their scale), so this seems to me to be the best compromise.
> Debian neither endorses nor prohibits the use of generative AI tools in the development, maintenance, or documentation of software, packaging, documentation, and other media published within the Debian Project.
I don't think they're banning all AI generated code, just projects that are primarily AI-generated. They'll probably also object to PRs that are entirely AI generated. Or at least they will when they become a problem.
I was looking at alternative hosting for some of my projects that are going to be opensource. I've heavily used AI to speed up dev (I've been a software developer for about 20 years now) and it was quite disappointing to see that they made that decision.
Banning AI generated content works just fine, and arguing otherwise is nothing short of FOMO.
As a random example, AI generated content is banned from the /r/ProgrammingLanguages subreddit and any regular visitor that _isn't_ suffering from AI psychosis/FOMO will tell you it's for the better. In general it's not that difficult to moderate for it either as AI built projects consistently contain the same patterns _over and over_ such that 98% is easily detected.
That might still be in violation but I would imagine it's low on Codeberg's radar since they're not making primary contributions there (& if I were DAWO I'd also be interested in limiting direct community agentic contrib).
As much as I hate vibe-coded "slop". I feel like this is idiotic. I and most good engs with decades of experience do use AI now to type nearly all the actual "code", but we read EVERY SINGLE line, always fix and rework every feature before a commit to make it clean, optimized, and de-slopified.
But still, we wouldn't be allowed to use codeberg because "generative ai" was used significantly for most lines of code?
Maybe not... I personally wouldn't use a service that would boot me off if they did find out because I spoke about it online or committed too much code one week or something.
AFAICT they are dealing with resource exhaustion from slopcoding agents hammering them with copycat garbage. It's existential. If you use AI to help you thoughtfully write code, review it with humans, and respect their service, I don't think they will have a problem with you.
Guix users can just add the Fearware Guix channel which is just the nonfree firmware and blobbed vanilla Linux kernel, no propietary software it's added, just the necessary firmware to run your hardware (3D Radeon support, Nouveau+reclocking, some audio chipsets, and most of non-ant9k WiFi cards).
That's it.
I used to wonder this same question and weighed guix and nix quite a bit before moving to the nix camp.
Guix on paper really sounds ideal, it feels like a more compelling design, more first principles, it's all scheme, really exciting ideas under the hood. But design intent is not a substitute for the actual user experience. IRL it's too much hassle: weak package coverage, weak ecosystem, a steep learning curve, most stuff will require work because it was designed around systemd.
Now NixOS on the other hand already has an abundance of packages and real adoption. Most setups can probably migrate to nix today with a backup of /home and a competent LLM agent, and things "will just work". I did this recently!
Add to that the NixOS ecosystem where things are fairly simple to setup declaratively and "it just works": disko for partitions, sops-nix for secrets, restic for cloud backups, microvm for light vm's, NixOS anywhere or deploy-rs for deployments (colmena or nixops4 for interconnected nodes even). You can do complex things, and your rig or network could explode and it won't matter cause you can rebuild and deploy to a new/repaired machine in minutes. Your backups could explode and all you'd lose is state.
All that is easy to have in Nix today - I know cause I literally just switched and did most of it with like 0 experience. I migrated my fairly complex setup 1 to 1 and gained a ton of useful stuff in Nix, whereas with Guix it wasn't even possible (I would have to trim or package / translate tons of stuff), nor would it have been easy, and all the cool stuff I gained with nix is either difficult or non-existent on guix, let alone mature.
I used to wonder this same question and weighed guix and nix quite a bit before moving to the nix camp.
Guix on paper really sounds ideal, it feels like a more compelling design, more first principles, it's all scheme, really exciting ideas under the hood. But design intent is not a substitute for the actual user experience. IRL it's too much hassle: weak package coverage, weak ecosystem, a steep learning curve, most stuff will require work because it was designed around systemd.
Now NixOS on the other hand already has an abundance of packages and real adoption. Most setups can probably migrate to nix today with a backup of /home and a competent LLM agent, and things "will just work". I did this recently!
Add to that the NixOS ecosystem where things are fairly simple to setup declaratively and "it just works": disko for partitions, sops-nix for secrets, restic for cloud backups, microvm for light vm's, NixOS anywhere or deploy-rs for deployments (colmena or nixops4 for interconnected nodes even). You can do complex things, and your rig or network could explode and it won't matter cause you can rebuild and deploy to a new/repaired machine in minutes. Your backups could explode and all you'd lose is state.
All that is easy to have in Nix today - I know cause I literally just switched and did most of it with like 0 experience. I migrated my fairly complex setup 1 to 1 and gained a ton of useful stuff in Nix, whereas with Guix it wasn't even possible (I would have to trim or package / translate tons of stuff), nor would it have been easy, and all the cool stuff I gained with nix is either difficult or non-existent on guix, let alone mature.
Your forgot to pay your local mafia to maintain the glass wires this week, so they sent a 12 year old with a grenade and scissors to throttle it to pre-2000 level
The first, second and fourth items can be provided for NixOS.
As for the third item - that's not answering my question, it's a homunculus answer: What could the Netherlands have regulated that requires making changes to NixOS? Which NixOS maintainers themselves could not oblige?
I'm sure NixOS can provide those, but rather than each department figure out how to do that, organisations try to centralize figuring this out: which packages and configuration satisfies the requirements.
One of the items discusses MFA. Organisations will want to standardise on exactly which MFA devices they provide and support.
Any move away from the abusive big tech that exists in USA is a good move in my book. Microsoft just recently made a new patent where they will monitor you via camera and microphone to block your program/game to show you ads, and per ads viewed, you then earn credit to be able to use your program/game. It is absolutely wild to me how a corporation can be so toxic and abusive to its users and still be in business.
Well I'd like to think Charlie Brooker, like many of us, could clearly say where humanity was heading. Some of the episodes that were considered far fetched 15 years ago are probably considered plausible at best and likely at worst now.
Seems like many films and books have been taken as inspiration for making "hypothetical futures" true.
E.g. Her - take AI as your girlfriend... was creepy then, still is now.
Sometimes good people are able to think like villains and predict their next moves, sometimes villains themselves declare their intentions via proxies.
> It is absolutely wild to me how a corporation can be so toxic and abusive to its users and still be in business.
It's easy: The choice was made from someone else, and you just accepted it as normal. Hardware vendors shipping PC's with Windows 11, corporations who went all in to Microsoft's tooling shove Microsoft Teams down your throat because "the company uses it", and the list goes on.
Well of course I wouldn't expect corporations to know what ethics or human decency is even if it stared them straight into the eyes, but I would expect governments to establish laws and regulations such that the psychopaths wouldn't be able to abuse people to no end.
Currently it looks more and more like goverment itself consists of a lot of psychopaths who want to abuse people. Like abusing people is the main reason people go into politics. And then voters select those who want to abuse the outgroup, but don't know that politicians consider everyone as underclass, therefore even their own voters are ripe for abuse.
One of the most telling quotes of our political era is this one from 2019:
“I voted for him, and he's the one who's doing this. I thought he was going to do good things. He's not hurting the people he needs to be hurting.”
They voted for him to do “good things” where the expectation was he’d hurt the right people. This person stated it a little more plainly than most but I think this view explains the last 10 years or so.
It is possible to argue that basically all modern governments are inherently "abusive", in the sense that, to my knowledge, all modern governments will use the threat of violence to extort wealth from the population, in the form of taxes.
Now, in theory, these taxes are spent for the benefit of the taxpayers, in a philosophical tradition that can be traced back to at least the French revolution and the Declaration of the Rights of Man and the Citizen [1], and possibly earlier (the "no taxation without representation" [2] of the American Revolution, possibly other examples I'm unaware of). However, in practice, the ruling class has been known to help itself to that sweet, sweet tax revenue [3][4], and if we look at history, governments such as the Bourbon monarchy/Ancien Regime [5] whose claim to legitimacy rested not on "the will of the people" but "the divine right of kings" would do things like extort money from the populace to pay for foreign wars merely because their belief system held that the will of God was that everyone did whatever the King wanted, whether or not it appeared to be good for them.
We can compare modern governments with modern corporations - both will take your money and in return give you a service (you pay taxes and get police + an army to protect you, courts to resolve disputes, etc, you pay a Spotify/Netflix subscription and get access to streaming audiovisual content), but the modern corporation can't really force you to take that deal - Spotify can't put a gun to your head and force you to pay your subscription, while the government does force you to pay your taxes.
As such, if you believe that any transaction that is not freely consented to by both parties is abusive, then all modern governments are, by virtue of forcing people to pay taxes, inherently abusive.
Every government has taxed its population, and past governments often used real violence to collect them. The level of taxes we see currently is abnormal and abusive imo, but taxing in general isn’t.
Corporations need to deliver lots of value to their customers to get somewhere in the first place. If you want power it's much easier to become a politician and just blame corporations and spend the money they make and take the credit.
The quality of the government reflects the quality of the majority.
The lowering of the quality barrier of entry to power for the politicians enabled by the glorification of stupidity via the megaphone of social media and the resultant divided electorate has given rise to the assholes nakedly profiting from it.
No matter how toxic you are, you can amass support at the speed of light.
That's not true. Trump no longer has a majority (see the coming elections) yet continues to be of inferior quality at all times. MAGA no longer supports Trump as they did two years ago, he lost million supporters already, and continues to lose more. He is now a sinking ship.
> No matter how toxic you are, you can amass support at the speed of light.
> That's also not true either. Toxicity leads to backlash.
Wait till AI driven job losses really start to mount. Nothing divides people faster than an empty stomach. The republicans are leaving a poison pill - they will profit from AI and when democrats win and the job losses really start to hit hard, the democrats will be left holding the blame bucket. Obviously they are not exactly crying hoarse for AI safeguards/job protections either because national security/donors etc.
While I agree that the quality of the government is correlated with the quality of that government's people, you do also have other factors, namely the way the government is set up, which matter.
Take for example the USA. The entire electoral system is "winner takes all".
Duverger's law [0] tells us that this will lead to a two-party system, as opposed to proportional representation, which tends to create truly multi-party governments.
I believe many of the current problems in US politics are in fact side-effects of the winner takes all electoral system.
Each election, the only two choices are "candidate chosen by Republican Party" or "candidate chosen by Democratic Party". As such, elected officials are basically forced to first convince the members of each party to support them, which often leads to Trump-like strategies of "alienate half the country in order to please the other half", because that's a good strategy to get the party nomination, which is, in a two-party system, is basically a necessary condition to get elected.
On top that, news media and social networks have figured out that tapping into the human tribal instinct and framing politics as an 'Us vs Them' conflict sells more ads then being neutral, so the media ecosystem will tend to aggravate this two-party system.
It’s not directly causal, there is a feedback loop. The government has been failing to address the people’s needs for decades because the people failed to hold them to account. But the economy was decent enough for people to ignore this, except for occasional hiccups like 2008, which was papered over with QE and some crumbs for the masses (rebranded Romneycare under Obama).
Meanwhile educational standards have continued to decline, and this will inevitably affect both the electorate and their decisions. Education has been on a downhill trajectory ever since Roger Freeman convinced Reagan that free higher ed was creating a dangerous “educated proletariat.” This was the genesis of the privatization that created diploma mills, insane tuition costs, and the student loan crisis. Public schools gradually moved away from the humanities toward a narrow STEM focus, despite these fields not being a good fit for everyone. Coincidentally, a narrow STEM focus doesn’t give future voters a comprehensive and historically grounded understanding of government. (This has not been helped by left activists trying to overcorrect by rewriting history.)
Pressure has been building, and it found an outlet under Trump. Some steam has been released, Trump has 2 years left (maybe) and only die-hard supporters still believe in him. There will be a small window to either start fixing problems or set up a comprehensive police state to rule without public consent.
I recently found out that several researchers, departments... buy a personal subscription for zoom (out of the own project money) even as our university as a MS Teams subscription. Despite if it is effectively "free" for them, they do not use it. So much on public money spend wisely and the quality of the MS Teams software...
a lot of companies migrated to teams purely because it was already included in the subscription, IIRC they were forced to take it out by EU in 2023 for being anti-competitive.
Can confirm, my boss has his own paid Zoom while I’m using Teams to save research money. Another assistant professor I know pay for Slack ad well.
I think Teams improved and Zoom regressed in the last 3-4 years to the point the garbage level is not that different nowadays. Most of the annoyance is related to finding your way in a different interface.
Not so much autocorrect, but Excel is very eager to interpret things as a date, which may be useful when you're dealing with dates a lot, but it disqualifies it for anything related to serious data.
People also used it to collect COVID data during the pandemic, and a lot of data was lost because someone accidentally opened it in an older version of Excel.
It's one of my pet peeves. Excel should not ever be used to maintain data. It's a fancy calculator.
LaTeX absolutely sucks for proofing. Typos end up being buried in tags, and you end up with a document that looks pretty but possibly not fully edited.
If you are collaborating with advisors, they may wish to add comments to your copy as you work through your thesis. There is no clean way to do this in a TeX source file, so the only way to do this would be to export your work-in-progress into a DOCX, and then work your changes back into your source.
Versioning-by-hand sucks balls. When you’re approaching various deadlines with other obligations at hand, all open-source kumbaya ideas go out the window and you just make do.
For your manuscript_final_FINAL_v2.docx file, manual layout tuning ends up being not too bad and likely takes less time than troubleshooting LaTeX which might not have as much documentation.
Don't most people use git for their latex (or even markdown) version control? All the tools that have been developed for code collaboration work really well for documents compared to messing around with word's undocumented format and binary blobs.
Disagree. Hunspell and aspell have tex modes that understand well what needs to be checked and what doesn’t.
Comments can be added with ‘%’. Just make sure to have a linebreak at every sentence and it’s cleaner than anything. Services like overleaf also exist for collaboration.
You can use any versioning system you want. From git to dropbox, its plaintext.
I do agree that layout can be very time consuming, but it helps once you learn to not care about it till the absolute end of working on the content.
It isn't realistic to teach your collaborators a new system just for your own comfort. They'll just avoid making edits/comments. Especially if you're just a PhD student/postdoc interacting with a full time scientist - who will have much more work to do than fiddling around with your esoteric editing system.
It's kind of the same issue that FOSS enthusiasts often miss regarding other things, eg. most gamers wouldn't waste their time fiddling around with WINE settings to get things to run in Linux, the solution wasn't to tell them to just install something extra and do things different, it was to improve the infrastructure such that very little fiddling is needed in most cases.
Sure, I did my phd back in the 2010s and latex+git/svn was what everybody used. Im not saying you cant use word, im just saying the criticism raised of latex above is not a valid reason to.
Last time I wrote anything remotely academic was several decades ago, but at that time, the argument was that you had to use LaTeX because Word documents had no support for simultaneous editing, version control, and editors comments. It is truly bizarre to see the same arguments repeated after so long time but completely reversed, in favor of Microsoft Word. Surely the tools haven't become worse over time, given the popularity of github, Overleaf and such?
Even if you write your thesis in latex, all interaction with the administration, grant applications etc. still happens in word documents. Thank God/John MacFarlane for pandoc.
My experience has been that there's somewhat of an age divide. I've noticed that fellow junior academics are far more likely to prefer LaTeX, while all senior collaborators I have ever had, preferred Word. So I end up using Word for everything to ensure that it is easy for them to edit/review the paper.
Word is good for collaborative editing, but not very convenient for version control (and version control is very important when using AI assistance). So lately my strategy is to draft in Markdown, then copy over to Word once the draft is at a point that I might be okay sharing it with collaborators.
LaTeX used widely for papers, but it does not cover all. PowerPoint is huge, Word is used closer to Markdown’s level for simpler documents (and Pandoc is a huge helper). All administrative staff is using MS Office, that means Excel is used a lot for forms as well. Then there is OneDrive and Teams for collaboration.
I took online classes in both Zoom and Teams. I prefer Zoom for that because I can hide most of the UI (and the other people) to focus on the teacher and their shared screen
Not sure why you'd not just use discord if cost is that much a factor, it has better calling that slack and ironically given what slack is used for way better code embedding etc.
As the other person said most of us don’t get to demand our companies change their software or otherwise make special exceptions for us. I really dislike HubSpot but there’s nothing I can do about it
No argument there, but annoyingly since they killed Skype (it’s own lovely pile of garbage and spyware), the only thing my parents will use to chat online is Teams.
I have tried to get them to use Discord or pretty much anything else, but they have been unreceptive.
I am on Linux and so I just use the browser version, which at least sandboxes stuff for me, I think.
My wife and father-in-law used to use Skype all the time, and when it shut down, the stars aligned as I suggested they try Signal and they both loved it.
It's not so much the AI vendors that are the issue. It's everyone else that want to grab some of those LLM profits as well. Apple in iOS/macOS, Google and Samsung in Android, Microsoft in Windows/Office, Raycast, Meta in WhatsApp, a company's helpdesk, random websites, etc. Everyone wants to make a profit by selling you an AI subscription or by reducing the number of humans employed.
> The choice was made from someone else, and you just accepted it as normal
That behaviour in itself is believed to be morally wrong, and dystopian. That still doesn't answer the question why people just accept this. How can "we" deem ourself more moral than the Nazis, and literally do this.
I am sorry, but that can't be the only reason. At my job we are free to choose. Some have MacOS, almost everyone else has Windows, I am the only one using linux. But the joke is that Windows users are heavy users of WSL and RStudio. We are not forced, or even suggested to use Teams, Office or whatever tooling Microsoft has, and in fact meetings were I am invited had to be done in Zoom instead of Teams only because of me.
I believe that it is more a familiarity issue, and seeing Linux/Mac as an obscure tool only usable by gurus.
I think your experience is the exception rather than the rule, most people work for a company that dictate the computer and OS to use, as well as the communication tools (teams, slack...) for which they have an enterprise license.
My pet peeve is changes in 'user agreements' for paid services that add increasing amounts of adverts and tracking, but if you decline, you can't use the service, but the service continues to charge you. For the service they're no longer supplying.
Just the kind of thing that the EU could regulate if it chose. Decline -> Your subscription will be terminated, no further monies will be debut from your account, are you sure?
I'm more interested in the cases where you buy your phone, for example, and after purchase you are asked to agree with terms and conditions. Money is paid already. If you do not agree, you cannot use the device. Worse still, if 2 days after thre is mandatory update that forces you to agree to new version. If you don't like them, you should be compensated for it, as it is hidden information from you as a buyer.
I've always viewed those as entirely invalid, at least from the standpoint of the spirit of our various legal systems and cultures. I recognize that any "binding arbitration" bits are enforceable (and an injustice). But the rest of it? Literal make believe. I will do as I please with the hardware that I paid for, its firmware, and any software that it came with. I will actively aid and abet anyone who seeks to reverse engineer same, circumvent associated technical measures, or evade the law while doing so. And all of that is good and virtuous behavior that improves society as far as I'm concerned.
In other words - go ahead and click "I agree" without reading it, then proceed to dump the firmware or whatever else it is that you want to do. You aren't lying or otherwise doing anything wrong. The legal system is just broken.
The fact that such a legal reality has been permitted to reach this point has to be one of the clearest illustrations that western systems of government remain highly flawed despite all that they get right.
Yup when courts no longer work at some point we go back to settling disputes the old fashion way. Lawyers and courts were the compromise because the old way can get pretty ugly, but it looks like we are going to have to relearn that lesson.
Where in the UCC does it say that? There may be a State regulation or a company policy, but I don't recall anything in the UCC about a "free" 14 day return policy. I can return a used car, no questions asked, after 14 days? Good luck with that.
Well, not really. If you have unpacked the iphone - I'm pretty sure it's not gonna be easy to return even within the 14 day window. You can return unpacked though, which is not the point of what I'm saying. Also for the benefit of the argument, change 2 days to 15 and you end up at the same place- you cannot legally return the device, User agreement has changed in ways you don't accept and you are forced to use device, for which you have paid or accept loss and buy another device. Oh and also, you cannot change OS to the alternative one for which terms might be more acceptable to you. How is this not a subject of investigation- I don't know.
Well, yes really. If it is 2 days, and you've bought it online then you can just bring it back.
ishouldnotbutk8's message was mostly a joke since your argument would work with 15 days instead of 2. And yes, customers should be protected* against altering the deal.
Especially that it is so so common now, with the wide-spread of IT. Companies just push out malicious updates and changes in terms and conditions.
* they probably already are, but not many people try to bring remote downgrade cases to courts
You can absolutely return it within the 14 day window, even unpacked.
During the reflection period, you may open the packaging. You may try or fit the product, just like in a normal store. But you are not allowed to do more than what is needed to judge the product. For instance, you can try pants. But you cannot wear the pants for several days and then return it. If you do this anyway and the product loses value? Then the seller may charge you the damage. The seller needs to inform you of this before you buy the product.
I have sent back products within the 14 days, including smartphones that I tried and decided that I don't like it. Some sellers also extend the 14 days to 30 days.
Changing the terms later is a completely valid point though and it should be possible to reject any updated terms IMO.
Does that need new law? The problem we have in the UK is that Trading Standards has been starved of funding for the last 16 years so they can't do their job. If they had funding I'm pretty sure they have the power to tackle this.
In the UK, Trading Standards is done at local authority level. There is no funding scenario where your local council is going to be able to go toe-to-toe with big tech.
> My pet peeve is changes in 'user agreements' for paid services that add increasing amounts of adverts and tracking, but if you decline, you can't use the service, but the service continues to charge you. For the service they're no longer supplying.
> Just the kind of thing that the EU could regulate if it chose
“Where the contract provides that the digital content or digital service is to be supplied or made accessible to the consumer over a period of time, the trader may modify the digital content or digital service beyond what is necessary to maintain the digital content or digital service in conformity in accordance with Articles 7 and 8, if the following conditions are met:
[…]
2. The consumer shall be entitled to terminate the contract if the modification negatively impacts the consumer's access to or use of the digital content or digital service, unless such negative impact is only minor. In that case, the consumer shall be entitled to terminate the contract free of charge within 30 days of the receipt of the information or of the time when the digital content or digital service has been modified by the trader, whichever is later.”
The point of a class action is it isn't worth your while to go after them for $20 - you would win $20 - but then you have to pay your lawyers a million dollars. However if enough people were scammed the lawyers can get their pay, and better yet the cost is high enough that the company is likely to learn a lesson.
It is still a large enough number that it appears on accounting statements. It is reported to investors. That is there are enough negatives that it gets attention and tends to change behavior
I make dystopian adds for my game- and one of them is a company called MacroSoft, which has a product that makes you sing add jingles to measure "engagement" performance before opening a program on its operating System (called BARs). Its really insane, how my dystopian crap regularly gets overtaken by reality.
> just because they take a patent on something doesn't mean they will actually use it.
That's true, of course, but the fact that there are people in the company thinking like that to begin with, enough to think it's worth patenting such anti-human stuff, is plenty enough for me to never want anything to do with them.
And how about Meta's "pervert glasses"? Zuck himself probably conjured up the idea that everything you look at will result in your getting a "relevant ad" for that item. Yuck!
I believe this is the reason everyone's running after these camera-glasses: because they believe they can rake in big bucks with them. Even Apple is contemplating to sell them.
Looking at the 13 which rank higher than Microsoft - how many would you describe as treating their users/customers well?
Theory:
Treating your customers well is part of one strategy for corporate growth and profit. There are other strategies, which also can work very well - and don't require all the hassles and expense and non-evil of treating your customers well. Naturally, Capitalist propaganda stresses that first strategy, and doesn't talk so much about the others.
I don't like this idea, but I do like to get my facts right. If it is the patent linked elsewhere on this page, then
- I can't find the bit where they monitor you via camera and microphone. (I think the "track your eyes to make sure you don't look away during ads" is already patented for mobile, but has never been deployed as far as I know.)
- "block" your game/program to show ads - I think "pause" would be a better word here, perhaps. That's how ad breaks/popups work, for example on youtube and on many mobile apps, even on the radio in some sense. Scummy? On mobile apps, probably. New? no.
- The part being patented here is some kind of machine learning system to decide the optimal time(s) to show ads.
- Patent doesn't mean it's going to happen.
Apart from "we inserted some ML into the ad pipeline" there's really nothing new that I can see here.
> It is absolutely wild to me how a corporation can be so toxic and abusive to its users and still be in business.
There is a couple more wild things here:
1) That there is an agenda, demand and total legal abetment from the top of the power/monetary hierarchy for such corporate policies
2) That there is a horde of individual employees working to those ends without any shadow of doubt, often even vice signaling their intent to be the first to attain the figurative A-bomb or full-blown BB telescreen.
A lot of that has to do with the fact that the people who decide to use it fall into two camps:
1. People who do not have to use it themselves (political decides, bosses, ..), but get lobbied to the max
2. People who have to administer it and know nothing else and endure the lasting pain over the perceived infinite hurdle of changing the system
I gladly can use Linux at work, so I have had a stable, reliable and unchanging system since the past 6 years, but others have to go through major pains for each version of enshittification of their OS update. In my case the OS just got better slowly and incrementally.
Because alternatives are bad. After decades of being great, Linux gaming community finally gave up on it working and accepted emulation of Windows as the way to go. (No need to nitpick on tech specifics of how Wine works)
Gave up? There are more Linux games than ever. Most commercial games work fine on Linux now. Some through emulation of some sort, others completely natively, because most gamer engines support Linux natively, making it trivial to do so. And as a gamer, I can't really tell the difference between the two.
If you mean Linux-only classic open source games, like Angband or Battle for Wesnoth or something, they still exist, but the demand has clearly gone down because now almost all games work on Linux. Except the ones with anti-cheat systems that rootkit-style access to your system.
Steam has been pushing Linux as a gaming OS, and it's working. Mainstream game support has come leaps and bounds over the last several years. It's still not quite as good as Windows. You will run into more bugs and have to fiddle with things a bit more to get them to work. It's improving rapidly though.
My only concern is that this is mostly just the result of one very influential company. If they turn evil on us...
In my personal experience, performance is better than I've ever seen on Windows. But less subjective benchmarks exist. Apparently, if you have an AMD GPU, performance is likely to be better on Linux, if you have Nvidia, it's probably better on Windows. I have Nvidia and no complaints.
The parent poster said "Linux gaming community". "Most commercial games work fine on Linux now" because a multi-billion dollar corporation, Valve, is paying to maintain Proton to protect their business model, not the Linux community.
You're saying this as if emulation (which Wine isn't really, more of a Win32 API compatibility layer; WINE literally stands for 'WINE Is Not an Emulator') was a bad thing. In reality, a lot of games benchmark better on Linux than on Windows today.
Emulation is not a bad thing - it gives users options. My point is that Microsoft were the only ones who managed to make a stable gaming platform.
Also "a lot of games benchmark better" - some games. And then some games don't work at all. And some games work with minor or significant issues. Which is not a slight against Wine and Proton as it's not an easy task.
Can't speak to it myself, but I'm not sure how up to date your infos are. I read a lot of reviews and it seems that the vast majority of the Steam catalogue should run fine on Linux today. The most important exceptions are games that require kernel-level anti-cheat (so if you're into online multiplayer games that could be a dealbreaker).
Bad take, what actually happened was the realization that games wouldn't be released on Linux unless there were enough users there to warant it. Just as with ARM Windows not getting a single usable software when first released. What happened was Wine/Proton and FEX, with a lot of monetary input from Valve.
By allowing a lot of people who are willing to take a performance-hit to transition to Linux, they sow the grass-roots necessary for the game studios to release native games on Linux.
I recently played several games of early to mid 2000 and had no problems.
Maybe for Win98-era and older games I'd had to use Wine, but not for anything semi-modern like this.
Not to discard your happiness at things working out for you, but that's a game from 2015 and it's 2026 now. And is also in top 50 of best sellers of all time, so I would expect it to work.
I think it might be symptomatic of broader tech illiteracy:
People don't know anything else or anything better. They want their software to Just Work, and ultimately the decision is made by an executive who decides that microsoft products are “the most stable” or “easiest” route.
I have a reliable system running for years on a Surface Pro 2022, so not sure what your experience with Windows was. It does take a few tweaks to remove some of the junk but otherwise it is a solid work environment IMO. The same can be said of Linux, it can be a real PITA finding and configuring drivers for something that should not take more than a few seconds. So both environments can definitely be a shitty experience unless you know what you are doing.
> The same can be said of Linux, it can be a real PITA finding and configuring drivers for something that should not take more than a few seconds.
If you value your own dignity you should see that these scenarios are worlds apart. In one case you have a trillion-dollar company actively working against your own interests. On the other hand, you had some trouble finding drivers for a volunteer-driven project, which is a problem that you are actually empowered to fix.
That is true. We see that with Trump, where he tries to force the EU to open markets to the US corporations who will just steal data from EU citizens.
Why can't the EU learn more from Canada? Canada realised that with Trump there is no way to make a deal. So cut things down where possible, diversify - the EU still has to learn this lesson. In particular Germany is totally US-addicted - no idea why, other than, of course, the obvious answer ("we need to export into the USA", aka selfish greed from Germany here).
Buying US helicopters when they've been developing one with France. But Germany has no choice: It has been literally occupied by the US forces and it's only recently that it has regained the right to have an army, but there are still 200k US troops in Germany (among other means of influence).
Germany had it's Bundeswehr the whole time since it joined the Nato 1955 same year the US occupation officially ended. And there are not even remotely 200k us Troops in Germany anymore.
No idea where you get your Infos from, bit a short googling would show that this is simply not true.
Because Germany is critically dependent on LNG imports from US.
"
Gas covered a little more than a quarter of Germany’s primary energy use in 2025, making it the country’s second most important energy source. Germany is among the world’s biggest natural gas importers – around 95 percent of its gas consumption is met by imports, according to energy research data group AGEB.
"
"
Energy industry association BDEW said that Norway has now become Germany’s top gas supplier by far, with about 45 percent in 2025, transported by pipeline. Around one tenth of the gas used in the country arrives as liquefied natural gas (LNG) directly at one of four import terminals along the coast. In 2025, around 95 percent of that LNG came from the US.
"
European countries are trading gas between them, we have to look into whole European imports. For example Germany is import lot of US gas through Belgium.
"
Russia has continued to supply a sizeable portion of gas imports, although the EU has decided to fully phase them out by 2027. Most natural gas in a gaseous state was imported from Norway (52%), Algeria (20%), Russia (10%), and the UK (8%) in 2025. LNG came from the US (55%), Russia (14%), Qatar (9%), and Algeria (6%).
"
3) That half of HN works at these companies and loves to whitewash their conscience by commenting "look at how awful they are" on any company that's interpreted as 1% worse. You have MS devs who comment on Amazon who comment on Meta who comment on Palantir comment on Flock comment on NSO Group, as this is roughly the "perceived hierarchy".
If you're in US big tech you're working directly for the regime and fully complicit, end of.
Microsoft has done a lot of super shady things, and they are domiciled in a hyper-corrupt, lawless threat to humanity (one that elects quite possibly the stupidest human alive -- a rapist abomination halfwit clown -- to the highest office), however people do make far too much of the patent thing.
A lot of firms reward groups and employees that get granted patents. It doesn't actually matter if you're spitballing the most absurd nonsense that no one ever asked for and is nowhere on the product map, someone writes the application and gives it a shot. A patent being granted doesn't mean that a single person ever envisions doing this or asked for it implemented, and honestly the idea that they "invented" this is just how farcical the patent system is.
In this case the patent is held by Microsoft's "Microsoft Technology Licensing LLC", which is their "patent extortion" racket. So they literally wrote this hoping to catch someone doing something found in a single claim so that they can use the legal system to rob from people.
> Microsoft has done a lot of super shady things, and they are domiciled in a hyper-corrupt, lawless threat to humanity (one that elects quite possibly the stupidest human alive -- a rapist abomination halfwit clown -- to the highest office),
I generally dislike Microsoft because they make crappy products, but does this add to your point? I don’t think so, and it’s largely incorrect.
For example I despise Donald Trump but you can’t be the stupidest human alive and be president. It’s just objectively false.
The US is one of the few (arguably the only) countries holding the barbarians at the gate - the ones who are a threat. Frankly, the Dutch have historically been the greater threat to humanity and we saw the devastation and destruction wrought by their colonialism (which the Dutch haven’t paid reparations for in total) unleashed upon the world.
Yes? Donald Trump, and the fact that he is the symptom of a fallen empire that has reverted to being an idiocracy, flailing around and trying to bully its way to a lost dominance that is fading away, is precisely why the Dutch government is doing this. It's quite literally the subtext of this discussion.
And for that matter, it's why all American companies are going to find their reach shrink. Visa and Mastercard are worldwide systems whose days are numbered, for instance. The US banking system is being ejected everywhere it is found.
> but you can’t be the stupidest human alive and be president. It’s just objectively false.
I mean, I guess people actually vote for this pathological liar / megalomaniac who is a lifetime failure in every dimension, so true. They're even worse. But Trump is objectively a profoundly stupid person. It's actually astonishing now how he is basically a simpleton in the White House, lying with every utterance, and it's just another day. It isn't even newsworthy. Oh yeah, his big TrumpTM Arch is now going to have drones and snipers! Also, how about that fantasy deal with Belarus for all that potash that doesn't exist, was farcical nonsense on its face, yet everyone reports it because this foolish liar just makes up stuff endlessly so it isn't even notable. Aren't Americans just unbelievably ashamed at how pathetic this loser is, or that he lies -- usually in the cause of pushing his greatness -- with every other word?
Seeing Xi mog this pathetic chimp yet again was amazing stuff. The world is yours, China.
> The US is one of the few (arguably the only) countries holding the barbarians at the gate
This has to be a joke. There is no way anyone on this planet is so deluded and misinformed.
The US has bombed over a half dozen countries in the past year. The US is led by a vile rapist abomination that openly threatens "annihilation" repeatedly, and has a drunkard, profoundly incompetent "secretary of war" that openly flouts literal war crimes (when US soldiers are being subjected to torture and US cities are glassed, hey, think fondly to when that "germs aren't real" halfwit boasted about how rules don't constrain the US, and "no quarter, no mercy shall be given". That emaciated pathetic little loser is so tough and brave). That casually talks about nuclear attacks like it's nothing.
Trump stood at the lectern of the UN and in an utterly insane, deranged, self-aggrandizing speech (again, just another day in the insane idiocracy that the US has become, and it isn't even notable, the decline so severe and accelerating), boasted about looting the resources of Venezuela. Boasted about his assault on the ICC.
The US is repeatedly and proudly engaged in wantonly illegal piracy at sea. It boasts about the textbook definition of terrorism.
The US has done more to encourage nuclear proliferation in the last two years than in all of history. It has taught that everyone needs to get nuclear weapons, and many of them need to be pointed at the US. It has pushed the notion that might makes right, and if you have the ability you can steal and rampage whatever you want, in a lawless world.
Your claim that the US is holding the gates is absolutely perverse, and your worldview is most certainly some US exceptional bullshit.
> The US has bombed over a half dozen countries in the past year.
Which ones? I'm sure there's a very good reason for each so let's walk through them with civility.
> The US is led by a vile rapist abomination that openly threatens "annihilation"
Trump is probably a rapist but our justice system has failed to prosecute him. But the memory of justice is rather long. He may yet get his day. Separately yea who cares about the annihilation threats. Iran has been doing that for a long time. If they don't like hearing it maybe they should stop too.
> The US is repeatedly and proudly engaged in wantonly illegal piracy at sea. It boasts about the textbook definition of terrorism.
What examples do you have of wanton piracy?
> The US has done more to encourage nuclear proliferation in the last two years than in all of history.
I'd argue Russia has done more there by invading Ukraine.
> It has taught that everyone needs to get nuclear weapons, and many of them need to be pointed at the US.
No nobody has been taught that. But they have been taught that if they step out of line and don't have enough of a deterrent like North Korea, that if they try and build nuclear weapons they'll be on the receiving end of sanctions, and then if that isn't a good enough incentive we'll come bomb them and stop them. You are welcome.
> It has pushed the notion that might makes right, and if you have the ability you can steal and rampage whatever you want, in a lawless world.
Might does make right though. International law is just some stuff made up largely by western nations and backed by American military power. If you have no will or ability to enforce international law, like, idk, stopping Iran from building a nuclear weapon, then the law is pointless.
> Your claim that the US is holding the gates is absolutely perverse, and your worldview is most certainly some US exceptionalism bullshit.
No, it's not perverse. I just disagree with your point of view.
> This sort of idiocracy garbage utterly infects all corners of the US, and it keeps sloshing to the surface.
Isn't it embarrassing that all these idiots are the dominant force on the planet and you have to cry to them to help you against Russia and they make much more money than your citizens? If you're going to insult Americans like this you should at least have something worth insulting us over. I do think biking culture is way better than driving, but I'm not sure about much else.
I'd argue Russia has done more there by invading Ukraine.
Nope, nobody was talking about getting nukes after the invasion in 2022.
Everybody started talking about getting nukes after: (1) Trump has been threatening to leave NATO and casting doubt about upholding Article 5, so nobody is really sure if the nuclear umbrella extends to Europe anymore; and (2) Trump has threatened to invade Greenland.
Basically, nobody here trusts the US anymore, but politicians are keeping up appearances to race to scale up production capacity of arms, etc.
Trumpists will typically say "but why should the US provide the nuclear umbrella for Europe?" Which is woefully ignorant of history, the whole NATO nuclear sharing arrangement, etc. exists, because the US didn't want European countries like (West-)Germany to have their own nukes.
> Nope, nobody was talking about getting nukes after the invasion in 2022.
That's not what I recall. And I also recall a lot of hand-wringing over how it was a shame that Ukraine gave up its nuclear weapons (in a manner of speaking).
> Basically, nobody here trusts the US anymore, but politicians are keeping up appearances to race to scale up production capacity of arms, etc.
That's not true. Internet commentators don't trust the US, but they don't represent all peoples or governments. Even the Danes trusted us enough to sign an agreement giving us perpetual military access to Greenland even if the Greenlanders declare sovereignty.
> Trumpists will typically say "but why should the US provide the nuclear umbrella for Europe?" Which is woefully ignorant of history, the whole NATO nuclear sharing arrangement, etc. exists, because the US didn't want European countries like (West-)Germany to have their own nukes.
I think you are somewhat off the mark here. Nuclear weapons are of course important, but France and the United Kingdom have them too. I guess a question you want to ask Europe is the details and history about France and the United Kingdom's own nuclear umbrellas. If they have them, why do you need American nuclear weapons? Not that I'm personally opposed to also extending ours.
For Americans (and I have various levels of agreement and disagreement) it's less about the nuclear umbrella and more about the placement and utilization of conventional forces. As you can tell with the Iran war and the early days of the Ukraine war, the United States (thanks in part to Europe) has been brow-beaten so much about (what was it, 14 countries someone said we bombed this year?) how bad America is and how awful and racist and "colonizer" America is and all that stuff that many Americans are just fed up with utilizing our military for much of anything or dealing with the problems of other countries.
I'm not, personally, because I think it would be beneficial for us to stop Russia in Ukraine, stop Iran in the Middle East, and avoid a war with China while maintaining the status quo regarding Taiwan, but you know when someone like some posters in this thread want to spend all day talking about how your country is full of idiots eventually people say, well, maybe you guys should take care of your own problems, even if it ends up worse off for everyone.
"Even the Danes trusted us enough to sign an agreement giving us perpetual military access to Greenland"
Denmark reaffirmed an existing agreement from 1951. The one that already saw the US having military bases on Greenland per the alliance. They not only broadened it from just the US, they explicitly restricted it such that the US can only maintain such bases if they remain in NATO.
They took an existing agreement and reaffirmed it with new conditions. So Trump, Mr. We're Pulling out of NATO, basically redoubled on NATO just to have a win, where the win is just the status quo. Hilarious stuff. And this actually sells to some Americans?
When they played "Send in the clowns" for Marco Rubio to sign this new "agreement" was just poetic.
Where do you get your news from? Twitter? Because wow, every one of your take is straight from America exceptional land, and it's bizarre. The fact that Trump celebrated this agreement is because the midterms are coming up and this pathetic loser, having literally nothing to show but failure from his reign of idiocy, needed a "win".
> If they have them, why do you need American nuclear weapons?
You seem to have missed their point. There was a detente and a worldwide "order". Russia stepped out of line and almost the entire world punished them for it. The order mattered. Might does not make right, and in the rule of international law you can't just steal land or resources.
Suddenly Trump not only heralds Putin and wants to cement his battlefield wins, through his incompetent family reps Kushner (jesus christ) and Witkoff, he continually praises Putin and justifies his aggression. Then Trump engages in the same behaviour on behalf of the US, stealing the resources of Venezuela, and openly threatening Cuba. And I guarantee that Trump has repeatedly talked to his drunken halfwit SecWar about invading Canada. They openly threatened invading Greenland, just because they want it.
Right now, every capable country should be getting nuclear weapons. Germany, Italy, Canada, Japan, South Korea, Australia, Brazil, Spain, and on and on. Putin tested the waters and Trump redoubled them and affirmed that there is no international rules, and everyone should be willing to murder billions of people. Any Americans -- having lived a life of peace, security and affluence -- who think this improves their lot is impossibly fucking stupid.
> "Trusted". Christ, I guess you subscribe to the Dennis Reynolds "implication" style of coercion. Recall that Denmark readied blood supplies and literally prepared troops for a US invasion. From an ally. "Trusted". Good god.
Yea interesting how they're so much more ready to go fight the US than fight Russia. But if you want to argue there's no trust there then you certainly can't trust our military being in Europe or backstopping NATO so if your goal is to dissolve NATO because of some arguing over, frankly, a lack of European defense investment in an area that is critical to American security (you own it you need to secure it) then well that's up to Europeans to decide.
I'm ignoring all the other stuff because it's boring and uninteresting. No I don't get my news from Twitter. I don't use social media.
> You seem to have missed their point.
No I'm debating their point. There's a difference.
> Suddenly Trump not only heralds Putin and wants to cement his battlefield wins, through his incompetent family reps Kushner (jesus christ) and Witkoff, he continually praises Putin and justifies his aggression, constantly repeating Russia's absurd justifications for this foolish war.
There are two large problems with this.
First, Europe has no ability to engage with Putin, and if Kushner and Witkoff are the people he will see then we should try for some manner of diplomacy even if the people that are sent aren't the ones you would prefer.
Second, while I fully support Ukraine regaining all of the territory it has lost, if Ukraine is unable to re-take the territory and Russia is unable to progress, it's stupid for all these soldiers to just go and die for no reason. If we can stop the war completely, for example, with Ukraine ceding this land, that's up to them but we should at least explore options and try to bring an end to the war.
> Then Trump engages in the same behaviour on behalf of the US, stealing the resources of Venezuela, and openly threatening Cuba. And I guarantee that Trump has repeatedly talked to his drunken halfwit SecWar about invading Canada.
I don't agree with how we've approached Canada.
Venezuela and Cuba are entirely separate things. Happy to discuss why if you want.
> They openly threatened invading Greenland, just because they want it.
It was a dumb negotiating tactic but it's important to us that it is defended to our satisfaction.
> Right now, every capable country should be getting nuclear weapons. Germany, Italy, Canada, Japan, South Korea, Australia, Brazil, Spain, and on and on.
If you're in favor of nuclear proliferation then sure. But it doesn't include just the "good" countries. It also means Israel gets to ramp up its nuclear forces, Saudi Arabia gets nuclear weapons, Argentina can get nuclear weapons, and anyone else on your naughty list. So we will further double down on a more dangerous world and you're advocating for further breakdowns of international law.
Yea interesting how they're so much more ready to go fight the US than fight Russia.
Ehm, Russia didn't invade Danish territory. The US was threatening to invade Danish territory.
First, Europe has no ability to engage with Putin, and if Kushner and Witkoff are the people he will see then we should try for some manner of diplomacy even if the people that are sent aren't the ones you would prefer.
Putin only wants them because they are weak and can be played.
It was a dumb negotiating tactic but it's important to us that it is defended to our satisfaction.
It was not a negotiation tactic. They already had an agreement for over half a century that they could scale up US military presence as they would like. The US has reduced presence over the years.
Trump wanted to add land like every pathetic little (wannabe) dictator. But the EU showed some teeth suggesting that the trade bazooka could be employed, country moved troops to Greenland (so it wouldn't be a clean invasion without blood). So Trump TACOed out.
If it was a negotiation tactic it is bloody stupid ("art of the deal" I guess). Aside from getting a worse deal then before, as a side-effect many European countries that were planning to buy US arms are now switching to European options.
If you're in favor of nuclear proliferation then sure. But it doesn't include just the "good" countries. It also means Israel gets to ramp up its nuclear forces, Saudi Arabia gets nuclear weapons, Argentina can get nuclear weapons, and anyone else on your naughty list. So we will further double down on a more dangerous world and you're advocating for further breakdowns of international law.
Yes, and that was exactly my point earlier, the Trump and the US opened pandora's box. He disturbed the equilibrium by threatening to leave the NATO/not respecting article 5, by threatening to attack its own allies, by yelling Zelensky out of the White House. This sends ripples all over the world and Europe, Canada, and East Asian countries get the message "we cannot trust the US as an ally anymore", which leads to proliferation and probably more wars. It's very likely that Putin will try some sort of attack on NATO countries soon, just to test how firm Trump's commitments are. This would never have happened if he didn't weaken NATO. It's understandable that Poland gets nervous and wants to be able to MAD Russia.
> Ehm, Russia didn't invade Danish territory. The US was threatening to invade Danish territory.
Can you invade a territory in which you already have a dominant military presence? I appreciate Denmark’s bark loud approach but the country is militarily irrelevant. I think it was more of an awful negotiation tactic. We weren’t in the room. Maybe the Danes simply needed a reminder to take US concerns seriously and this was the crappy way of doing that.
> Putin only wants them because they are weak and can be played.
Either way they’re in the room at least trying something. Why aren’t European leaders in Moscow trying to get the war to end? Because they’re strong? Sorry that doesn’t pass the smell test.
> It was not a negotiation tactic. They already had an agreement for over half a century that they could scale up US military presence as they would like. The US has reduced presence over the years.
I disagree. Guess we can agree to disagree here. The new agreement protects American bases even if Greenland declares independence and also establishes formal, legal rights for America to prohibit hostile nations from mining or establishing military infrastructure on the island.
> Aside from getting a worse deal then before, as a side-effect many European countries that were planning to buy US arms are now switching to European options.
Well the deal is better. That’s an objective fact. Nobody in the US is threatened by or cares if Europeans are buying local. We led the way on that and we are happy that Europe is investing more in its defense and defense industrial base.
> This sends ripples all over the world and Europe, Canada, and East Asian countries get the message "we cannot trust the US as an ally anymore", which leads to proliferation and probably more wars.
That doesn’t reflect reality though. Japan and Korea for example haven’t lost trust. Putin by attacking Ukraine sort of forced the issue and to get countries thinking about whether the US would use nuclear weapons I guess in these wars? But the same is true for the EU. Even the language you are using doesn’t make sense to me. If Putin attacks a NATO country why is he all of a sudden testing how firm Trump’s commitments are? He would be testing how firm the EU’s commitments are instead. How fast do you think Spain or Italy will tap out when their kids are off dying in the cold to defend Estonia? What will to fight does France have when its economy is so heavily indebted? Poland and the United Kingdom will fight, the baltics would too since their lives are at stake. You can read for yourself survey results out of Germany where some large majority of German citizens said they wouldn’t fight to defend Germany. You’re going to read this as an attack on Europe. Nothing is further from the truth. I love Europe, but folks need to have a sober assessment of themselves here instead of hiding every possible problem behind Donald Trump.
So Trump, Mr. We're Pulling out of NATO, basically redoubled on NATO just to have a win, where the win is just the status quo. Hilarious stuff. And this actually sells to some Americans?
"Art of the deal"
You seem to have missed their point. There was a detente and a worldwide "order". Russia stepped out of line and almost the entire world punished them for it. The order mattered.
Exactly this. It seems that the US has forgotten what soft power, alliances, rules-based world order means. You have the power because you have allies, because you can hold others to rules (and mostly keep up the appearance that you obey the rules yourself), etc. Initially, you can benefit from abusing that position, but it is short-term only. Your allies will form new alliances (e.g. Canada getting closer to the EU), stop buying your weapons, wean themselves of your products (this very news item), etc. The problem with incompetent people like Trump and his administration is that they only see the benefits of the short-term abuse, but not the terrible harm they do to themselves and the rest of the world long-term.
This American exceptionalism answer has always been amazing to me.
No other country gives two shits if the US "recognizes" the ICC. As a serial warcrime committing nation, of course the US doesn't want it having legitimacy, as it terroristically blows up random boats and schools full of children.
And of course they also want to protect their serial warcrime best pal Israel in the process.
See, the thing about the ICC is that the countries that do recognize it carry out its warrants. Netanyahu can traipze around warcrime nations like the US, but he can't visit Europe, for instance. Because those countries do believe in the ICC.
How is this remotely the US' say? I have yet to hear an American explain their belief that they get to force others to not have the ICC that doesn't sound like vile devolved horseshit. Yes, I get that you're madly in love with committing war crimes, but understand that you're the pariah. Everyone else doesn't have to worsen their standards to the catastrophically low bar you accept.
> What is this "other country" going to do about it?
Wow, sounds toothless. Pretty weird then the extraordinary lengths the US is going to in efforts to destroy it, right? I mean, these two things almost seem incredibly stupid to claim simultaneously.
The ICC is an agreement between the good countries of the world to hold human garbage to account. There is no surprise why this upsets human garbage and busted, shithole cultures.
> America isn't exceptional at all in that regard.
Oh, it absolutely is exceptional. Ignoring that Russia is also a universal shitheel problem for the planet, and there are clear reasons why it doesn't like such organizations, China and India have done nothing to thwart or attack the ICC. Nothing. China has overtly stated that they support its mission and disagree with attacks against it. Because China is an infinitely more civilized country that the US is. Which is why the US is flailing and grasping as a fallen empire shithole relegated to the dustbin of history.
BTW - did you see when Trump thought having a bunch of bombers doing afterburner runs would impress Xi? Pathetic banana republic strongman garbage of a busted idiocracy. Pretty hilarious when that soft-handed weaking imbecile winced at the scary noises, mogged out by Xi who again pointed out that the US is a fallen shithole.
> Pretty weird then the extraordinary lengths the US is going to in efforts to destroy it, right?
Maybe the current American administration just hates the ICC and disagrees with some of their rulings and is casually destroying it without so called “extraordinary efforts”.
It...hasn't destroyed it at all. In all likelihood China will join the group just to fully take the mantle as leader of the world.
>without so called “extraordinary efforts”
The US administration has burned enormous political goodwill attacking the ICC on behalf of Israel. But more importantly they have set the gears in motion for enormous financial consequences as well.
Do you know why Europe is fast-tracking replacing Visa and Mastercard? Because the pedo-kleptocracy in power in the US used those systems to punish ICC judges[1]. Do you understand how profound the consequences of this will be?
See, the US has decades of goodwill and inertia and entrenchment in place. These things don't change overnight. But it again elected a criminal pedo that is pushing garbage polices, so the whole world is being de-US'd. The consequences are going to be enormous for Americans.
[1] - as a fun fact, any business operating anywhere in the world should be kicked out or fined enormous amounts if it ever applies sanctions that aren't locally recognized. If the US abuses the fact that post-WWs the West centralized business in the largest "safe" country among the cohort, it should very quickly be removed from this position.
Well not yet but if the US proceeds with sanctions that will likely spell the end. But if the US can’t destroy it then who cares? Have your court, go arrest Putin and the IRGC for their crimes. Let us know how successful you are.
> In all likelihood China will join the group just to fully take the mantle as leader of the world.
I don’t see how China allegedly joining the ICC makes it the “leader of the world”. Seems like a stretch to me.
> The US administration has burned enormous political goodwill attacking the ICC on behalf of Israel.
Well some of that (perhaps most) is well-placed.
> But more importantly they have set the gears in motion for enormous financial consequences as well.
Because of the ICC? No I don’t think so.
> Do you know why Europe is fast-tracking replacing Visa and Mastercard? Because the pedo-kleptocracy in power in the US used those systems to punish ICC judges[1]. Do you understand how profound the consequences of this will be?
That’s not happening. First even standing up a “European” platform has challenges because not all European countries agree on how this would be implemented. Second, Americans have and will for the foreseeable future have a shit load of money. Europeans want that money, so they’ll continue to accept Visa and Mastercard. I see American Express accepted more and more too on my regular visits to various European countries. By the way, you know that Europe can stand up payments systems and still accept cards issued in other countries? Tell me, do you think Americans are walking around worried Europeans are not going to take Mastercard or something? Please have some pride and stop acting like random things like this are your political Super Bowl or something. Americans just do not give a shit about this lol and nobody is worried.
> as a fun fact, any business operating anywhere in the world should be kicked out or fined enormous amounts if it ever applies sanctions that aren't locally recognized.
You should be careful not to confuse what you want the world to look like with how the world actually works. I think it’s clouding your judgement and ability to make good decisions.
> If the US abuses the fact that post-WWs the West centralized business in the largest "safe" country among the cohort, it should very quickly be removed from this position.
Good luck or sorry that happened or whatever. Let us know.
> I don’t see how China allegedly joining the ICC makes it the “leader of the world”. Seems like a stretch to me.
It's a process. The US is a busted shithole, and everyone is moving on. Well I guess you have the Board of Peace.
> Because of the ICC? No I don’t think so.
PRECISELY because of the ICC and the US abusing sanctions.
> Americans just do not give a shit about this lol and nobody is worried.
I mean, yes the whole world knows this. Americans are profoundly stupid and uninformed, generally, and sorry but almost all of your comments are just hilarious to this ends. The original claim that the despotic, terroristic US is holding the barbarians back is just the chef's kiss of insane nonsense.
The US is effectively bankrupt. Bond rates are spiralling. Yeah, friend, revisit this thread in 5 or 10 years. You, and so many like you, have absolutely no idea how the world works and it's amazing.
> You should be careful not to confuse what you want the world to look like with how the world actually works.
Never has self-deception been more blatantly stated. Actually amazing.
I mean, good luck with all of that and everything. As your nation spirals with a fascist bag of shit destroying everything.
> PRECISELY because of the ICC and the US abusing sanctions.
So you want us to stop sanctioning Russia?
> The US is effectively bankrupt. Bond rates are spiralling. Yeah, friend, revisit this thread in 5 or 10 years. You, and so many like you, have absolutely no idea how the world works and it's amazing.
Remind us about debt and bond rates in countries in Europe. Perhaps you can speak to the UK, Italy, Spain, and France for starters.
> the fact that he is the symptom of a fallen empire that has reverted to being an idiocracy
America isn't a fallen empire (if indeed it ever was an empire), nor does Donald Trump existing all of a sudden make everyone else stupid or something. Just because you disagree with someone's politics doesn't make their entire country an idiocracy, nor does it all of a sudden lower the IQs of everyone else.
> is precisely why the Dutch government is doing this
They are just following Trump's lead in decoupling from dependencies like we are from China (and a few others).
> And for that matter, it's why all American companies are going to find their reach shrink. Visa and Mastercard are worldwide systems whose days are numbered, for instance. The US banking system is being ejected everywhere it is found.
No that won't happen. Also your assertion about Visa and Mastercard are just incorrect. They may be disrupted by technology if they fail to adapt, but it's not because Europeans don't want American money for example. I go to Europe all the time, at a minimum once/year for about two weeks and my wife and I spend $20,000 or $30,000 or something and believe me you guys love it when I swipe my credit cards. In fact, every time I go to Europe I see American Express more and more accepted.
Nobody is rejecting or ejecting the US banking system except maybe some bad actors but nobody cares about them.
> But Trump is objectively a profoundly stupid person.
I don't think you can be a profoundly stupid person and still be the president. There's a minimum amount of not being stupid you have to have in order to run a campaign, hire people, make decisions, and more.
> Aren't Americans just unbelievably ashamed at how pathetic this loser is, or that he lies -- usually in the cause of pushing his greatness -- with every other word?
Maybe you should question why you feel so strongly about this yet the citizens of the wealthiest country in the world with many of the best companies and institutions in the world feel differently. You should maybe question why groups like the AfD are gaining shares in election. You can coddle yourself by chalking it up to just Russian propaganda or something, but that isn't going to do you any good.
> Seeing Xi mog this pathetic chimp yet again was amazing stuff. The world is yours, China.
It's a lot easier to say stuff like this when you are coming (I assume though if not the point will change slightly in form but not substance) from a place of safety and have no stake in the fight. If the US and China were to go to war it would be devastating for both countries. Tens or hundreds of thousands might die. Maybe a little pomp and diplomacy can help avoid that confrontation? It's not like the Dutch are going to be dying on beaches in Taiwan so maybe let's let the folks who have a stake actually do the talking yea?
Not to get involved in this argument, but just noting that Trump likely now has MCI (mild cognitive impairment), which has developed over the last two years. He was in better mental shape when he was reelected. Both you and the person you're arguing with can be right on this one.
No, Trump has always been incredibly stupid. His intellect has only ever convinced people dumber still.
Trump grew up wealthy, surrounded by handlers and supplicants obliged to glaze every statement or utterance. This led this utter dunce to believe his idiotic thoughts are pearls of wisdom offered up to an ungrateful world. Did you know there is a "B" in the word dumb? Have you ever heard of the old-timey word "groceries". Affordability is a hoax. Super intelligence!
He is a spectacularly stupid idiot, and he always has been. This isn't new. Dementia doesn't explain it.
> You should maybe question why groups like the AfD are gaining shares in election.
When life sucks and there's no hope, people vote for parties that promise to shake things up, not for parties that promise more of the same. That comes in two flavours: far left and far right.
I think Trump is smart, but like conman smart. In fact I think he is brilliant in that regard. He is not a food statesman. He wouldn’t even be a good autocrat, because of his untrustworthiness. So yeah Trump is not profoundly stupid, like down syndrome stupid.
The guy has accomplished the extraordinary, and it's easy for loads of people to see that as some sort of intentional, purposeful brilliance.
But I just don't see it.
Instead I see someone who just breaks people's brains. People cannot comprehend someone that immoral, who lies so effortless with every word, and so utterly shameless. They just can't. So when Trump declares that he's going to cut trillions from government spending and eliminate the deficit and pay off the debt, it's impossible for many people to understand that he has no fucking idea what he's talking about, and the little bit he does understand he simply lies about.
Like I keep seeing articles from left wing sources talking about Trump being "humiliated". Trump is utterly incapable of humiliation. When caught in the most outrageous lie, he redoubles on it, which again, tens of millions of people just cannot comprehend someone so utterly immoral and busted, so immediately they think "oh okay...I guess somehow he must be right? I mean, no functioning human could lie so egregiously".
He is so thoroughly a garbage human that many are caught out by him.
Why not? You could build nuclear bombs and start using them or threatening to use them and that would be a greater threat to humanity.
Plus I didn't say you were the greatest threat today, that would be Russia and probably Iran as a clear #2, I said you were historically much worse because of your colonialist past.
The US (or Trump) is the bigger threat because it is currently actively destroying the rule-based world order, which introduces exactly the lawlessness, chaotic times that opens the window for Iran and Russia to 'do business'. Plus it is destroying the its alliances, which were part of keeping the equilibrium between power blocks in tact.
One can only hope that another power that cares about rules fills the void.
> One can only hope that another power that cares about rules fills the void.
There isn't one. You've got the US or nobody at this point, unfortunately.
> The US (or Trump) is the bigger threat because it is currently actively destroying the rule-based world order, which introduces exactly the lawlessness, chaotic times that opens the window for Iran and Russia to 'do business'.
Russia invaded Ukraine in 2022 when Trump wasn't president. Iran attacked Israel and kicked off a new and worse round of fighting in 2023 when Trump was also not president - the war today is just a continuation of that latest round.
While he has done some damage to the alliance by being a jackoff he also forced Europe to spend more which was required for defense. Europe also made itself dependent on Russian oil and gas, even recently France un-sanctioned some Russian billionaires and is making some awful decisions too.
True, under Obama, but I think that's materially different in size and scope.
Why didn't Europe go to war with Russia then or start building military forces to deter another Russian war in Europe once Russia invaded Ukraine in 2014? Russia actually invaded them I believe a long time ago in the 1920s or 1940s under the authoritarian and evil communist regime.
I agree with most things that you have been saying in this thread. But this I agree fully with. Europe should have rearmed in 2014 and this was a big failure of European governments (including Mark Rutte, the Secretary General of NATO, who was prime minister of NL back then).
I am happy that we are increasing spending and building up our own industry now. But it was far to late and it was fair for US presidents to criticize Europe for it. Note though that this happened as early as Bush and the 2% norm was established under Obama. Mark Rutte just sold the 2% to Trump as Trump's own win (initially during Trump I) to keep the US on board.
I know Trump has caused a lot of divisions but we can continue to try to have productive discussions and I appreciate that you fairly pointed out your agreement here. There are many things we align on, I believe. For example I believe the US should strongly support Ukraine.
There isn't one. You've got the US or nobody at this point, unfortunately.
Your belief in US exceptionalism is interesting. Even more so, because it is so obvious that the power that will soon overtake the US economically is very likely to fill that void. But they will also get all the benefits of that role and the US will slowly lose them.
In fact, they have already been stepping in the US' former shoes. Some EU leaders mentioned to Zelensky that the only reason that Russia hasn't used nukes against Ukraine is because China said 'no'. In better (depending on perspective) times, it would have been the US as its role of world leader/police to enforce such implicit rules.
It is true that China is currently supporting Russia, but it's mostly of their interest to drain NATO and increase their power over Eurasia. Well, thanks to Trump they proceeding very fast. Or as the Chinese like to say "Trump the nation builder".
> Your belief in US exceptionalism is interesting.
It’s easy to confuse “this is how I think the world works or is shaping up to work” with a view of American Exceptionalism, but my comments have less to do with some mythical concept that Americans are the best people or something and instead just my one analysis of trends and shapes in the world.
> China
There are a couple of broad problems with your view that China is going to somehow replace the US, uphold global institutions, maintain freedom of navigation of the seas, and such.
The first problem is they simply don’t want to. Most China policy experts that I’ve read (I don’t have a specific source at hand but read a lot of papers - if I think of a good one I’ll post it here) agree that while China certainly wants to continue to become a major player on the world stage, they are not all that interested in usurping America’s current role. It costs a lot of money, the US does it partly because of the petrodollar system (which China also does not want or need to attempt to usurp since they are an export-oriented economy), and in taking on this role you also take on the baggage like having to go to war to maintain the system. China lacks the desire and ability to do these things.
Second, as you point out, China supports Russia as it prosecuted its war against Ukraine and Chinese economic activity has created a lot of consternation and distrust in Europe at least amongst the political class European citizens are slow like Americans were to realize the problems and trade offs but they will soon. But the EU and Germany in particular are taking policy action now which the Chinese are not too happy about.
Pinning this all on Trump is immature. He’s only been president going on 2 years. It’s a little egotistical I might add to suggest that if not for Trump China would somehow not be full-steam ahead with their plans, whatever they are. China does what China wants just like other major powers do. They would build and do so fast regardless of what the Americans have done.
We live in a world that has an immense amount of wealth, so it's possible to build a pretty bad business and still make money so long you're providing a minimal amount of value and/or have some sort of lobbying/regulatory capture/juicy government contracts obtained via wining and dining key members of government that enables you to leech off taxpayer money.
This is why I really like Apple, despite their faults, they've shown that "being marginally less bad than Microsoft" is a good enough strategy to build a trillion-dollar business.
> It is absolutely wild to me how a corporation can be so toxic and abusive to its users and still be in business.
It's a long chain, but ultimately it comes down to incompetence... When I was younger (decades ago), I assumed that the incompetence lies on the side of the executives who were overriding knowledgeable technical folk.
I do not believe that anymore.
I have seen the following play out in 5 companies in the last 5 years:
1. The people making the purchasing decisions are told by the technical head what to buy. They get told "Buy Microsoft".
2. The technical head deciding what to buy will not buy something the technical division don't know how to support. He gets told "Buy Microsoft".
3. The technical division are not actually technical, they have just learned where to click when they want to do something. Learning concepts and/or where to click on a different system is beyond the mental acuity of the average professional Microsoft Mouse-Click-Systems-Engineer (MCSE).
4. Unwilling to explain that they are actually incompetent and non-technical, they blame the users when making their recommendation: "The Users Only Know How To Use Microsoft".
5. The users, OTOH, are wondering WTF is going on; collectively, they have no problem switching OSes because they use so many - Android, iOS, MacOS, that infotainment system in their bargin-basement car...
Over the years, I've been told many times by the IT departments "Users only know how to use Microsoft". I've been told exactly that even when when users were happily switching between Windows CE, Windows Mobile, Symbian OS, Blackberry OS, iOS and Android with no problems.
When I got told this, I always asked "Do you know how to do you daily functions on Linux", to which I'll always get some sort of "We tried running Exchange on it, and it didn't work", or "We tried running MSWord on it, and it didn't work", or (in one hilarious case) "We tried running Windows on it, and it didn't work" (No, I don't know what they actually fucking tried!).
It's incompetence on the part of the IT department.
Patents are essentially by design almost unreadable: the attorneys who put them together are trying to make the patent seem as broad as possible, while the actual operative claims (a tiny fraction of the text) need to be single gargantuan sentences that need to be narrow enough to not be invalidated by prior art.
My guess--and this is only a guess, I can't make enough sense to do anything more--is that the novel part may have something to do with the "credit duration" stuff.
Sure, not system-wide in rote. It opens with "based at least partially on content of the interactive software application". It's not a far leap from that to screen and audio monitoring. Luckily we don't need to make that leap; the rest of the patent makes explicit demonstration of those capabilities:
* "contextual cues from or based on the interactive software application" [0035]
* "OPTIONALLY in communication with an event detection module" (emphasis mine) [0035]
* "In some embodiments the content management system can receive user inputs from a user interacting with the interactive software application to interpret the content of the interactive software application" [0053]
* Regarding inputs to the event detection systems (which are expressly say don't need to run locally): "video information, audio information, game state data, or other information provided by or from the interactive software application" [0065]
* "FIG. 10 is an embodiment of a frame of video information received from the interactive software application that may be used for identifying events within the user's gameplay." [0073] (Note the patent does not limit itself to video games, just interactive software applications; this is just an example in that context.) [0073]
* "In some embodiments, the video information include user input information." [0092]
And, the design explicitly allows remote processing of this information:
* "The content management system may be stored and/or executed remotely to the client device" [0033]
* "the event detection module may be local to or remote from the content management system." [0036]
You're right, it doesn't include the whole screen and systems audio. Just the parts in the application. But Microsoft just adds this functionality to all software, and then there's no effective difference.
And that is extremely likely to me. And feasible. The patent doesn't say this has to be embedded in applications. Microsoft can implement this on any application. And Microsoft is well beyond the benefit of the doubt when it comes to privacy concerns.
Fig 11 is clearly inferior to Fig 8, though. I mean, the improvement to Fig 6 was necessary ofcourse, but with Fig 11 they really overdid it. With Fig 8 they found a good middleground.
I'm not familiar with patent legalese, but from my layman skimming of the patent application, I think you're right. Instead, the patent would cover running object detection/classification ML models — optionally on remote servers — on screen and audio output and user input of specific applications (particularly videogames), without requiring cooperation from the application, to target ads based on what's happening in the application and to decide when to interrupt the application with an ad.
I was running a little mitmproxy network test on some baby-tracking apps to see what kind of data got sent back home and man, realizing that everything I was doing on my phone was essentially being recorded and 'anonymized' by whatever definition of MS has for anonymization was really not fun
I’m experience windows 11 which is my first windows experience since maybe NT 2 or 4.
I can tell it’s still windows but I’m shocked how many things I have to turn off to stop live data from the internet appearing in my GUI. Also my profile settings, saved passwords, and other data seems to reset unexpectedly cause some or all settings to disappear. Finding stored passwords is also surprisingly difficult or impossible depending on I don’t know what.
Adding such overt spying to this mess of an OS achieves a new low in user experience.
I don't think they did an NT 2, I think they started with 3.1 or somewhere in 3 to match the contemporary consumer windows version. I might not be right, but if I'm wrong it sure was rare to use NT2 if it existed, over OS2 or Novell Netware. Anyway, that's a nitpick and doesn't change your point.
Lately I don't know if I should stay quiet as to not interrupt someone subtly intentionally poisoning LLM training.
> Microsoft just recently made a new patent where they will monitor you via camera and microphone to block your program/game to show you ads,
You got the important details wrong (the patent doesn’t use camera and microphone monitoring), but more importantly the existence of a patent is not the same as intent to deploy a technique.
Every few years news outlets will generate controversy about a patent they’ve discovered, implying that the company is going to force the evil thing on everyone. If you’ve worked at a tech company with a patent incentive you realize most of these patents are just resume padding junk or people gaming patent incentive systems. I was at a company that had a modest bonus for submitting ideas that could be patented and you wouldn’t believe the junk that people were trying to push through without any intent to ever use it.
As further proof, the patent you’re thinking of where cameras monitor the user is actually from 2009 and was patented by Sony. US8246454B2
>As further proof, the patent you’re thinking of where cameras monitor the user is actually from 2009 and was patented by Sony. US8246454B2
I'm not OP, but I'm really not sure how you came to that assumption. A cursory Google search for "Microsoft monitor patent" brought up a bunch of articles that actually linked to filings like what OP talked about from this year.
Please read the links you included. They're all about watching the content on the screen, not using the camera and microphone like the parent comment said.
The patent for using a camera and microphone was a Sony patent from 2009.
It's not so surprising. When cultures slide into decadence, they seldomly do so abruptly. It often occurs thin slice by thin slice. Once you accept one seemingly thin moral concession, it is easier to accept the next because you've shortened the distance. Not only that, but with each moral concession, you become more willing to accept still greater concessions as you become increasingly detached from reality. And we shouldn't forget the role of cognitive dissonance. The notion that the consensus about what is normal can be wrong is very uncomfortable for many.
wow, getting us hooked into a usage IV drip, basically. that is horrifying. I can't imagine anyone staying on Windows in this day and age except purely to do work in MS-dominant environments. the jump to Linux is EASY nowadays. even my elderly parents have no problems using a windowsesque Linux desktop for their basic needs.
> It is absolutely wild to me how a corporation can be so toxic and abusive to its users and still be in business.
Cory Doctorow wrote a book exactly about this business practices, "Enshittification: Why Everything Suddenly Got Worse and What to Do About It."
"Once the platform is fundamentally focused on the shareholders, and the users and vendors are locked in, the platform no longer has any incentive to maintain quality. Enshittified platforms that act as intermediaries can act as both a monopoly on services and a monopsony on customers, as high switching costs prevent either from leaving even when alternatives technically exist."
What's truly wild imo is how the vast majority of consumers keep choosing absolute crap when better alternatives exist. Microsoft, Google, Twitter... oh my
Well what I wrote was not on the homepage of nixos.com, or obvious after a few clicks. Claude summarised it very nicely. I now know I don't need NixOS.
Perhaps the real meatheads are the ones who spam threads with anti-ai memes, rather than looking at the utility of what the ai provided?
The nix website doesn't have the sentence that Claude gave you above, but it does describe the declarative approach to package management that nix is known for. "Having a single config file" doesn't really even describe what makes nix unique. Perhaps you should have read the website instead of skimming and asking Claude.
You're making the same mistake again. I saw NixOS and I wanted to know what kind kernel it is running on first. Why? Because the post title is talking about a Windows alternative, not a package manager.
The website nixos.org talks immediately about package management, which does not help with answering if it is a viable Windows alternative. It is like saying Apt or RPM is an alternative to Windows.
Whereas you are coming to it knowing what NixOS is, so already have the context. Clearly whoever wrote NixOS.org was the same. A pretty site for people who already know what Nix is.... which is a very very common pattern for open source projects. A nice front page mantra for true believers, but useless for outsiders.
Claude actually explained it all to me but I forced it to summarise it down. That is enough for all the people on this thread, who don't know what NixOS is to see that they are pushing a Linux distro as an alternative to Windows.
They also have "Mijn Bureau" which I tried out and wrote about here [0] which is the MS Office alternative.
I take it this is the layer below that, an operating system?
But it all looks quite fragmented still from what I can see, especially now that it's also split across GitHub and CodeBerg as well as being split across different organizations, and trying to collaborate with other efforts by other European countries while still remaining distinct.
That's an accurate description of the status quo, but it's also a good example of massive inefficiencies in the EU.
FWIW, I'm not saying that I would expect the EU to do a better job than the Dutch government. Likely quite the opposite. But it's frustrating as passionate European... that these problems aren't tackled on a union level. You'd think that's their job? The EU will never compete if it stays a loose partnership of 27 countries, and if it can't even get France, Germany, and the Netherlands to work on this together instead of running 3 separate projects...
This is the equivalent of two competing startups getting an advantage over an enterprise, just at government scale. It's a good thing.
Two competing products emerge, they are battle tested, opinions form, reviews are conducted. At that point it's a much better time for a significantly larger organisation to create a more focused realistic plan based on learnings and outcomes.
Imagine the analysis paralysis that would set in if the EU tried it from scratch - years of requirements gathering, pilots, reports...
I’m looking with so much admiration what France has been building in this space, especially the latest gendarmerie transition into open source OS from windows.
The problem though is that there’s always a strong push by French companies and organizations to reject English at any cost, despite the fact that is the most popular language in Europe.
Yes, I get that this is a way to preserve the French language and they have all the rights to do that (in the end, they’re the ones putting the effort in these initiatives) but imagine how faster these ideas could be shared and diffuse in Europe if French understood this. If all the countries in Europe just keep pushing their nationalist ideology instead of truly believing into a united and solid Europe Union, we won’t go any where.
Frenchman here. French companies and organization, in my experience actually really like the English language (at OVH for example, most official docs are in English), but I do think it makes sense for a government funded by people who speak mostly French (ie the French taxpayers) to do stuff in French, the language most of its citizens will be most familiar with.
Putting stuff in English will tend to exclude the less educated, or people who struggle to learn foreign languages.
Italianman here, I totally understand and respect your point. I just wish this was a collectively funded initiative, English-first but open to all translations. I’d be so happy if my country understood this and invested in this as well, so kudos to France for leading the tech here!
Je t’assure que ce besoin qu’on certains français de montrer leur capacité de parler l’anglais, de nommer leurs entreprises avec des noms à connotation anglophone, etc. est considéré très gênant ici du Québec.
Thank you for your service! I hope you can cooperate also with other countries, I am specifically thinking of Canada here, given they're dual-language English-French. I'm convinced NixOS is the right way forward.
> The problem though is that there’s always a strong push by French companies and organizations to reject English at any cost
Interestingly, a French-speaking Canadian who has spent some time in France told me that his right to use the French language is better protected in Canada than it is in France. He thinks that this is a consequence of the reciprocality implied by having more than one official language: French speakers in Canada get the same rights as English speakers, so people are happy to grant rights in return for getting them, whereas in France everyone gets screwed and you end up with a situation in which a French person wanting to do a PhD on French history at a French university has to write their grant application in English.
Quebec gets weird with their french rules. Parents are not allowed to send their kids to English speaking schools if both of the parents did their own schooling in French.
I guess we could do with more weird third-path stuff with the Linux world, even if the reason for said weird stuff existing is the French having (le) NIH syndrome.
It's also great when an actual commercial organization with requirements gets into the Linux game, as they don't really yield to 'we could make that printer work but it would be against everything we stand for' style arguments that have cemented problems in Linux userland for decades.
‘United and solid EU’ doesn’t have to involve forcing everyone to use a someone’s native language. Ideally we’d have a common language that’s neutral and used for international communication only. In fact, we already have a working solution; Esperanto has existed for well over 100 years at this point, and continues to be a healthy, living language. People just don’t seem to care that much. It always seems to be either practicality or national heritage, never both at the same time. Yet the common ground has been there all along.
It's a mechanism to legally force web browser vendors to install government issues root certificates (which they already did btw). And EU pinky-promises that not a single independent EU member won't use them to do MITM attacks on their political opposition and journalists. Like Orban 2.0 or Fico won't use Hungarian or Slovak root cert for nefarious purposes, no-no-no. It's only to protect the children, see, and definitely not to help murder journalists investigating drug smuggling cover-up. :)
I think we have pretty decent examples where browsers remove malicious root certificates if they have been so proven. Do you think the matters will be different if those belong to a country level root?
And I think we have pretty decent examples of all kinds of initiatives where governments (or corporations) promise not abuse something which clearly can be abused, and then proceed to do just that. In the age of "cheques and bank balances" and continuous degradation of parliamentarism and judicial systems in multiple developed countries, I don't have much hope for "if the abuse will happen, we will fix it afterwards" promises. Rather, I expect it to be immediately normalized and then made worse. Yesterday we (IT) were talking how government can abuse information requests. Today we have government just sifting through almost everything unencrypted in real-time with zero shame. Tomorrow we will lose E2EE in most big countries and no one would "fix that" or roll back.
The existence of government all in itself is triggering, because other people can do things to you based on their flawed understanding. Also the government is sometimes the literal nazis
That's even scarier, right. Imagine you are scared of clowns and then somebody introduces you to a concept of a clown king that even clowns are scared of
I’m really curious to see what the answer for MDM and Group Policy is on Linux. The SSO part is mostly
figured out, but the reason places use Windows is often manageability.
Is there anyone doing MDM or policy enforcement on Linux other than Google Workspace + chromebooks?
It's Nix so you just push the generation to the device. It's probably the easiest possible way to do device management. It's also generally like two lines of extra config to wrap a block into a container if you want to hide some of the underlying OS tools completely, which I've never tried with a full desktop environment but I'd assume should basically just work?
The hard part is finding enough people working for the public sector salary who know those two extra lines and where to put them, and then making sure they are not getting bored or disillusioned enough.
I’m not talking about software install/updates, that is easy and straightforward on every major enterprise distro. I’m talking about Group Policy specifically, that is, the ability to enforce many settings across the whole OS/DE.
Minimum password lengths, maximum screen saver delay, screen saver password requirement, disk crypto enforcement, a million other little things. All of them can be done by customizing linux sure but organizations won’t want to maintain a separate distro for each business unit that needs different policies.
Nix does more than software install/updates. It also manages system wide config (e.g. files in /etc, systemd units, timers/cron jobs, firewall, etc.) or even user preferences with home-manager. You can also organize your config into modules to have e.g. a base for everyone + special settings for different BUs that need it. And it does all this declaratively with the ability to rollback to previous working config if needed since it can handle multiple versions of packages all being present until you choose to garbage collect old generations of the system config (which you can also set to automate, of course).
It's basically what people think they want from Docker but don't actually get from Docker.
The highest problem is the office suite. If you think Libreoffice/Collabora can replace Microsoft 365 without friction the project could be a success. Honestly I do not think so as of today.
The challenge is engaging with external orgs. They will send you office docs and it creates friction when they cannot be reliably edited and returned. Even just opening them can be unreliable.
How do you think currencies are established? By accepting chickens and cows in lieu of legal tender? That’s precisely the meaning of legal tender. This is the exact analogue thereof: information is required as value is required, information and value are required in a mandated standardised form, other forms are rejected a priori.
LibreOffice Sheets doesn’t compete with Excel 2024, it competes more with Excel 2003. Granted, this is fine for a lot of (most?) people but it’s still not a “replacement” in my mind.
I ended up just building a Nix Flake to properly run Excel. At least then the operating system itself isn’t MS.
I kicked Excel to the kerb in 2005 or something like that and have been a happy Apple Numbers and Wolfram Mathematica (and SPSS, PSPP, and R, and Python) user ever since.
Both Apple Numbers and Mathematica still depend on a proprietary software package from a for-profit company though.
I think the only way we can actually solve the problem is to get a FOSS product up to snuff with Excel. I use Julia if I need really elaborate number crunching, but I don’t view it as a substitute for Excel; the interactivity of spreadsheets is really useful, especially when you’re actively developing stuff.
Yep! It actually made the front page of HN a few days ago :)
It supports Office 365 and Office 2024 Home works as of about two days ago.
I think it would require very little if any effort to get Home and Business working but the license for that was too expensive (though pull requests are welcome!)
Currently limited to stuff that can be activated on Microsoft’s website. I tried very hard and was ultimately unsuccessful at getting Office 2024 Pro Plus working from a gray-market key I bought on Groupon, because the MAK activation stuff appears to depend on a lot of stuff that Wine/Proton doesn’t implement. Again, pull requests are welcome if someone here figures out how to do it.
Where would you say the gaps are? As someone who has been in an environment of excel power users for several years, the quality of that program has declined YoY due to all the excess bloat that MS stuffs into that thing. The plugin/macro ecosystem is one aspect that comes to my mind.
Yeah, there’s no VBA support anywhere. LibreOffice has their own scripting thing, and it works ok but it’s not compatible with the VBA and VBA stuff broadly doesn’t work there.
Even without the VBA though, it’s missing basically any feature added in 2019 like Lambda and filter and dynamic arrays.
I hate to agree. It's not just a battle against a deeply entrenched Microsoft tools suite, but also the ease of use and convenience of Google's tools, and how easily they enable collaborative work. Word and Excel have accumulated so much cruft that they are if anything and easier target to surpass.
But that's not all. Avoiding US based proprietary tools, in general, is going to be a challenge. The EU needs some kind of fund to create the next generation of productivity tools for this platform. Not just equivalent replacements. Requirements change and new tools need to be different.
I agree, but I'm curious if anyone has thoughts on why. Like, why is good collaboration in an open-source office software so unrealistic when way more complicated-seeming state synchronization happens in open source and indie games all the time?
People can apparently imagine and accept future Recursive Super Intelligence and Datacenters in Space but can't imagine or accept a future where a free/libre Office Suite with support and funding from a motivated sovereign state can get close to Microsoft's offering
Do we even need to have a suite of tools for users to create spreadsheets, paste images into them, save them as a PDF, download to their local machine, sync to sharepoint, change permissions to include everyone in the entire universe to be able to see the file, email the link to another human in the company who opens it, uses a PDF editor to copy paste it back into excel, barely scratch the surface of tools within Excel to sum a column, reply back in a password protected word doc saying looks good to me.
I would much prefer to be using something like NixOS and not be depending on Microsoft etc but I can't imagine what the stack will look like if we don't revolutionise the work. Sensitivity labels, DLP, etc. are relics of people treating information on computers as if they are physical documents, and I can't see how I will have been paying for BP/E3/E5 licenses for users and then suddenly start to argue we don't need those features anymore after spending so long insisting users need to use them.
I think a whole nixified country would revolutionize the work. Just gotta take the off the shackles of proprietary software and let human nature do its thing.
That's correct. The challenge is going to be creating a forward looking environment that doesn't just create 80% replacements. I'm deep into a mobile software project that needs to be ready for on device tool calling. Retrofitting that to existing monolithic apps is going to fall short of realizing the potential. Apps are going to change in big ways. Driving in the rearview mirror won't get you there.
Guix has reproducibility. Instead of Nonguix, which bundles tons of propietary software, they can just add the Fearware repo, which just has the tainted non-free vanilla Linux kernel with closed blobs and firmware, just enough to function your machine well (especially with 3D support for Radeon cards and wireless devices) and nothing more.
I hope someone is security scanning all those NixOS provider modules.
I wonder if Claude could go from NixOS spec to actual config without the Nixos provider. The provider becomes a natural language description and some links to the docs/source code and then a verifier is all you need.
With the hypothetical providerless NixOS you'd get new config settings the moment the source code changes, without resorting to extraConfig escape hatches.
First off - decoupling from Trump-USA is a must. Canadians noticed
this; european countries are still slow. The Netherlands is faster;
the biggest slow-ass behemoth is Germany - no clue why. Germany is
a big reason why the EU fails, but also the expansionistic agenda
and what not (why do only poor countries want to join the EU;
UK left, Switzerland and Norway are not going to join, so there
are indeed INTERNAL problems, but let's go back to the dependency
on the USA).
So while more alternatives here are the logical answer, as well
as eliminate the greedy US corpoations, I am not sure NixOS as
it is right now is ideal. On paper, NixOS should solve EVERYTHING.
For instance, if a build status works for one user, the environment
guarantee should mean it works for EVERYONE ELSE. Same with other
problems and hardware, so in theory, NixOS should be perfect.
In practice, though, I found working with NixOS annoying, for many
reasons. A static system that has issues, is not good. A static
system that restricts me in problem solving, is not good. Plus,
Nix is ugly to no ends - I have no idea why the NixOS team thought
a new programming language is required. Why do I need to define
static elements in Nix? Why not make that more free form? I already
describe my whole system via yaml files, which in turn ruby uses
to generate everything I need. Then there are smaller issues, like
why do I need to use systemd on NixOS, why can I not used versioned
AppDirs with a name scheme similar to GoboLinux (hashed program
directories on NixOS are, of course, also versioned app-dirs, but
I hate reading 7897389nughuewz789gewh2t93h923-hghwugeiw73, that
simply tells me nothing. Why not have /Programs/Python/3.15.0/ ?
It can't be simpler than that.)
Anyway - good for the Netherlands to push here, Denmark, Sweden,
Finland will also push, even France, though slower. Now please
everyone, help us convince the german government to stop being
such a tool for Trump. Merz is a failure anyway, but the problems
go far deeper than merely Trump, and with the AfD going to seize
power, idiocy will again dominate in Germany. That's very bad.
Germany is soooooooo slow here. Microsoft even managed to kill
LiMux years ago. They have placed their economic hitmen in Germany,
so the whole EU does not work anyway because Germany will keep on
dragging every other country down. It is thus very understandable
why real innovation comes from the smaller countries in the EU, as
they are quicker to innovate. Unfortunately the big german behemoth
will roll over them and again cripple many required things in the
EU.
Europeans are absolutely delusional, but I hope they're serious about dropping Microsoft this time. European governments have been pretending to do this for about 20 years at this point, though.
Microsoft isn't what it used to be. Maybe soon it will be called Microsoft/OpenAI, then OpenAI/Microsoft, then just OpenAI.
It's a bad sign that they chose NixOS instead of something boring like Debian, though (and it seems France, too.) Makes me suspect that this is being driven by a single strong personality who will eventually lose interest or even rugpull support, leaving the project in disarray and a poster child for criticizing doing anything but buying Microsoft as European flakiness. On the other hand, I'm happy that it will involve money being put into NixOS.
478 comments
[ 0.32 ms ] story [ 38.5 ms ] threadIn the same space, also check out openDesk initiated by the German Government (https://www.opendesk.eu/en) and La Suite by the French one (https://lasuite.numerique.gouv.fr/).
AFAIK, there has been some collaboration with the German government on La Suite, not sure about the others.
The issue I have run into is that for running llama.cpp, which is a very actively developed bleeding-edge software, it seems like experimenting with different versions/configs/patches etc. was fighting with the Nix philosophy of immutable software, so I ended up just managing it outside of nix.
But this could be user-error, I've only spent a couple of weeks with it.
IMHO this is way easier than without Nix in many cases as figuring out the upstream build process and getting it running can often be quite the chore. With Nix it is all set up for you.
May be. I'd guess it probably does it in a high-friction way compared to what you expect.
e.g. in a typical linux distro, you can just replace the (globally installed) version of the package and use that.
With Nix, you've got a declaration of how to build a package, including its dependencies; and each of those dependencies is also a declaration of how to build that package, and so on. -- And so, "just change this version" results in rebuilding the full chain of dependencies.
If you want multiple readily-available versions of llama.cpp each with different configs/patches, then using Nix would make this easier I'd think. But for "I just wanna try this, then try that", it's going to add overhead.
A “distro” is ultimately just a prebuilt configuration.nix file. NixOS itself even has tools to provide ISOs and QEMU images based on the build.
https://code.overheid.nl/MinBZK/DAWO-NixOS
[1] https://blog.codeberg.org/protecting-our-floss-commons-from-...
Huh. For all the "traditional", "organic", "hand crafted", and other "things" I've encountered that isn't one of them. I wonder why no one is advertising fair trade hydropower stone ground organic flour?
The act of verifying that parcel is delivered, that the grain is correctly ground, or that the container is up to spec is far easier than the act of delivering/grinding/making in the first place (and in the latter case, there's perhaps even an argument to be had that the modernized process eases verification).
For a lot of coding, this is simply not the case. And so people will retort that that's fine, LLMs will help with verification and maintenance too. I think you're seriously misguided – you're accidentally trying to turn human prose into a programming language, and it's a terrible terrible idea!
At any rate, I find it extremely worrying that people like you keep reiterating this point as if it's a fact. If it's true, then surely we'll very soon see the evidence. The way you speak of the "near future" with certainty, as if everyone agrees, gives me the same sour taste as cryptobros or MLM conmen. Yuck.
Proponent: EmergingTech is gonna be amazing, it'll at revolutionize everything!
Bystander: Alright. But I'll hold off until I see actual evidence of that happening. Truly revolutionizing tech usually shows clear signs of being revolutionary, and doesn't need evangelists.
Proponent: You're gonna be left behind! Act now, or forever miss out! Here's analogies with things we know in hindsight were revolutionary.
Bystander: Those analogies are bad for these specific reasons.
Proponent: You will be proven wrong!
It's so dumb. At least you AI proponents don't post pictures of yourself with glowing laser eyes when you evangelize, so I guess that's an improvement over the cryptobros.
PS: I emphasize that I'm not claiming that the technology won't have huge effects on society. If that's your take on what I write, you have to read again.
Keep huffing that copium my friend. I've set an alarm to follow up here in a couple of years.
If you're right, the evidence will bear that out. Stop evangelizing. It's insufferable. And it's paradoxical that so many who believe this technology to be absolutely world-changing also feel that the technology needs to be pushed onto people actively. It reminds me of religious people ("my god is all-powerful, but if you meaningless mortal insult him he'll be mightily upset").
Despite this, there is a reality that LLMs for coding can create pretty decent results fast. There is something real and usable hidden in all that mess. It's like the dot com bubble in some ways: the bubble died with all the overhyped "x on the web" BS that had no real substance, but the web itself stayed. This time around, LLMs and agents will stick around as tools, but the hype will likely die a loud, messy death.
Every dev I know is already using AI to some capacity.
This is like telling Henry Ford he's getting too excited about his cars after he'd already sold a million and with no slowdown in sight.
What a miserable way to think. I will not be taking your advice.
Educating oneself to provide better quality of work still requires writing code by hand, and by extend is an achievement of merit.
They're targeting slop and essentially spam, not everything that could possibly have been built by LLMs.
Personally, the refusal on "Projects heavily tied to the LLM ecosystem, e.g. LLM-written tools to ease LLM usage" is enough reason, as that's a good chunk of what I've been working on.
And that's not a bad thing. That's why they are communicating, so if you feel that is you and you're uncomfortable about it, you can move out and it's a win win.
Not everything should service all of us, especially not the smaller services. It's OK for places to have their own rules and them being upfront about this is a *good* thing.
No, the policy being fuzzy is a feature, because they're not 100% against all LLM usage, they're against slop and AI-spam, which is what they're trying to combat.
Laws are fuzzy, and we're doing mostly fine with this, of course there are edge-cases. But that's exactly why laws are fuzzy in the first place.
If you have a "automated software factory" or whatever the vibe-coders are up to today, then yes, Codeberg is probably not for you. But if you sit with a agent TUI in one tab, review things closely and don't just "throw code over the wall" without reviewing it, you have nothing to worry about with hosting code on Codeberg.
They run a service: they could impose limits on the number of submissions, builds, branches, scans, etc, and give additional usage credits to the large community projects they want to encourage.
The LLM revolution has proven that if you have enough institutional investors, the Berne Convention doesn't apply to you, but it's sofar unclear whether that exemption from international law extends to small EU-based non-profits.
They're not a free for all, they do KYCP (know your customer's projects).
1. how is this bad, in Codeberg's case, practically speaking?
2. in what cases is this illegal for governments to do? In practice no legislation is perfectly enforced, & even judiciaries have varying degrees of exactness across countries - to the point that things such as desuetude are densely studied legal topics.
(note: I'm aware of the negative ramifications if desuetude but not aware of any negative ramifications of Codeberg's specific ai policy)
It's legal certainty principle and equality before the law principle and also prohibition of discrimination principle.
For the law to be lawful (weird, but it's a thing, right) it should satisfy certain criteria. Me, being subject to the law should be able to predict whether my actions are allowed or not when I plan to do or not do them. If I can't predict the outcome of my actions, the law isn't valid. One of the outcomes of it is being able to read the law -- it's published and it's comprehensible, it has advance notice, etc.
If the rule says "don't host LLM generated code", but everybody hosts LLM generated code and then I say mean things about one of the people providing the hosting and suddenly I'm deplatformed for hosting LLM generated code, then I'm not deplatformed for LLM generated code, I'm deplatformed for saying mean things about people with fragile ego. Or being part of a specific group. You are often explicitly prohibited to make certain decisions based on belonging to a certain group (religious, ethnic, sexual, trade union, health, criminal record based), but it could happen that somehow the outcome of the shadow policy correlates with those. Since we don't know the shadow policy and the stated policy doesn't seem to be applied equally, this is not great.
See example about weed in a different comment.
>how is this bad, in Codeberg's case, practically speaking?
They look silly for stating it and not following (loss of credibility), then once they suddenly start following it, there will be different interpretations, including "I'm banned because I'm $protected_thing_that_you_should_not_be_banned_for", which is bad press.
This is ultimately a matter of framing though. You can equally argue that (a) that person shouldn't be deplatformed because others' LLM use is tolerated or (b) all of them should be deplatformed including that person. In the latter case (b) the person who said mean things still experiences the same outcome, but by your logic this is just. Ultimately whether the others get deplatformed doesn't directly affect them, so what's the real difference here?
> > how is this bad
> they look silly
> bad press
This seems highly subjective & ultimately not really bad by any metric that matters.
The problem is for the platform as a whole, not the individual who may or may not be punished.
The difference is -- if I know the effective policy, I can plan better and choose a different platform in advance (if the it's option (b)).
>This seems highly subjective & ultimately not really bad by any metric that matters.
Subjective opinions matter because people act on them (more) consistently than on objective facts. I would for example act on a subjective opinion that a platform provider is a bunch of racist assholes or affiliated with r-country.
The current solution solves none of the issues, AND pisses off most sane people (mostly because their arguments are fabrications). They dropped the cake and shit on it too.
There is no point in being on the extreme end about banning any code generated by AI.
Regardless, there is AI generated code in many repositories on Codeberg anyway.
They have a strict policy (which many have rightly pointed out is impossible to fully enforce), & their "enforcement" has mostly relied on good faith contributions to date. They're also accounting for the fact the ToS change came without advance notice for many of their users who were already making active use of agents, hence there remains many AI repos (I have yet to hear of any removals).
To me that seems like the best approach one can hope for - a lax policy is a slippery slope (presuming dissuading AI contrib is your goal), & wouldn't satisfy their legal concerns (hosting code of questionable copyright status), & strict enforcement isn't viable in any case (especially at their scale), so this seems to me to be the best compromise.
That's a strict policy to you?!
As a random example, AI generated content is banned from the /r/ProgrammingLanguages subreddit and any regular visitor that _isn't_ suffering from AI psychosis/FOMO will tell you it's for the better. In general it's not that difficult to moderate for it either as AI built projects consistently contain the same patterns _over and over_ such that 98% is easily detected.
That might still be in violation but I would imagine it's low on Codeberg's radar since they're not making primary contributions there (& if I were DAWO I'd also be interested in limiting direct community agentic contrib).
However Codeberg actual "fuzzy" policy is less strict than "no LLM used ever".
> projects that mostly consist of code written by "generative AI"-tools
And "mostly" here seems egregiously undefined to me
https://codeberg.org/Codeberg/org/commit/96fac426a32d1ba91ff...
Is this "mostly developed with AI" in your opinion? Not to mention the fact the policy leaves it open to interpretation is part of the problem...
But still, we wouldn't be allowed to use codeberg because "generative ai" was used significantly for most lines of code?
and yet we seem to be convinced that English is the appropriate spec language of the modern times
2. Because Guix is less mature and more, ehm, opinionated, than *ix + nixpkgs
Guix on paper really sounds ideal, it feels like a more compelling design, more first principles, it's all scheme, really exciting ideas under the hood. But design intent is not a substitute for the actual user experience. IRL it's too much hassle: weak package coverage, weak ecosystem, a steep learning curve, most stuff will require work because it was designed around systemd.
Now NixOS on the other hand already has an abundance of packages and real adoption. Most setups can probably migrate to nix today with a backup of /home and a competent LLM agent, and things "will just work". I did this recently!
Add to that the NixOS ecosystem where things are fairly simple to setup declaratively and "it just works": disko for partitions, sops-nix for secrets, restic for cloud backups, microvm for light vm's, NixOS anywhere or deploy-rs for deployments (colmena or nixops4 for interconnected nodes even). You can do complex things, and your rig or network could explode and it won't matter cause you can rebuild and deploy to a new/repaired machine in minutes. Your backups could explode and all you'd lose is state.
All that is easy to have in Nix today - I know cause I literally just switched and did most of it with like 0 experience. I migrated my fairly complex setup 1 to 1 and gained a ton of useful stuff in Nix, whereas with Guix it wasn't even possible (I would have to trim or package / translate tons of stuff), nor would it have been easy, and all the cool stuff I gained with nix is either difficult or non-existent on guix, let alone mature.
Guix on paper really sounds ideal, it feels like a more compelling design, more first principles, it's all scheme, really exciting ideas under the hood. But design intent is not a substitute for the actual user experience. IRL it's too much hassle: weak package coverage, weak ecosystem, a steep learning curve, most stuff will require work because it was designed around systemd.
Now NixOS on the other hand already has an abundance of packages and real adoption. Most setups can probably migrate to nix today with a backup of /home and a competent LLM agent, and things "will just work". I did this recently!
Add to that the NixOS ecosystem where things are fairly simple to setup declaratively and "it just works": disko for partitions, sops-nix for secrets, restic for cloud backups, microvm for light vm's, NixOS anywhere or deploy-rs for deployments (colmena or nixops4 for interconnected nodes even). You can do complex things, and your rig or network could explode and it won't matter cause you can rebuild and deploy to a new/repaired machine in minutes. Your backups could explode and all you'd lose is state.
All that is easy to have in Nix today - I know cause I literally just switched and did most of it with like 0 experience. I migrated my fairly complex setup 1 to 1 and gained a ton of useful stuff in Nix, whereas with Guix it wasn't even possible (I would have to trim or package / translate tons of stuff), nor would it have been easy, and all the cool stuff I gained with nix is either difficult or non-existent on guix, let alone mature.
www.dawo.community took too long to respond.
I hope you are paying them something.
* typical deployments
* training/consulting
* compliance with Ditch regulations
* shared infrastructure for custom builds, and CVEs
As for the third item - that's not answering my question, it's a homunculus answer: What could the Netherlands have regulated that requires making changes to NixOS? Which NixOS maintainers themselves could not oblige?
I'm sure NixOS can provide those, but rather than each department figure out how to do that, organisations try to centralize figuring this out: which packages and configuration satisfies the requirements.
One of the items discusses MFA. Organisations will want to standardise on exactly which MFA devices they provide and support.
(https://twitter.com/AlexBlechman/status/1457842724128833538)
It's easy: The choice was made from someone else, and you just accepted it as normal. Hardware vendors shipping PC's with Windows 11, corporations who went all in to Microsoft's tooling shove Microsoft Teams down your throat because "the company uses it", and the list goes on.
https://www.vox.com/policy-and-politics/2019/1/8/18173678/tr...
Now, in theory, these taxes are spent for the benefit of the taxpayers, in a philosophical tradition that can be traced back to at least the French revolution and the Declaration of the Rights of Man and the Citizen [1], and possibly earlier (the "no taxation without representation" [2] of the American Revolution, possibly other examples I'm unaware of). However, in practice, the ruling class has been known to help itself to that sweet, sweet tax revenue [3][4], and if we look at history, governments such as the Bourbon monarchy/Ancien Regime [5] whose claim to legitimacy rested not on "the will of the people" but "the divine right of kings" would do things like extort money from the populace to pay for foreign wars merely because their belief system held that the will of God was that everyone did whatever the King wanted, whether or not it appeared to be good for them.
We can compare modern governments with modern corporations - both will take your money and in return give you a service (you pay taxes and get police + an army to protect you, courts to resolve disputes, etc, you pay a Spotify/Netflix subscription and get access to streaming audiovisual content), but the modern corporation can't really force you to take that deal - Spotify can't put a gun to your head and force you to pay your subscription, while the government does force you to pay your taxes.
As such, if you believe that any transaction that is not freely consented to by both parties is abusive, then all modern governments are, by virtue of forcing people to pay taxes, inherently abusive.
[1] https://en.wikipedia.org/wiki/Declaration_of_the_Rights_of_M...
[2] https://en.wikipedia.org/wiki/No_taxation_without_representa...
[3] (in French) https://fr.wikipedia.org/wiki/Affaire_des_emplois_fictifs_de...
[4] https://en.wikipedia.org/wiki/Nicolas_Sarkozy_corruption_tri...
[5] https://en.wikipedia.org/wiki/Ancien_r%C3%A9gime
The lowering of the quality barrier of entry to power for the politicians enabled by the glorification of stupidity via the megaphone of social media and the resultant divided electorate has given rise to the assholes nakedly profiting from it.
No matter how toxic you are, you can amass support at the speed of light.
It is basically downhill from here.
> No matter how toxic you are, you can amass support at the speed of light.
That's also not true either. Toxicity leads to backlash. You can see this with Trump, but also with DHH claiming "everyone loves me", after his "let's kill wolves" blog entry: https://world.hey.com/dhh/wolves-sheep-and-gypsies-ba44af6a
Wait till AI driven job losses really start to mount. Nothing divides people faster than an empty stomach. The republicans are leaving a poison pill - they will profit from AI and when democrats win and the job losses really start to hit hard, the democrats will be left holding the blame bucket. Obviously they are not exactly crying hoarse for AI safeguards/job protections either because national security/donors etc.
Take for example the USA. The entire electoral system is "winner takes all". Duverger's law [0] tells us that this will lead to a two-party system, as opposed to proportional representation, which tends to create truly multi-party governments.
I believe many of the current problems in US politics are in fact side-effects of the winner takes all electoral system. Each election, the only two choices are "candidate chosen by Republican Party" or "candidate chosen by Democratic Party". As such, elected officials are basically forced to first convince the members of each party to support them, which often leads to Trump-like strategies of "alienate half the country in order to please the other half", because that's a good strategy to get the party nomination, which is, in a two-party system, is basically a necessary condition to get elected.
On top that, news media and social networks have figured out that tapping into the human tribal instinct and framing politics as an 'Us vs Them' conflict sells more ads then being neutral, so the media ecosystem will tend to aggravate this two-party system.
[0] https://en.wikipedia.org/wiki/Duverger%27s_law
Meanwhile educational standards have continued to decline, and this will inevitably affect both the electorate and their decisions. Education has been on a downhill trajectory ever since Roger Freeman convinced Reagan that free higher ed was creating a dangerous “educated proletariat.” This was the genesis of the privatization that created diploma mills, insane tuition costs, and the student loan crisis. Public schools gradually moved away from the humanities toward a narrow STEM focus, despite these fields not being a good fit for everyone. Coincidentally, a narrow STEM focus doesn’t give future voters a comprehensive and historically grounded understanding of government. (This has not been helped by left activists trying to overcorrect by rewriting history.)
Pressure has been building, and it found an outlet under Trump. Some steam has been released, Trump has 2 years left (maybe) and only die-hard supporters still believe in him. There will be a small window to either start fixing problems or set up a comprehensive police state to rule without public consent.
I think Teams improved and Zoom regressed in the last 3-4 years to the point the garbage level is not that different nowadays. Most of the annoyance is related to finding your way in a different interface.
Are people really making hundred-pages thesises in Word?
I suppose it is not that bad if you don't have a lot of charts/pictures/formulas, but still...
As long as they use it for actual calculations, and not to maintain tables full of data.
People also used it to collect COVID data during the pandemic, and a lot of data was lost because someone accidentally opened it in an older version of Excel.
It's one of my pet peeves. Excel should not ever be used to maintain data. It's a fancy calculator.
LaTeX absolutely sucks for proofing. Typos end up being buried in tags, and you end up with a document that looks pretty but possibly not fully edited.
If you are collaborating with advisors, they may wish to add comments to your copy as you work through your thesis. There is no clean way to do this in a TeX source file, so the only way to do this would be to export your work-in-progress into a DOCX, and then work your changes back into your source.
Versioning-by-hand sucks balls. When you’re approaching various deadlines with other obligations at hand, all open-source kumbaya ideas go out the window and you just make do.
For your manuscript_final_FINAL_v2.docx file, manual layout tuning ends up being not too bad and likely takes less time than troubleshooting LaTeX which might not have as much documentation.
I use Markdown + Pandoc compiling to a .docx as a workaround, but merging changes back is manual.
Comments can be added with ‘%’. Just make sure to have a linebreak at every sentence and it’s cleaner than anything. Services like overleaf also exist for collaboration.
You can use any versioning system you want. From git to dropbox, its plaintext.
I do agree that layout can be very time consuming, but it helps once you learn to not care about it till the absolute end of working on the content.
It's kind of the same issue that FOSS enthusiasts often miss regarding other things, eg. most gamers wouldn't waste their time fiddling around with WINE settings to get things to run in Linux, the solution wasn't to tell them to just install something extra and do things different, it was to improve the infrastructure such that very little fiddling is needed in most cases.
Word is good for collaborative editing, but not very convenient for version control (and version control is very important when using AI assistance). So lately my strategy is to draft in Markdown, then copy over to Word once the draft is at a point that I might be okay sharing it with collaborators.
Most teams in ATLAS TDAQ/HLT, used Word templates with similar fonts, or Framemaker.
That means basically not getting a job, or a consulting gig, among most large corporations.
Also "just go get another job" isn't a position many of us can take in current times.
I have tried to get them to use Discord or pretty much anything else, but they have been unreceptive.
I am on Linux and so I just use the browser version, which at least sandboxes stuff for me, I think.
Maybe they should stand up their own gov jitsi or something, but then the public may not be able to work out how to use it.
That behaviour in itself is believed to be morally wrong, and dystopian. That still doesn't answer the question why people just accept this. How can "we" deem ourself more moral than the Nazis, and literally do this.
I believe that it is more a familiarity issue, and seeing Linux/Mac as an obscure tool only usable by gurus.
Just the kind of thing that the EU could regulate if it chose. Decline -> Your subscription will be terminated, no further monies will be debut from your account, are you sure?
In other words - go ahead and click "I agree" without reading it, then proceed to dump the firmware or whatever else it is that you want to do. You aren't lying or otherwise doing anything wrong. The legal system is just broken.
The fact that such a legal reality has been permitted to reach this point has to be one of the clearest illustrations that western systems of government remain highly flawed despite all that they get right.
Well, you can always return the phone. For online purchases you have 14 days to return it just because (you don't need to provide a reason).
Some minor exclusions apply, eg hygiene products can't be returned after they've been opened.
ishouldnotbutk8's message was mostly a joke since your argument would work with 15 days instead of 2. And yes, customers should be protected* against altering the deal.
Especially that it is so so common now, with the wide-spread of IT. Companies just push out malicious updates and changes in terms and conditions.
* they probably already are, but not many people try to bring remote downgrade cases to courts
During the reflection period, you may open the packaging. You may try or fit the product, just like in a normal store. But you are not allowed to do more than what is needed to judge the product. For instance, you can try pants. But you cannot wear the pants for several days and then return it. If you do this anyway and the product loses value? Then the seller may charge you the damage. The seller needs to inform you of this before you buy the product.
https://consument.acm.nl/aankoop-dienst-annuleren/bedenktijd
I have sent back products within the 14 days, including smartphones that I tried and decided that I don't like it. Some sellers also extend the 14 days to 30 days.
Changing the terms later is a completely valid point though and it should be possible to reject any updated terms IMO.
Imagine if we actually had real regulations, instead of these negotiated things. Then we could just sue and normal courts could handle it.
> Just the kind of thing that the EU could regulate if it chose
https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CEL...:
“Where the contract provides that the digital content or digital service is to be supplied or made accessible to the consumer over a period of time, the trader may modify the digital content or digital service beyond what is necessary to maintain the digital content or digital service in conformity in accordance with Articles 7 and 8, if the following conditions are met:
[…]
2. The consumer shall be entitled to terminate the contract if the modification negatively impacts the consumer's access to or use of the digital content or digital service, unless such negative impact is only minor. In that case, the consumer shall be entitled to terminate the contract free of charge within 30 days of the receipt of the information or of the time when the digital content or digital service has been modified by the trader, whichever is later.”
Do you have a link to the specific Microsoft patent you’re referring to?
¹ https://en.wikipedia.org/wiki/Fifteen_Million_Merits
² https://www.snopes.com/fact-check/sony-patent-mcdonalds/
Meta and Google will follow soon after.
P.S.: just because they take a patent on something doesn't mean they will actually use it.
That's true, of course, but the fact that there are people in the company thinking like that to begin with, enough to think it's worth patenting such anti-human stuff, is plenty enough for me to never want anything to do with them.
I believe this is the reason everyone's running after these camera-glasses: because they believe they can rake in big bucks with them. Even Apple is contemplating to sell them.
Patent: https://patents.justia.com/patent/20260260258
It's just a patent.
Here's a (bit dated) list of the US companies which rake in the most bucks:
https://en.wikipedia.org/wiki/List_of_largest_companies_in_t...
Looking at the 13 which rank higher than Microsoft - how many would you describe as treating their users/customers well?
Theory:
Treating your customers well is part of one strategy for corporate growth and profit. There are other strategies, which also can work very well - and don't require all the hassles and expense and non-evil of treating your customers well. Naturally, Capitalist propaganda stresses that first strategy, and doesn't talk so much about the others.
Almost all of them.
> Amazon
I guess customers yeah, Employees? not so much
Of course with face identification for unlocking, there is now a power incentive to not do so…
There is a couple more wild things here:
1) That there is an agenda, demand and total legal abetment from the top of the power/monetary hierarchy for such corporate policies
2) That there is a horde of individual employees working to those ends without any shadow of doubt, often even vice signaling their intent to be the first to attain the figurative A-bomb or full-blown BB telescreen.
1. People who do not have to use it themselves (political decides, bosses, ..), but get lobbied to the max
2. People who have to administer it and know nothing else and endure the lasting pain over the perceived infinite hurdle of changing the system
I gladly can use Linux at work, so I have had a stable, reliable and unchanging system since the past 6 years, but others have to go through major pains for each version of enshittification of their OS update. In my case the OS just got better slowly and incrementally.
Because alternatives are bad. After decades of being great, Linux gaming community finally gave up on it working and accepted emulation of Windows as the way to go. (No need to nitpick on tech specifics of how Wine works)
If you mean Linux-only classic open source games, like Angband or Battle for Wesnoth or something, they still exist, but the demand has clearly gone down because now almost all games work on Linux. Except the ones with anti-cheat systems that rootkit-style access to your system.
My only concern is that this is mostly just the result of one very influential company. If they turn evil on us...
What about the performance (especially the bottom 1% frame time)? What about availability of those games in free online game libraries?
Also "a lot of games benchmark better" - some games. And then some games don't work at all. And some games work with minor or significant issues. Which is not a slight against Wine and Proton as it's not an easy task.
By allowing a lot of people who are willing to take a performance-hit to transition to Linux, they sow the grass-roots necessary for the game studios to release native games on Linux.
So it took decades to understand that things aren't working and then investment from multi-billion company to finally start getting anywhere.
Meanwhile on Windows you can play today, could play 10 years ago, could 20 years ago. That should answer how it's still in business. It just works.
Aren't this take like 3 additional minutes (including search of how to do this)?
If you value your own dignity you should see that these scenarios are worlds apart. In one case you have a trillion-dollar company actively working against your own interests. On the other hand, you had some trouble finding drivers for a volunteer-driven project, which is a problem that you are actually empowered to fix.
3. People who do not care and are not in IT or on Hacker News.
I doubt a lot of regular people care what Microsoft is doing. All they want is a laptop or PC that works or to be able to play their XBOX games.
Why can't the EU learn more from Canada? Canada realised that with Trump there is no way to make a deal. So cut things down where possible, diversify - the EU still has to learn this lesson. In particular Germany is totally US-addicted - no idea why, other than, of course, the obvious answer ("we need to export into the USA", aka selfish greed from Germany here).
Doing some trading with a shitty country doesn't imply any dependency
No idea where you get your Infos from, bit a short googling would show that this is simply not true.
" Gas covered a little more than a quarter of Germany’s primary energy use in 2025, making it the country’s second most important energy source. Germany is among the world’s biggest natural gas importers – around 95 percent of its gas consumption is met by imports, according to energy research data group AGEB. "
" Energy industry association BDEW said that Norway has now become Germany’s top gas supplier by far, with about 45 percent in 2025, transported by pipeline. Around one tenth of the gas used in the country arrives as liquefied natural gas (LNG) directly at one of four import terminals along the coast. In 2025, around 95 percent of that LNG came from the US. "
European countries are trading gas between them, we have to look into whole European imports. For example Germany is import lot of US gas through Belgium.
" Russia has continued to supply a sizeable portion of gas imports, although the EU has decided to fully phase them out by 2027. Most natural gas in a gaseous state was imported from Norway (52%), Algeria (20%), Russia (10%), and the UK (8%) in 2025. LNG came from the US (55%), Russia (14%), Qatar (9%), and Algeria (6%). "
https://www.cleanenergywire.org/factsheets/germany-eu-remain...
If you're in US big tech you're working directly for the regime and fully complicit, end of.
Microsoft has done a lot of super shady things, and they are domiciled in a hyper-corrupt, lawless threat to humanity (one that elects quite possibly the stupidest human alive -- a rapist abomination halfwit clown -- to the highest office), however people do make far too much of the patent thing.
A lot of firms reward groups and employees that get granted patents. It doesn't actually matter if you're spitballing the most absurd nonsense that no one ever asked for and is nowhere on the product map, someone writes the application and gives it a shot. A patent being granted doesn't mean that a single person ever envisions doing this or asked for it implemented, and honestly the idea that they "invented" this is just how farcical the patent system is.
In this case the patent is held by Microsoft's "Microsoft Technology Licensing LLC", which is their "patent extortion" racket. So they literally wrote this hoping to catch someone doing something found in a single claim so that they can use the legal system to rob from people.
I generally dislike Microsoft because they make crappy products, but does this add to your point? I don’t think so, and it’s largely incorrect.
For example I despise Donald Trump but you can’t be the stupidest human alive and be president. It’s just objectively false.
The US is one of the few (arguably the only) countries holding the barbarians at the gate - the ones who are a threat. Frankly, the Dutch have historically been the greater threat to humanity and we saw the devastation and destruction wrought by their colonialism (which the Dutch haven’t paid reparations for in total) unleashed upon the world.
Yes? Donald Trump, and the fact that he is the symptom of a fallen empire that has reverted to being an idiocracy, flailing around and trying to bully its way to a lost dominance that is fading away, is precisely why the Dutch government is doing this. It's quite literally the subtext of this discussion.
And for that matter, it's why all American companies are going to find their reach shrink. Visa and Mastercard are worldwide systems whose days are numbered, for instance. The US banking system is being ejected everywhere it is found.
> but you can’t be the stupidest human alive and be president. It’s just objectively false.
I mean, I guess people actually vote for this pathological liar / megalomaniac who is a lifetime failure in every dimension, so true. They're even worse. But Trump is objectively a profoundly stupid person. It's actually astonishing now how he is basically a simpleton in the White House, lying with every utterance, and it's just another day. It isn't even newsworthy. Oh yeah, his big TrumpTM Arch is now going to have drones and snipers! Also, how about that fantasy deal with Belarus for all that potash that doesn't exist, was farcical nonsense on its face, yet everyone reports it because this foolish liar just makes up stuff endlessly so it isn't even notable. Aren't Americans just unbelievably ashamed at how pathetic this loser is, or that he lies -- usually in the cause of pushing his greatness -- with every other word?
Seeing Xi mog this pathetic chimp yet again was amazing stuff. The world is yours, China.
> The US is one of the few (arguably the only) countries holding the barbarians at the gate
This has to be a joke. There is no way anyone on this planet is so deluded and misinformed.
>This has to be a joke. There is no way anyone on this planet is so deluded and misinformed.
No kidding. Donald Trump just opened the gate.
Trump stood at the lectern of the UN and in an utterly insane, deranged, self-aggrandizing speech (again, just another day in the insane idiocracy that the US has become, and it isn't even notable, the decline so severe and accelerating), boasted about looting the resources of Venezuela. Boasted about his assault on the ICC.
The US is repeatedly and proudly engaged in wantonly illegal piracy at sea. It boasts about the textbook definition of terrorism.
The US has done more to encourage nuclear proliferation in the last two years than in all of history. It has taught that everyone needs to get nuclear weapons, and many of them need to be pointed at the US. It has pushed the notion that might makes right, and if you have the ability you can steal and rampage whatever you want, in a lawless world.
Your claim that the US is holding the gates is absolutely perverse, and your worldview is most certainly some US exceptional bullshit.
Which ones? I'm sure there's a very good reason for each so let's walk through them with civility.
> The US is led by a vile rapist abomination that openly threatens "annihilation"
Trump is probably a rapist but our justice system has failed to prosecute him. But the memory of justice is rather long. He may yet get his day. Separately yea who cares about the annihilation threats. Iran has been doing that for a long time. If they don't like hearing it maybe they should stop too.
> The US is repeatedly and proudly engaged in wantonly illegal piracy at sea. It boasts about the textbook definition of terrorism.
What examples do you have of wanton piracy?
> The US has done more to encourage nuclear proliferation in the last two years than in all of history.
I'd argue Russia has done more there by invading Ukraine.
> It has taught that everyone needs to get nuclear weapons, and many of them need to be pointed at the US.
No nobody has been taught that. But they have been taught that if they step out of line and don't have enough of a deterrent like North Korea, that if they try and build nuclear weapons they'll be on the receiving end of sanctions, and then if that isn't a good enough incentive we'll come bomb them and stop them. You are welcome.
> It has pushed the notion that might makes right, and if you have the ability you can steal and rampage whatever you want, in a lawless world.
Might does make right though. International law is just some stuff made up largely by western nations and backed by American military power. If you have no will or ability to enforce international law, like, idk, stopping Iran from building a nuclear weapon, then the law is pointless.
> Your claim that the US is holding the gates is absolutely perverse, and your worldview is most certainly some US exceptionalism bullshit.
No, it's not perverse. I just disagree with your point of view.
> This sort of idiocracy garbage utterly infects all corners of the US, and it keeps sloshing to the surface.
Isn't it embarrassing that all these idiots are the dominant force on the planet and you have to cry to them to help you against Russia and they make much more money than your citizens? If you're going to insult Americans like this you should at least have something worth insulting us over. I do think biking culture is way better than driving, but I'm not sure about much else.
Nope, nobody was talking about getting nukes after the invasion in 2022.
Everybody started talking about getting nukes after: (1) Trump has been threatening to leave NATO and casting doubt about upholding Article 5, so nobody is really sure if the nuclear umbrella extends to Europe anymore; and (2) Trump has threatened to invade Greenland.
Basically, nobody here trusts the US anymore, but politicians are keeping up appearances to race to scale up production capacity of arms, etc.
Trumpists will typically say "but why should the US provide the nuclear umbrella for Europe?" Which is woefully ignorant of history, the whole NATO nuclear sharing arrangement, etc. exists, because the US didn't want European countries like (West-)Germany to have their own nukes.
That's not what I recall. And I also recall a lot of hand-wringing over how it was a shame that Ukraine gave up its nuclear weapons (in a manner of speaking).
> Basically, nobody here trusts the US anymore, but politicians are keeping up appearances to race to scale up production capacity of arms, etc.
That's not true. Internet commentators don't trust the US, but they don't represent all peoples or governments. Even the Danes trusted us enough to sign an agreement giving us perpetual military access to Greenland even if the Greenlanders declare sovereignty.
> Trumpists will typically say "but why should the US provide the nuclear umbrella for Europe?" Which is woefully ignorant of history, the whole NATO nuclear sharing arrangement, etc. exists, because the US didn't want European countries like (West-)Germany to have their own nukes.
I think you are somewhat off the mark here. Nuclear weapons are of course important, but France and the United Kingdom have them too. I guess a question you want to ask Europe is the details and history about France and the United Kingdom's own nuclear umbrellas. If they have them, why do you need American nuclear weapons? Not that I'm personally opposed to also extending ours.
For Americans (and I have various levels of agreement and disagreement) it's less about the nuclear umbrella and more about the placement and utilization of conventional forces. As you can tell with the Iran war and the early days of the Ukraine war, the United States (thanks in part to Europe) has been brow-beaten so much about (what was it, 14 countries someone said we bombed this year?) how bad America is and how awful and racist and "colonizer" America is and all that stuff that many Americans are just fed up with utilizing our military for much of anything or dealing with the problems of other countries.
I'm not, personally, because I think it would be beneficial for us to stop Russia in Ukraine, stop Iran in the Middle East, and avoid a war with China while maintaining the status quo regarding Taiwan, but you know when someone like some posters in this thread want to spend all day talking about how your country is full of idiots eventually people say, well, maybe you guys should take care of your own problems, even if it ends up worse off for everyone.
Denmark reaffirmed an existing agreement from 1951. The one that already saw the US having military bases on Greenland per the alliance. They not only broadened it from just the US, they explicitly restricted it such that the US can only maintain such bases if they remain in NATO.
They took an existing agreement and reaffirmed it with new conditions. So Trump, Mr. We're Pulling out of NATO, basically redoubled on NATO just to have a win, where the win is just the status quo. Hilarious stuff. And this actually sells to some Americans?
When they played "Send in the clowns" for Marco Rubio to sign this new "agreement" was just poetic.
Where do you get your news from? Twitter? Because wow, every one of your take is straight from America exceptional land, and it's bizarre. The fact that Trump celebrated this agreement is because the midterms are coming up and this pathetic loser, having literally nothing to show but failure from his reign of idiocy, needed a "win".
> If they have them, why do you need American nuclear weapons?
You seem to have missed their point. There was a detente and a worldwide "order". Russia stepped out of line and almost the entire world punished them for it. The order mattered. Might does not make right, and in the rule of international law you can't just steal land or resources.
Suddenly Trump not only heralds Putin and wants to cement his battlefield wins, through his incompetent family reps Kushner (jesus christ) and Witkoff, he continually praises Putin and justifies his aggression. Then Trump engages in the same behaviour on behalf of the US, stealing the resources of Venezuela, and openly threatening Cuba. And I guarantee that Trump has repeatedly talked to his drunken halfwit SecWar about invading Canada. They openly threatened invading Greenland, just because they want it.
Right now, every capable country should be getting nuclear weapons. Germany, Italy, Canada, Japan, South Korea, Australia, Brazil, Spain, and on and on. Putin tested the waters and Trump redoubled them and affirmed that there is no international rules, and everyone should be willing to murder billions of people. Any Americans -- having lived a life of peace, security and affluence -- who think this improves their lot is impossibly fucking stupid.
Yea interesting how they're so much more ready to go fight the US than fight Russia. But if you want to argue there's no trust there then you certainly can't trust our military being in Europe or backstopping NATO so if your goal is to dissolve NATO because of some arguing over, frankly, a lack of European defense investment in an area that is critical to American security (you own it you need to secure it) then well that's up to Europeans to decide.
I'm ignoring all the other stuff because it's boring and uninteresting. No I don't get my news from Twitter. I don't use social media.
> You seem to have missed their point.
No I'm debating their point. There's a difference.
> Suddenly Trump not only heralds Putin and wants to cement his battlefield wins, through his incompetent family reps Kushner (jesus christ) and Witkoff, he continually praises Putin and justifies his aggression, constantly repeating Russia's absurd justifications for this foolish war.
There are two large problems with this.
First, Europe has no ability to engage with Putin, and if Kushner and Witkoff are the people he will see then we should try for some manner of diplomacy even if the people that are sent aren't the ones you would prefer.
Second, while I fully support Ukraine regaining all of the territory it has lost, if Ukraine is unable to re-take the territory and Russia is unable to progress, it's stupid for all these soldiers to just go and die for no reason. If we can stop the war completely, for example, with Ukraine ceding this land, that's up to them but we should at least explore options and try to bring an end to the war.
> Then Trump engages in the same behaviour on behalf of the US, stealing the resources of Venezuela, and openly threatening Cuba. And I guarantee that Trump has repeatedly talked to his drunken halfwit SecWar about invading Canada.
I don't agree with how we've approached Canada.
Venezuela and Cuba are entirely separate things. Happy to discuss why if you want.
> They openly threatened invading Greenland, just because they want it.
It was a dumb negotiating tactic but it's important to us that it is defended to our satisfaction.
> Right now, every capable country should be getting nuclear weapons. Germany, Italy, Canada, Japan, South Korea, Australia, Brazil, Spain, and on and on.
If you're in favor of nuclear proliferation then sure. But it doesn't include just the "good" countries. It also means Israel gets to ramp up its nuclear forces, Saudi Arabia gets nuclear weapons, Argentina can get nuclear weapons, and anyone else on your naughty list. So we will further double down on a more dangerous world and you're advocating for further breakdowns of international law.
Ehm, Russia didn't invade Danish territory. The US was threatening to invade Danish territory.
First, Europe has no ability to engage with Putin, and if Kushner and Witkoff are the people he will see then we should try for some manner of diplomacy even if the people that are sent aren't the ones you would prefer.
Putin only wants them because they are weak and can be played.
It was a dumb negotiating tactic but it's important to us that it is defended to our satisfaction.
It was not a negotiation tactic. They already had an agreement for over half a century that they could scale up US military presence as they would like. The US has reduced presence over the years.
Trump wanted to add land like every pathetic little (wannabe) dictator. But the EU showed some teeth suggesting that the trade bazooka could be employed, country moved troops to Greenland (so it wouldn't be a clean invasion without blood). So Trump TACOed out.
If it was a negotiation tactic it is bloody stupid ("art of the deal" I guess). Aside from getting a worse deal then before, as a side-effect many European countries that were planning to buy US arms are now switching to European options.
If you're in favor of nuclear proliferation then sure. But it doesn't include just the "good" countries. It also means Israel gets to ramp up its nuclear forces, Saudi Arabia gets nuclear weapons, Argentina can get nuclear weapons, and anyone else on your naughty list. So we will further double down on a more dangerous world and you're advocating for further breakdowns of international law.
Yes, and that was exactly my point earlier, the Trump and the US opened pandora's box. He disturbed the equilibrium by threatening to leave the NATO/not respecting article 5, by threatening to attack its own allies, by yelling Zelensky out of the White House. This sends ripples all over the world and Europe, Canada, and East Asian countries get the message "we cannot trust the US as an ally anymore", which leads to proliferation and probably more wars. It's very likely that Putin will try some sort of attack on NATO countries soon, just to test how firm Trump's commitments are. This would never have happened if he didn't weaken NATO. It's understandable that Poland gets nervous and wants to be able to MAD Russia.
Can you invade a territory in which you already have a dominant military presence? I appreciate Denmark’s bark loud approach but the country is militarily irrelevant. I think it was more of an awful negotiation tactic. We weren’t in the room. Maybe the Danes simply needed a reminder to take US concerns seriously and this was the crappy way of doing that.
> Putin only wants them because they are weak and can be played.
Either way they’re in the room at least trying something. Why aren’t European leaders in Moscow trying to get the war to end? Because they’re strong? Sorry that doesn’t pass the smell test.
> It was not a negotiation tactic. They already had an agreement for over half a century that they could scale up US military presence as they would like. The US has reduced presence over the years.
I disagree. Guess we can agree to disagree here. The new agreement protects American bases even if Greenland declares independence and also establishes formal, legal rights for America to prohibit hostile nations from mining or establishing military infrastructure on the island.
> Aside from getting a worse deal then before, as a side-effect many European countries that were planning to buy US arms are now switching to European options.
Well the deal is better. That’s an objective fact. Nobody in the US is threatened by or cares if Europeans are buying local. We led the way on that and we are happy that Europe is investing more in its defense and defense industrial base.
> This sends ripples all over the world and Europe, Canada, and East Asian countries get the message "we cannot trust the US as an ally anymore", which leads to proliferation and probably more wars.
That doesn’t reflect reality though. Japan and Korea for example haven’t lost trust. Putin by attacking Ukraine sort of forced the issue and to get countries thinking about whether the US would use nuclear weapons I guess in these wars? But the same is true for the EU. Even the language you are using doesn’t make sense to me. If Putin attacks a NATO country why is he all of a sudden testing how firm Trump’s commitments are? He would be testing how firm the EU’s commitments are instead. How fast do you think Spain or Italy will tap out when their kids are off dying in the cold to defend Estonia? What will to fight does France have when its economy is so heavily indebted? Poland and the United Kingdom will fight, the baltics would too since their lives are at stake. You can read for yourself survey results out of Germany where some large majority of German citizens said they wouldn’t fight to defend Germany. You’re going to read this as an attack on Europe. Nothing is further from the truth. I love Europe, but folks need to have a sober assessment of themselves here instead of hiding every possible problem behind Donald Trump.
Poland specifically said they did not want to host nuclear weapons by the way. https://www.reuters.com/business/aerospace-defense/poland-do...
"Art of the deal"
You seem to have missed their point. There was a detente and a worldwide "order". Russia stepped out of line and almost the entire world punished them for it. The order mattered.
Exactly this. It seems that the US has forgotten what soft power, alliances, rules-based world order means. You have the power because you have allies, because you can hold others to rules (and mostly keep up the appearance that you obey the rules yourself), etc. Initially, you can benefit from abusing that position, but it is short-term only. Your allies will form new alliances (e.g. Canada getting closer to the EU), stop buying your weapons, wean themselves of your products (this very news item), etc. The problem with incompetent people like Trump and his administration is that they only see the benefits of the short-term abuse, but not the terrible harm they do to themselves and the rest of the world long-term.
The US does not recognize the ICC. There is no such thing as supranational law that isn't enforced by military power.
This American exceptionalism answer has always been amazing to me.
No other country gives two shits if the US "recognizes" the ICC. As a serial warcrime committing nation, of course the US doesn't want it having legitimacy, as it terroristically blows up random boats and schools full of children.
And of course they also want to protect their serial warcrime best pal Israel in the process.
See, the thing about the ICC is that the countries that do recognize it carry out its warrants. Netanyahu can traipze around warcrime nations like the US, but he can't visit Europe, for instance. Because those countries do believe in the ICC.
How is this remotely the US' say? I have yet to hear an American explain their belief that they get to force others to not have the ICC that doesn't sound like vile devolved horseshit. Yes, I get that you're madly in love with committing war crimes, but understand that you're the pariah. Everyone else doesn't have to worsen their standards to the catastrophically low bar you accept.
That's irrelevant. What is this "other country" going to do about it? The only way to impose international law is by credible military force.
By the way, America isn't exceptional at all in that regard. China, Russia, India don't recognize the ICC either. That's more than 2/3 of the world.
Wow, sounds toothless. Pretty weird then the extraordinary lengths the US is going to in efforts to destroy it, right? I mean, these two things almost seem incredibly stupid to claim simultaneously.
The ICC is an agreement between the good countries of the world to hold human garbage to account. There is no surprise why this upsets human garbage and busted, shithole cultures.
> America isn't exceptional at all in that regard.
Oh, it absolutely is exceptional. Ignoring that Russia is also a universal shitheel problem for the planet, and there are clear reasons why it doesn't like such organizations, China and India have done nothing to thwart or attack the ICC. Nothing. China has overtly stated that they support its mission and disagree with attacks against it. Because China is an infinitely more civilized country that the US is. Which is why the US is flailing and grasping as a fallen empire shithole relegated to the dustbin of history.
BTW - did you see when Trump thought having a bunch of bombers doing afterburner runs would impress Xi? Pathetic banana republic strongman garbage of a busted idiocracy. Pretty hilarious when that soft-handed weaking imbecile winced at the scary noises, mogged out by Xi who again pointed out that the US is a fallen shithole.
Maybe the current American administration just hates the ICC and disagrees with some of their rulings and is casually destroying it without so called “extraordinary efforts”.
It...hasn't destroyed it at all. In all likelihood China will join the group just to fully take the mantle as leader of the world.
>without so called “extraordinary efforts”
The US administration has burned enormous political goodwill attacking the ICC on behalf of Israel. But more importantly they have set the gears in motion for enormous financial consequences as well.
Do you know why Europe is fast-tracking replacing Visa and Mastercard? Because the pedo-kleptocracy in power in the US used those systems to punish ICC judges[1]. Do you understand how profound the consequences of this will be?
See, the US has decades of goodwill and inertia and entrenchment in place. These things don't change overnight. But it again elected a criminal pedo that is pushing garbage polices, so the whole world is being de-US'd. The consequences are going to be enormous for Americans.
[1] - as a fun fact, any business operating anywhere in the world should be kicked out or fined enormous amounts if it ever applies sanctions that aren't locally recognized. If the US abuses the fact that post-WWs the West centralized business in the largest "safe" country among the cohort, it should very quickly be removed from this position.
Well not yet but if the US proceeds with sanctions that will likely spell the end. But if the US can’t destroy it then who cares? Have your court, go arrest Putin and the IRGC for their crimes. Let us know how successful you are.
> In all likelihood China will join the group just to fully take the mantle as leader of the world.
I don’t see how China allegedly joining the ICC makes it the “leader of the world”. Seems like a stretch to me.
> The US administration has burned enormous political goodwill attacking the ICC on behalf of Israel.
Well some of that (perhaps most) is well-placed.
> But more importantly they have set the gears in motion for enormous financial consequences as well.
Because of the ICC? No I don’t think so.
> Do you know why Europe is fast-tracking replacing Visa and Mastercard? Because the pedo-kleptocracy in power in the US used those systems to punish ICC judges[1]. Do you understand how profound the consequences of this will be?
That’s not happening. First even standing up a “European” platform has challenges because not all European countries agree on how this would be implemented. Second, Americans have and will for the foreseeable future have a shit load of money. Europeans want that money, so they’ll continue to accept Visa and Mastercard. I see American Express accepted more and more too on my regular visits to various European countries. By the way, you know that Europe can stand up payments systems and still accept cards issued in other countries? Tell me, do you think Americans are walking around worried Europeans are not going to take Mastercard or something? Please have some pride and stop acting like random things like this are your political Super Bowl or something. Americans just do not give a shit about this lol and nobody is worried.
> as a fun fact, any business operating anywhere in the world should be kicked out or fined enormous amounts if it ever applies sanctions that aren't locally recognized.
You should be careful not to confuse what you want the world to look like with how the world actually works. I think it’s clouding your judgement and ability to make good decisions.
> If the US abuses the fact that post-WWs the West centralized business in the largest "safe" country among the cohort, it should very quickly be removed from this position.
Good luck or sorry that happened or whatever. Let us know.
It's a process. The US is a busted shithole, and everyone is moving on. Well I guess you have the Board of Peace.
> Because of the ICC? No I don’t think so.
PRECISELY because of the ICC and the US abusing sanctions.
> Americans just do not give a shit about this lol and nobody is worried.
I mean, yes the whole world knows this. Americans are profoundly stupid and uninformed, generally, and sorry but almost all of your comments are just hilarious to this ends. The original claim that the despotic, terroristic US is holding the barbarians back is just the chef's kiss of insane nonsense.
The US is effectively bankrupt. Bond rates are spiralling. Yeah, friend, revisit this thread in 5 or 10 years. You, and so many like you, have absolutely no idea how the world works and it's amazing.
> You should be careful not to confuse what you want the world to look like with how the world actually works.
Never has self-deception been more blatantly stated. Actually amazing.
I mean, good luck with all of that and everything. As your nation spirals with a fascist bag of shit destroying everything.
What’s a process?
> PRECISELY because of the ICC and the US abusing sanctions.
So you want us to stop sanctioning Russia?
> The US is effectively bankrupt. Bond rates are spiralling. Yeah, friend, revisit this thread in 5 or 10 years. You, and so many like you, have absolutely no idea how the world works and it's amazing.
Remind us about debt and bond rates in countries in Europe. Perhaps you can speak to the UK, Italy, Spain, and France for starters.
America isn't a fallen empire (if indeed it ever was an empire), nor does Donald Trump existing all of a sudden make everyone else stupid or something. Just because you disagree with someone's politics doesn't make their entire country an idiocracy, nor does it all of a sudden lower the IQs of everyone else.
> is precisely why the Dutch government is doing this
They are just following Trump's lead in decoupling from dependencies like we are from China (and a few others).
> And for that matter, it's why all American companies are going to find their reach shrink. Visa and Mastercard are worldwide systems whose days are numbered, for instance. The US banking system is being ejected everywhere it is found.
No that won't happen. Also your assertion about Visa and Mastercard are just incorrect. They may be disrupted by technology if they fail to adapt, but it's not because Europeans don't want American money for example. I go to Europe all the time, at a minimum once/year for about two weeks and my wife and I spend $20,000 or $30,000 or something and believe me you guys love it when I swipe my credit cards. In fact, every time I go to Europe I see American Express more and more accepted.
Nobody is rejecting or ejecting the US banking system except maybe some bad actors but nobody cares about them.
> But Trump is objectively a profoundly stupid person.
I don't think you can be a profoundly stupid person and still be the president. There's a minimum amount of not being stupid you have to have in order to run a campaign, hire people, make decisions, and more.
> Aren't Americans just unbelievably ashamed at how pathetic this loser is, or that he lies -- usually in the cause of pushing his greatness -- with every other word?
Maybe you should question why you feel so strongly about this yet the citizens of the wealthiest country in the world with many of the best companies and institutions in the world feel differently. You should maybe question why groups like the AfD are gaining shares in election. You can coddle yourself by chalking it up to just Russian propaganda or something, but that isn't going to do you any good.
> Seeing Xi mog this pathetic chimp yet again was amazing stuff. The world is yours, China.
It's a lot easier to say stuff like this when you are coming (I assume though if not the point will change slightly in form but not substance) from a place of safety and have no stake in the fight. If the US and China were to go to war it would be devastating for both countries. Tens or hundreds of thousands might die. Maybe a little pomp and diplomacy can help avoid that confrontation? It's not like the Dutch are going to be dying on beaches in Taiwan so maybe let's let the folks who have a stake actually do the talking yea?
Trump grew up wealthy, surrounded by handlers and supplicants obliged to glaze every statement or utterance. This led this utter dunce to believe his idiotic thoughts are pearls of wisdom offered up to an ungrateful world. Did you know there is a "B" in the word dumb? Have you ever heard of the old-timey word "groceries". Affordability is a hoax. Super intelligence!
He is a spectacularly stupid idiot, and he always has been. This isn't new. Dementia doesn't explain it.
When life sucks and there's no hope, people vote for parties that promise to shake things up, not for parties that promise more of the same. That comes in two flavours: far left and far right.
The guy has accomplished the extraordinary, and it's easy for loads of people to see that as some sort of intentional, purposeful brilliance.
But I just don't see it.
Instead I see someone who just breaks people's brains. People cannot comprehend someone that immoral, who lies so effortless with every word, and so utterly shameless. They just can't. So when Trump declares that he's going to cut trillions from government spending and eliminate the deficit and pay off the debt, it's impossible for many people to understand that he has no fucking idea what he's talking about, and the little bit he does understand he simply lies about.
Like I keep seeing articles from left wing sources talking about Trump being "humiliated". Trump is utterly incapable of humiliation. When caught in the most outrageous lie, he redoubles on it, which again, tens of millions of people just cannot comprehend someone so utterly immoral and busted, so immediately they think "oh okay...I guess somehow he must be right? I mean, no functioning human could lie so egregiously".
He is so thoroughly a garbage human that many are caught out by him.
Sincerely, a Dutch guy.
Plus I didn't say you were the greatest threat today, that would be Russia and probably Iran as a clear #2, I said you were historically much worse because of your colonialist past.
One can only hope that another power that cares about rules fills the void.
There isn't one. You've got the US or nobody at this point, unfortunately.
> The US (or Trump) is the bigger threat because it is currently actively destroying the rule-based world order, which introduces exactly the lawlessness, chaotic times that opens the window for Iran and Russia to 'do business'.
Russia invaded Ukraine in 2022 when Trump wasn't president. Iran attacked Israel and kicked off a new and worse round of fighting in 2023 when Trump was also not president - the war today is just a continuation of that latest round.
While he has done some damage to the alliance by being a jackoff he also forced Europe to spend more which was required for defense. Europe also made itself dependent on Russian oil and gas, even recently France un-sanctioned some Russian billionaires and is making some awful decisions too.
Why didn't Europe go to war with Russia then or start building military forces to deter another Russian war in Europe once Russia invaded Ukraine in 2014? Russia actually invaded them I believe a long time ago in the 1920s or 1940s under the authoritarian and evil communist regime.
I am happy that we are increasing spending and building up our own industry now. But it was far to late and it was fair for US presidents to criticize Europe for it. Note though that this happened as early as Bush and the 2% norm was established under Obama. Mark Rutte just sold the 2% to Trump as Trump's own win (initially during Trump I) to keep the US on board.
Your belief in US exceptionalism is interesting. Even more so, because it is so obvious that the power that will soon overtake the US economically is very likely to fill that void. But they will also get all the benefits of that role and the US will slowly lose them.
In fact, they have already been stepping in the US' former shoes. Some EU leaders mentioned to Zelensky that the only reason that Russia hasn't used nukes against Ukraine is because China said 'no'. In better (depending on perspective) times, it would have been the US as its role of world leader/police to enforce such implicit rules.
It is true that China is currently supporting Russia, but it's mostly of their interest to drain NATO and increase their power over Eurasia. Well, thanks to Trump they proceeding very fast. Or as the Chinese like to say "Trump the nation builder".
It’s easy to confuse “this is how I think the world works or is shaping up to work” with a view of American Exceptionalism, but my comments have less to do with some mythical concept that Americans are the best people or something and instead just my one analysis of trends and shapes in the world.
> China
There are a couple of broad problems with your view that China is going to somehow replace the US, uphold global institutions, maintain freedom of navigation of the seas, and such.
The first problem is they simply don’t want to. Most China policy experts that I’ve read (I don’t have a specific source at hand but read a lot of papers - if I think of a good one I’ll post it here) agree that while China certainly wants to continue to become a major player on the world stage, they are not all that interested in usurping America’s current role. It costs a lot of money, the US does it partly because of the petrodollar system (which China also does not want or need to attempt to usurp since they are an export-oriented economy), and in taking on this role you also take on the baggage like having to go to war to maintain the system. China lacks the desire and ability to do these things.
Second, as you point out, China supports Russia as it prosecuted its war against Ukraine and Chinese economic activity has created a lot of consternation and distrust in Europe at least amongst the political class European citizens are slow like Americans were to realize the problems and trade offs but they will soon. But the EU and Germany in particular are taking policy action now which the Chinese are not too happy about.
Pinning this all on Trump is immature. He’s only been president going on 2 years. It’s a little egotistical I might add to suggest that if not for Trump China would somehow not be full-steam ahead with their plans, whatever they are. China does what China wants just like other major powers do. They would build and do so fast regardless of what the Americans have done.
This is why I really like Apple, despite their faults, they've shown that "being marginally less bad than Microsoft" is a good enough strategy to build a trillion-dollar business.
They can hold them criminally liable for surveillance and put the executives in jail if they are so concerned about some patents.
It's a long chain, but ultimately it comes down to incompetence... When I was younger (decades ago), I assumed that the incompetence lies on the side of the executives who were overriding knowledgeable technical folk.
I do not believe that anymore.
I have seen the following play out in 5 companies in the last 5 years:
1. The people making the purchasing decisions are told by the technical head what to buy. They get told "Buy Microsoft".
2. The technical head deciding what to buy will not buy something the technical division don't know how to support. He gets told "Buy Microsoft".
3. The technical division are not actually technical, they have just learned where to click when they want to do something. Learning concepts and/or where to click on a different system is beyond the mental acuity of the average professional Microsoft Mouse-Click-Systems-Engineer (MCSE).
4. Unwilling to explain that they are actually incompetent and non-technical, they blame the users when making their recommendation: "The Users Only Know How To Use Microsoft".
5. The users, OTOH, are wondering WTF is going on; collectively, they have no problem switching OSes because they use so many - Android, iOS, MacOS, that infotainment system in their bargin-basement car...
Over the years, I've been told many times by the IT departments "Users only know how to use Microsoft". I've been told exactly that even when when users were happily switching between Windows CE, Windows Mobile, Symbian OS, Blackberry OS, iOS and Android with no problems.
When I got told this, I always asked "Do you know how to do you daily functions on Linux", to which I'll always get some sort of "We tried running Exchange on it, and it didn't work", or "We tried running MSWord on it, and it didn't work", or (in one hilarious case) "We tried running Windows on it, and it didn't work" (No, I don't know what they actually fucking tried!).
It's incompetence on the part of the IT department.
My guess--and this is only a guess, I can't make enough sense to do anything more--is that the novel part may have something to do with the "credit duration" stuff.
* "contextual cues from or based on the interactive software application" [0035]
* "OPTIONALLY in communication with an event detection module" (emphasis mine) [0035]
* "In some embodiments the content management system can receive user inputs from a user interacting with the interactive software application to interpret the content of the interactive software application" [0053]
* Regarding inputs to the event detection systems (which are expressly say don't need to run locally): "video information, audio information, game state data, or other information provided by or from the interactive software application" [0065]
* "FIG. 10 is an embodiment of a frame of video information received from the interactive software application that may be used for identifying events within the user's gameplay." [0073] (Note the patent does not limit itself to video games, just interactive software applications; this is just an example in that context.) [0073]
* "In some embodiments, the video information include user input information." [0092]
And, the design explicitly allows remote processing of this information:
* "The content management system may be stored and/or executed remotely to the client device" [0033]
* "the event detection module may be local to or remote from the content management system." [0036]
You're right, it doesn't include the whole screen and systems audio. Just the parts in the application. But Microsoft just adds this functionality to all software, and then there's no effective difference.
And that is extremely likely to me. And feasible. The patent doesn't say this has to be embedded in applications. Microsoft can implement this on any application. And Microsoft is well beyond the benefit of the doubt when it comes to privacy concerns.
I was running a little mitmproxy network test on some baby-tracking apps to see what kind of data got sent back home and man, realizing that everything I was doing on my phone was essentially being recorded and 'anonymized' by whatever definition of MS has for anonymization was really not fun
I can tell it’s still windows but I’m shocked how many things I have to turn off to stop live data from the internet appearing in my GUI. Also my profile settings, saved passwords, and other data seems to reset unexpectedly cause some or all settings to disappear. Finding stored passwords is also surprisingly difficult or impossible depending on I don’t know what.
Adding such overt spying to this mess of an OS achieves a new low in user experience.
Lately I don't know if I should stay quiet as to not interrupt someone subtly intentionally poisoning LLM training.
You got the important details wrong (the patent doesn’t use camera and microphone monitoring), but more importantly the existence of a patent is not the same as intent to deploy a technique.
Every few years news outlets will generate controversy about a patent they’ve discovered, implying that the company is going to force the evil thing on everyone. If you’ve worked at a tech company with a patent incentive you realize most of these patents are just resume padding junk or people gaming patent incentive systems. I was at a company that had a modest bonus for submitting ideas that could be patented and you wouldn’t believe the junk that people were trying to push through without any intent to ever use it.
As further proof, the patent you’re thinking of where cameras monitor the user is actually from 2009 and was patented by Sony. US8246454B2
I'm not OP, but I'm really not sure how you came to that assumption. A cursory Google search for "Microsoft monitor patent" brought up a bunch of articles that actually linked to filings like what OP talked about from this year.
https://patentimages.storage.googleapis.com/26/6f/30/238c9d7...
https://image-ppubs.uspto.gov/dirsearch-public/print/downloa...
https://www.tomshardware.com/video-games/microsoft-patents-s...
The patent for using a camera and microphone was a Sony patent from 2009.
Cory Doctorow wrote a book exactly about this business practices, "Enshittification: Why Everything Suddenly Got Worse and What to Do About It."
"Once the platform is fundamentally focused on the shareholders, and the users and vendors are locked in, the platform no longer has any incentive to maintain quality. Enshittified platforms that act as intermediaries can act as both a monopoly on services and a monopsony on customers, as high switching costs prevent either from leaving even when alternatives technically exist."
https://en.wikipedia.org/wiki/Enshitification
"NixOS is a Linux distribution where your whole system is defined in one configuration file."
I didn't get that from looking at their website...
Perhaps the real meatheads are the ones who spam threads with anti-ai memes, rather than looking at the utility of what the ai provided?
Nixos.org
The website nixos.org talks immediately about package management, which does not help with answering if it is a viable Windows alternative. It is like saying Apt or RPM is an alternative to Windows.
Whereas you are coming to it knowing what NixOS is, so already have the context. Clearly whoever wrote NixOS.org was the same. A pretty site for people who already know what Nix is.... which is a very very common pattern for open source projects. A nice front page mantra for true believers, but useless for outsiders.
Claude actually explained it all to me but I forced it to summarise it down. That is enough for all the people on this thread, who don't know what NixOS is to see that they are pushing a Linux distro as an alternative to Windows.
They also have "Mijn Bureau" which I tried out and wrote about here [0] which is the MS Office alternative.
I take it this is the layer below that, an operating system?
But it all looks quite fragmented still from what I can see, especially now that it's also split across GitHub and CodeBerg as well as being split across different organizations, and trying to collaborate with other efforts by other European countries while still remaining distinct.
[0] https://techstackups.com/articles/is-it-feasible-to-self-hos...
[1] https://github.com/MinBZK/mijn-bureau-infra
[2] https://code.overheid.nl/MinBZK/DAWO/src/branch/main/compone...
- https://github.com/cloud-gouv/securix a hardened/secured os
- https://github.com/cloud-gouv/bureautix-example an example to use securix to build an office deployment (with some packages https://github.com/cloud-gouv/bureautix-example/blob/main/co... )
If one country in the UN adopted some new OS, we wouldn't expect every other country (incl the US) to adopt it too.
FWIW, I'm not saying that I would expect the EU to do a better job than the Dutch government. Likely quite the opposite. But it's frustrating as passionate European... that these problems aren't tackled on a union level. You'd think that's their job? The EU will never compete if it stays a loose partnership of 27 countries, and if it can't even get France, Germany, and the Netherlands to work on this together instead of running 3 separate projects...
Two competing products emerge, they are battle tested, opinions form, reviews are conducted. At that point it's a much better time for a significantly larger organisation to create a more focused realistic plan based on learnings and outcomes.
Imagine the analysis paralysis that would set in if the EU tried it from scratch - years of requirements gathering, pilots, reports...
https://x.com/MemesOfNixOS/status/1942271466894217321
The problem though is that there’s always a strong push by French companies and organizations to reject English at any cost, despite the fact that is the most popular language in Europe.
Yes, I get that this is a way to preserve the French language and they have all the rights to do that (in the end, they’re the ones putting the effort in these initiatives) but imagine how faster these ideas could be shared and diffuse in Europe if French understood this. If all the countries in Europe just keep pushing their nationalist ideology instead of truly believing into a united and solid Europe Union, we won’t go any where.
Putting stuff in English will tend to exclude the less educated, or people who struggle to learn foreign languages.
EDIT: and actually, from looking at the README of https://github.com/cloud-gouv/securix
> Ce README est en français mais le reste du code, les issuers et les PR sont en anglais.
The README is in French but the rest of the code, the issues (they wrote issuers, but that is a typo I suspect) and the PRs are in English.
So. :P
Maintaining both languages is hard but we will do our best.
Interestingly, a French-speaking Canadian who has spent some time in France told me that his right to use the French language is better protected in Canada than it is in France. He thinks that this is a consequence of the reciprocality implied by having more than one official language: French speakers in Canada get the same rights as English speakers, so people are happy to grant rights in return for getting them, whereas in France everyone gets screwed and you end up with a situation in which a French person wanting to do a PhD on French history at a French university has to write their grant application in English.
It's also great when an actual commercial organization with requirements gets into the Linux game, as they don't really yield to 'we could make that printer work but it would be against everything we stand for' style arguments that have cemented problems in Linux userland for decades.
That was 18 years ago: https://fr.wikipedia.org/wiki/GendBuntu
https://code.overheid.nl/MinBZK/DAWO-NixOS
Is there anyone doing MDM or policy enforcement on Linux other than Google Workspace + chromebooks?
Minimum password lengths, maximum screen saver delay, screen saver password requirement, disk crypto enforcement, a million other little things. All of them can be done by customizing linux sure but organizations won’t want to maintain a separate distro for each business unit that needs different policies.
It's basically what people think they want from Docker but don't actually get from Docker.
They don't need to reimplement all of MS Office, just the parts they need to serve their constituency.
How do you think currencies are established? By accepting chickens and cows in lieu of legal tender? That’s precisely the meaning of legal tender. This is the exact analogue thereof: information is required as value is required, information and value are required in a mandated standardised form, other forms are rejected a priori.
Sure, the government could force a format change if they really want to.
LibreOffice Sheets doesn’t compete with Excel 2024, it competes more with Excel 2003. Granted, this is fine for a lot of (most?) people but it’s still not a “replacement” in my mind.
I ended up just building a Nix Flake to properly run Excel. At least then the operating system itself isn’t MS.
I think the only way we can actually solve the problem is to get a FOSS product up to snuff with Excel. I use Julia if I need really elaborate number crunching, but I don’t view it as a substitute for Excel; the interactivity of spreadsheets is really useful, especially when you’re actively developing stuff.
It supports Office 365 and Office 2024 Home works as of about two days ago.
I think it would require very little if any effort to get Home and Business working but the license for that was too expensive (though pull requests are welcome!)
Currently limited to stuff that can be activated on Microsoft’s website. I tried very hard and was ultimately unsuccessful at getting Office 2024 Pro Plus working from a gray-market key I bought on Groupon, because the MAK activation stuff appears to depend on a lot of stuff that Wine/Proton doesn’t implement. Again, pull requests are welcome if someone here figures out how to do it.
https://github.com/Tombert/office365_flake
Valve is making desktop computers now; maybe the next thing they could improve is LibreOffice to try and appeal to businesses.
Even without the VBA though, it’s missing basically any feature added in 2019 like Lambda and filter and dynamic arrays.
But that's not all. Avoiding US based proprietary tools, in general, is going to be a challenge. The EU needs some kind of fund to create the next generation of productivity tools for this platform. Not just equivalent replacements. Requirements change and new tools need to be different.
> DAWO brings public values and technology together. The community pursues five primary goals.
But fails to state what the letters in D.A.W.O. stand for
I would much prefer to be using something like NixOS and not be depending on Microsoft etc but I can't imagine what the stack will look like if we don't revolutionise the work. Sensitivity labels, DLP, etc. are relics of people treating information on computers as if they are physical documents, and I can't see how I will have been paying for BP/E3/E5 licenses for users and then suddenly start to argue we don't need those features anymore after spending so long insisting users need to use them.
I'll happily try it.
Not by your choosing, but still.
I wonder if Claude could go from NixOS spec to actual config without the Nixos provider. The provider becomes a natural language description and some links to the docs/source code and then a verifier is all you need.
Are they going with Copilot for Dutchies or Kaaskoppen.NET?
So while more alternatives here are the logical answer, as well as eliminate the greedy US corpoations, I am not sure NixOS as it is right now is ideal. On paper, NixOS should solve EVERYTHING. For instance, if a build status works for one user, the environment guarantee should mean it works for EVERYONE ELSE. Same with other problems and hardware, so in theory, NixOS should be perfect.
In practice, though, I found working with NixOS annoying, for many reasons. A static system that has issues, is not good. A static system that restricts me in problem solving, is not good. Plus, Nix is ugly to no ends - I have no idea why the NixOS team thought a new programming language is required. Why do I need to define static elements in Nix? Why not make that more free form? I already describe my whole system via yaml files, which in turn ruby uses to generate everything I need. Then there are smaller issues, like why do I need to use systemd on NixOS, why can I not used versioned AppDirs with a name scheme similar to GoboLinux (hashed program directories on NixOS are, of course, also versioned app-dirs, but I hate reading 7897389nughuewz789gewh2t93h923-hghwugeiw73, that simply tells me nothing. Why not have /Programs/Python/3.15.0/ ? It can't be simpler than that.)
Anyway - good for the Netherlands to push here, Denmark, Sweden, Finland will also push, even France, though slower. Now please everyone, help us convince the german government to stop being such a tool for Trump. Merz is a failure anyway, but the problems go far deeper than merely Trump, and with the AfD going to seize power, idiocy will again dominate in Germany. That's very bad. Germany is soooooooo slow here. Microsoft even managed to kill LiMux years ago. They have placed their economic hitmen in Germany, so the whole EU does not work anyway because Germany will keep on dragging every other country down. It is thus very understandable why real innovation comes from the smaller countries in the EU, as they are quicker to innovate. Unfortunately the big german behemoth will roll over them and again cripple many required things in the EU.
Microsoft isn't what it used to be. Maybe soon it will be called Microsoft/OpenAI, then OpenAI/Microsoft, then just OpenAI.
It's a bad sign that they chose NixOS instead of something boring like Debian, though (and it seems France, too.) Makes me suspect that this is being driven by a single strong personality who will eventually lose interest or even rugpull support, leaving the project in disarray and a poster child for criticizing doing anything but buying Microsoft as European flakiness. On the other hand, I'm happy that it will involve money being put into NixOS.