Details
-
Aboutself taught programmer, currently in college.
-
SkillsC++, C, Assembly,C#,Java
-
LocationUSA
-
Github
Joined devRant on 4/26/2017
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
-
I need more disks! Setup sonarr and radarr a few months ago and just like that my free space evaporated! Too bad I don't have the cash for a NAS 😅5
-
I'm never using the literal character version of null Terminator again. I just spent an hour debugging a crash. I used the /0 instead of \0 when I built the string. Are you fucking kidding me, why the fuck is /0 not highlighted by my ide, I mean fucking seriously. Numeric 0 literal for rest of my dayz1
-
How can I use a custom DNS server on my schools network?
They seem to block any DNS that isn't their own. I've tried 8.8.8.8 and the new cloudflare one. Both blocked, it's a real issue because their default dns dies for about a minute every 12/24 hrs causing my VPN to go down.
How do they even block external DNS servers?5 -
When your CS group is awol and the project is due in 3 days. But you just got back from spring break so are still drink as fuck off the most delicious Apple cider ever, angry orchards. So In a drunken furor you Google how to write an LL(1) recursive decent parser, all the while screaming into the empty echo chamber of your group slack about how bullshit it is.
I had a good night what about you? -
Two weeks of my life! All of this is on a win10 host with docker for windows. This is Docker running openvpn, and docker running Firefox in another container sharing VPN access from first container and also opens an x11 window port for Firefox GUI. Then x11 window server on Windows host to receive GUI. So left is firefox clearnet running native, right is Firefox over vpn in all containers, simultaneously.1
-
My little brother and his friends had a lan party the other day! It took me years but now he and all his friends are proper PC gamers. I hand built my little bros rig, feelsgoodman.
Side note, I think I've converted my siblings and cousins into techies by accident. I'm the oldest so they always asked what I was doing and I taught them what I knew. Now I'm the one learning stuff from them!1 -
TLDR rant
I just had the last calc exam of my life, my calc 3 final. WHY WAS IT AT 8am. I was so tired, I don't even know if I passed!!3 -
I've had enough. I'm organizing a net neutrality protest at my school. I've got a small group going already!!1
-
I need professional advice. Or at least informed opinions.
I recently competed in a hackathon and won. My team wants to commercialize our idea. I'm worried that since we publicly displayed it, that the I.P. rights are a little "in the air". We NEVER verbally gave anyone the rights, and the rules of the hackathon don't even mention the words.
What would a legally savvy person do?3 -
There is no planet in this multiverse where chrome should be using more ram than an ENTIRE VIRTUAL MACHINE. WHILE ITS COMPILING OPENCV!!! Seriously!?!?9
-
I just had to quit a part time programming job because I couldn't do it. I'm not really sure how I feel, there were alot of factors.
I took an internship about a year back to do some embedded C. I kicked ass and developed a system that really solved alot of problems for the company and so people started giving me "the hard back shelf problems". Like those problems that are really valuable if someone can get it working but not so important that it blocks anything day to day. Totally fair work for an intern, that is both complex and interesting.
When school started I took a part time remote role working on one of these problems. Fast forward to now (few months of remote work at school); i can't handle the stress. If I devote more time to work I fail a test. If I ace a test my work duties go neglected. On top of that my boss misses scheduled calls with me left and right, I even reminded him everyday 3 days before hand once!!!
Naturally I started feeling like I should quit. I was no longer interested in the work from a pure academic view, and emotionally hated doing it. However, since I was a good performer this place offered to interview my little brother!! Fuck, so do I choose my happiness or my brothers. It feels evil to choose myself over my brother. My brother, he's just a freshman so I know his odds are very low of getting an internship this year are low. And the place I worked at had some weight in the name so I could seriously jump start my little bros career. I do know however that if I don't quit that I will fail school, and do it while being miserable.
And so I quite my first remote job, from my first internship. I feel happy about, but also like I let someone down (them?, Me?, BROTHER?).1 -
My school has a completely open SMTP server. A friend today who works for the tech department just showed me how anyone could fake an email. He did this by sending me an email as the president of the school, it looked legit. He told the security dudes but they can't secure it due to legacy systems. This is madness surely!?! Is open SMTP as bad as I think? (It is at least only accessible on the schools network).3
-
Fucking hashtables...I forgot that removals can screw with the probing sequence, causing later lookups to "randomly" fail after hundreds of operations and elements.
Spent 4 hours staring at 3 while loops and data sets of hundreds of key value pairs trying to figure out why one giant data set worked fine but the other failed on some lookups.2 -
Since ive started college my will to program has become non-existant. Im a self taught programmer since 12, it used to be MY thing and i loved it. I used to spend hours a day just programming personal projects because i love it. However since college has been getting serious with this being my junior year and having part-time contract work i dont "love it" as much. Im a little scared, i have no time to just code for fun and when i do have time it feels like work because thats the only other time i code.
What should i do guys, i dont want to fall out of love with programming, it's part of who i am and i can feel im losing it.1 -
Context: ive been porting a single threaded D.A.G scheduler into a lockless multithreaded one. Point is its an objectively complicated project where theres lots of overlap in the code and architectural boundaries are very fuzzy.
My boss: "Can you just make new branches for every 'large' change youve done. Its too hard to merge this one giant branch youve got"
Me: "Fuck bro, but this is 2 months worth of significant refactoring where the commits are not atomic and you told me way back then that it was cool to work in my own repo. Now ive got to go redo half my work"
Boss: "Well yea but isnt it so much better to work with clearly seperated histories"
Me: "yea its great if you tell me thats the workflow you want upfront. This is gonna suck but ill but my balls and dive into this pit of lava if u say." -
!rant
Im going to boast for a second. I wrote a lockless multi producer c++ thread pool that scales linearly, doesn't eat cpu on no work, and has a proper packaged_task + futures interface. It's fucking awesome, and that is all. Thanks for reading 😎3 -
I'm tired of "agile" development. Sure the concept of a hacky POC that gets thrown out for a real implemention sounds great. But it never gets thrown out. That shitty POC become the foundation for a horrible mangled mess of hacky improvement after improvement. I'm tired of my boss telling me "do it the easy quick way and fix it later", like fuck off no. I can save man weeks worth of bug hunting a year down the road by actually taking an extra day to do it right. Like fuck does no one care about quality engineering anymore?
Sometimes that extra day to write a general vs a specific implementation is worth it.5