[-] moonpiedumplings@programming.dev 2 points 7 months ago

Yeah.

I also occasionally use bookmarks bar as session save/restore, since firefox can open all bookmarks in a folder if you right click on it.

Firefox bookmarks are extremely versatile and underrated.

[-] moonpiedumplings@programming.dev 2 points 7 months ago* (last edited 7 months ago)

Is there a specific android app you need?

https://gitlab.com/android_translation_layer/android_translation_layer/

And of course waydroid. Both these solutions let you run android app on Linux, but like wine, they won't work for every app.

Waydroid probably works for all apps not dependent on google though. But it's more difficult to set up than the android translation layer.

[-] moonpiedumplings@programming.dev 2 points 8 months ago

Oops... my bad. In my earlier comment I assumed that this would be a Fedora/Ublue based distro, rather than an Arch one. Arch doesn't have RPM ostree either (which makes me dislike it as a choice for an immutable distro).

But, it's highly likely that with the steam deck and other projects, there is already an ecosystem for immutable Arch, and a minimal base system to start is advantageous, as Possibly Linux said.

[-] moonpiedumplings@programming.dev 2 points 8 months ago

Opensuse doesn't have rpm-ostree. Their immutable offerings are just snapper/btrfs snapshots before changes to the system.

Such a setup is nowhere near as powerful. rpm-ostree can rebase itself based off of a container/oci image. It can layer images on top of eachother. Rather than just tracking when changes happened, it can also track what change happened, in a git style setup.

[-] moonpiedumplings@programming.dev 2 points 8 months ago

Maybe Whisper? This github repo: https://github.com/linto-ai/whisper-timestamped

Says thay whispher can do timestamps on speech segments. However, I don't know if that's what you want, since whispher might only be able to do that if it is transcribing the actual audio, rather than editing another text file.

[-] moonpiedumplings@programming.dev 2 points 8 months ago

It's not. Noncommercial limitatation makes it also not open source.

I also think they don't allow forking.

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

I use Vanilla Music. It does folder play particularly in a way I want, where it adds the songs randomly into a queue, which shows me how many songs are left, lets me manually move them around, etc.

It also seems to have a lyrics search plugin, but I don't know if that means lyrics support in the way you want.

[-] moonpiedumplings@programming.dev 2 points 9 months ago

So I don't know how much you know about the shell, but the way that the linux command line works is that there are a set of variables, called environment variables, which dictate so me behavior of the shell. For example, $PATH variable, refers to what directories to search through, when you try to execute a program in your shell.

The documentation you linked, wants you to create a custom shell variable, called SCALE_PATH, consisting of a folder path, which contains the compiled binaries/programs of scale you want to run.

This command: export PATH="${SCALE_PATH}/bin:$PATH"

temporarily edits your PATH variable to add that folder with the scale programs you want to run to your path, enabling you to execute them from your shell.

[-] moonpiedumplings@programming.dev 2 points 9 months ago* (last edited 9 months ago)

You may be interested in this:

https://github.com/brunodev85/winlator

There is also a fork with increased performance, at the cost of some usability enhancements: https://github.com/MrPhryaNikFrosty/Winlator-Frost

[-] moonpiedumplings@programming.dev 2 points 9 months ago* (last edited 9 months ago)

Linux mint debian edition is not based on testijg, but rather on stable*.

This misconception may be caused by the fact that the latest debian stable, has newer packages than many of the older-but-not-ancient ubuntu releases, which were originally based off of debian sid.

*I cannot find a first party source for this, only third party

Linux Mint Debian Edition 6 hits beta with reassuringly little drama. Think Debian 12 plus Mint's polish and a friendlier UX for non-techies

https://www.theregister.com/2023/09/13/linux_mint_debian_edition_hands_on/

[-] moonpiedumplings@programming.dev 2 points 9 months ago

https://wiki.archlinux.org/title/List_of_applications/Internet#Pastebin_services

That pages shows how to use curl to upload to 0x0.st.

I've used the pastebinit program listed on that page to upload to paste.debian.net, but it supports other sites as well.

[-] moonpiedumplings@programming.dev 2 points 9 months ago

Because forgejo's ssh isn't for a normal ssh service, but rather so that users can access git over ssh.

Now technically, a bastion should work, but it's not really what people want when they are trying to set up git over ssh. Since git/ssh is a service, rather than an administrative tool, why shouldn't it be configured within the other tools used for exposes services? (Reverse proxy/caddy).

And in addition to that, people most probably want git/ssh to be available publicly, which a bastion host doesn't do.

view more: ‹ prev next ›

moonpiedumplings

joined 2 years ago