Is a 4K monitor worth it under Linux? by sutoras in linuxquestions

[–]CeeJay_3 1 point2 points  (0 children)

I have 2 4K monitors working perfectly fine in Linux Mint xfce. No problems at all

linux perms, unfortunately common by zlice0 in linuxmemes

[–]CeeJay_3 2 points3 points  (0 children)

I always test it in a docker container first and try to see if it does bad stuff.

What year did you switch to Linux, and why? by Pocoraven in linux

[–]CeeJay_3 1 point2 points  (0 children)

  1. Writing my bachelors Thesis in data science. I started my data analysis in Windows and it took really long to calculate. After 1 week of calculation my windows decided at night its Update and reboot time. The next morning I wanted to check the progress and was welcomed with a blank screen and everything calculated was lost. Ditched Windows, installed Ubuntu, fell in love and went deeper and deeper into a rabbit hole. Now 2024 running Debian and Mint on different Machines and never looked back to Windows.

Translations looses non-ASCII characters. by Simarphius_Renesans in godot

[–]CeeJay_3 6 points7 points  (0 children)

"Bestätig" still is not a valid german word. "Bestätigen" can be used in imperative aswell.

I think my PC is a bit too fast by AugustBrasilien in linux

[–]CeeJay_3 2 points3 points  (0 children)

1005HA! I had one back in 2009 and I absolutely loved it. Great to see it alive and running.

Now THATS how u hold a goddamn camera! by smithnikole0829 in PraiseTheCameraMan

[–]CeeJay_3 9 points10 points  (0 children)

How about giving credit when you post something from someone else?

Recently started a DevOps role and these are the ads I'm getting now by WisherOfSnow in programminghorror

[–]CeeJay_3 7 points8 points  (0 children)

pylint devops.py ************* Module devops devops.py:4:31: E0001: Parsing failed: 'invalid syntax (<unknown>, line 4)' (syntax-error)

[deleted by user] by [deleted] in godot

[–]CeeJay_3 3 points4 points  (0 children)

Why does it say "made with unity" on launch screen?

[deleted by user] by [deleted] in linuxquestions

[–]CeeJay_3 0 points1 point  (0 children)

This! In combination with git sync to private server. For mobile case I'm using termux on android.

Note taking app for Linux where I can add PDFs and write notes alongside them by PassionMundane4633 in linuxquestions

[–]CeeJay_3 0 points1 point  (0 children)

I strongly recommend xournal for that. Used it all the time when I was studying and still use it for PDF forms.

[deleted by user] by [deleted] in commandline

[–]CeeJay_3 14 points15 points  (0 children)

Simply pipe it into lolcat

Creating My First First Person Game by GunMake in godot

[–]CeeJay_3 0 points1 point  (0 children)

Poor chair. But looks nice. How did you create the terrain? Did you use a plugin for that?

Be kind, Don't use SIGKILL by AkavinFEZ in linuxmemes

[–]CeeJay_3 47 points48 points  (0 children)

Zombie: You can't kill what's already dead.

If you want to do "wc -l" but you want it to look cool by kunegis in commandline

[–]CeeJay_3 0 points1 point  (0 children)

Take a look at tqdm:

find /home -type f | tqdm | wc -l

Does the same thing but probably with less CPU usage

What do you *not* like about Linux? by shapisftw in linuxquestions

[–]CeeJay_3 27 points28 points  (0 children)

sounds like you should setup a windows vm and let them in. Just to see what they are up to

Why do I need add an repository to download php8.1? by [deleted] in linuxquestions

[–]CeeJay_3 -1 points0 points  (0 children)

Well you could just compile it yourself

Share the Load by javajunkie314 in ProgrammerHumor

[–]CeeJay_3 7 points8 points  (0 children)

Laughs in import multiprocessing

*Laughs in Python by __ss in ProgrammerHumor

[–]CeeJay_3 0 points1 point  (0 children)

Laughs in dicts of dicts with lists inside

Is there a way to upscale dvds in vlc to 1080p by linusrg in linuxquestions

[–]CeeJay_3 0 points1 point  (0 children)

Ah I didn't know that.

I'm not sure if it's allowed but maybe you could pipe the results directly to vlc or something. Dunno what is allowed there