ExtremeDullard

joined 2 years ago
MODERATOR OF

how can she call herself a Christian and be in the MAGA cult?

If she's a MAGA christian, she's in two cults.

The obvious answer to your question is that she's prone to falling prey to cults.

[–] ExtremeDullard@lemmy.sdf.org 10 points 1 day ago (1 children)

Proving once again, if there was still a need, that MAGAts aren't the brightest candles on the chandelier.

[–] ExtremeDullard@lemmy.sdf.org 57 points 1 day ago (6 children)

Well, FEMA funds are being redirected towards building concentration camps in the Everglades. Whatcha gon do without any money?

alas, someone bright and intelligent somewhere probably already fed your credit card alongside all your other customer information into it

Well, you're probably right there...

[–] ExtremeDullard@lemmy.sdf.org 14 points 1 day ago* (last edited 1 day ago)

How is this Linux news? It's barely tech news.

[–] ExtremeDullard@lemmy.sdf.org 3 points 2 days ago (2 children)

AI learning your credit card number is a recipe for someone to make it spew it out in the future. No thanks.

[–] ExtremeDullard@lemmy.sdf.org 1 points 2 days ago* (last edited 2 days ago)

That sloppy AI gobbledygook barely qualifies as computer-related content, let alone "hacker news".

[–] ExtremeDullard@lemmy.sdf.org 10 points 2 days ago (4 children)

Is there anything in the US that gets better?

[–] ExtremeDullard@lemmy.sdf.org 6 points 2 days ago* (last edited 2 days ago)

Immigrants are just the first wave of scapegoats.

I refer you to Martin Niemöller's famous confession:

First they came for the socialists, and I did not speak out—because I was not a socialist.
Then they came for the trade unionists, and I did not speak out—because I was not a trade unionist.
Then they came for the Jews, and I did not speak out—because I was not a Jew.
Then they came for me—and there was no one left to speak for me.

ICE is the modern American SS. They just need an excuse to arrest people arbitrarily - until they don't need an excuse no more.

[–] ExtremeDullard@lemmy.sdf.org 29 points 2 days ago (12 children)

poettering is an absolute good guy here

Agreed. But he's also an abrasive know-it-all. A modicum of social skills and respect goes a long way towards making others accept your pet projects.

pulesaudio protocol is used within pipewire and it works just fine.

I wasn't talking about the protocol, I was talking about the implementation: PulseAudio is a crashy, unstable POS. I can't count the number of hours this turd made me waste, until PipeWire came along.

[–] ExtremeDullard@lemmy.sdf.org 4 points 2 days ago* (last edited 2 days ago)

I wish we still had some living memory to whoop these fascists in line.

I'm not old enough to have lived through WW2, but my parents and my grandparents did. And quite a few members of my family went to the camps. Some didn't come back.

They told us kids what happened. They lived it, and they passed their memories onto us.

And so as a result, fascism is very much a living memory to me. It's the memory of seeing those dear to us weep when they told us kids what they saw and what they had to endure.

Sadly, those of us for whom fascism is a living memory - directly or indirectly - are too old to whoop anybody's ass. But I have a burning desire to. I can't stand fucking fascists, and they're running the country right now! I'm so fucking mad!

 

One day, Americans will be ashamed of themselves. Like the Germans were.

 

One day, Americans will be ashamed of themselves. Like the Germans were.

 

To configure several keyboard input layouts, it's quite simple - especially if you come from i3: no need for ibus or fcitx (both bring their own problems in Sway/Wayland).

All you have to do is edit your keyboard input preferences right in your Sway config file. For example:

input type:keyboard {
        xkb_layout us,fr,fi,es
        xkb_options grp:alt_space_toggle,lv3:ralt_switch
}

This sets up 4 keyboard layout (US, French, Finnish and Spanish) and Alt+space as the shortcut to cycle through them.

There's a plethora of XKB layouts and options. You can see them all by doing man xkeyboard-config. Pick the ones you want.

Then if you use Waybar, you can set it up so that it displays the layout currently in use with the sway/language module. For instance, put this in your Waybar config file:

"sway/language": {                                                           
    "format": "{flag}",                                                      
    "tooltip": false,                                                        
    "on-click": "swaymsg input type:keyboard xkb_switch_layout next",        
    "on-click-right": "swaymsg input type:keyboard xkb_switch_layout prev"   
},                                                                         

This shows the current layout as the corresponding country flag and configures left- and right-click to cycle through the layouts when clicking on the flag.

Finally, if you like to type emojis and you don't want to remember the unicode numbers (which you can enter in hexadecimal with Ctrl+Shift+u in case you didn't know), install rofimoji and wtype: rofimoji is a very nice Rofi-based emoji picker, and wtype is the Wayland typer it needs to inject the emojis through the Wayland virtual keyboard:

Then add a key binding in your Sway config file to call the emoji picker. I personally use Ctrl+Shift+e:

bindsym Ctrl+Shift+e exec rofimoji

Final twist: if you use several input layouts and you display the current layout in Waybar, you'll notice that wtype (called by rofimoji) makes the Waybar language icon disappear.

That's because there's a bug in the Waybar Sway language module: it doesn't mess up the keyboard input, it just makes the icon disappear until you change the layout, and then it comes back.

So here's a workaroud, since nobody seems to be in a hurry to fix this bug 😃:

  • In .local/bin, create a wtype file with the following content:
#!/bin/sh
/usr/bin/wtype $@ && swaymsg input type:keyboard xkb_switch_layout next && swaymsg input type:keyboard xkb_switch_layout prev

What this script does is call the real wtype, then switch the keyboard layout back and forth to make the Waybar language icon reappear.

  • Add .local/bin to your PATH environment variable BEFORE /usr/bin, so your wtype wrapper is called by rofimoji in lieu of the real wtype. To do that in Sway:

    • Add the modified PATH to ~/.config, e.g.:
    PATH=$HOME/.local/bin:$PATH
    
    • call systemctl --user daemon-reload
    • Log out and back in

    (if you wonder why you have to do all this to set a simple environment variable in Sway, see here)

After that, the language icon should stay put when you enter emojis.

 

Now you can pay your McMansion with McDollars and help bring about the next subprime mortgage crisis.

 

Don't tourists know by now that visiting the US in 2025 is like visiting Germany in 1938?

 

Today was rough. It hasn't been this intense for at least a year.

 

This man's homemade prostheses are awesome!

Check out his creations on his Tiktok and his Youtube channels.

I particularly like his super-cheap prostheses made out of plastic soda bottles, a technique we mentioned here before.

view more: ‹ prev next ›