- 24 Posts
- 24 Comments
kiri@ani.socialto
Linux@programming.dev•How to test Wayland from a live USB? (Ubuntu/Kubuntu)
2·4 months agoAs I know, Kubuntu 25.04 (not LTS) uses Wayland only, so you can try it there. If you need exactly 24.04 then idk.
kiri@ani.socialto
Linux@programming.dev•5 Open Source Apps You Can use for Seamless File Transfer Between Linux and Android
81·4 months agoIn termux (base python module):
python -m http.server 8080In linux desktop browser:
http://192.168.100.1:8080/ # your ip in `ifconfig` and portor vice versa.
When I “solved” teering on nvidia by installing i3 and started using only terminal, because any gui program was still freezing.
offtop
By the way, (unofficial) manjaro i3/sway were really good, inspite of populistic opinion about manjaro, especially in comparison with fedora i3 or endeavouros i3 (but still just arch/void is better, when you get used to terminal, than arch-based distros).
kiri@ani.socialto
linuxmemes@lemmy.world•What's your favourite OS that does not use systemd?
91·5 months agoThere is an openrc package in aur, so perhaps arch can use non-systemd init as well.
kiri@ani.socialto
Linux@programming.dev•The end of Windows 10 is approaching, so it's time to consider Linux and LibreOffice
162·5 months agoI’m not that old linux user so it’s a bit interesting for me, when Windows 7 was closing, linux community was also so excited and offered everyone to switch to linux?
Thanks to modern linux environment I didn’t even need to reboot, after 3 minutes it just stopped. It’s strange that I could use all my programs except
htopandps…
kiri@ani.socialto
Linux@programming.dev•NVIDIA release fresh details on their current Wayland support and future plans
1·6 months agoI wish someday Wayland support will be good enough for sway to officially support ‘nvidia-open’ driver.
You beat me to it!
I have a solution with a bit fields. Now your bool is 1 byte :
struct Flags { bool flag0 : 1; bool flag1 : 1; bool flag2 : 1; bool flag3 : 1; bool flag4 : 1; bool flag5 : 1; bool flag6 : 1; bool flag7 : 1; };Or for example:
struct Flags { bool flag0 : 1; bool flag1 : 1: int x_cord : 3; int y_cord : 3; };
xd, they just like Unix-like naming (or how it calls):
- source -> src
- initial RAM file system -> initramfs
- double cheese -> dabuchi
kiri@ani.socialto
linuxmemes@lemmy.world•made a Linux community all about customizing your distro (link in the body)
15·7 months agoFediverse-friendly link (for non-lemmy.world instances): !LinuxBeauty@lemmy.world.
Literally me right now. (Seems I am going to be a senior dev.)
It’s pleasure for me to write in rust, I really like how fast I can deploy a working solution (including debug time). As I mentioned, there are situations when, for some reason, you cannot do without C++. But you are right cpp-analyzers do not solve all possible problems.
Yeah, I know, that all just a humour. I almost always use C++, inspite of knowing rust (cz no jun vacncies for rust, but still). There is no modern language which is absolutely better than other one — compromises are everywhere, that’s why it’s a silly topic to argue about.










goto fail;