Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

It's been over 20 years of majority right wing governments in The Netherlands.

Uncategorized
3 2 0
  • It's been over 20 years of majority right wing governments in The Netherlands. Literally every demographic complains about the cost of living crisis, the insane housing shortage, poverty increasing significantly, the pension age now being 72, more homelessness, the unfair medical deductible, people needing foodbanks, increased stress, and the wealth gap being one of the worst in the world.

    So guess what the people voted for this time? Jup, right wing parties.

  • It's been over 20 years of majority right wing governments in The Netherlands. Literally every demographic complains about the cost of living crisis, the insane housing shortage, poverty increasing significantly, the pension age now being 72, more homelessness, the unfair medical deductible, people needing foodbanks, increased stress, and the wealth gap being one of the worst in the world.

    So guess what the people voted for this time? Jup, right wing parties.

    And yes I consider D66 right wing. Let's hope they'll consider a coalition with PvdA-GL.

  • It's been over 20 years of majority right wing governments in The Netherlands. Literally every demographic complains about the cost of living crisis, the insane housing shortage, poverty increasing significantly, the pension age now being 72, more homelessness, the unfair medical deductible, people needing foodbanks, increased stress, and the wealth gap being one of the worst in the world.

    So guess what the people voted for this time? Jup, right wing parties.

    @Gina holy moly... this is one hell of a "Today I Learned". :o(

    Up until now, I thought Netherlands was more progressive than this. 72 for retirement age? This is nuts! All the other things you point out are very concerning, too.

    I now understand that it's not just the weather that you're wanting to get away from...

    At least your government has the concept of "coalitions" and it's not a two-party circle-jerk like in USA.


Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • @squinky no tricky-treaters come by?

    Uncategorized
    1
    0 Votes
    1 Posts
    0 Views
    @squinky no tricky-treaters come by?
  • Wordle 1,593 2/6*

    Uncategorized
    2
    0 Votes
    2 Posts
    0 Views
    @evan buy lottery tickets!
  • 0 Votes
    1 Posts
    0 Views
    Hello World in C Without Linking in LibrariesIf there’s one constant with software developers, it is that sometimes they get bored. At these times, they tend to think dangerous thoughts, usually starting with ‘What if…’. Next you know, they have gone down a dark and winding rabbit hole and found themselves staring at something so amazing that the only natural conclusion that comes to mind is that while educational, it serves no immediate purpose.The idea of applying this to snipping out the <stdio.h> header in C and the printf() function that it provides definitely is a good example here. Starting from the typical Hello World example in C, [Old Man Yells at Code] over at YouTube first takes us from the standard dynamically linked binary at a bloated 16 kB, to the statically linked version at an eyepopping 767 kB.To remove any such dynamic linkages, and to keep file sizes somewhat sane, he then proceeds to first use the write()function from the <unistd.h> header, which does indeed cut out the <stdio.h> include, before doing the reasonable thing and removing all includes by rewriting the code in x86 assembly.While this gets the final binary size down to 9 kB and needs no libraries to link with, it still performs a syscall, after setting appropriate register values, to hand control back to the kernel for doing the actual printing. If you try doing something similar with syscall(), you have to link in libc, so it might very well be that this is the real way to do Hello World without includes or linking in libraries. Plus the asm keyword part of C, although one could argue that at this point you could just as well write everything in x86 ASM.Of course, one cannot argue that this experience isn’t incredibly educational, and decidedly answers the original ‘What if…’ question.youtube.com/embed/gVaXLlGqQ-c?…hackaday.com/2025/10/29/hello-…
  • 0 Votes
    60 Posts
    17 Views
    @lritter ok tavy told me how to fix it. kclock appears to be quite nice actually!