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 - "aok"
-
For all people missing Avatar of Kaine. You can now say "@aokbot [subject]" and it will return a comment in the style of the real Avatar of Kaine.115
-
November is coming up. That means no mental illness month. Absolutely no front end or JS shit all month. Because it is going to be officially:
"No Nutjob November"
So keep your AOK ass to yourself in November!
(AOK, if you see this, we miss you!)4 -
Just wanna say that I love devRant b/c :
1. I can write as l33t as I wish knowing that most of u will get the msg, some of u can decode almost anything ( exceptions r the Manuscript and some of AOK posts )
2. I can be sarcastic, say stupid things w/0 fasing a wave of comfused hate
3. speaking 0f which, d re-@ll haters & <spam>3rs r quickly kicked out ( shout 4 all moderators )
4. most of u r critical thinkers and is a pleasure to read some of d discussions
5. one can learn a lot for the other parts of the IT in which is not involved ( yet )
6. It's hell of a fun around you so keep the spirit burning ( might see ya @ burning man, boom, the freshly re-started love parade or just at random point in our small home )
Love ya all. 10x 4 attending this dev/!dev talk10 -
I am working on an AoK bot. It worked before but now it fails on me. It says: {'success': False, 'error': 'Invalid comment.'}
I don't know why.
This is the comment: "@retoor debugsemiss everything and nave the and resorts they're not paying much to clean a fucking roomic lolg creating of my phoprooting such is the quoting this kidle... Noh ot inuforian times fined the apposivy suistlondlan't by imprymarbygind. Metwary nate ?"
Call method:
```
async def post_comment(self, rant_id, text):
payload = dict(
rant_id=rant_id,
comment=text
)
payload.update(self.auth_params)
async with self.session.post(f'/api/devrant/rants/{rant_id}/comments',data=payload, params=self.auth_params) as resp:
print(await resp.json())
```
Someone has an idea why it's failing? Also tried it with hardcored rant_id and message.23 -
I can crush a watermelon with my thighs. How do you think your neck would fare? And where do you think AoK went?15
-
Here we go again...
Here(Kerala) covid cases raising day by day.. Almost like lockdown here.... Back to boring Online classes, heavy assignment, homeworks.... Here we go again...
Just like before....
Btw stay safe and be healthy... Our health is on our hand... Have a nice day❤5 -
This is true I swear... I once worked on part of a project "optimization" that required, running a job on sidekiq in the background that spawns multiple threaded RPC calls on RabbitMQ (and be I/O blocking) till the jobs are done (or failed) so that it updates the status of the master object (that has the associated objects processed) and sends an email to the ops manager (just a summary email)... instead of using database locks... or dropping the email requirement...
I did it without arguing because I've already quit the job a while ago... -
Coding
-------------
I started just for a time pass. Then slowly
liked that.. Now I love it...
I think...... I'm addicted🙃 -
Stop bullying AoK. The dude suffers from the worst disease known to man — schizophrenia. This is literally the absolute worst thing that can happen to anyone.
You’re not funny. You’re not witty and clever. You’re witnessing agony and help pouring gasoline into the fire.
Stop it. What happened to him is a disaster. You know about my mother and what she did to me, yet I won’t give her schizophrenia as a revenge if I had that sort of power.3 -
My colleague once wrote 160 lines of ruby code that violated rubocop in 102 lines (and he thinks he is a "clever" senior)2
-
*When I have lots of free time to code*
My mind: I am so tired for working... Let's finish those project some other time dude.
*When the day before my exam*
My mind: Hey! You have some unfinished projects...Come lets finish those. Don't be lazy...1 -
Iam posting this coz I think and think and think and it's gone for so long.... And still got nothing funny to post here..... I just successfully wasted my time.. Congratulation to me!
-
Student programmer's uncertainity principle
------------------------------------------------------
It is impossible to do programming and prepare for college exam simultaneously(Especially the day before exam) -
The most fun thing in boring online class is when someone accidentally switch on mic and speak things unknowingly🤣🤣🤣... It will wake the class for atleast some minutes😂4
-
Nobody : Do you know what's most annoying?
Me : Yh, When I want to do something quickly on lap and it gets hang...3