Comment on
*Permanently Deleted*
Though you give me pain and suffering, C you will always be my beloved.
Comment on
*Permanently Deleted*
Though you give me pain and suffering, C you will always be my beloved.
Comment on
*Permanently Deleted*
What's the name of this game ?
Comment on
*Permanently Deleted*
Reply in thread
Didn't know that mpv can do that. Will use that instead of browser.
Comment on
Can we prevent cars from sending data to servers if we remove their antennae?
Reply in thread
Classic tin foil hat... Always gets the job done 😌
Comment on
git commit -m "minor fixes" +26858 -69429
Reply in thread
It's all fun and games until a git push slides in between...
Comment on
Apple plans to charge fees for sideloading
Reply in thread
There is this god-tier unofficial store called f-droid. Installing app from there is always a joy
Comment on
*Permanently Deleted*
Reply in thread
Aah... Thanks
Comment on
How should I continue learning?
I think what you need is inspiration, there's so many things to build to improve your skills and broaden your knowledge. Not every project you work on needs to be novel and exciting, even basic things can provide ample complexity to learn new things.
For example, in c++ you can make a basic image viewer that takes the name of a file and displays it, using some library like SDL (or OpenGl/Vulkan(hard)). This would teach you a lot about file formats, dynamic memory allocation and managing it, graphics pipeline etc.
For html and css, you can try to recreate some cool websites you see online. I hope this gives an inspiration(best viewed on PC).
For problem solving there's always leet code, advent of code and other similar services.
Comment on
Gentle reminder to everyone that support for [#windows10](https://mastodon.social/tags/windows10) ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:
Reply in thread
You have 5443200 seconds to make your choice.
Comment on
Android’s next big feature turns your phone into a desktop
Reply in thread
I think they're talking about Android "Intends" which is the thing used by apps to communicate with each other.
I have no clue how the OS handles the underlying things tho...
Comment on
Microsoft Edge is actually good lmao
Reply in thread
Is macOS different from linux(in command line things and such, not the GUI)?
Comment on
Have you heard of our lord and savor Federation?
Reply in thread
I disagree, the political memes are the worst.
Comment on
git commit -m "minor fixes" +26858 -69429
Reply in thread
Comment on
Apple plans to charge fees for sideloading
Reply in thread
And developers move the cost to users by increasing price on ios
Comment on
VI is love, VI is life
Reply in thread
I'd like to see them do visual-block/rectangle selection.
Comment on
What is this death trap?
Reply in thread
Teleportation: the cursor can be teleport to any line without pressing down key multiple times...
Macro: for repeating a sequence of inputs multiple times...
Tabs: nano can't open multiple files at once i believe...
Split screen(horizontal and vertical)
Themes and plugins
These are a few that comes to mind...
Comment on
What is this death trap?
Reply in thread
Yes, but the person asked comparing to nano...
Comment on
Using AI generated code will make you a bad programmer.
Reply in thread
Bugs never occur in the high-level/big picture land, it usually come up in the low-level/implementation land. Should you entrust these to AI ?