[ home / overboard ] [ soy / qa / mtv / dem ] [ int / pol ] [ a / asp / biz / fit / k / r9k / sude / tech / tv / v / x ] [ q / news / chive / rules / pass / bans ] [ wiki / booru / irc ]

A banner for soyjak.party

/tech/ - Soyence and Technology

Download more RAM for your Mac here
Catalog
Email
Subject
Comment
File
Password (For file deletion.)

File: Ken_Thompson_and_Dennis_Ri….jpg πŸ“₯︎ (19.13 KB, 310x201) ImgOps

 β„–5421[Quote]

What are you working on, /tech/?

 β„–5441[Quote]

Go up

 β„–5505[Quote]

>>5441
Was 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]

>>5509
Just 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]

>>5550
What are you using for the GUI? Qt? GTK? Something else?

 β„–5566[Quote]

>>5550
Use 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

 β„–5673[Quote]

File: ClipboardImage.png πŸ“₯︎ (137.09 KB, 998x911) ImgOps

I am using sql.js custom compiled to support fts5. to use my goverment's health insurance database to make a search engine for drugs and their prices and information

i am a physician so i need this

 β„–5827[Quote]

File: 1738669389453u-0.gif πŸ“₯︎ (3.75 MB, 408x408) ImgOps

hello frens planning to drop out and shift to an it course. do u have any resources 4 me to study? also, is it wise to shift from a marketing degree to an it diploma?
t. esl 3rd world cuntry gook

 β„–5831[Quote]

Nothing, I'm a nocoder

 β„–5905[Quote]

>>5561
I am used to Dioxus but I want to try out slint or iced, or Relm4, even.

>>5566
Are 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.

 β„–6084[Quote]

File: ClipboardImage.png πŸ“₯︎ (143.79 KB, 1839x951) ImgOps

>>5421 (OP)
raisinty hybrid of a state machine and a behaviour tree for AI in poonity

 β„–6117[Quote]

>>5673
This 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]

>>5673
I'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]

>>6246
Rust 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]

>>5505
Yes, 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

 β„–6258[Quote]

>>6256
that is retarded

 β„–6267[Quote]

File: 1278972610663.jpg πŸ“₯︎ (12.73 KB, 400x400) ImgOps

Trying to figure out a way to dual boot Linux and Windows while sharing a raid aray for user data… Surprised no Mature solution exists…

> Mobo raid

mobo dies, data cooked

> Linux and Win SW raid

Only works well on one or the other.

> snap raid

no good cross platform mergerfs solution.

> raid card

Need to buy server grade hardware… in this Economy.

> zfs zvol iscsi -

Brakes my 3-2-1 backup posture, Backup NAS would have to host the icsci, Unless I Set my P C as the backup for the nas… That seems convoluted. And only gigabit speed. No thank you.

> Host ZFS or Snapraid + mergerfs in a VM on windows and hand out the data set/union via samba…

It's really come down to this?…

 β„–6269[Quote]

>>6267
Forgot 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.

 β„–6344[Quote]

File: ClipboardImage.png πŸ“₯︎ (142.62 KB, 1006x882) ImgOps

I made this, is this progress?
No idea how tf to git gud at Emacs

 β„–6348[Quote]

File: 1741085320770a.png πŸ“₯︎ (513.57 KB, 713x716) ImgOps

>>5905
>I am used to Dioxus but I want to try out slint or iced, or Relm4, even.

 β„–6499[Quote]

File: ClipboardImage.png πŸ“₯︎ (82.31 KB, 1343x988) ImgOps

i implemented a dynamic array

 β„–6513[Quote]

File: ClipboardImage.png πŸ“₯︎ (44.09 KB, 732x286) ImgOps

I've been working on a simple menu program "game" in godot with my wife for the last 6 months. It's been fun to work on, and it will be complete in the next few days. It's been really satisfying, but motivation is tough. I'm just raisinposting while at my fake job instead of implementing hover text on some buttons.

 β„–6720[Quote]

File: ClipboardImage.png πŸ“₯︎ (422.83 KB, 1790x853) ImgOps

I'm working on automating an idle game called Warzone. Currently I open through Selenium a headless browser to log in because the max idle time is 2 hours. Next part would be conquering territories, but for some reason the whole map is based on several canvases. I've tried taking a screenshot and based on the pixel color determining if a territory is conquerable, but for some reason my coordinates are always fucked and end up trying to click outside the parameters of the viewport.

 β„–6728[Quote]

File: Posix-Open-Function-with-C….jpg πŸ“₯︎ (32.89 KB, 800x359) ImgOps

posix c11 for embedded

 β„–6731[Quote]

>>6348
kill yourself passion demoralizing faggot

 β„–6732[Quote]

File: Terry_A._Davis_2017.jpg πŸ“₯︎ (140.74 KB, 640x480) ImgOps

>>5550
>GUI

 β„–7021[Quote]

>>6720
Interesting. 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]

>>7021
I 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]

>>7802
time to rewrite everything in rust

 β„–8617[Quote]

File: 1744664826869297.mp4 πŸ“₯︎ (3.22 MB, 1280x720) ImgOps


 β„–8817[Quote]

>>7802
Unironically learn Rust.

 β„–8819[Quote]

>>8817
inb4 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]

>>6732
RIP to a real nigga

 β„–9476[Quote]

File: ClipboardImage.png πŸ“₯︎ (74.26 KB, 361x369) ImgOps

got a texture working.
not sure if my 'cado is backwards or if the texture is though

 β„–9667[Quote]

I'm working on my chat app lads. It's early days but I've got some of it made.

 β„–9670[Quote]

>>9667
is it going to be gender and bbc affirming

 β„–9689[Quote]

>>9670
What'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]

>>6720
holy 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



[Return][Catalog][Go to top][Post a Reply]
Delete Post [ ]
[ home / overboard ] [ soy / qa / mtv / dem ] [ int / pol ] [ a / asp / biz / fit / k / r9k / sude / tech / tv / v / x ] [ q / news / chive / rules / pass / bans ] [ wiki / booru / irc ]