

Krita is great for drawing. It is made for it.
People really try to use Krita for photo editing?
Krita is great for drawing. It is made for it.
People really try to use Krita for photo editing?
… I had an IT tech from our old MSP tell me her knowledge/recommendation of ABP is what got her the job.
I knew her boss, and doubt that was the reason (probably more because she was cheap entry level labor), but that some people have that take in a professional setting shocked me. I don’t think your ad-blocker recommendation will ever be what lands you a job, but I do think it’s possible for it to be the reason you don’t get a job.
There is also a setting under Default Behavior to disable javascript: https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-scripting
Which would then require you to allow it for each site.
I use NoScript for that purpose though. I’ve not delved into uBlocks configuration, but NoScript makes it pretty easy to only allow javascript from certain sources on the page (can easily select which third party sites to allow).
My typical recommendation would be:
Normie: uBlock Origin
Techie: uBlock Origin + uMatrix
Security Critical/Paranoia/Just Hate Yourself: uBlock Origin + uMatrix + NoScript
I use the last option at work, and the middle option at home, and the first option for my wife’s computer.
For me, a lot of it isn’t about ads, it’s more about the security risk of cross site scripting. Typically, if I’m visiting a site, I probably trust it, but I have no trust for people they sell ads to. I don’t mind sites I trust having a few non-intrusive ads, but of course that’s not the reason I use blockers; if a site has so many ads it is unusable, I just don’t ever visit it again (plenty of 'don’t show articles from ’ flags in my google news feed for this very reason. I’ll never know if you redeem yourself, because I will just never visit your site again.).
You said you are ‘in the EU’, as in currently living in the US for said job?
Are you considered an independent contractor? Or an actual employee of the company?
As a US citizen… I would just advise EU citizens to ‘in general’ avoid working for US companies, we have bad employment policies, and our companies think they can just do the same things in other countries. Obviously everyone should choose for themselves; if you think the extra income is worth it, that is your call, but our work culture is awful.
At the very least, if you do decide to work for a US company… keep it remote. Cost of living in the US is really high, work culture is awful, it’s dangerous, and healthcare costs are crazy. Unless your household is making at least $150k USD/year, you’ll be considered poor to middle-class.
I don’t know if it meets your purposes, nor do I use mac, but I just bought this keyboard:
https://www.logitech.com/en-us/products/combos/mk850-wireless-keyboard-mouse.920-008219.html
But… it’s a Non-commercial Attribution license. /s/ns
I’m joking, but on a more serious note for those that don’t know, not all Creative Commons licenses allow you to monetize, and be sure to actually read which version of license is used if you plan to use a CC work for anything other than personal use.
I get that there are a lot of novel are cool distros out there, but I just stick with Debian (or one of the other well known distros that have been around for decades).
I do it because from a security standpoint, they have my trust. Maybe in 10-20 years with a good reputation and history, but it’s not there.
I would not recommend working on two GUI’s at once, but if you build it in a way you can use different frameworks for it, the maker of Rich also makes a nice TUI framework API called Textual.
Here’s some projects made with it for a sample of what it’s usage can look like: https://www.textualize.io/projects/
I believe it does not use curses at all.
I’m sure there’s lots of solutions, but Steam with Proton for any windows only games has generally worked great for me.
Where I encounter issues, the Lutris flatpak install has worked well for me.
Both I believe use wine, but it is probably easier use downstream solutions like the above when getting started, instead of learning wine. Not that there aren’t benefits to learning it, just in a immediate issues -> lets go back to windows VS it just kind of works pretty good comparison.
Steam having a fair number of games that are directly Linux compatible now days is nice too.
I actually am in the market for a new mobo and cpu.
Are there any mobo’s nowdays that don’t use UEFI? I just want an old traditional style BIOS with a jumper to restore it from a ROM chip if I get any malware, so I can actually trust my hardware.
I did force myself to deal with UEFI for the sake of windows, but gaming has gotten good enough on Linux, I don’t actually need to dual boot windows anymore.
Am I asking too much?
“Proton shader precaching eliminated the stutter that plagued that game at launch, so it didn’t happen on Linux.”
I’ve been meaning to ask, and it probably should be it’s own thread, but when launching a game and it says ‘Processing Vulkan Shaders’, does allowing it to partially process do anything.
Warframe for me will quickly jump to 33%, then do about 1% per 10-20 seconds. I don’t want to wait 10+ minutes to reach 100%, but does letting it get to like 40-60%, then hitting skip, at least keep the processed sharers, or does it skip/dump and process on demand? Basically, is Immediate skip vs giving it a minute or two before skipping worth anything?
You listed python.
If you are open to Python, I would recommend: https://textual.textualize.io/
Edit: for clarity, the above is if you want nice TUIs (text gui in terminal). If you want actual windowed applications not in terminal, in regards to Python, I would just say use tkinter.
Here’s a list of projects known to use Textual: https://github.com/Textualize/transcendent-textual
There are a lot of cool projects I would suggest browsing to see what it can do, but the following pages have screenshots that do a good job of showing what it’s capable of:
https://github.com/ChrisBuilds/moneyterm
https://github.com/bluematt/textual-musicplayer
https://github.com/eliasdorneles/usolitaire (I’d love to see someone do minesweeper for terminal)
Extra: while meant for terminal usage, you can use the mouse to interact, can run programs from ssh sessions, and I believe they’ve added the ability to take your TUI into web browsers.
…. Oh, also not restricted to Linux. It does generally work with Mac and windows (would recommend using windows terminal from windows store, it makes things look right, whereas command prompt does not display correctly.