@callyral@pawb.social
@callyral@pawb.social avatar

callyral

@callyral@pawb.social

favorite bands ยท Lemon Demon; Tally Hall.

favorite artists ยท cavetown; Neil Cicierega; Bo Burnham; Jack Stauber; Will Wood; Toby Fox.

๐™ธโ€™๐š– ๐š‘๐šŠ๐š•๐š ๐š‘๐šž๐š–๐šŠ๐š— ๐šŠ๐š—๐š ๐š‘๐šŠ๐š•๐š ๐š–๐šŠ๐šŒ๐š‘๐š’๐š—๐šŽ

mastodon ยท @callyral

This profile is from a federated server and may be incomplete. Browse more on the original instance.

callyral,
@callyral@pawb.social avatar

Minecraft works perfectly fine, pretty sure it runs natively on Linux actually.

callyral,
@callyral@pawb.social avatar

does this protocol work for other terminals? such as alacritty, foot, urxvt, or even st (with appropriate patch ofc)?

callyral, (edited )
@callyral@pawb.social avatar

Not only that, but thereโ€™s a higher chance of the detector lying than the Sun supernova-ing, so itโ€™s probably a false positive. Yes I did just read some paragraphs from 3โ€“4 Wikipedia articles.

callyral, (edited )
@callyral@pawb.social avatar

Any text editor that lets you write Markdown (all of them, since markdown can be written as a plain text file). Itโ€™s simple but featureful. I would recommend Marktext.

callyral,
@callyral@pawb.social avatar

(notice: I am not a Rust or C/C++ expert)

Doing all that is creating a completely separate programming language from C. Rust is that programming language.

Fix shitty imports

Rust does that with modules and crates.

Improve syntax rule

You mean having consistent/universal style guidelines? Rust pretty much has that with rustfmt.

Improve memory management

Safe Rust is memory safe (using things like the borrow checker), and Unsafe Rust is (usually?) separated using the unsafe keyword.

Although Unsafe Rust seems to be quite a mess, idk havenโ€™t tried it

Other new misc features

Rust has macros, iterators, lambdas, etc. C doesnโ€™t have those. C++ probably has those but in a really weird C++ way.

callyral,
@callyral@pawb.social avatar

I usually just press F2 to rename things in a GUI

callyral,
@callyral@pawb.social avatar

Not having to go through a bunch menus to do stuff, not using the mouse, having โ€“help for commandsโ€ฆ

Or just for simplicity. For example, I use simple commands to manage my files: mv, cp, ls, rm, mkdir, etc.

Thereโ€™s also Neovim, my preferred editor, which runs on the terminal.

I prefer to use GUI for visual things, like drawing, since thatโ€™s what itโ€™s best at.

callyral,
@callyral@pawb.social avatar

Appimages do not have repositories, unlike Flatpaks and Snaps. Itโ€™s harder to install or update them since there isnโ€™t a package manager for the Appimages.

I donโ€™t know about Snaps, but Flatpaks are sandboxed, which basically means more security, since apps wonโ€™t get access to your system without permission. Itโ€™s kind of like Android where apps have to ask for permission to things like camera access, filesystem access, etc.


While I do use Appimages, they remind me of Windows and having to go to websites to download stuff.

Personally, I prefer just installing software with my distroโ€™s package manager and resort to Flatpaks or Appimages when itโ€™s not available in the repos.

"Combokeys" instead of hotkeys. [Feature/new command suggestion]

Title. Basically, โ€œif a street fighter gamer and a linux tryhard had a babyโ€ where a combination of keys is issued to run a command/script rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the...

callyral, (edited )
@callyral@pawb.social avatar

Key chords/submodes? Not a desktop app, but an Emacs extension, Hydra. Thereโ€™s also a Neovim version.

I donโ€™t know of a desktop app, personally I like to keep my desktop keybinds simple, so I wouldnโ€™t really need that.


There are two kinds of people:

https://pawb.social/pictrs/image/3917a85f-0887-4bc1-b37b-6d70bc09cbba.png

Image transcription:

User @vort3 ยท 4 days ago

So, basically vim? /s

User @djtech ยท 4 days ago

Soโ€ฆ emacs?

callyral,
@callyral@pawb.social avatar

nekozuna, turns out sheโ€™s a child predator. yeah i no longer listen to the music since i donโ€™t wanna support her.

callyral,
@callyral@pawb.social avatar

related question, although i donโ€™t think itโ€™s big enough for a post of its own.

if i use btrfs subvolumes, does it mean that i can have one EFI partition and one root partition, and then subdivide the root partition using subvolumes? how would that work during the installation process? or is it done after installation?

callyral, (edited )
@callyral@pawb.social avatar

Wayfire - basically Wayland Compiz

Unimatrix - CMatrix-like program

cellular-automaton.nvim - neovim plugin, check out the video in the github page, i donโ€™t know how to explain it but itโ€™s cool

callyral,
@callyral@pawb.social avatar

Pretty sure they meant to type โ€œEmacsโ€

callyral,
@callyral@pawb.social avatar

fyi i use neovim

callyral, (edited )
@callyral@pawb.social avatar

my laptop is at 56ยฐC idle, then again it is summer here

edit: the moment i went to check it is now at 47ยฐC with the browser open. maybe it was reporting the wrong temperature or itโ€™s just cooler today

callyral,
@callyral@pawb.social avatar

You donโ€™t have the features โ€œauto-allocate-uidsโ€ and โ€œconfigurable-impure-envโ€ enabled, so โ€œauto-allocate-uidsโ€ and โ€œimpure-envโ€ options are ignored in your config.

callyral,
@callyral@pawb.social avatar

Yeah, I used Artix and Arch for a while, but I switched to Void a few months ago and I like it better.

callyral, (edited )
@callyral@pawb.social avatar

I use Void Linux glibc, I wouldnโ€™t daily drive musl either, although there are ways to run glibc apps.

callyral,
@callyral@pawb.social avatar

Manjaro. Probably because I tried it with GNOME which isnโ€™t for me either.

callyral,
@callyral@pawb.social avatar

In C exit codes are numbers, in the Makefile it says line nยฐ 2014, error 2 probably has some kind of special meaning, you could take a look and search from there.

callyral, (edited )
@callyral@pawb.social avatar

what

is it not pronounced /sษ”ษซ.mษ™n/ (sol-muhn)???

callyral, (edited )
@callyral@pawb.social avatar

bottom. i am afraid of heights

the fact that iโ€™m tall doesnโ€™t really help

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #