she/her or it/its
likes rust, typescript, and starting projects i never finish
there's not really anything there but feel free to look at my sourcehut page
most of my existing projects are on GitHub
Ticket created by ~alterae on ~alterae/alterae.online
Buttons to add at some point in the future:
(maybe wait until there's enough buttons to make another full row? idk)
Comment by ~alterae on ~sircmpwn/paste.sr.ht
experiencing this same problem. the linked github issue was closed for staleness some time ago, and there seems to have been no progress made on it this is one of the few genuine usability problems i have had on sourcehut, and i would love to see it fixed; would make pastes.sr.ht even more useful
Ticket created by ~alterae on ~kennylevinsen/greetd
my system is currently configured with the following
/etc/issue
file:\n - Arch Linux \m \r \t (\l)
expected behavior: agreety should display the second line the same way as agetty (the current time, followed by the name of the current tty in parenthesis)
actual behavior: agreety displays the second line as a literal
\t
, followed by the name of the current tty in parenthesissystem information:
- greetd (and i guess also agreety) 0.8.1
- agetty from util-linux 2.37.3
- arch linux
as of the time of writing all packages are up to date
Comment by ~alterae on ~alterae/phone
might make sense for the backend to be an entirely separate crate, idk. maybe even don't put the frontend on crates.io
¯\_(ツ)_/¯
Ticket created by ~alterae on ~alterae/phone
abstract all the backend stuff into an api that hides the fact that it's actually spawning processes, put that api in a library crate so other programs can use it.
probably want a 1-1 correspondence between public library functions and
termux-api
commands. also probably want to rename the crate at some point.have the subcommand match call into those library functions, passing the relevant data, to keep the cli nicely decoupled from the backend.