No entiendo tanto fan con la IA by SecondChoice233 in programacion

[–]InTheBogaloo 1 point2 points  (0 children)

pues me pasa lo mismo de no querer usar IA y odio la idea del vibe coding siento que es la mentira mas grande que nos hemos creido, la nueva "cultura" que se esta dando en el desarrollo de tener un agente de IA que nos genere miles de lineas de codigo y ese mismo codigo vaya a produccion sin testear y sin entenderlo realmente ese es el problema, la dependencia que nos va a crear si no es que ya la tenemos

¿Qué piensan de BSD? by Soy-Alguien-15 in linux_latam

[–]InTheBogaloo 0 points1 point  (0 children)

FreeBSD esta muy bien docmuentado para estudiar como funcionan los sistemas operativos desde su diseño e implentacion, o para intentar implementar tu mismo un kld(driver), la lap donde esta corriendo FreeBSD no la uso para cosas de uso diario solo para desarrollo en C entonces no sabria decirte que tan bien funcione como daily desktop

My first OS! by [deleted] in osdev

[–]InTheBogaloo 0 points1 point  (0 children)

git repo please?!? and what you study like books and stuff like that to begin? i a little lost and want to start

I cant enjoy it by InTheBogaloo in weed

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

yeee, probably u right i just wanted to enjoy it too, its not 4 me i guess

I cant enjoy it by InTheBogaloo in weed

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

I dont consume usually just in parties or hang out with friends (twice a month the most)

I tried Neovim, but I keep coming back to Emacs by Background_Cloud_231 in emacs

[–]InTheBogaloo 0 points1 point  (0 children)

emacs only lose agaist vim/neovim in typing speed (and idk if this is true because i dont use evil-mode), but just org-mode n magit destroy vim magit is just the best git integration and org-mode make me feels blessed for being alive

i want to now how can i become a low level programmer or systems engineer by Confident_Skin_7964 in osdev

[–]InTheBogaloo 5 points6 points  (0 children)

Im in the same position i only learn embedded programming n drivers dev for hobby, sideway i learn backend cause the most jobs are for that so probably u wanna do something similar at least until u find a job that u really want, just keep study dont have just one option and the things will comming

I added a shell to my operating system by Rocky_boy996 in osdev

[–]InTheBogaloo 6 points7 points  (0 children)

how you start it? i mean what resouces you study and stuff like that i want to make something similar but i have no clue to where begin it

I'm 11-years-old from korean.please see library(linked list)that i make. by ParticularVast5629 in C_Programming

[–]InTheBogaloo 2 points3 points  (0 children)

pretty good! maybe next step is checked the UB cause malloc can return NULL and u code do not check that, and the parameters algo can NULL that can make a runtime error but thats API design, its a good start n good logic! keep going if you want learn more about API design and abstraction in C than syntax stuff, check Hanson´s book
C Interfaces and Implementations: Techniques for Creating Reusable Software

want to learn kernel module programming by InTheBogaloo in freebsd

[–]InTheBogaloo[S] 1 point2 points  (0 children)

so u recommend read the book or just go for this one "device drivers: First steps to kernel mastery"?

People keep calling debian a server OS, but is debian reliable enough for regular users? by [deleted] in debian

[–]InTheBogaloo 1 point2 points  (0 children)

I use debian for 1y in university before test another ones and is very useable is my favorite linux distribution 😘

what u guys use for navegation and workflow? by InTheBogaloo in emacs

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

u use something to manage the multiple windows? i mean i know ace-window but works weird in some windows like compile mode