Comment on
Just one more tweak
well, i3 never failed me, compared to a bit buggy kde experience
Comment on
Just one more tweak
well, i3 never failed me, compared to a bit buggy kde experience
Comment on
Most, if not all car companies collect and profile your data, how can I improve my privacy when buying a modern car?
Reply in thread
Works, but it definitely is not a solution for everyone. There are people who live in areas where it is too far to ride on a bike (and slow) and using public transport takes 2-3 times longer than by car. Especially some areas near cities.
Comment on
linux-android: turn any old Android phone into a Linux desktop or a smart home server
Reply in thread
Just to put it out here. Termux has proot-distro that allows you to run qite a few distros as containers. Technically not a VM afaik. I find it useful, because it is sometimes simpler to wipe that instead of reinstalling Termux.
Comment on
Audacity 4 will be a full UI overhaul apparently.
Reply in thread
I usually go with Krita. Not because of the UI, i just learnt to use it first and like it. Or Inkscape for vector graphics.
Comment on
World Map: Daggerfall vs Skyrim
Try it out with Daggerfall Unity. I heard a lot good about it. There is a way to have Steam still track your playtime with custom launch command.
Comment on
Whats the worst band name ever?
To be completely honest, I don't consider any name to be bad.
You may say AxCx is terrible name, but once you give them a listen it exactly fits the name. Same goes for Hijokaidan, who are actually named based on one of fan's suggestion claiming that "escape staircase" suits their sound more. Party Cannon is absolutely hillarious imo, when you look at the logo and the sound. Brojob also has a name that fits their lyrical themes.
In some cases the name may come out a bit lame, but bad names? Nah. I don't consider any name bad, most of them sound either fucking epic and/or hillarious when you look at the full picture.
Come on, let musicians have some fun.
Comment on
How to disable this blinking light on a WD External Hard Drive?
Try brightnessctl. If it does not recognize it, go with some tape I guess.
Comment on
[Unpopular opinion] Linux is not a good choice for regular users
A Macbook Pro 2016 user here (MacOS and EndeavourOS dual boot)
KDE: some menu options freeze, can't change keyboard layout
Me: slow transition towards i3wm, write some basic scripts to get what I want working
it took it like 7 months to finally have issue: dbus timeouts when launching some applications
Reinstalled and it works. Well has some issues, like audio and wifi take effort to get working.
Also I find Flatpaks a headache to work with. Easy to set up, but I would consider it rather messy.
I still kinda use MacOS. Would I recommend? Yes, but under specific circumstances. You may need to buy some software. I can get what I want with Homebrew (unless you --no-quarantine it verifies the apps after each update). Is kinda plug and play system when going from Apple to Apple, but in terms of customizability and functionality Linux is superior. Also newer MacOS is awful when it comes to storage. I don't even know how it is possible for it to take so much space with it magical bits I don't need neither want and can't delete. Also get your wallet ready, since older Apple products lose support and you can't simply upgrade your OS (technically can with some effort), so you can buy a new Mac. And I can tell you that it sometimes gets annoying when you can't install things just because OS version. MacOS is not meant for much gaming neither for people that want to use it for development, it is possible, but harder thanks to its dir structure. Also it is harder to make MacOS builds and get proper scaling on retina displays (some apps get blurry). Also Mojave is the last OS version to support 32 bit (rip gaming). No Steam Proton. And you can't just disable external monitors unless you unplug them (great for my modular setup with more than one machine and one monitor), which I find really inconvenient. The monitor is multi input but my notebook is stil outputting to that damn display and prefers it for launching applications on there. Meaning I can't work on it without either this pain or disconnecting it with one utility I found that has an issue on github that you can't reconnect the monitor unless you reboot. Also why can't I set a 60Hz monitor to 60Hz and 30Hz is the maximum? (can do on Linux with no issue)
And did I mention I tried to run Krita on my MBP and it sounds like a jet? Yea, performance is sometimes great on weaker MacOS devices
So yes, go buy that awersone Apple computer, but don't expect it to work flawlessly. There's plenty of little details that in the end mess up your day and user experience.
I mean, if you have money for the newest Msomething macs then sure buy one, but if you want to buy older, look for those that can run Linux with decent hardware support, or you'll regret your purchase.
Comment on
what do you use to add weight?
Reply in thread
Also, if you plan to put it inside during the print, try to preheat any metal you want to use. But make sure the heights roughly match, because the plastic will cool slower and distort more.
Comment on
Can someone get through college on GNU Linux?
Currently studying Computer Engineering. I did manage to get most stuff working without needing Windows.
It came usually at the cost of extra work, but I'd say it was worth it. So far I even got to writing makefiles for C++ projects targetting some Atmel chip (Microchip Studio is Windows only). And in some cases I even found better tools than what they privided us with.
Unless you need some very very specific program or run into some wierd constrains you will be fine.
Comment on
"Trusted" eMail Providers?
Comment on
What is this "Contributing"?
I mean, trying to implement stuff yourself is great for learning. Only once you are confident enough it is worth contributing.
Comment on
*Permanently Deleted*
The switch or dual boot is up to you. I can lay out some general steps in case you want to have an overview. Please do not be scared off by it. Depending on the distro, most things work out of the box or with very little effort.
edited
Comment on
Why there's no good opensource torrent and download manager for android?
I agree that LibreTorrent may be buggy at times but is by far the best tool for torrents on the platform. Also Aria is great, but not as a torrent client, but as a download manager it easily beats most other tools that I've used as a replacement of the default mechanism (especially the speed is incomparable, when you can increase number of connections).
Comment on
Using ThinkPad T480 as a mobile phone
Reply in thread
True, but I do like the idea of having laptop as main device and for calls just a smart enough input device/extension with a screen that connects to the laptop wirelessly. For instance foldables are just an attempt to find middle ground between phones, tablets and laptops. Sometimes worth it, but thinkpad is always cheaper and more serviceable.
Comment on
Hanna Montana Linux is back
Good job. I kinda feel like it needs a bit more textury look. And a ton of gradients.
Comment on
VSCode-style TUI written in Rust
Reply in thread
The fact that there is this section in the README even though all the code has docstrings and you can generate the docs is certainly interesting.
Comment on
What software are you using for CAD/modeling?
FreeCAD, runs on a damn potato. Fusion bakes it into charcoal instead. At least that is my experience on a kinda low-end laptop.
Comment on
Zrythm Digital Audio Workstation Abandoning GTK For Qt6
Reply in thread
I can recommend trying it. Used it on my MacOS installation. Free version works great, but I felt the need for some paid features sometimes (more convenient workflow). But you can totally get job done with the free one just fine.
Comment on
The UNIX Pipe Card Game
Reply in thread
I play with it sometimes, kinde like some of the syntax, especially regex and ;.
I tried doing regex with sed when working on one personal script, but was getting errors way too often everywhere. Perl did what I wanted in a few lines and gave me desired output, so I just used that.
Imo, it doesn't really matter what you use for writing code for your personal use as long as it works. : )