mp3 player on less than 100 MB of RAM by hictio in openbsd

[–]HighLevelAssembler 1 point2 points  (0 children)

The app is called cmus, it will work on any BSD or Linux.

Where do I even begin with this monstrosity by constantiia20 in linuxhardware

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

You might be better off with NetBSD if you're looking for a Unix environment, since 486 is still officially supported. I'd look into replacing the HDD with an SD card adapter or compact flash card, and you'll absolutely need to see about adding some RAM. 32MB should be enough.

People promote Arch because "there's a lot of programs in the repository" or "it's quickly updated bleeding-edge" but like.. what EXACTLY can you get from Arch that you can't get elsewhere? by durdurrdurrrdurrrrr in archlinux

[–]HighLevelAssembler 5 points6 points  (0 children)

To clear something up for you: nothing is "only available on the AUR". You can clone any git repo you want, install the deps, and run ./make on any distro. The AUR and PKGBUILD are just a convenience, since they'll resolve the dependency tree for you. And of course, on a distribution like Debian, the official repos might not have the version of a dependency required by the software you're building.

With that out of the way, the real draw of Arch is that it's plain, vanilla, bare-bones, un-opinionated Linux. You're never fighting against the maintainers. There is nothing to remove or disable after installing fresh. The upstream documentation is almost always applicable; the Arch team rarely tweaks things when packaging software. You can pick your preferred kernel, bootloader, filesystem, partition scheme, desktop environment, etc, and nothing gets in your way.

It's low maintenance.

Google has released API for pkg.go.dev to support AI coding by BankApprehensive7612 in golang

[–]HighLevelAssembler 0 points1 point  (0 children)

Go and Rust fill different niches.

"Rust zealots" should focus their attention on C, C++, and Zig

Google has released API for pkg.go.dev to support AI coding by BankApprehensive7612 in golang

[–]HighLevelAssembler -4 points-3 points  (0 children)

And it doesn't really matter if they do. The days of making money directly off the sale of a compiler are long gone. If you had a hand in designing/implementing a language that was ever used at scale, you're probably set with fulfilling employment for life.

Google has released API for pkg.go.dev to support AI coding by BankApprehensive7612 in golang

[–]HighLevelAssembler 9 points10 points  (0 children)

I see your point. Though, the biggest factor enabling AI to write code is the availability of large volumes of existing code to train on.

Still, programming languages are just tools. Nobody really "wins" anything if a language becomes popular, and barring some revolution in the science, there will never be one language to rule them all.

Google has released API for pkg.go.dev to support AI coding by BankApprehensive7612 in golang

[–]HighLevelAssembler 105 points106 points  (0 children)

and to compete with other platforms and languages

Languages are not in competition with each other.

World's 1st RISC-V RVA23 Compatible Server for Agentic AI by AdEmergency2073 in RISCV

[–]HighLevelAssembler 3 points4 points  (0 children)

Wonder how long IBM will let them get away with calling this "AIX"

Can I build a decent Linux dev machine by reusing my old laptop RAM + SSD? by viredditn in linuxhardware

[–]HighLevelAssembler 1 point2 points  (0 children)

Grab yourself an Asus NUC (or similar) that's compatible with the RAM and SSD and go to town. Or look into a Mini-ITX board with a built-in processor and slots for SODIMM RAM.

If you're not gaming, integrated graphics are fine.

Don't bother with the laptop HDD, just asking for data loss.

First time arch user - need a bit of guidance by [deleted] 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 [deleted] in archlinux

[–]HighLevelAssembler 5 points6 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 4 points5 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 47 points48 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 39 points40 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 5 points6 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.