If you use a gtk theme they look fine. Most Linux users will have a gtk theme.
- 1 Post
- 81 Comments
GTK? Depends on how important cross-platform support is for you. I’ve heard GTK programs don’t look great on Windows, but it does support Windows. GTK is written in C as well—Qt is in C++ so that might be where some of your problems are coming from, I’ve not tried making any kind of GUIs in C though.
I would not say that reading a book is the way to go about it. At least the way I learned was just through using my computer like normal, and naturally I ended up using the terminal for some things e.g. updating packages, doing simple operations like moving files around, etc. I don’t think it’s a good idea to specifically try to “learn the command line” as a directed/targeted goal, because like you said you could end up learning a bunch of stuff you never use.
communism@lemmy.mlto
Selfhosted@lemmy.world•700+ self-hosted Git instances battered in 0-day attacks with no fix imminentEnglish
6·19 days agoFor personal use? To automate tasks you do or solve a problem you have? Or people use git repos for notes and the like too
communism@lemmy.mlto
Linux@programming.dev•Linux traffic has grown 22.4% in PH this year
3·20 days agoI thought it was not recommended to run on bare metal? There are some other obscure OSes that can run fine on bare metal (although Serenity is not really obscure in the foss space, only in the mainstream)
communism@lemmy.mlto
Privacy@programming.dev•Woman Hailed as Hero for Smashing Man's Meta Smart Glasses on Subway
6·21 days agoWe’re not talking about the OP. We’re talking about someone suggesting smart glasses as an accessibility tool for facial recognition.
communism@lemmy.mlto
Privacy@programming.dev•Woman Hailed as Hero for Smashing Man's Meta Smart Glasses on Subway
2·22 days agoYou don’t just wear glasses in public. You wear them in private settings too.
communism@lemmy.mlto
Privacy@programming.dev•Woman Hailed as Hero for Smashing Man's Meta Smart Glasses on Subway
14·22 days agoUnfortunately it’s unlikely for this to be implemented in a privacy-respecting way. Arguably, even if it never “phones home”, it’s always going to be a more risky option—e.g. police can seize the glasses and see who you’ve seen, whereas they can’t seize your brain and see what faces you’ve seen. You might be fine with that risk, but will everyone you ever meet be fine with it?
communism@lemmy.mlto
Selfhosted@lemmy.world•Selfhosted alternatives to Discord with screensharing?English
1·26 days agoYeah that’s fair. nheko is themable with qt themes though; I have it set to use my system qt theme. But I agree the UI gets a bit clunky. I think I just picked nheko cause it seemed the most feature complete when I looked, but I’ve just been using it since then so maybe the meta has changed.
communism@lemmy.mlto
Selfhosted@lemmy.world•Selfhosted alternatives to Discord with screensharing?English
1·26 days agoI find Matrix janky but still usable. What homeserver implementation and what client are you using? I use tuwunel and nheko. tuwunel works great for me and I think it’s probably a disservice to the Matrix protocol that the “canonical” homeserver implementation is written in Python. Nheko is somewhat janky for me but I like it more than Element, and I think most of the jankiness is because of the Matrix protocol rather than the client implementation.
communism@lemmy.mlto
Selfhosted@lemmy.world•Selfhosted alternatives to Discord with screensharing?English
2·26 days agoI use self-hosted Jitsi for screen share, although this is just video conference software without the IM aspect of Discord. (Jitsi does have IM to be clear, but it’s a chat tied to a particular meeting, not like a persistent groupchat.) You could just use Signal chats as you have already been doing and send Jitsi links when you want to call. Jitsi has E2EE although I’m not up to date on the details of how it works.
From the sounds of it, it’s just a hobby project for fun for OP. I don’t think there’s anything wrong with doing something just for the sake of it.
communism@lemmy.mlto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?
1·2 months agoI didn’t mean it as nitpicking. I was just responding to you?
communism@lemmy.mlto
Linux@programming.dev•Why call it full-disk encryption when the EFI partition has to be unencrypted?
11·2 months agoI think FDE is different to full partition. If your home partition is encrypted but not your root partition, that’s not FDE. I would say FDE is when the partition that you mount to / is encrypted.
communism@lemmy.mlto
Linux@programming.dev•Missing Link: How Linux would continue without Linus Torvalds
1·2 months agoI don’t like JS either but it’s not a big deal. You can whitelist sites with noscript.
communism@lemmy.mlto
Selfhosted@lemmy.world•How often do you update software on your servers?English
3·2 months agoAutomatic daily updates for system packages. Automatic daily container updates with watchtower. I normally have things pinned to a reasonable major or minor release, so I do manual upgrades for new OS release branches and usually pin to a major version for Docker containers but depends on the container.
communism@lemmy.mlto
Programming@programming.dev•Best Tool and Layout for Learning Touch Typing on Linux?
1·2 months agoFor Q2: I would recommend your native layout. I’ve not tried US QWERTY but I tried DVORAK many moons ago because it’s “better”, but I found it’s better to be good at one layout than to try split your efforts. If you’re not doing something where speed is crucial, just use what you’re used to. If your keyboard layout is not good for your purposes (e.g. typing a character you need often for the programming language you’re using, is difficult on your layout), you could remap individual characters or maybe there’s a layout similar to your native one but better for programming. But no need to use US QWERTY specifically. Also as another commenter said, typing speed isn’t that crucial for programming. I find I’m always limited by thinking speed, not typing speed.
communism@lemmy.mlto
Selfhosted@lemmy.world•2025 Self-Host User Survey: Open for SubmissionsEnglish
2·3 months agoThere was one question where it wouldn’t let me do this. I think the media streaming question I had to click “Other”.
communism@lemmy.mlto
Selfhosted@lemmy.world•Those who don't use dashboards, how are you managing your services?English
9·3 months agoNever used a dashboard… I just manage my services on the cli with plain docker commands.
You can do this… Hard links. Neither file is more “canonical” than the other.