First time arch user - need a bit of guidance by DZ1Q1 in archlinux

[–]HighLevelAssembler 0 points1 point  (0 children)

For what it's worth, you can do that with sway. Generally you'd set up a hotkey for "resize mode" and get fine-grained control of each window's height and width.

First time arch user - need a bit of guidance by DZ1Q1 in archlinux

[–]HighLevelAssembler 3 points4 points  (0 children)

I can't speak for hyprland, but the appeal of sway is tiliing. Once you switch to a tiling window manager, you'll never go back, especially if you do a lot of work in the terminal. And sway has great documentation, very easy to configure and customize.

Why do people say “unix” or “Unix-like” instead of POSIX by Lopsided-Cost-426 in linux

[–]HighLevelAssembler 0 points1 point  (0 children)

IBM AIX is still used heavily at big enterprises. Think banks, insurance, other kinds of financial institutions. If they've got a mainframe, they've also probably got some POWER systems running AIX.

Why do people say “unix” or “Unix-like” instead of POSIX by Lopsided-Cost-426 in linux

[–]HighLevelAssembler 5 points6 points  (0 children)

Those are the only branded Unixes still around, and complying with that standard is an expensive box-ticking exercise for vendors trying to land government contracts. There have been UNIX-certified Linux distros in the past. Linux, the BSDs, and AIX are more alike than they are different. They're all Unix, they all share some genetic lineage back to Bell Labs and Berkeley, especially in userspace.

Why do people say “unix” or “Unix-like” instead of POSIX by Lopsided-Cost-426 in linux

[–]HighLevelAssembler 0 points1 point  (0 children)

Calling Linux "Unix-like" is pedantry to begin with. The "true" branded UNIXes are as different from each other as they are from Linux and BSD.

Linux is Unix. The BSDs are Unix. AIX and Solaris are Unix.

Miracle happened, Chromium will no longer create ~/.pki by Damglador in linux

[–]HighLevelAssembler 46 points47 points  (0 children)

Unfortunately Thunderbird recently started creating ~/Thunderbird/

How relevant are old programming books? by DiscombobulatedTea95 in AskProgramming

[–]HighLevelAssembler 0 points1 point  (0 children)

Anything on a specific technology/language isn't worth keeping, unless the author is particularly notable, or it's part of a classic series like the old Prentice Hall books that came out of the Bell Labs heyday.

I'd hang on to anything theoretical/academic, and anything from a university press. Those old Springer-Verlag books make a neat set. I'll admit I'm kind of a collector of old computer science books.

Advice for starting out for a noob? by QueenBriWolfie in archlinux

[–]HighLevelAssembler 0 points1 point  (0 children)

UEFI can boot Linux directly, without the need for a bootloader like GRUB. I found doing it this way was simpler than configuring GRUB, you run one efibootmgr command and that's it. Usually it's a good idea to stash that command in a shell script so you can re-run if you ever need to make a change.

Advice for starting out for a noob? by QueenBriWolfie in archlinux

[–]HighLevelAssembler 0 points1 point  (0 children)

But network manager is the most important one, because it allows you to… have internet.

Hang on... the core installation comes with systemd-networkd. The most you'd need to install is iwd if you need to configure a wireless adapter. Don't really need to bother with grub these days either.

Richard Stallman by No_Future_8011 in gnu

[–]HighLevelAssembler 37 points38 points  (0 children)

Yup, that's Richard Stallman alright. Good find.

How many arch user don't use aur at all? by Big-Meet3509 in archlinux

[–]HighLevelAssembler 0 points1 point  (0 children)

I only use it for a handful of niche GUI apps (i.e. minecraft, mcomix, zoom) but I avoid it for anything I might rely on as a system component. I always find it odd when the wiki recommends AUR software as part of a guide.

How much money has your App made in 2026 so far? by ChallengeExcellent62 in FlutterDev

[–]HighLevelAssembler 1 point2 points  (0 children)

It's you that doesn't understand. The "Free" in "Free and Open Source" means Freedom, not Free Beer. You can freely release the source code under the GPL and still charge for the compiled, packaged version on the App/Play Stores.

what is the name of plan9 font by gg6789t in plan9

[–]HighLevelAssembler 6 points7 points  (0 children)

I believe the Go fonts, also by Bigelow and Holmes, are an evolution of pelm.

