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 - "uwu"
-
New neighbor came in yesterday, she cute, and apparently she also goes to the same college as me, though... when she came in last night to thank me she thought I was doing something illegal
Neighbor: "What are those?"
Me: "Lemme ex-"
Neighbor: "Are you doing [hacky hacky uwu]?"
Me: "First before you get the wrong-"
Neighbor: "I'm call-"
Me: "This is a fucking weather sattelite reciever ffs"
[Awkward silence]
Fast forward to today, landlady came in and immediately recognized my weather sattelite rig (I did it for a science fair before I graduated SHS), told neighbor she shouldn't worry because I have stuff like this everyday
God, if it wasn't for our landlady, I would have the police in my ass for neighbors getting the wrong idea...
Seriously nani the fuck16 -
website: uwu,,,im sowwy, but pweaese...wiww you pwease tuwn off ad bwock? we weawwy need ouw money (´・ω・`)
me: ok [turns off adblock]
website: 𝐃𝐎𝐖𝐍𝐋𝐎𝐀𝐃 𝐂𝐔𝐍𝐓 𝐖𝐀𝐑𝐒 𝐓𝐎𝐃𝐀𝐘 𝐇𝐀𝐕𝐄 𝐇𝐀𝐑𝐃𝐂𝐎𝐑𝐄 𝐒𝐄𝐗 𝐖𝐈𝐓𝐇 𝐓𝐇𝐄𝐒𝐄 𝐂𝐀𝐑𝐓𝐎𝐎𝐍 𝐆𝐈𝐑𝐋𝐒 𝐈𝐍 𝐀 𝐕6 -
Okay so my co-workers explains why they give me the title "GitHub Maid":
Basically most of the time the engineering didn't have the time to scroll through issues, and that includes me, so a lot of this stuff does not get triaged properly when reported. When I stumbled on the tracker, I knew I had to do something, so I sorted and sorted and managed the tickets by my own.
So being a "GitHub Maid" is not something to be embarrassed about after all, in fact, I think the dev team owed me a lot because the issue tracker is more organized, and the issues are getting triaged and assigned properly now compared before.
So if they call you like something similar, be proud of it because some developers wouldn't even bother to tidy up issue tracking.12 -
Government: Taxes have gone up due to inflation!
Company: uWu, No problem sensei-chan.
Supply Chain: Manufacturing costs have gone up due to lack of supplies!
Company: uWu, No problem sensei-chan.
AWS: Server costs are up due to inflation!
Company: uWu, No problem sensei-chan.
Employee: Cost of my services have gone up.
Company: Listen here you little shit.12 -
Me and that other guy who has a braincell: Okay so we made this simple object mapping code so that you have the option to use YAML or environment variables, because they're both awesome UwU (we use YAML for testing, then variables for container prod deployments).
Some dude who picked up the project: meh, lets ditch that, dotenv and get rid of the object mapping, because I like to do the pain manually.
AND THIS DUDE NEVER EVEN BOTHERED TO READ THE CODE CLAIMING HIS IS BETTER WTF
It took us enough testing and cofusion to get Object Mapping right and this guy just bastardizes work we've done for the past 2 years claiming "it sucks"
What a bloody bellend.7 -
Hey everyone. I decided to rewrite python's abs() function, as it's really slow. Here is my new and improved version. It's up to 500% faster!!!
def abs(int=None):
if not int is None:
try:
lnt = math.sqrt(int);
lnt = math.pow(lnt, 2);
return lnt;
except Exception as E:
lnt = int/-1;
return lnt;
else:
raise ValueError("oopsie whoopsie! uwu we made a fucky wucky!!1 a wittle fucko boingo! the code monkies at our headquarters are working VEWY HAWD to fix dis!!");
Edit: devrant fucked up the indention.
Here is a hastebin instead:
https://hastebin.com/iyajuyoxuq.pl7 -
I decided to write a diss article in Medium about SJWs because I'm kinda sick and tired of them
drafto linku: https://medium.com/@capuccino/...
enjoy uwu, feedback appreciated!18 -
You know, I agree with the opinion that everyone uses the tools they know can get the job done.
However, sometimes I just wish people wouldn't just pick the first tool for the job that comes up in Google's search results. People should look at more tools and then decide which tool is going to suit their use case best.
I can't for the life of me figure out why some people prefer using ad-ridden tools over ad-free, even open-source ones that work better in every way. The best example for this is people using μTorrent or BitTorrent® for the BitTorrent protocol instead of Deluge, Transmission, qBittorrent, and some others. They just typed in "how2download torrent for free uwu" and downloaded the objectively worst tool.
Pick your tools wisely, not by letting some search algorithm recommend you the worst one.9 -
Both Conservancy and the Git project are aware that the initial branch name, ‘master’, is offensive to some people and we empathize with those hurt by the use of that term.
Offensive my butt. It's not like any developer alive today had experienced the life of a slave. It's all in the past. Should I get offended by imperial Japanese flag?15 -
You know as a FOSS developer with no company affiliation the "I am once again asking for your financial support" meme is truer every second
I'm sad and broke please help7 -
programmers after Rust:
- cat ears: on
- pink thigh-highs: on
- butt plug: in
“I… I use Wust 😏🤤 bwazing fast UwU”
programmers before Rust:9 -
Coding for MCUs gets more and more surreal every day.. On one hand we're cooding oldschool heavy metal C or C++, but on the other hand they tell you to use PuTTY to check if there is a working serial connection - what the fuck?
Also the IDEs they suggest you. VSCode or Eclipse. Both are so unbelievable unusable for this, even with plugins, I would compile this shit via CLI myself before using them.
It just feels so contrary - they act like professionals and just spit out 200 uncommented lines of C to start WiFi on the ESP32 - not explaining a single fucking thing, but on the other hand, they checked the connection via PuTTY after writing some uwu kawaii shit into Eclipse.
Not to mention Arduino with their FUCKING SKETCHES.5 -
I am trying to check the popularity of the "PDF" religion myself after seeing similar post on IG recently.4
-
Fuck apple, and fuck xcode.
Making and running android app was a breeze.
Making and running ios app was hell.
Expectation : I should have gotten everything I need just by installing xcode and flutter.
Reality : I need to install these from the terminal : xcode command line tools, homebrew, ruby, cocoapods, firebase-cli. Also I need to manually add many stuffs, such as google login url into xcode project settings. Also we can simply test run our app or install to our device, and iphone we owned, we need to register in apple developer program, fill a full form, blah blah blah.
When it comes to android, I only need to register an account much much later, when I want to publish it to the playstore.5 -
Theses operating systems are real! I once installed "Nyarch Linux" on on old laptop. Comes with some great pre-installed software. Such as, Catgirl Downloader, and Material UwU.😅There has got to be more joke-operating systems out there.5
-
I sadly don't remember who set this up and posted it on devRant (give me a distro) but it seems to be down :/
Would be glad to host it again if needed, I think it is a great idea. ^^5 -
I am a freshman in college and my group(which is assigned because our numbers are in sequence) is a fucking piece of shit and everyone is a low life who didn't give a flying fuck when i tried to discuss project ideas and shit.
So we have our final project submission tomorrow and the grade depends on how much you learnt and contributed to project more so than how much it succeeded.
And now one of these fucking faggots has the audacity to call me and ask "Hey what do i tell the examiner when he asks about what i did to enhance the project?" Meaning ' how do i steal your credit uWu?'
Trembling with rage i cut his fucking call.
i left my phone on silent and i have 19 missed calls from these stupid fucks in the past hour.I am gonna make them fail this year. BEST FEELING EVER!5