Details
-
Abouthi
-
SkillsC# JS, linux python c++ Unity
-
LocationDunno
Joined devRant on 10/16/2016
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
-
Very early indev, and missing a LOT of layout (Icon bar, tabbed region, etc.), but this is my barely functional UWP File explorer!15
-
Just got my Christmas present from Shopify:
You have 45 days to integrate with our new Billing API or lose your app on our app store.
Because I just LOVE dropping everything to deal with yet another mandatory Shopify change. Have you guys not heard of backwards compatibility?
My coworker just spent *weeks* getting our app approved, including submitting an obscene amount of information and multiple live reviews and now they're threatening to remove our listing from their app store if we don't adopt their new API by the end of January, requiring a complete re-submission and review to get it back on.
This is apparently a completely normal way to do business to Shopify.4 -
Great
Updated GPU drivers, turned my PC off while i was getting something to eat and watch YouTube videos in the living room, decided to go work on some project, turn my PC back on, and... Nothing works...
Neither of my monitors displays anything and not even my keyboard turns on... Didn't even get to see the splash screen of my mobo vendor
Why does this shit always happen to me?7 -
Hey guys and girls, quick question.
Im currently writing my own collection-framework in Go.
It has a Collection-Interface, that looks like this:
Clear()
Size() int
ToSlice() []interface{}
Add(...interface{}) error
Remove(...interface{}) error
Contains(...interface{}) (bool, error)
The library should also contains stuff like stacks and queues, so datastructures, that dont fit that interface perfectly.
So should i write a weird implementation of the interface for them, like Remove for stacks (high pitched internal screaming), or should i just say fuck it, and dont implement the Collection-Interface for these specific types ?3 -
So, we are many people from many countries, with many native languages, but we post in english because it's common.
To anyone posting here in another language than english:
أنت لست وحدك أيها النرجسي الحقير، تافه يعتقد بلده و لغته مركز العالم
See u14 -
"Hey i see you use a CollisionShape2D to detect collision, now go fuck yourself because only Area2D supports custom collision signals"
Ok thanks2 -
Dear junior programmers:
You will never get hired from what you learned at University
You have to study on your own, update your knowledge, practice at home and fail
The most important is to know which field to focus on10 -
Was helping somebody with a little C++ issue (disclaimer: I know jackshit about C++).
After a while off reading his code and opening a file called "pi.cpp", I noticed something odd...
This guy literally thought is was a good idea to put 81663 fucking decimals of pi in a #define statement :^)
On the screenshot, that weird "noise" on the right is actually a scrollbar of the code itself...33 -
Sweet mother of butts, I can't believe I forgot about the Windows XP media player. Seeing it again I can't believe it ever existed.6
-
😶🤢🤮 Crap I have a stomach ache today and vomited while I was taking a shower. Suspecting that this is related to Acid Reflux. Sigh I need to reduce my coffee intake. I want to go to work today but I can't due to unbearable pain. I hope this will lessen later because I'll go later to the hospital for a check up.5
-
I just wanted to shout out to everyone here and say that I really appreciate how great everyone here really is. I've posted rants in the past on dev subreddits and I've always received harassment for one reason or another. In my whole time here, I don't remember running into anyone who was nearly as verbally abusive as those on Reddit. Thank you all for being you and please continue to do so.3
-
I created an ASP.Net Web Application as my personal Web site. Tested it locally then wanted to test it in a live environment. I purchased a domain/hosting package then publish via FTP. Point it to homepage and nothing shows up. I call customer service and they say it's hosted on a Linux server but their options don't show that it is Linux based. So I had to change it to a Windows platform that it should have already been on. SMH 😣