Details
-
Abouthello2seeren92, what more to say.
-
SkillsCodin n shiet
-
LocationNCity
-
Website
-
Github
Joined devRant on 9/4/2023
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
-
@johnmelodyme, Hey tiny pecker! take your chinesse ass back to china , and fuck your mom in china with whatever fucking communist fucks!
ching chong wing wong, yellow chink !
I wish all you chinese die! yellow fucks!
this is AMERICA! suckas! Fuck china !6 -
this platform is belong a chinese communist china .
where is the free speech huh? fuck you china men , fuck you!
@johnmelodyme fuck you yellow fucks!
you think you can silent me ? I live in AMERICA you jackass! fuck the yellow chinese12 -
Recently been lurking more and apart from the new plagues the community is going through at the moment, I swear this app goes through literal anime arcs with random entities that rise up and cause problems, kinda hilarious in hindsight. I will say it's been nice seeing y'all's names and rants again. I know I also see everything in the discord but that's got a different vibe. It doesn't help I just fucking hate discord.
It's also been a weird experience looking at my old rants. I literally found this app as I was getting my start in development and it's crazy to see the progress and put everything into perspective. Holy shit was I CRINGE. Regardless pretty nice.8 -
So can someone explain to me what's all the drama around our recent burned out sourceforge-dude? Y'all know you can just, ignore his/her rants/comments right? Unless I'm missing something here, I don't see the big deal. Not the first quirkling we've seen here, not the last. And It's not like he's spamming posts either, seems like a post a day, perfectly ignorable if you don't want to read their walls of text.
Like yeah, the levels of aggression are a "bit" too much but still. Ignorable.35 -
Why are people behaving like communist dramaqueens on every OSS repo?
Why do OSS libraries and frameworks have to be political cunts and insert *the current thing* into every god damn console message of their tooling and on their websites?
Stop it. Get some help.
I want to code, not be a aborted political SJW fetus. Let me fucking code in peace.5 -
Welp, time to ditch devRant
I don't mind green dots posting the same things over and over (and let's be honest, everyone had some of those complaints when we started coding), but what's been happening lately with spam and bots is just too much.
Thanks for the ride @dfox, it's been good while it lasted. Too bad I never got a dev duck tho, they were always out of stock :(18 -
Disclaimer: I wrote this rant in Chinese as some mother fucker trying to pretend to be Chinese and cussing people here. This is my public rant calling him out.
@topramen,
我说最后一次,如果你那么牛逼,你有胆就来广丰公安局见个面。我们慢慢地聊。24 -
Since I'm a rather new devrant user, does these kind of trolls happen here more frequently?
Other than that, i rly enjoy the posts here.23 -
devrant(dot)com/rants/8848492/welp-time-to-ditch-devrant-i-dont-mind-green-dots-posting-the-same-things-over-a
This is over an actual request for development help vis a vis an actual opensource project with decades of code developments allready-in-place. That's what is causing you to melt the fuck down.
Stop taking the estrogen.
>NOOOO, ATTEMPT TO CONNECT WITH DEVELOPERS?
>NOO THIS IS ONLY A TRANS FAGGOT HIDEAWAY, NOT FOR ACTUALY PROGRAMMING!!!
>NOO THEY POSTED THE CODE? NOOOOOOOOO
@hitko5 -
Oh, shit, someone wanted dev help or contributors after programming for decades. Shit. That is trolling. THANK YOU N()()B
(@wojtek322) >He he gooosh im sooo nu here
>Is this talk about CODING on DEVRant what you do?
(@wojtek322) >TEHEEHE!
>Maybe I'm a girl you could dig the fuck out
>Maybe not
>But I'll act like one
(@wojtek322) >TEEEHEE HEEE
>So uhhhmmm this talk of C programing language and actual concrete issues
>That's like, uhh, trolling rite?
>Not what you guys are about
-OFCOURSE NOT MAM!, OR TRAN!
-WE ARE NOT ABOUT THAT
(@wojtek322) >Teheheee ok gr8 thx!1 -
White ppl are racist. They think because you a niggad you can't be black? You can't write code? Say my name much f**ka.18
-
Need some advice again. I'm a junior backend developer or that's at least what I try to call myself.
For the first year at this company I did a lot of backend which I love and really enjoy, eventually they let me do devops and migrations. Okay, but not really what I wanted.
Two months ago, I started my internship at the same company. Now they wanted me to do Shopify, I hate to do frontend, only thing I enjoy is the JavaScript. Fucking sucks but okay, eventually it will be done.
And fucking today I heard they wanted me on support mostly, isolated from the rest into another room with the (dumb) zero experience trainee.
I honestly don't know what to say? Should I refuse? I do have some power because they accepted 3 other projects which require my expertise with migrations. Like why don't they use me were I'm good at, backend?2 -
Guess who’s back after a few months. I was so frustrated because of something at work today that I needed to vent.
So currently we are working together with a frontend company, we make the api, they do the frontend.
I got a few feedback points, one of the things was that they asked if the dates could be formatted in our language. I said no that’s not really recommend because the api should only handle data not translations or date formatting.
They responded with that it was because of speed... Date formatting is literally a few fucking milliseconds. Technically it is even slower serverside because the fact that I need to process it in a serverless function which is probably less powerful than the average client machine.
Fucking lazy fucks.9 -
FUCK composer and fuck their way of installing things. Why the fuck do I need to wait an hour for one fucking package to be installed.
Also why are you asking for my github credentials you fucking dipshit program, I literally specified an oathtoken in my config....
AAAA now you are asking for a new oauthtoken, my token has reached the 5000 requests limit, how??5 -
I'm not sure who the fuck implemented the error handling of spring boot but goddamn he/she needs to be fired. Why the fuck does the application return a weird error about a setting not being set when it can't connect to a database?? Wtf took an hour to solve and that's not the only thing I hate about spring boot. Why is the documention utter garbage, why do I have to rely on tutorials and can't I just read in the documentation how for example the http rest mapping works. Now I have to cross-reference multiple tutorials to find the best way because guess what there are multiple ways to do something in this framework and some tutorials don't even work.
-
It's rant time again. I was working on a project which exports data to a zipped csv and uploads it to s3. I asked colleagues to review it, I guess that was a mistake.
Well, two of my lesser known colleague reviewed it and one of the complaints they had is that it wasn't typescript. Well yes good thing you have EYES, i'm not comfortable with typescript yet so I made it in nodejs (which is absolutely fine)
The other guy said that I could stream to the zip file and which I didn't know was possible so I said that's impossible right? (I didn't know some zip algorithms work on streams). And he kept brushing over it and taking about why I should use streams and why. I obviously have used streams before and if had read my code he could see that my code streamed everything to the filesystem and afterwards to s3. He continued to behave like I was a literall child who just used nodejs for 2 seconds. (I'm probably half his age so fair enough). He also assumed that my code would store everything in memory which also isn't true if he had read my code...
Never got an answer out of him and had to google myself and research how zlib works while he was sending me obvious examples how streams work. Which annoyed me because I asked him a very simple question.
Now the worst part, we had a dev meeting and both colleagues started talking about how they want that solutions are checked and talked about beforehand while talking about my project as if it was a failure. But it literally wasn't lol, i use streams for everything except the zipping part myself because I didn't know that was possible.
I was super motivated for this project but fuck this shit, I'm not sure why it annoys me so much. I wanted good feedback not people assuming because I'm young I can't fucking read documentation and also hate that they brought it up specifically pointing to my project, could be a general thing. Fuck me.3 -
Ugh, I finally got a big project at work as the main backender but I still have a lot to learn. I fucked up the estimation for a big component and this is the fifth night im working late because I feel responsible.
Fuck this shit.4 -
Who the fuck thinks that an private international api should have a limit of 5 tps (transactions per second) lol. Sadly I can't say the name but damn if I have 5 users just browsing our application, it will be throttled.
Mailed the guy why I need a lot more and now its very silent, really hope he can push the limit.6 -
Apparently there is still moderation on here, yesterday someone got doxxed (pls no extra info in the comments) and the guy actually got banned. Thanks @dfox33
-
Honestly after fucking around with rust async, I do have a lot more respect for high level languages where you don't have to worry about locking memory and stuff haha. Learning promises in nodejs was a breeze, learning them in rust requires a lot more thinking :p17
-
Ugh I was looking into React Native Expo and build an app fairly quicky, everything was going well! I just finished a poc and wanted to build it. Well I have build two times before on Expo Cloud. Took like 10 minutes in total. I submited my build and bam 2 hours free plan queue. Motherfuckers! Sucking my dick for the first 2 builds and than asking for the money. When I want to have priority queue I have to pay 99$ per month or 1$ per build wtf is that?? See I get that I should not have expected much from this free service but be upfront with me pls.
Than I tried building the app locally on my MacBook but ofcourse that's always a pain in the ass and after staring at an error for half an hour and trying to fix it with minimal google search results, I gave up for now. Now I'm looking at the fucking downtime timer of 60 minutes before my mini app get's build and oh if it fails I'll have a mental breakdown -
I swear why is it always the loudly calling people going into the silent coupe while the rest of the train is literally completely empty. How can you be so smooth brained that you can't read the huge ass sign on the window where it says "SILENT". Nothing can make me more angry5