β5441[Quote]
Go up
β5505[Quote]
>>5441Was this meant to be a bump?
β5509[Quote]
I'm trying to develop a game I have raisin ton of ideas but I am horrible at executing them in reality
β5516[Quote]
>>5509Just give me your orders and I will execute them for you, ideaGOD
β5550[Quote]
I am fixing to create a GUI front-end to systemd tasks, something similar to windows task scheduler.
I hate writing GUI code so I am still procastinating.
β5561[Quote]
>>5550What are you using for the GUI? Qt? GTK? Something else?
β5566[Quote]
>>5550Use qdbusxml2cpp to generate a C++ interface to the systemd D-Bus API and vibe code the rest with Qt Widgets
β5596[Quote]
i'm writing an autodiff library in c++ right now. Either gonna make a neural net library or a PDE solver with it next
β5831[Quote]
Nothing, I'm a nocoder
β5905[Quote]
>>5561I am used to Dioxus but I want to try out slint or iced, or Relm4, even.
>>5566Are people using Qt in 2025 still? I thought it went out of fashion when they started doing weird licensing shenanigans back in 2023.
β6030[Quote]
still need to work on textures in my render engine
β6078[Quote]
>>5421 (OP)I'm writing an implementation of dictionaries/hash tables exactly as Python does them, in C. Maybe I'll extend it to other data structures even.
β6117[Quote]
>>5673This is a really cool application. I enjoy seeing how programming gets used outside of tech careers where you wouldnβt really think about it
β6156[Quote]
Interface for a driver and firmware to make spi comms nicer. Unions might be the best language feature ever invented
β6226[Quote]
>>5673I'm surprised to see a doctor doing programming
β6246[Quote]
making imageboard raisinware because all of them are written in php
i tried making one in rust and svelte it went well but i felt like trying to make it in typescript instead and so far its going terrible
β6250[Quote]
>>6246Rust and Svelte is probably better because it will be faster
Also can't you use TypeScript with Svelte? I've never used Svelte. I've used React + TypeScript though.
β6254[Quote]
>>>5673 (You)
i really enjoy doing recreational programming and my reasoning when i graduated highschool is that i didn't want to make my favourite hobby into my job and end up hating it later.
plus I found medecine pretty cool for a career. it pays really well and is never boring.
I think that my programming skills really put me apart from my peers since i can automate and make things most doctors can't do.
Highly recommend doing a bit of programming for anyone outside a tech just so you can make things easier for yourself. And with how easy, versatile and cheap the web platform is and with the new ai answers, if you can just picture the algorithm in your mind of how something should work, you can easily make lots of simple everyday useful projects.
β6256[Quote]
>>5505Yes, in the sharty lingo you can say that to mean a "bump"
I could've also said "gem goes up" but your post has no such quality, though if it was "bad" aka "coal" I would've said coal goes down with a sage
β6269[Quote]
>>6267Forgot to add. Also want to host steam libery and some Application data, so needs to be able to handal File system features that applications expect. Like Partial file read and write, inodes, Simlink/junctions etc.
β6731[Quote]
>>6348kill yourself passion demoralizing faggot
β7021[Quote]
>>6720Interesting. Why do you want to automate this game? So you can rack up points in it?
β7067[Quote]
>>5421 (OP)Im upgrading my crypto bot.
β7761[Quote]
>>7021I want to play a small game to pass the time during the day.
There's also a bunch of upgrades you could get which automates the game in the later stages, but in a bad way.
There's an autoconquerer that will conquer territory if the amount of armies to conquer a territory is 5% of the total amount of armies you have. This can be upgraded to higher percentages. You can then use it to battle other players on maps and bunch of other ingame mechanics.
β7802[Quote]
>35 yo
>worked with C++ for 12 years (add in some python and scripting for supporting tools)
skills-wise i've dug myself into a hole. need to find something else to work on pronto
looking into web, mobile, cloud but it all seems cringe
β7827[Quote]
>>7802time to rewrite everything in rust
β8817[Quote]
>>7802Unironically learn Rust.
β8819[Quote]
>>8817inb4 someone soyquotes you with the trans soyjak
even doe rust is a good language
β8820[Quote]
>What are you working on, /tech/?
An 8-bit software cpu and a virtual machine that utilizes it
β8824[Quote]
>>What are you working on, /tech/?
>An 8-bit software cpu and a virtual machine that utilizes it
Not an emulation of any existing hardware, but the cpu is heavily inspired by 6502, since I've written an emulator for that
β9113[Quote]
>>6732RIP to a real nigga
β9667[Quote]
I'm working on my chat app lads. It's early days but I've got some of it made.
β9670[Quote]
>>9667is it going to be gender and bbc affirming
β9689[Quote]
>>9670What's wrong with you?
β9854[Quote]
>What are you working on, /tech/?
guys i wanna make 2d rpg game on c++ can you give me some advices, which library i should use and etc
β9855[Quote]
>>>5550
>>GUI
funny answer but based picture
β9857[Quote]
>>6720holy raisin looks interesting i want to play in it
β11328[Quote]
Bump
β11521[Quote]
rewriting the texture, sampling and rendering handling.
it's going to be a pain but it should be solid afterward.
β11557[Quote]
A Linux source-based package manager with a custom repository using TOML files