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 - "situational"
-
I made the perfect situational joke:
I was explaining physics to a coworker and stating that the only particles that are important for everyday life are protons, electrons and neutrons.
CW:" What about neutrinos? You don't care about them?"
Me:" No, I don't. Wanna know why?"
CW:"Yes, tell me."
ME:" Because, they don't matter!"1 -
There are many people broadcasting over Zello from Puerto Rico on the 'Puerto Rico' and other channels. Might help if you need to connect or need situational awareness.
Thoughts with our friends in Puerto Rico, US Virgin Islands...
Stay safe. -
Why the fuck do I have to complete situational strength tests related to commercial shit when I'm applying for a Software Developer role? What the fuck is up with companies nowadays? This is why it's a good idea to be your own boss and either do freelance or make your own brand, because these interviewers know jack shit about technology and software and you cannot express your passion nor your knowledge. I'm sick of how bad the employment process is for software developers who are looking for jobs after graduation.
-
I'm going insane.
So let's say you have an object in database, with 20-30 related objects (Or lists of objects) (All related objects have a foregn key to the "main" object).
Now, as long as you just edit/create thinga everything is fine.
But the deletion... Oh MY GOD
"Just put on delete cascade", right ? RIGHT ?
WRONG ! presence of some objects should block delete, while others can be deleted and some are "situational" depending on the first object state.
So delete operation with all the checks takes .... 1 - 2 seconds.
Seems fine ? WRONG ! When you have 40 or more objects to delete, even 1 second is too long.
Should I say "fuck it" and just write a stored proc which will crash if object cannot be deleted for any reason ? because with Entity Framework, I don't see how I can do it effitenly.
But I HATE stored proc, after couple of month/years noone remembers how they work...
RHAAAAA.
Ok I feel better.8 -
Does anyone know of some good research papers around NLP AI capable of situational awareness? General conversational awareness... i remember trying cleverbot a few years back and it left much to be desired. Even Google is sub-par when it comes to asking follow-up questions.