moonpiedumplings

joined 1 year ago
[–] moonpiedumplings@programming.dev 6 points 2 months ago* (last edited 2 months ago)

Not quite a scripting language, but I highly recommend you check out cosmo for your usecase. Cosmopolitan, and/or Actually Portable Executable (APE for short) is a project to compile a single binary in such a way that is is extremely portable, and that single binary can be copied across multiple operating systems and it will still just run. It supports, windows, linux, mac, and a few BSD's.

https://cosmo.zip/pub/cosmos/bin/ — this is where you can download precompiled binaries of certain things using cosmo.

From my testing, the APE version of python works great, and is only 34 megabytes, + 12 kilobytes for the ape elf interpreter.

In addition to python, cosmopolitan also has precompiled binaries of:

  • Janet 2.5 MB
  • Berry 4.0 MB
  • Python 34 MB
  • Php 11 MB
  • Lua 2.1 MB
  • Bash 5.1 MB

And a few more, like tclsh, zsh, dash or emacs (53 MB), which I'm pretty sure can be used as an emacs lisp intepreter.

And it should be noted these may require the ape elf interpeter, which is 12 kilobytes, or the ape assimilate program, which is 476 kilobytes.

EDIT: It also looks like there is an APE version of perl, and the full executable is 24 MB.

EDIT again: I found even more APE/cosmo binaries:

You might be able to run the latest KDE or gnome in a distrobox podman or docker container:

https://github.com/89luca89/distrobox/blob/main/docs/posts/run_latest_gnome_kde_on_distrobox.md

I want to like Plasma, really I do, but even when I haven't chosen it as a DE it overheats my laptop because Baloo File Extractor just won't fucking quit consuming a CPU core for what seems like hours a day.

I remember having this issue. Basically, it was a bug, where baloo file manager was stuck on a file. After some time (and maybe a reinstall?), and deleting the index, baloo worked fine.

Yes

https://moonpiedumplings.github.io/blog/kde-6/#drawing-tablets/

My understanding is that gnome also has support for drawing tablets built in, and there are also other apps to customize buttons.

[–] moonpiedumplings@programming.dev 11 points 3 months ago* (last edited 3 months ago) (2 children)

https://wiki.archlinux.org/title/Graphics_tablet

The Arch Linux kernels include drivers by the linux-wacom and DIGImend projects. linuMLx-wacom supports Wacom devices, while DIGImend supports devices from other manufacturers. Both projects publish a list of supported devices: linux-wacom, DIGImend

Due to how many devices are supported, your best bet is to simply go to your nearest store that sells them and then checking if Linux supports it against those two lists, which there is an extremely high chance it does.

Then you should also check reviews, to make sure you get a good one.

I have a Wacom Intuos CTL-4100WL, and it's served me well for math notes using Xournal++ (app for handwritten notetaking), but I truly have no idea how good it is for actual drawing related applications, as I don't do it for that at all.

[–] moonpiedumplings@programming.dev 10 points 4 months ago (1 children)

Probably not what you want, but rclone now has a simple web ui built in: https://rclone.org/gui/

[–] moonpiedumplings@programming.dev 3 points 4 months ago (1 children)

This reminds me of kasmweb, but fully open source.

[–] moonpiedumplings@programming.dev 8 points 5 months ago* (last edited 5 months ago)

Yeah, I read that manual but it didn't answer my question.

The big problem is that the arch wiki describes a setup with nested subvolumes first (in a subvolume below @ or whatever your root subvolume is), but then suggests in a tip to use a subvolume directly below the top level subvolume. The limitations mentioned in that manual don't seem to apply to either setup, as they would prevent swap from working, which is not the case. I have tested both setups and they work fine — or so it seems. I'm worried there is some hidden gotcha I'm missing.

in addition to that, some of those limitations simply don't apply to my setup, as I only have a single device.

[–] moonpiedumplings@programming.dev 10 points 6 months ago* (last edited 6 months ago) (1 children)

After Twitter went to shit, where else do customers have to go for customer support like this?

Admittedly, I didn't read the article, but I have seen plenty of other cases woth cloudfare or other big providers where people have only been able to set things right by kicking up a fuss on social media


like that recent one with amazon aws.

[–] moonpiedumplings@programming.dev 1 points 6 months ago* (last edited 6 months ago)

Ventoy. I love it so much, being able to have more than one bootable iso and storage on a usb.

Although, it is slower to boot the more folders you have, since it scans all folders, but this is configurable

I use nix-shell to get the ventoy cli for when I need to install it to a usb stick.

view more: ‹ prev next ›