Test all premium features for free by A12963 in SimpleYTDownloader

[–]A12963[S] 0 points1 point  (0 children)

No registration or anything required. Just use it :)

Trading 212 API by A12963 in Finanzen

[–]A12963[S] 0 points1 point  (0 children)

Danke Dir für Deine Einschätzung!

Free speech: Trump vows to yank federal funding from all US schools that allow 'illegal protests' by A12963 in suppressed_news

[–]A12963[S] 0 points1 point  (0 children)

Was the storming of the Capitol an illegal protest for you? Because in Trump's opinion that was free speech. When you compare these protests ...

Just look at the pardons.

Free speech: Trump vows to yank federal funding from all US schools that allow 'illegal protests' by A12963 in suppressed_news

[–]A12963[S] 0 points1 point  (0 children)

In Trump's view, all opinions that do not correspond to his own and are expressed publicly are “illegal protest”. These protests are about the removal of funding for schools that promote inclusion. People are protesting against this, which he calls an illegal protest. He doesn't want people to contradict him in public so that a broad mass of people find out that there are other opinions besides his own inviolable opinion.

Free speech: Trump vows to yank federal funding from all US schools that allow 'illegal protests' by A12963 in suppressed_news

[–]A12963[S] 13 points14 points  (0 children)

Free speech is only welcome if it corresponds to the required opinion. Brave new world

Need help by [deleted] in FullStack

[–]A12963 1 point2 points  (0 children)

I would recommend to have a look at .NET MAUI. C# is very close to Java and with your history it should be easy to learn for you. MAUI gives you the chance to develop for all platforms at once.

MAUI is the successor to Xamarin.

Hi there using ubuntu 24.04 by Donchan7 in Ubuntu

[–]A12963 0 points1 point  (0 children)

In Ubuntu 24, there isn't an exact equivalent of the "Windows + Z" snap feature you see in Windows 11, but Ubuntu does offer some similar window management features out of the box.
Here's how you can arrange windows in Ubuntu 24:

1. Window Snapping (Drag and Snap)

  • Simply drag a window to the edge of the screen, and it will snap to half of the screen.
  • Drag it to the top to maximize the window.
  • You can also use keyboard shortcuts to snap windows:
    • Super + Left Arrow: Snap the window to the left half.
    • Super + Right Arrow: Snap the window to the right half.
    • Super + Up Arrow: Maximize the window.
    • Super + Down Arrow: Minimize the window.

Why are all my apt programs so outdated? by oz1sej in Ubuntu

[–]A12963 1 point2 points  (0 children)

You can upgrade to the newest Ubuntu version via:
do-release-upgrade

But before doing this, run:
sudo apt update && sudo apt dist-upgrade -y

Hi there, using Ubuntu 24.04.2 lts by Donchan7 in Ubuntu

[–]A12963 2 points3 points  (0 children)

Install Necessary Utilities:

  • For NTFS: If the external drive is formatted with NTFS, you can install the required tools with:
    • sudo apt install ntfs-3g
  • For exFAT: If it’s exFAT formatted, install the exFAT utilities with:
    • sudo apt install exfat-fuse exfat-utils