Ok, I need to dig into chromium source code and remove the tabs UI. Any idea where to start from?
What do you guys think about "cat *.js | grep X"? is there a better way to match wildcards in such example? (i.e. x/**/*.{c,cpp,h})
Do you guys have personal blogs and what do you guys think about Wordpress for a personal blog?
I think I'm shitting my code. Here's the problem. I have a Encoder class which is used to encode (Document, Tileset, Tile, Grid etc) inside of it. For now Encoder class is abs...
I was thinking about it but recently have some problems with brightness control while using latest version of GNOME. Meaning that the brightness controls would freeze the who...
bad?
What if we're talking about people that are often talking as if your job was easy or that it worth less than you think?
What do you guys recommend for developing a 3D game? I've been trying to use Unreal Engine but the CLion project looks like a mess and it's VERY SLOW. Although I have a Ryzen ...
Can anyone tell me why do I have shitty fonts like this in Arch Linux while using Plasma?
Faster, I guess? Also this i7 comes with a NVIDIA 940MX 4GB. I guess this is better than Intel 620 Graphics on the i5? I'm having very high memory usage and I guess it's relat...
Do you guys usually program in the dark or in the light?
My desktop starts spinning the CPU fan really loud but never completes boot (no BIOS or bip as it used to be). This happened a few times, not sure what might be causing this. ...
I'm facing the following problem. I have a LayerGroup which is a list which could have both LayerGroup and Layer. On the other hand, Layer can have only Sprite in it's childre...
What do you guys think about big names for struct like this in C? Is it bad practice? btw I'd like to make them short but I'm not sure how to avoid it to be exported when some...
I'm creating a service worker using Webpack and I want to take advantage of asynchronous loading / code splitting. Is there a way to get access to ALL the modules that can be ...
What bank do you guys use?
How can I convert double and float to uint8_t[] array?
I'm not sure how do that. I'm able to make it work using QtCreator but it doesn't work well with CLion: https://pastebin.com/xn5gk4sL. Without mentioning that I've never seen ...
Hi, guys. Which distro are you using?
Do Godot allow you to script level through the editor? What if you want to do it using low level language?