I’ve been using gnome fedora on my surface. What drives me nuts is the keyboard resize when it starts putting suggested words above the keyboard. Makes typing a pain in the ass. I can live with everything else, I just want to turn off the word suggestions. I cannot find a setting to disable it.
- 0 Posts
- 7 Comments
MXX53@programming.devto Programming@programming.dev•What Should I Use Instead of Github? - Codeberg Gitlab and BitBucket0·10 days agoI selfhost gitea. That, plus Tailscale, has been really good.
MXX53@programming.devto Programming@programming.dev•Ignoring lemmyhate, are programmers really using AI to be more efficient?0·11 days agoI like using it. Mostly for quick ideation, and also for getting rid of some of the tedious shit I do.
Sometimes it suggests a module or library I have never heard of, then I go and look it up to make sure it is real, not malicious and well documented.
I also like using my self hosted AI to document my code base in a readme following a template I provide. It gets it pretty good and usually is like 60-80% accurate and to the form I like. I just edit up the remaining and correct mistakes. Saves me a ton of time.
I think the best way to use AI is to use it like a tool. Don’t have it write code for you, but use it to enhance your own ability.
I run fedora 42 gnome on a surface pro 7+ that needed a new home. Great tablet. I do not like the touch screen keyboard resizing when I type to suggest words, but I haven’t found a way to address that.
Other than that, it has been great.
MXX53@programming.devto Selfhosted@lemmy.world•Any tool to visualize Traefik access logs?English4·14 days agoI use alloy to scrape my traefik logs and pass them to Loki. Then I use logQL to parse out the info and regexp to format so I can use it in a visualization. I don’t have my configs handy at the moment but I can try and get them at some point to share something close to what I do as a starting point.
MXX53@programming.devto Linux@lemmy.ml•I want to move out from Ubuntu and use something else.0·3 months agoI would go Debian for stability.
I like fedora since it updates a little more frequently than Debian, but it isn’t a full on rolling release. I used opensuse tumbleweed for a while and it broke on me several times.
I also used arch for a while, but I’m a dad to young children and I just don’t have the time to fuck around with my OS anymore. When I have time to work on my personal dev projects, I just want to drop into tmux, launch neovim and go. After some distro hopping I landed on Fedora with KDE for my desktop and gnome on my laptop. I also have an old netbook running antix with iceWM and an old thinkpad running fedora i3. The latter 2 machines are my hard focus machines.
I appreciate the lead. I struggled to find things that worked (admittedly didn’t look very hard). I’ll check it out tonight.