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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
Never really had issues with Java, but this is so funny to me.
To date, the high score for toilet seat slams is 5 in one day. Not sure we will ever beat that score.joke/meme javascript's sign is cancer be kind and leave the toilet seat up your mom ostream loves farm animals5 -
++age
Can’t believe it’s been a year already. Currently enjoying a month-long break from work, almost halfway through it. Realizing that I’m at an age where I need to recover from going to a museum, which is wild. But I’m taking the time to visit museums during my PTO instead of just sitting at home binge watching shows like normal.
Unrelated, I tried to crochet a Chucky doll and it turned out.. interesting.12 -
Thank you, appstore, for showing me an ad for the app that I was searching for, right above the search result for this app! 🤦♂️6
-
#include <stdio.h>
void getElement(int arr[], int size, int index) {
if(index >= 0 && index < size) {
printf("%d", arr[index]);
} else {
printf("Index out of bounds");
}
}
int main() {
int size, index;
// Read the size of the array
scanf("%d", &size);
int arr[size];
// Read array elements
for(int i = 0; i < size; i++) {
scanf("%d", &arr[i]);
}
// Read the index to access
scanf("%d", &index);
getElement(arr, size, index);
return 0;
}28 -
JoyRant build 43
You can now see who upvoted your comment.
This works by getting the info from the notifications list so it will not work for old upvotes which aren’t in the notif list anymore.
Forgot to also add this for rants. Will add later.
Complete list of changes:
* notifications from all tabs load at once
* info button about who upvoted my comment
* comments counter for own rants
* no reply button for own comments
* ignore users locally (added in build 42)7 -
Did not think about it yet, but you can find coupons for AI using deepsearch. That's perfect for AI stuff since the half sucks. Wanted to try warp even longer to try. Nog I have it for one euro.
Deepsearch maybe even works for quite niche coupons.2 -