Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "wk364"
-
Working on a small little video game, but myself.
I need an artist eventually.
But for now, I've got my little dude running and jumping. It's shit but at least I made it myself.
Also got a big project at work that might get me promoted but don't really care about that.3 -
Struggling to earn money to pay for medical bills for my dad at a private hospital because he's having some problems with bile in his stomach. He pukes after eating almost anything so he has to eat some dry bread and drink tea. The only solution for this is surgery. He made appointment for august which is the earliest date... I have to find a way to earn money asap so he can go privately Now without waiting...
No i cant use gofundme because its not available for my bullshit 3rd world country just like most services16 -
a shell oneliner periodically checking devrant's availability and sending me a notification when it starts working.12
-
Been working on a rust game framework that im really proud of, but the part I’m most proud of is the renderer, 3D graphics from scratch is really fun11
-
A C++ program that spawns as many threads as it can to open TLS 1.2 connections to a given server and send random data.
Needed this to test scalability of one of our services.7 -
Pretty much Python automation on steroids.
https://github.com/konradhalas/...
Dacite is an integral part in it, cause it makes most auto generated API wrappers like Cloudflare API "maintenable".
Getting dicts, converting via Dacite to defined data classes...
Then using TOML to define e.g. output parameters (e.g. list of classes / properties one needs)...
... To export them via Pandas to anything what one needs.
It's just so comfortable.
Definining data classes, sprinkle the API calls and dacite in it, some definition via TOML, done.
Yes, lots of dark vodoo / behind the scenes magic... But ... It removes all this annoying fucked up boilerplate writing that takes ages and makes it frustrating.
As long as the data wrapper (e.g. clousflare API) generates Dicts, its really minutes to get an export working.
If you know the pain of having to deal with multiple accounts, different formats (e.g. different companies)… hours of manual copy pasting to aggregate the data etc.
Then you can maybe understand why I love this so much.
Data classes and dacite makes painful confusing workflows so much nicer and self documenting, I get wet in my pants while writing this. :) -
Favourite thing you worked on recently?
——
I’m working on server monitoring system. I found that I need to pay for most server monitor services, and ones that are free/open source didn’t sound like they fit my use case (b/c the server i need to monitor is shared,) so I basically said “f*<k it I’ll do it myself.” I find it fun to work on something that I feel the need to make.1 -
Fav. thing I've worked on recently?
Blazor and creating our framework around authentication/authorization.5 -
My job college exam.
It's my favourite because it was a fucking joke sheet.
They allowed us to use all our previously gained knowledge which we had stored on our laptops.
Needless to say the exam was over in about an hour.1 -
Nothing's favorite anymore. I work on a bunch of things and I don't see myself succeed in any of them.
Life sucks. Everything sucks. -
Im freelancing with a company that basically told me to scrape some data from some websites and do some aggregations on them. wish my full time job was as easy 🤣
-
I am currently trying to integrate a java webeditor/IDE into my company's product.
It's a nocode platform that supports extentions through codeunits. Currently we are lacking a way to store them inside the application and compile and inject them while thapp is running, that's what I'm creating.3