Ranter
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
Comments
-
chrizzle7278yPossible sticker solution: Hook devRant up to a SaaS CRM with a good API, then give restricted credentials to someone on Peopleperhour?
Ofc that's obvs easier to type than do :) -
dfox428278y@developerTom not yet. I know what's wrong but haven't had a chance to fix it yet since it's not a simple problem/fix.
-
so when you are at the wedding and at some point you actually have fun then you leave for the trainstation immediately ☺
Related Rants
<?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();
?>
undefined
php
wk4