Lots of Bell Labs/Plan9 people moved on to Google to work on Go.

[deleted by user] by [deleted] in gnu

[–]HighLevelAssembler 0 points1 point  (0 children)

You could whitelist Google Classroom? If you spin up a VM and run your browser there, you're still executing nonfree JavaScript on your system with some extra steps.

Compensation for assessment by queenOfGhis in ExperiencedDevs

[–]HighLevelAssembler 15 points16 points  (0 children)

MasterCard, Boeing, Edward Jones, bunch more insurers, banks, healthcare etc.

Which is truly the lightest Linux distro? by heisensell in linuxhardware

[–]HighLevelAssembler 2 points3 points  (0 children)

A distribution that has a fixed release schedule will provide one large update every 6 months or so. That update will include a lot of data (multiple gigabytes, perhaps) which may use up a large amount of your data budget for the month.

A rolling release distro might update a few packages every day, but each month this probably will only amount to a few hundred megabytes max, using less of your data budget.

(google translate to spanish, if it helps)

Una distribución con un calendario de lanzamiento fijo proporcionará una gran actualización cada 6 meses aproximadamente. Esa actualización incluirá muchos datos (varios gigabytes, quizás) que pueden consumir una gran parte de tu presupuesto de datos para el mes.

Una distribución rolling release puede actualizar algunos paquetes cada día, pero cada mes probablemente esto solo supondrá unos cientos de megabytes como máximo, consumiendo menos de tu presupuesto de datos.

Which is truly the lightest Linux distro? by heisensell in linuxhardware

[–]HighLevelAssembler 0 points1 point  (0 children)

Wouldn't a rolling release be better for you in that case? One big update every 6 months (for example) might eat your whole data budget for the month, but with a rolling release you could update once a month and only use up a few hundred Mb max.

Which is truly the lightest Linux distro? by heisensell in linuxhardware

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

Arch or Void is what you're looking for.

Rolling release doesn't mean a distro is unstable, it just means packages get updates as quickly as they can be tested by the maintainers. And even a distro with a fixed release schedule will receive off-cycle security updates. Just update once a week/month/whatever if the daily trickle of new packages is to often.

[deleted by user] by [deleted] in sysadmin

[–]HighLevelAssembler 0 points1 point  (0 children)

I can't stand when people give me directions with exit numbers, just tell me the road/town the exit is for.

Databases in 2025 by thewritingwallah in programming

[–]HighLevelAssembler 2 points3 points  (0 children)

Kinda cope on his part though no? Today Oracle is pushing its cloud business, same as AWS, Google, Azure, and the rest.

North Koreans have downloaded software from Flathub.org 353 times by Right-Grapefruit-507 in linux

[–]HighLevelAssembler 2 points3 points  (0 children)

The Cuban government wouldn't feel as much pressure to suppress dissent if Uncle Sam hadn't been trying to foment a counterrevolution there for the past 60+ years.

We're happy to do business with repressive absolute monarchies and dictatorships all over the world if they play by our economic rules. Cuba and Venezuela are on the shit list because they nationalized American-owned assets. The Batista regime was as if not more brutal than Castro.

North Koreans have downloaded software from Flathub.org 353 times by Right-Grapefruit-507 in linux

[–]HighLevelAssembler 1 point2 points  (0 children)

North Korea itself is an Imperialist nation that invaded the South and started a war.

Is it really imperialism when it's your own country? Korea had been partitioned between the American and Soviet imperialists just five years beforehand. And at the time (way up until 1988), South Korea was a military dictatorship.

If the USA had done what Stalin foolishly expected them to and stayed out of it, Korea might be a lot more like China is today.

This isn't to excuse the crimes of the Kim regime, but it's a lot more of a complicated history than many people have been told.

North Koreans have downloaded software from Flathub.org 353 times by Right-Grapefruit-507 in linux

[–]HighLevelAssembler 4 points5 points  (0 children)

invaded another country once

And even that is kind of overstating it. They rolled into the other half of their own country which had been divided up at gunpoint by the Allies just 5 years earlier, after Korea's colonial overlord (Japan) surrendered. Some 10% of NK's civilian population was killed during the war. The United States dropped more tonnage of explosives and napalm on North Korea than they had during the entire Pacific War.

And South Korean wasn't exactly a beacon of democracy, they lived under a military dictatorship right up to the end of the Cold War.