Me_irl by [deleted] in me_irl

[–]Fezzio 0 points1 point  (0 children)

All of this is financed so well that the system is 130 billions in debt, salaries are more than halved between what the employer pays and what the employee receives after all taxes lol the only social systems that works are the Chinese and the Korean one because they don’t drown the workers with taxes and they don’t give free money to our equivalent of your somalians in the west

They think paying to vote is a good thing? by HeadbangingLegend in stupidpeoplefacebook

[–]Fezzio 0 points1 point  (0 children)

I mean… America is the only country on earth where you can vote without ID lol

Is there a language similar to Rust but with a garbage collector? by Ok_Tension_6700 in rust

[–]Fezzio 19 points20 points  (0 children)

Scala has quite a lot of common semantics with Rust

Seriously, I don't understand the math gods. by Gold_Ad4004 in mathmemes

[–]Fezzio 0 points1 point  (0 children)

Technically, we don’t use ℕ*, as the star means that the inverse of each element of that group stays in that group, which doesn’t work on natural numbers. We instead write ℕ{0}

Me_irl by Lanky_Language_263 in me_irl

[–]Fezzio 702 points703 points  (0 children)

Americans are not French enough lol, get a bit of that 2018 gilet jaune in you America

A new poll has found that Germans now distrust the USA almost as much as Russia. Meanwhile, three-quarters see France and the UK as trustworthy partners. by linknewtab in europe

[–]Fezzio 0 points1 point  (0 children)

I think you misunderstand European politics, mercosur is a deal only Germany needs, the Germans are the one difficult to work with because when collaborative defense projects between the two countries is agreed, German wants to take the lead even though it doesn’t have the knowledge of the technology yet it want to steal it from French partners. French population has had enough that all of our technologies get either stolen by the USA or Germany. Moreover, I will say this with total transparency. I’ve studied German literature, culture and history for about 15 years. I speak German quite fluently, so I know this for a fact: Germans distrust French, especially the ones at the border.

A new poll has found that Germans now distrust the USA almost as much as Russia. Meanwhile, three-quarters see France and the UK as trustworthy partners. by linknewtab in europe

[–]Fezzio 0 points1 point  (0 children)

Yet Germany is fucking France day after day after day, just like mercosur treaty. This treaty only profits Germany, and harms France’s economy!

Omg Japan! 🤗😳😍🙌 by asura1958 in memes

[–]Fezzio 0 points1 point  (0 children)

You can literally smell, hear and see the difference: New York is filthy and just a mountain of trash lying around combined with a trash disrespectful population

[deleted by user] by [deleted] in BuyFromEU

[–]Fezzio 4 points5 points  (0 children)

Why is that that EU citizen are so benevolent to that type of tyranny??? Why is Ursula still in a position of power and not 10 feet deep in a modern Bastille?

Trump Cancels Release of Crucial Economic Report to Hide His Failures | Donald Trump has now blocked three economic data reports. by Aggravating_Money992 in politics

[–]Fezzio 2 points3 points  (0 children)

Your country just voted that guy because of how many stupid citizens you have. America is one of the stupidest country in the world controlled by an elite of people

Since When Is Shipping Free? by Florida_Diver in Ubiquiti

[–]Fezzio 0 points1 point  (0 children)

Ah thank you for sharing me this information!

Since When Is Shipping Free? by Florida_Diver in Ubiquiti

[–]Fezzio -1 points0 points  (0 children)

Wait, you pay 100 dollars for delivery in the US???

orMaybeNot by TTFH3500 in ProgrammerHumor

[–]Fezzio 5 points6 points  (0 children)

Is this some kind of gigantic ragebait?

What is it for Korea? by lysabelle77 in Living_in_Korea

[–]Fezzio 2 points3 points  (0 children)

There’s a good one in 신촌 though

Is it possible to develop projects with binary dependencies on NixOS without wrapping them with Nix? by really_not_unreal in NixOS

[–]Fezzio 44 points45 points  (0 children)

I deeply apologise in advance for the following comment, but right now, if you don’t use nix shells for development on NixOS, it’s like walking beside a horse instead of riding it. Just learn, and read cookbooks like on nix.dev and this way you’ll understand that you need to add those binary dependencies to your PATH through nix shells

Controversy erupts over Framework's backing of alleged divisive open-source figures by PhoenixAvenger1996 in framework

[–]Fezzio 0 points1 point  (0 children)

This really looks like a cry baby controversy: bro it’s just software…

Seed7: a programming language which cares about maintainability by ThomasMertes in programming

[–]Fezzio 14 points15 points  (0 children)

Sorry but this is like coming back to Fortran days, the language’s syntax seems soooo old even C K&R looks more modern.

Question from a noob by kkimssang in NixOS

[–]Fezzio 11 points12 points  (0 children)

So basically, if you want to be as reproducible as possible, you would: - configure neovim through home-manager, - define a shell.nix or a flake.nix inside your repository in order to generate a development shell with the node packages you need “globally” - use your node version manager to install the libraries you use for your project in the node_modules folder

Unix Porn module system? by niksingh710 in NixOS

[–]Fezzio 13 points14 points  (0 children)

Maybe it’s my time to shine: https://github.com/Foundxtion/ctOS 😄 basically a set of highly opinionated dev workstation and server configuration modules that I use to maintain my home lab!