asudox
just a random stranger
codeberg: https://codeberg.org/asudox
aspe:keyoxide.org:D63IYCGSU4XXB5JSCBBHXXFEHQ
- 3 Posts
- 144 Comments
asudox@discuss.tchncs.deto
Anime@ani.social•What do you consider the saddest anime?English
9·11 months agoWell, I can think of only Clannad: AF atm.
asudox@discuss.tchncs.deto
Programming@programming.dev•Little frustrated with Github, gpg keys, access tokens and correct setup
7·11 months agoWhy not use SSH keys? Imo they are much easier to manage.
asudox@discuss.tchncs.deto
Rust@programming.dev•Koto: a simple and expressive programming language, usable as an extension language for Rust applications, or as a standalone scripting language
2·11 months agoOh, very nice. I was searching for an easy to use scripting language for a project I am making. Is it easy for beginners? I am currently using mlua, but it is a bit hacky. I liked Rhai, but it has no real LSP at the moment and no asynchronous code support. And also, does it have sandboxing?
asudox@discuss.tchncs.deto
Opensource@programming.dev•FSF Urges Moving Off Microsoft's GitHub to Protest Windows 11's Requiring TPM 2.0
6·11 months agoYou can self host Forgejo (a Gitea fork) which is powering codeberg.org
It will be getting federation support someday with the ForgeFed ActivityPub extension, so you pretty much can stay connected with others’ repos while owning your data.
asudox@discuss.tchncs.deto
Opensource@programming.dev•FSF Urges Moving Off Microsoft's GitHub to Protest Windows 11's Requiring TPM 2.0
39·11 months agoI agree. People need to stop using GitHub already. Btw, Forgejo will be getting federation with ActivityPub.
asudox@discuss.tchncs.deto
Rust@programming.dev•I made a minimal pastebin in 60 lines of Rust
5·1 year agoA mutable static is rare and sometimes used in embedded environments. This is very unneccessary for a simple pastebin clone.
I am also not very sure why you’re using axum and then handling uploading the actual text without axum. You could have made this much more simpler.
Rust 2024 edition is going to be awesome
asudox@discuss.tchncs.deto
New Communities@lemmy.world•[email protected] - Come chat about anything related to the USAEnglish
1·1 year agoSure, but I am not sure if promoting that community will help when the current community should allow them.
Anyways, I’ll make a comment on the current poll post and edit the sidebar to promote this askusa community.
asudox@discuss.tchncs.deto
New Communities@lemmy.world•[email protected] - Come chat about anything related to the USAEnglish
1·1 year agoIt depends on the poll result.
good, keep doing it 👍
“yoke”?
I partly agree. However seeing blocking as weak is just not cool. Blocking can help. I block some stuff too, but very rarely.
181cm. I’m happy with it. It’s supposedly average in my country and is deemed ideal by many.
I use Posteo. Their privacy policy seems to be more sane than the others, with riseup and disroot coming in first and second, but I’d rather not use email providers that present themselves as a “safe” place for activists and journalists.








Do not use Yew. It’s no longer being maintained. If you want to use a Rust frontend framework, you should check out Leptos. It will feel familiar if you’ve used SolidJS before, as it was inspired by it.