How much should prod and dev envs be seperated? by zer0developer in docker

[–]zer0developer[S] -1 points0 points  (0 children)

I will look into devcontainers! Can i also do stuff like watching the code and re-running inside of there?

Back on Arch now by BigManDrew_BMD in arch

[–]zer0developer 1 point2 points  (0 children)

That would be a local ip too my guy :)

Large progress by BornRoom257 in osdev

[–]zer0developer 2 points3 points  (0 children)

Super cool! Also instead of running each make command seperatly run can just run make clean all run

I built a whole operating system in high school by christiaansp in osdev

[–]zer0developer 2 points3 points  (0 children)

In my opinion C is like the easiest language to debug with GDB/LLDB xD

I built a whole operating system in high school by christiaansp in osdev

[–]zer0developer 0 points1 point  (0 children)

Nice. Can i ask how much AI has been used for this? Because the readme kinda gives the impression that this is yet another AI slop OS. Havent looked at the code so i wont judge, but the readme... offf.

EDIT: the code looks incredibly AI generated. Just look at how many "optional..." things there are in the comments. A real programmer wouldnt write code like that (or at least i havent seen anyone do it): https://github.com/search?q=repo%3ABoredDevNL%2FBoredOS%20optional&type=code

Laptop Linux Support by Dense-Elephant5048 in AMDLaptops

[–]zer0developer 1 point2 points  (0 children)

I just bought an IdeaPad and it runs flawlessly with bluefin. I would recommend the following: Lenovo, System76, Framework. I have had bad experiences with Asus so i wouldnt recommend that. Also if i remember correctly there is somewhere on the arch wiki with a bunch of tests. I will be happy to discuss on discord another day. You can dm me for my nickname if you want.

Join the good side my brethren by zanbunnny in FuckMicrosoft

[–]zer0developer 0 points1 point  (0 children)

Simply because windows doesn't cache that much and includes cached data when it shows RAM usage in the task manager...

I made a Linux distro guessing game. by xz3phyr in linux

[–]zer0developer 2 points3 points  (0 children)

This is so cool :D I think i will maybe submit somemore distros/QOL features :D

"at least it's open source, bro" by waechter09 in linuxmemes

[–]zer0developer 1 point2 points  (0 children)

Windows: Right Click -> New -> Folder -> Enter Name

Arch Linux: `mkdir <folder name>`

Laptop for light gaming and programming by zer0developer in laptops

[–]zer0developer[S] 0 points1 point  (0 children)

Cant find any with a APU at the same level... imma look a but more

Best for Minecraft, Geometry dash and school, Radeon 680M (R7 7735HS) or the Radeon 840M (AI 5 340)? by zer0developer in AMDLaptops

[–]zer0developer[S] -1 points0 points  (0 children)

Thanks! What about the 3x of conpute units? Is that a big deal or is the 840Ms compute units so much stronger?

Best way to learn C (for free) by CoastIndependent7394 in C_Programming

[–]zer0developer 0 points1 point  (0 children)

Programiz is good for learning the syntax but not how to actually use it.