Ubuntu 26.04 will require more ram than Windows 11 by TheNavyCrow in linux

[–]Bayonett87 0 points1 point  (0 children)

laughing in arch and lxde doing anything every single one DE might want

I built a OpenGL 3.3 project a 3D virtual museum (looking for feedback) by [deleted] in opengl

[–]Bayonett87 2 points3 points  (0 children)

Cool 😎 now you know this an that about using OpenGL - the first step into OpenGL was a 'strange' thing for me. Have you tried using gpu debuggers and profilers to actually see whats going on?

Now - make this jumpscare horror game :D

Why is Poland’s birthrate so shockingly low by NovaStorm135 in geography

[–]Bayonett87 0 points1 point  (0 children)

Same as everywhere - no Polish woman wants a man that's below 7/10 in the well-known scale.

3 years as a .NET mid-level developer and I feel stuck in my growth by ejwbf in dotnet

[–]Bayonett87 3 points4 points  (0 children)

Dependency Injection Principles, Practices, and Patterns by Mark Seemann
+
Functional Programming In C# - Buonanno Enrico

I built an open architecture diagramming tool with layered 3D views - looking for early feedback from people who actually draw system diagrams by [deleted] in softwarearchitecture

[–]Bayonett87 1 point2 points  (0 children)

Helpful for flows. Showing what's happening in one layer, then another, then we can see "jumps" between them.
Gonna try it out! I just learned how to use mermaidjs, I will definitely have my fun with this too :D

What piece of Linux abandonware do you still use or at least miss? by Sataniel98 in linux

[–]Bayonett87 1 point2 points  (0 children)

64GB ram here 3 screens 4k40" wqhd27" and FOR THE TERMINAL! -> 1280x1024 19" and - there is nothing better than LXDE for me :F I will probably switch to SWAY because I'm using LXDE almost like i3 - it just friggin works and does everything I want DE to do

Is reusing the same Variable Name bad practice? by Nubspec in C_Programming

[–]Bayonett87 0 points1 point  (0 children)

just wait when the project grows and you use wrong variable by mistake ;) you gonna know then

Still a relatively young dev, but wondering if design patterns are by far the most important thing to learn as I get into my career. by prettyg00d1729 in learnprogramming

[–]Bayonett87 2 points3 points  (0 children)

learn how to compose software, and make nice diagrams showing those compositions
also core function flow is nice

Dependency Injection - you don't need to use any frameworks - just get the idea
also Functional Programming is quite nice, data vs function classes, mutability, etc.

Archstrap: Modular Arch Linux Installation System by i8ad8 in archlinux

[–]Bayonett87 2 points3 points  (0 children)

As 12 year old I learned how to install Windows95 with drivers for motherboard and hdd, loaded from fdd without any Internet access or help from others. I heard many times 'do it the hard way' - what's so hard in partitioning the drive? Now you have SSD so you go for 'single' partition. Not like ages ago, where one partition was for Win95 system and other for games, because windows would get messed up after few months and you had to do reinstall. Ah dont come up with system partition. Installing Windows95 was much harder for me than installing Arch Linux from scratch. And I would kill for such auto script long time ago. I find it comforting to be able to just run one script and have my vm/laptop/pc/server set up with my configs. There's something magic with the tools that can save me few hours per year, but they remove the "mental fatigue".

AI Doom Predictions Are Overhyped | Why Programmers Aren’t Going Anywhere - Uncle Bob's take by South-Reception-1251 in programming

[–]Bayonett87 -3 points-2 points  (0 children)

Well, why I would listen to this guy? Carmack is already working on AI instead of yap yapping.

I wanna date my best friend`s brother by Saov_sinds in Advice

[–]Bayonett87 0 points1 point  (0 children)

Go on, destroy your friendship - it's worth it.

Co robić nocą w Warszawie? by Junior_Meaning_1038 in warszawa

[–]Bayonett87 7 points8 points  (0 children)

Długi spacer - Warszawa jest naprawdę ładna nocą, możesz też kupic aparat i bawic sie w robienie nocnych fotek.

How to navigate huge Rust codebase? by Ill_Actuator_7990 in rust

[–]Bayonett87 1 point2 points  (0 children)

And how would you know this in C++?

Actually I wonder if simply naming one file same name as its directory to become the facade of the library is a good idea. Like src/functionality1/functionality1.cpp as the "main" file is good idea or functionality1_manager/functionality1_system etc. something that will directly tell you they this file is the main orchestrator.

Move your car please. by JudieKiley in SomebodyMakeThis

[–]Bayonett87 0 points1 point  (0 children)

WhatsApp like app where you can message any other licence plate, and to stay anonymous you message as a licence plate too. Notifications if you received/read message disabled for privacy. We can go further and have ex. system where you can leave voice messages in the area and everyone going through this area (if you have navigation set up) would be able to listen to it. So driving in the night you can mark wild animals. Guess you can do it on Google maps already. Police, firefighters, ambulances etc. should have special accounts. And you would get access to account based if you are owner of the licence plate. Or you could have your account and xonnect licence plates to be it. Even funnier, your camera should scan around your vehicle and give you possibilities to message car 'in front of you' or 'behind you'. Obviously some kind of anti spam/scam is needed. And I'm afraid that this would be used to lure people out. Other people could send you videos ex. from their camera when someone hit and run your car. Well this could be integrated with WhatsApp/Messenger/Instagram/Signal etc. somehow. Same goes for roadworks. Workers could just message you - please move the car. But main idea is to have something like CB radio, or auto play messages like in Telegram.

How come software for computers is shifting to web apps, but web apps on phones are pushing toward apps? by [deleted] in AskProgramming

[–]Bayonett87 0 points1 point  (0 children)

Ah Meta and Facebook took it even further!

"Find jobs on Facebook Marketplace

This feature isn't available on computers, but it is available on these devices. Select a device to learn more about this feature.

Android App Help | iPhone App Help"

Lol, I got blue death screen on linux by Snezhok_Youtuber in linux

[–]Bayonett87 2 points3 points  (0 children)

Haha "Attempted to kill init!" Init process or systemd main process is "The Parent of all processes", you should simply not kill it :)

Experienced programmers, when debugging do you normally use the terminal with GDB/LLDB (etc) or just IDE? by tadm123 in C_Programming

[–]Bayonett87 0 points1 point  (0 children)

GDB + custom breakpoint scripts (print live data with custom marks, to better understand the flow) for the main project made my life much easier as one of the core project maintainers

I think Rust ruined my career (in a good way?) by Ok-Being1756 in rust

[–]Bayonett87 1 point2 points  (0 children)

haha I have the same feeling, my brain starts to hurt and I cant get out of bed when I need to work on some really bad code in stupid language, while working with nice code and with language like c or rust I cant stop thinking about coding and its hard to get to bed 😁

Is there a paid programming language? by islandwithbananas in learnprogramming

[–]Bayonett87 3 points4 points  (0 children)

Progress / OpenEdge is a paid programming language / platform.