Details
-
AboutI'm that student assistent that you all complain about!
Joined devRant on 5/13/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
-
The Android guys at Google take care of the developers and their use case scenarios.
Like when they have to make an app that works on Jupiter.
Or on the Death Star.11 -
This probably isn't the coolest bug I've ever solved, but surely the one with the biggest faceplam
So I was building a Bluetooth smart watch that pairs with your Android device for the final year bachelor's project. The submission was in a 2 days and it was all ready and it suddenly stopped working.. Spent hours trying to fix it, even tried to get a replacement Bluetooth module (was out of stock -_-).. After a day's worth of freaking out I discovered that Android phones (at least the OnePlus X) don't connect to Bluetooth modules when their battery is below 15% -_- and since I was freaking out I would let the phone charge a bit and get back to debugging and it never crossed 15% so it never worked.. One day of debugging attempts later it suddenly struck me that low battery might be an issue.. And voila! It worked after charging the phone
Shouldn't such things be clearly mentioned in documentation :/
(Btw, got full for the project, got a 10/10 GPA for the semester)1 -
Feature request:
Swipe between rants so you don't have to return to the feed if you read more / comment -
I Can't wait for the fall to start!! Cuz I'm starting my own web agency! Looking forward to it so much!12
-
There was this senior designer many years ago that used to come in late everyday, do fuckall except piss everyone off and then spend the majority of her day on the phone organising her social life. We all hated her, and she knew it. This one day she came in and resigned. As we were all Mac, we quickly invented a nickname for her which was "Type 11" in the old Mac days this error was "Unexpectedly Quit". The sad thing was she was best mates with the owners wife. Everyone in the office was questioned about their meanness and nasty vibes. She didn't quit it was just to get back at us for hating her. 12 years on, I'm self employed and she does marketing in a manufacturing co. We get on really well and she gives me good work. Moral: I have no fucking idea what life is about.1
-
Friday Eve: Closing eclipse project happily at work. Everything works sorta fine.
Monday morning: Opening eclipse project again. Everything is like i left it. "Main class could not be found."
What the fuck eclipse?4 -
<?php
wakeUp();
goToWedding();
while (atWedding() && bored()) {
browseDevrant();
}
goToTrainStation();
sleep(2700); // got there 45 mins early
while (trainIsMoving()) {
try {
workOnDevrant();
} catch (ProcrastinationException $e) {
// got distracted by devRant
}
}
goHome();
while (unrespondedStickerRequests()) {
sendResponse();
}
goToSleep();
?>11 -
A client asked me to do a little makeover to their old website (before I made them a new one) because if they ask to the company who made it, they would pay too much. The WWE problem was that the website was in that company server and had their (really) bad backoffice. I ended up injecting in one field on the contacts (not protected with XSS) a script that change a little the front page layout and some content in another pages.
-
I created a Clinic Wait Time app that shows patients their estimated wait time. These are displayed on TVs at all of our clinics!7
-
Back in the days, before apache, I wrote a plugin for all Mac web servers that worked like mod_rewrite.
Had a user base of >20.000 users and one of them was the webmaster of Apple 😎4 -
Storing and comparing genomic data on cancer tumors to create custom treatments targeted to the exact genomic composition of the patient's tumor.5
-
In a getting started tutorial about Haskell:
"You probably already have haskell installed because you tried to learn it once and failed"
He's so right...1