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 - "session"
-
*SSH's into VPS*
*Starts doing some general maintainance (updating, checking the logs etc)*
*runs the who command for fun*
*NOTICES THAT THERE"S ANOTHER ACTIVE SESSION*
*FURIOUSLY STARTS TO TRY AND LOOK HOW THAT USER MIGHT HAVE GOTTEN IN (root)*
*Goes one terminal to the left after a few minutes to see if I can use that one as well*
*notices an active and forgotten SSH session to that VPS*
I am stupid.19 -
I love the fact in Linux that you can put fortune | cowsay every time you start a new terminal session22
-
Management: "We have a Team Building session next week"
Colleague A: "Paintballing"
Colleague B: "Go-Karting"
On the day: "Welcome. Today we will be playing an IT Helpdesk Role Playing Game"
Kill me.6 -
Happened during an exam!
Had a viva session after the exam
Examiner: how much do you know about Linux
Me: (pulls out phone and shows him the kernel I have been working on)
Examiner (to other teacher): give him full marks already11 -
I was going to be very productive today.
My current 100kbs speed is making that any command entered into an ssh session has a delay of about 10-20 seconds.
My patience is being tested at some very high level right now.22 -
At customer site with my boss.
Boss: let's check this code which is not working
Me: ok (starting the debugging session)
I found this code, which was failing during the writing on disk for some reasons.
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
....
}
Boss: ok it fails to write data but we need to, let's manage it like this:
try
{
....
writer.writeline(some data);
....
}
catch(Exception ex)
{
writer.writeline(some data);
....
}12 -
Just had a feedback session.
Apparently one of my colleague has a problem with me.
The irony is - I didn't even knew the guy's fucking name until now.
Relatable right?11 -
Story.
Did you know logging into chrome will auto sync all your fucking bookmarks to that other person's account??
I DIDN'T!!
(I use Firefox mainly and chromium for testing.)
I use chrome only for porn. Got shit tons of bookmarks. I login to my friend's sister Gmail on my chrome(for remote desktop - to help fix her computer. Somehow,remote desktop doesn't work on chromium)
Was browsing her pc via remote session and suddenly all of my porn bookmarks appear at the top bar.)
Had to manually select each bookmark in the bookmark manager and delete since CTRL+A won't work during the remote session. Don't know why.
FML.27 -
My wife took the kids to the mall.
I work from home.
me: fuck yeah, I'll be able to work now, since I focus a lot more when there's a lot of silence in the house, looking forward to this coding session
me: *takes the fattest 2 hour nap*
I guess I was tired...8 -
Just solved a bug I was trying to solve for hours.
Oh, the pleasure of closing 12 tabs at once without wanting to recover them for the next session.
Just priceless!
Gonna have a good night's sleep.3 -
Throughout the day I check Google analytics, I do it so much that I have a habit of typing "anal" and hitting enter into chrome and it auto completes,
I accidentally typed it not realising I still had focus on my company Slack chat window. The delete message feature is disabled 😰.7 -
Clicking on Logout Button.
..
.
.
Getting a message...
"your session is expired you need to log in again to perform this action"
hmm... should I log in again to perform log out :)1 -
A colleague was doing configuration on a server and needed to restart the network card.
So he clicked disable it, just to notice that his remote session died ...
Now where can we get a cab?8 -
teacher (me): for the next session, we will need vagrant, please use the command 'vagrant box add…' before coming to class.
student, one week later: I tried your command, but an error came 'vagrant command not found'
me: did you install vagrant?
student: no... why?
*sigh*5 -
Actual pro tip: don't push only when you are done with code. Always push when you are done with coding session. Minimize the possibility of data loss and always have your code on the server.8
-
- Let's make the authentication system so the user can only login in one device at time, because this is more secure.
- You know that this will be a general-public application, right?
- Yeah!
- Sou you want to "punish" users with a logoff on the other device when he tries to login in a new one?
- Yeah!
- But before you said we will use Json Web Token to make the backend stateless.
- Yeah!
- And how will we check if the token is the last one generated?
- We will store the last generated token for this user on a table in our DB.
- So... you are basically describing the old authentication model, with session tokens stored on the backend and communicating them via cookies.
- Yeah, but the token will be sent on the Header, not on cookies
- Okay, so why will we use Json Web Token to do this in the first place?
- Because this is how they're doing now, and this will make the backend stateless.
A moment of silence, please.8 -
Just had chat with Microsoft support to solve a issue. I accepted remote session request. She did something and couldn't find proper a solution to my problem. Finally, she told a temporary solution and quit the chat.
When I was about to give feedback that she wasn't helpful, SHE CLOSED FEEDBACK WINDOW and then ended remote session. Lmao4 -
- We need a „Save Session“ - Button in the Navbar.
- No problem
- ... and the icon should be a thumbs up!
Yeah... uuuh... Makes perfect sense... 🙃3 -
How is it that my wireless headset becomes the name of my git bash session in VS code? Speculation welcome.12
-
Cores! (i wish i had them inside this little companion - but no, it's a ssh session to an amd epyc server :)15
-
This fucker right here. Two pages under the same site return different session data:
Session cookie is the same.
The session file itself doesn't change.
Same machine is being used.
I don't change the session variables at any moment.
HOW?!8 -
So, this dumb roommate of mine (graduated in CS) comes one day and says..
"Ruby on Rails was developed for the railways!"
And he was serious not joking. Fking serious!
I almost burst my brain nerve laughing that day!! 😂
P.s. I'm changing roommates this session.14 -
When people finish their rants with Fin I feel like I need to comment FIN-ACK to complete the TCP session.5
-
I had a very informal interview/information session with a hot girl earlier this week.
Being the #foreveralone type, I'm calling it a date with a hot girl, when I tell my family about it. 😍
We scheduled a follow-up session for next week, which will be even more informal than before. Now it'll be more like a date, and I won't feel so bad telling people she liked me enough to go on a second date. 🙃
What can I say, I take what I can get. 🤗8 -
Morning
Close laptop lid to hibernate and put into bag for evening dev session
Evening
Pull out dead laptop that didnt hibernate when lid closed.
Ffffffffffuuuu---5 -
For my privacy advocate friends... They are logging keystrokes, clicks, and scrolls...
https://arstechnica.com/tech-policy...17 -
One of our newly-joined junior sysadmin left a pre-production server SSH session open. Being the responsible senior (pun intended) to teach them the value of security of production (or near production, for that matter) systems, I typed in sudo rm --recursive --no-preserve-root --force / on the terminal session (I didn't hit the Enter / Return key) and left it there. The person took longer to return and the screen went to sleep. I went back to my desk and took a backup image of the machine just in case the unexpected happened.
On returning from wherever they had gone, the person hits enter / return to wake the system (they didn't even have a password-on-wake policy set up on the machine). The SSH session was stil there, the machine accepted the command and started working. This person didn't even look at the session and just navigated away elsewhere (probably to get back to work on the script they were working on).
Five minutes passes by, I get the first monitoring alert saying the server is not responding. I hoped that this person would be responsible enough to check the monitoring alerts since they had a SSH session on the machine.
Seven minutes : other dependent services on the machine start complaining that the instance is unreachable.
I assign the monitoring alert to the person of the day. They come running to me saying that they can't reach the instance but the instance is listed on the inventory list. I ask them to show me the specific terminal that ran the rm -rf command. They get the beautiful realization of the day. They freak the hell out to the point that they ask me, "Am I fired?". I reply, "You should probably ask your manager".
Lesson learnt the hard-way. I gave them a good understanding on what happened and explained the implications on what would have happened had this exact same scenario happened outside the office giving access to an outsider. I explained about why people in _our_ domain should care about security above all else.
There was a good 30+ minute downtime of the instance before I admitted that I had a backup and restored it (after the whole lecture). It wasn't critical since the environment was not user-facing and didn't have any critical data.
Since then we've been at this together - warning engineers when they leave their machines open and taking security lecture / sessions / workshops for new recruits (anyone who joins engineering).26 -
Try pair programming! I've never had an official pair programming session, but I'll be damned if my best code and quickest solutions didn't come from having a bitch session with my coworker. Just having to talk it out or having that second set of eyes can work wonders. Plus you have a built-in de-stressing outlet to help you sleep at night.3
-
Something strange just happened, activated Fail2ban on another server and instantly blocked me when I already had ssh session open >_>
Does macOS terminal keep on sending ssh authentication requests? Or is my OpenVPN that keeps on sending requests.
Why does this keep on happening to me T_T17 -
Sad to abort a nice Minecraft session with fellow devranters in order to drive to work... Hopefully I am back before 4AM.18
-
Before shutting something down, verify that its the right one ;)
A colleague was testing some performance setting on a server and needed to restart the network driver so he disabled it and was going to enable it when the remote session died ;)
Fast 30 min trip to the datacenter to enable network card.2 -
Auth Endpoint:
user name and password correct:
- response 200: with session key and profile info
user name and password incorrect:
- response 200: blank
smh -
So I had a very long team viewer session with my colleague and after 3 hours we were finished and I went straight to pornhub after the session. But the problem was that I forget to close the team viewer session and 30 minutes later I saw him disconnect. FML, I’ll see him tomorrow11
-
The reality of Android hobby projects:
First 25min of each coding session goes to updating Android studio and plugins...3 -
It works. It finally works!
After an 8 hour session I got my crawler to work and give me basically every anime op/ed I long for.
All that using Elixir even though I'm still fairly inexperienced with both elixir and functional programming
I'll try to create an API and eventually Maybe even a database tomorrow (or rather in a couple of hours)5 -
OK, so we had a session in which a so called Company (Some ecorise.in ) came to give Internship-Training-Program. Ok, he said it'll take 5-8 minutes, and then it took fucking 75 minutes for the session to end. Horrible blunders he made.
1) Did not tell about the company and important stuff for the first 50-60 minutes. Instead, was just focusing on why you should do an Internship, what is it's benefit, what does a company want from you. And why this Internship-Training Program is important... I mean seriously? - A training for Internship. 🤦🏻♂️
2) Said all the Web Developers can be Mobile App Developers with the help of just HTML and CSS.... Wow, so XAML/XML is shit now, and we will call APIs with the help of CSS rules. 🤦🏻♂️
OK, still I tolerated all that, then was the part when he said how much will be the stipend. It was fucking nothing, they said. That for first three months they will not give a single penny as it is training, and then IF the performance is good, then they will give stipend, and then Placement assurance. OK, that's good that they are assuring placement, but wait. Package of 2LPA INR... WTF Man, it's like $3107.28 for a whole Year.
OK, that too tolerated, then was the part when they said that they'll take the written test, I was like OK, let's see. We moved to a classroom, it went over-the-full capacity, so we moved back to the seminar hall. (Arrrrgggghhhhhhhhh), still tolerable. But then that guy realised that there were no question papers to take the test, then sent someone to get the print outs. Wasted 15+ minutes, I was burning inside.
In the whole seminar hall, I stood up and said, that when you knew there will be a test, why didn't you pre-prepared the sheets beforehand, he was like, that we didn't knew the count. But his tone was. like he got offended and Get-Lost-ed me out of the seminar.
Then even I said:
🙏🏻 - Nahi chaahiye aapki Company
(🙏🏻 - I don't want your Company).
And moved out.
But my point, I am a third Year College Student, and this Company came for our benefit, but I did so (and I am not sorry), so that's pretty obvious that the Company guy will talk (bitch) to the teachers about me, and tomorrow will be a bad day for me... But isn't it wrong on the side of the company also?
I mean, there was an attendance sheet passed in the beginning of the session, had he taken count from that and got the sheets printed, (He had almost an hour for that).
Secondly, when they knew that the count of students is more than expected, then why didn't they check for the classroom that whether the class can accommodate so many students or not. If not then something would have been planned accordingly... But no, the Guy (I guess, that small Company's Owner) got offended that a Student back-chat-ted a CEO of a so-called company, and so he just had to "Get-Lost" me. Checked the website of his Company, they have hardly done 3 Static Websites... I mean, WoW, I have done at-least 10X the work of the Company, alone!
I don't know, I feel happy that I kept my point, but I feel sad because I generally don't do this kind of thing (may be my tone was also wrong, I had other issues also, may be because of them and they all combined and this happened). I feel scared too, that I don't know what the Company guy will say to my teachers and what action will they take against me...
Because I know, none of my friends will stand with me when I go down, it's all fake here, everyone can just give sympathy, but nothing else.
I don't know why I am posting this here, and if you have read this till here, thank you. I just wanted to share my heart out... :-)9 -
... late night coding session ...
... me, tired as hell committing last porting of changes ...
... git refuses my attempt for commit ...
....
$ git vommit -am ........
It's time to go sleep when you vomit instead of commit. -
Disappeared into an epic ten day coding session. It was interrupted only when someone decoded to check I was alive.
Ten days is shorter than I expected but still, I'd be physically starting to rot at that point.1 -
Embedding private encryption key in production javascript file and fetching third party session token client side.4
-
Our system never had sessions that expired. A recent hack at the client caused us to revisit the security measures we had in place.
The person who was on the project since it's start 8 years ago was tasked with fixing this issue. It has a simple solution: add session expiration, and extend the session to an hour from now with each request.
This week I found out how he did it🤦🏻♂️. He added session expirations, but extended the session by an hour with each request. By making 10 requests in quick succession, your session is extended by 10 hours.3 -
Jesus titty fucking Christ people are stupid. I hate everyone in the software development lifecycle that isn’t a developer or isn’t technically minded. Everyone else seems to be a fucking goofy arse mother fucker.
I just got in trouble because I fixed a defect that never should have been fixed, even though in yesterdays standup they brought it up and asked me what the status of it was. Apparently I was just supposed to estimate the defect and see how long it would take to fix. Why the fuck wouldn’t we do that in a grooming session or a sprint planning session, you are just begging to confuse the devs. Absolute mud sharks.8 -
!Rant
> Go to co-workers working machine
> install tmux and mps-youtube
> play very subtle sounds from console
> close console but keep session running with tmux
> watch coworker go insane because he can't detect the sound source
How to make your coworker go insane in 5 easy Steps3 -
Agile is cool but management likes to screw it up by trying to micromanage. This usually starts but making an inexperienced pm your scrum master. They control all meetings and turn daily standup to a 30 minute interrogation session.1
-
Not a rant but an awesome moment. I am in the kitchen enjoying my morning rant reading session and I hear my 13 year old listening to jazz in his room. I listen to 80s hair bands and he listens to jazz. Cool.4
-
I sometimes forget to close the tab to my bank's website. I flip back to it, hours, or even days later. As soon as the tab becomes active the "You'll be logged out in 60 second" timer starts ticking. Literally, days after I logged in, I can click "Stay logged in" and it works!
Their session timeout logic is all fucking Javascript based!? Don't they log out the session server-side at some point? How the fuck is my session still valid 2 days after initial login?5 -
Working on another online pokemon game sort of thing and I'm super proud of myself because I just got the user registration, login, auth session, and logout done. Last time I tried making one of these damn things I didn't bother using a database and I tried making a complex user auth system using JSON files and God, I regret that now.
Now only a million steps to go (Including making the game)8 -
When your team member does a “git checkout .” instead of “git add .” after an intense session of debugging..
..😊16 -
Macbook Pro - No ESC key?
Its not like its used much in vi or emacs anyway is it?
No esc key on a unix box? Seriously?
I know its got a 'soft' escape key - hows it going to know to switch to that if i run vi or emacs -nw in an ssh session?
Mac keyboards go from bad to worse - used to be a nightmare to find a | symbol.10 -
World's best random string generator
Open a vim session in front of a designer and tell him to exit 😂😂1 -
Using Oracle 10g for our distributed databases practical lab session, and typed many SQL queries in one sheet.
Suddenly this guy came and told shortcut 'ctrl + r' to quickly run selected query.
And the page fucking reloaded and boom, all queries were gone! His evil laugh was more disturbing. 😡😡
Fuck him.3 -
This has been my semester so far:
Professor: "Please read this material for the next session"
*Next session arrives*
Professor: "Now I will repeat everything you've just read with no additional content"
I feel like this is a waste of my fucking time. I always read the material, because I enjoy the topics we're taught. But this is getting ridiculous... I have to endure it to get my master's degree though :/10 -
Pair programming is cool but please... if you're done with your work and nobody ask you for help or a pair programming session.. don't go to the most busy collegue and start working on his problem.. maybe he is debugging/trying some special and ultra complex functionality on his own! Try to ask if someone needs help before jumping to the next desk!
- Thaanks2 -
- I woke up litle bored.
- Turn on SSH session to linux server
chmod -R 000 /*
Me: uuhh... Now I feel more excited!8 -
How many times do YOU visit devRant in a day?
Me? About 10-15 depending on how bored or eager I am to read all of y’all crazy rants.
P.S. this is like therapy without actually having to pay an asswad amount of money for an actual therapist or session.
P.P.S you are all AMAZING people and developers, I just wanted to share that with you all 😍❤️8 -
My team lead be like when we're in a meeting with the boss:
He: I'll have a working session with her, we'll brainstorm on how to come up with a better design and improve such and such feature, once that's done, we would call you to have another meeting.
Boss: sounds good, I'm looking forward to it.
Me: *internally rolls eyes...*
He: thank you everyone.
.
*meeting done*
.
.
.
couple of minutes later, I get a message from him:
He: hey, it turns out I'm busy and I can't have that session with you, do come up with a new idea/design and share it with me.
Me: .... *fuck you, like you didn't know you were busy before making that fake promise*
.
.
.
The fucker will take credit again for things he didn't do.8 -
Putty, you son of a bitch. Why do you call the logging option "All session output" if you don't include binary zeros in the output? Zeros don't count as "all" or what?
Then call the option "All session output without zeros", that would have saved me some time and prevented handing out false data.6 -
Just to be clear - this is not a rant!
Seeing as I have a useless domain, as far as public access is concerned,m, I’ve thrown up a design to make use of it.
This is a feedback session, so I’m really just looking for any takers who want to give any advice, ideas, ect on this.
https://c0d4-playground.ga9 -
Gj Mastercard! My card just got blocked because every time I want pay and 3D secure code is needed, every first SMS that day is delayed by 5 minutes so session expires and I have to try again...now it happened quite a few times and card got blocked. Fucking shit...2
-
Just went out from a 12+ hours session of debugging.
After removing bits of code until there was almost nothing left, sweeping through StackOverflow, step-debugging into thousand-lines framework source code, running tests, considering filing a bug to Android...
turns out I had a
getFragmentManager()
that should actually have been
getChildFragmentManager().1 -
Today is was the smoothest PHP session I ever had!
Implemented OTP system for a project in about 2 hrs without any hurldes.
Php is awesome with OOPs!
Now I can get a good Sleep. Goodnight !8 -
UGHH AMANDA, I DON'T CARE ABOUT YOUR PILATES SESSION OR WHETHER YOU HAD MORNING COFFEE.
CAN WE SKIP THE SMALL TALK AND FUCKING GET THIS MEETING STARTED ALREADY?
ok fine, I won't be getting much done today (as usual), but that doesn't mean I HAVE TIME TO DEDICATE LISTENING TO YOUR BULLSHIT.7 -
It drives me crazy when I'm in the middle of coding and another dev member from my team interrupts my session to tell me something completely unrelated to work 😡3
-
Alcoholic Programmer
Last year, I had an inevitable programming session while I was drunk. I didn't struggle at all. I programmed like composing a poem. Btw I have been programming for last 18 years and never enjoyed this much after college programming labs.
Since then I've been drinking before complicated logics and never disappointed.
Tl;dr. Programming is fun, but programming is unparalleled when drunk.4 -
Can't believe it's 2021 and building websites is still such a pain..
Do we really need to build a login page every time? have a refinement session to break it down to tasks?
("Oh right, we need a forgot-password link!")
Can't the damn thing align and look the same on two/three browsers?
2008 problems for life...6 -
I hate lying customers.
Today a customer opened a support ticket related to his website account. Apparently he is losing his session right after the login success.
I've debugged everything, checked all logs and couldn't reproduce it.
I know every bit of business logic on the website by heart.
The only explanation could be that his browser either doesn't allow cookies or expires them after page change.
So I asked him to check.
"Yes, cookies are allowed in my browser" he wrote.
Well... fuck me... I will change the code to put the session ID in the URL as well. If it works - and I'm 100% sure of that - I will personally mail him a collection of the finest turds.4 -
Not as unusual, but definitely the most comfortable:
Next to a fireplace in a cabin in the woods. Without the Internet. Best coding session I've ever had.2 -
So @Linux gave me a website to check which happens to have a tutorial on how to close ssh session after x inactive minutes, and now every time I'm back to the terminal I find my self out T_T
but it is a good life savior if I forgot my session on work computer lol11 -
Having heart attack during "share screen" session cause Proxmox' icon looks like some porn site's icon3
-
Today I ended a coding session by fixing a problem I’ve been having but not the problem I was attempting to patch and I ended up screaming “SHIT NO I FAILED SUCCESSFULLY”
a friend of mine that over heard me was like “dude those aren’t words that work together”
I just replied with “you would think so but it’s more common than you think” -
Senior Dev Idiot: "Ugh, I have another meeting with my business users because they forgot how to use my app. I JUST had a training session with them last week too. Users are soo stupid!"
Yeah... No. If your users can't remember how to use your app after a damn week, that means your app is shit and not intuitive or user-friendly enough. YOU are the stupid one.8 -
Today I attended a teamviewer meeting. The host were using a Mac, running VirtualBox with Windows 7 which was connected to a Windows 8 machine through Remote Desktop (rdp) with a putty session to the server we were configuring.
-
Some kid keeps asking me how to session hijack. I keep telling him there's no point if:
A. You're not on the same network as him / her (I'm sure there are exceptions to this but normally you'd have to be on the same network)
B. The connection is encrypted
He doesn't understand either of those things. Not to mention it's illegal unless you're given consent.7 -
When you've spent hours debugging a problem of session not being saved and there is no error. And then you find this in the code:
try{
save_session();
}catch(Exception $e){}// added by another member of the team
🙈😖🖕🏻6 -
Apple’s copy paste from your phone keeps ass biting me. Most of the time my clipboard has some obscure porn link that I don’t need to accidentally paste on a live share session. There are now dozens of people that know too much about me14
-
Ah, nothing quite like settling in for some beer and mindless Internet videogame violence on a Saturday night only to find out 30 mins into your session that your PSU has shat itself.
Time to go shopping I guess...1 -
Specifications called for user logins to be stored in a session and not be persistent. When the session ends, you need to login again. The system deals with insurance policy information and persistent login was deemed a security risk.
First ticket submitted by the client after go-live? "Please make the login page remember my user name and password, or that I've logged in previously."3 -
While attending an internal training session (some joining the meeting online and some present in the room), an online attendee did not mute their microphone and proceed to eat a packet of crisps/chips. And not softly, but like a horse.
We were also recording it, so now we can listen to it over and over ...1 -
Nightly coding session in Tuscany drinking good Chianti! That's the highest point of my peacefulness in the last year...there is something wrong in our job/passion.7
-
I just realize I made QA wait for 5 minutes while testing session handling on the app when I missed just a single zero and made the session expire after 30 seconds instead (instead of 300000 milli calculation produced 30000)
He tried 3 times and then opened a ticket not knowing why session is always expired
wonder if I should tell him >_> -
It all starts with a small regex script to automate my coding session. Now I start to automate every shit I used to hate (without notice it).
Where was Python all my life. Where was it when I have to configure my server, run integration tests or benchmark all by myself. The past was really scary 😂5 -
Best part of working in Company:
Getting learning sessions from Seniors and sharing design aspects and their pros and cons.
Had an awesome session on how to focus on making a code testable.
With hands on coding too.
Never expected to have such a great experience. -
What a fuck.. the best way to begin your day?
"We have an assistance session with client for you!". At 9 o'clock2 -
Arrrgggghhh!!
How the fuck do you stay focused on one task?!
Writing code, is like browsing YouTube for me. I begin by searching for a Hibernate tutorial, and end, 3 hours later watching a video of a cat chasing a dog up a water slide.
How do you stay focused on the task of writing the specific class, method, package you set out to achieve when you sat down for that session??4 -
how i declare Coding session of the day to be over : when i see an error about an error that is not an error... :D
(hint: fatal: validation failed but when asked if it passed, returns true... ) -
After my winter examination session I am going to start the biggest Android project in my life. If I promote it properly, you will hear about me in the future 😏2
-
Yesterday I helped in a college final project. To be done using PHP and MySQL.
- they were taught to create a login page and when submitted just check the values against username and password from DB table and redirect to a dashboard page. No session created.
- in the dashboard, session is not checked. Shows links to other pages.
- each page is a separate php file
- the app allows users to issue books to customers. They were taught to delete the book from book table and save all the info in issue table, when a book is issued
- when a book is returned, book info is saved in a return table and also saved to book table again and deleted from issue table
I asked this student to change it to the right way, to use sessions and includes. He said that then the lecturer would know, he didn't do the project. It's a diploma level course.2 -
My JS app can crash IE11. Totally reproducable.
Had a fun debugging session to find out how this is triggered. Happens inside a deeply recursive call in a library I'm using which redraws the DOM.
Found a hacky workaround to avoid that as I see no real solution. It's not like I'm responsible for fixing IE. These are the days where I'm happy I'm mainly a backend dev...4 -
In the middle of 2 critical bug fixes and your boss 'volunteers' you for a meaningless 4 hour training session.....WTF????
-
Spending 2 days trying to figure out why code signing wasn’t working when deployment is started from teamcity. Every time I tried manually it worked, but through teamcity it just kept telling me that no certificate could be found.
I finally twigged what the problem was, my code signing certificate is smart card based and you can’t access it if is requested from a RDP session. I had launched the teamcity build agent from an RDP session a few days back without thinking…
Rebooted and started the buildagent via VirtIO VNC and low and behold it started working again. -
My manager tried to schedule a 5 hour meeting for me to attend :)
Disguised as “working session”
Fuck you asshole2 -
Why are these SAMPLES NOT WORKING!?
It's supposed to just be reading and writing OAuth2 tokens from session.
I'm THIS CLOSE |__| to getting things working and I had to leave work. The fucking worst.
On the bright side, I think I finally understand how OAuth2 works. I need to write an article that actually explains it properly because I've had to read dozens to get a good grasp on it.2 -
(pseudorant)
Any ideas on how to end with computer scams (fake Microsoft support calls, money flips and the other gazillion)?
I'm really tired of this. A$$#les abusing unsuspecting people, abusing our elders, shielded behind a remote control session.
I know that this is very I.T. I'm just appealing to the extremely powerful distributed knowledge of all SUPERB people in devRant.
Thanks and hope that this was not tl;dr2 -
Had my first evaluation session today, where people use my software for an hour and see if they like it. Mixed feelings.
For one thing there are indeed bugs here and there, but a lot of the things that people say are missing are there! They just didn't see it.
In times look this I see I still need to do better painfully clear.5 -
I've finished the knowledge tests at the local DevJobCon and I got the following question on the easy part of the Java session:
Which of the following is NOT a Java IDE:
a) Eclipse
b) Netbeans
c) IntelliJ IDEA
d) Notepad++
😆6 -
Late night kaggle session, and I'm enjoying how cute and clean this dataset is!
I'm jealous if data scientists always get to work with such neat sets! Dude! I got .95 acc without any effort! This is so... Weird. 🤔4 -
How long is your operation system running?
Linux - since the first kernel release I've ever touched.
Windows - depends on the update cycle, mostly 2 weeks up to 6 month.
And there goes another night with reconfiguring my windows session 🤬.6 -
happy 2nd birthday to my work lappy's session!!
$ uptime
08:16:38 up 730 days, 9 min, 122 users, load average: 1,72, 1,92, 2,0613 -
That facepalm moment when you input shutdown now in your own terminal instead of the one in the ssh session.😑3
-
Another day, another task that requires magic. I'm stuck trying to connect hibernate envers and tomcat. Both work fine on their own, but now envers needs session data and i see no way to make that work because THAT GODDAMN ENVERS-LISTENER HAS NO WAY OF ACCESSING THAT INFORMATION WITHOUT GODAWFUL INSTABLE HACKS.1
-
Nothing feels more dead than ur shitty windows Lap going updating mode in a training session surrounded by whole lot of mac users....!
Yeah mothaf**** I can hear u laughing behind me.! -
So I had this awesome idea yesterday, and I was really in to it and all, so before I started working on it I googled some stuff, and while looking for something (how do you generate session cookies) I just found out that somebody did EXACTLY what I wanted to do. Now I'm sad.7
-
I have been trying to wrap my head around authentication in hapi for the last 6 hours...
Fuck this shit... when did simple,
I HAS A USERNAME
I HAS A PASSWORD
CAN HAS SESSION?
become:
- you magically get a token from somewhere
- you magically verify that token
- you respond with { credentials } //magic
- by some fucking black magic the server probably creates a session without you knowing about it...
- you freak out and write your own authentication scheme only to find out that you cannot read payload of POST requests in the authenticate method
- you get angrier and depressed and write a rant
(to be clear: there is @hapi/basic but I don't think sending a GET request with the URL looking like username:password@domain.tld is very safe...)11 -
We're having a training session on how to speak with clients because we're getting feedback that we seen annoyed in our emails.
Probably my fault, not that I mean for that to bleed through into my replies1 -
Three-factor authentication:
1. Setup an Amazon.com account.
2. Setup an Amazon Web Services account under the same e-mail address
3. Setup two-factor authentication for both systems.
4. Login to Amazon Web Services in a new browser session, and you'll be required to provide BOTH security tokens at login (Amazon.com first, then AWS second.)3 -
Saw a user session where user put in email address in card billing address. Is the UX bad or just a single stupid user, since this is the first time it happened.1
-
ok guys, im having a little trouble diving into this, anyone wanna help?
ive got a server set up, and a client app. the client has a the server's public key built in, and encrypts the aes key/iv and sends it to the server, simple enough.
but now, after the first socket connection is over, what do i do? ive got both sides with the same aes key, but the server has multiple keys for other clients. so when the first client connects again, how do i know which key to use?
ive tried implementing a session class where there's a session id, but it doesnt work because the id must be encrypted, too. can someone help a fellow ranted out?1 -
Tomorrow I must present a summery of what the prof said in the first session of security+ within 20 min.
All he said was about the most important security certs and some definitions including CIA triangle.
Any idea how I can make my summery cooler or anything relative I can say in addition to those?6 -
getting paid for training session over a piece of software, preparing material for workshops, stressing out about crazy questions.
training day : one person shows up, not one single word, evaluation signed, go home with check.
I LOVE MY JOB. -
Whole day was a debug session with several hundred lines of code and tons of if else conditions.
Found the bug.
Time to go home.
I am done. 🤕6 -
Aaaand I did it again T_T
Installed knockd for some reason it wasn't working well, couldn't unlock the port and guess what, internet disconnected for five minutes ==> My SSH session closed and I am locked out of my VPS :')
What is even worse Scaleway doesn't have a root user password when creating the server it uses a pre-entered ssh key that I put in my account, so I was pretty much locked out.
But I was able to remove it, they have custom scripts for booting so I was able to fireup a shell session during boot and removed knockd
Either I fail at using Linux or I really need to work on my self lol2 -
sounds logic, ..does it?
git commit -m "session now holds 'null' as date if equals today. This way a 'today' is always possible, even if yesterday was today and today is now the tomorrow from yesterday"
original german git message: "session hält 'null' als date, wenn gleich heute. So ist ein 'heute' immer möglich, auch wenn gestern heute war und heute mittlerweile das morgen von gestern."
Who finds the startrek reference? -
In the “Qualities of Great Design” session at #WWDC2018. Really wish the Xcode team could be sitting in the front row so they couldn’t sleep thru the session...
oh i guess being the optimist I was thinking they would even be here. Silly me.
All the bugs that drive me effen crazy are clear and present in Xcode 10 beta. Stupid shit still rules at Xcode Central. -
A client's representative (was an operations manager maybe; non technical guy) was explaining his legacy project (a knowledge transfer session), mentioned about using Azure for their new system.
One of the senior .net developer in the room interrupts this guy and asks "can you explain what do you mean by azure?"
I was like "what the fuck! did I hear it wrong" -
I’m collecting the offensive words that target me personally. The more it stings the better.
I only need single words, the simpler the better. I don’t need a long burns.
Once I collect them, I’m planning to give them to my future sexual partner to call me proper names while they hatefuck me during a consensual non-consent session.
So please help me :)23 -
My dumbass colleague thinks the best idea to a Restful API backend is to store some kind of session based on the token.
It'd be great if that remained as an idea instead of this 11 month-old system he built before I got in.
MOTHERFUCKER.
Yes, it does mean that if the server boots for whatever reason, everyone has to login again to get a valid token LOL6 -
Thoughts on Session as a secure messenger? It looks fine at a glance, especially not using PII like a phone number, but I haven’t delved into it — and honestly don’t have the mental energy to.
What’s everyone’s thoughts on it?7 -
Alright apache2.2 with php5.6 session upload progress works, client has apache2.4 and php7 on his server...now... WHY THE HELL DON'T IT WORK. All THE DAMN REQUIREMENTS ON THE DAMN DOCS ARE THERE. Fuck i could have went to bed and made the same progress18
-
When your up against a session issue and can't fucking work out why the session is lost, not one instance of the logout functionality is called and yet... the fucking thing decides to log you out anyway.
Now this was working all fine and dandy last week, and NOTHING has changed, as in not 1 fucking line of code for this process has been touched in 4 years.
It's like all of a sudden, Satan crawled out of this piece of shit site and decided I was to be toyed with.
As you can imagine, I'm a little pissed at this one, there's something hiding in the shadows fucking me in the ass.2 -
Was working on an issue that had to deal with destroying a session on browser close. Took me a looong time to realize that it wasn't working because my firefox and chrome browsers were set to restore sessions on startup
-
Session Management in HTML/PHP be Like:
JUST PUT THAT FUCKING SESSION ID AS HIDDEN INPUT IN EVERY FUCKING FORM!!!
BECAUSE WHY NOT JUST SPAM IT WHY IS THERE NO GOOD FUCKING WAY TO HIDE A SESSION KEY WITHOUT COOKIES5 -
George Hotz, the guy who hacked iPhone and Playstation 3 back in the days has made a 11 hours straight coding session some months ago.
Holy Cow.
Link: https://youtube.com/watch/...7 -
Changed the .bashrc of my headless server incorrectly, causing me to get kicked out of my ssh session as soon as I connected… Thank God for scp (learned something new today as well 😂)
-
There's few feelings like pressing ctrl+w to close a browser tab, realising you've accidentally also caught the shift key, and watching your carefully organised session of many 10's of browser tabs disappear from existence.2
-
When I'm about to start a late night coding session I like to brew a pot of green tea. In theory there is less caffeine than coffee.1
-
The fuck? I'm trying to automate login for an asp.net website from a C# console app using HttpWebRequests. I used Fiddler to see how the login happens and how the browser obtains the session and auth cookies from the server. When I replicate the same procedure from C#, I am able to get both cookies withoth a problem, but when I try to use them to get data about the user, I get a 500 ISE. What the actual fuck? I've double-checked every single header and the URLs and it's doing literally the same thing as chrome: Get asp session id (POST)-> get an auth cookie (POST username and passwd) -> interact with the site using the session id and auth cookie (GET). And obiviously I don't have access to the server logs... :/2
-
That feeling when you just completed a difficult coding task/session and power goes down before you managed to save your progress. ;_;2
-
Why does Fedora try to load the last session from swap for 1m30s, even when there is NO SWAP PRESENT?
I'm not telling you to hibernate, I WANT YOU TO SHUT DOWN!1 -
Ok, if your going to let me type a message before you connect to the chat session, don't make enter fucking send the message, all I wanted was a new line. Ugh.1
-
And this happened today:
While on ssh session, this guy restarted network manager. According to him "his Facebook page wasn't showing him recent feeds". -
Fellow next to me asked how do I deal with assignments so quickly. I told him that I don't ask any questions and just do my work. He proceeded asking me questions during the entire session. They don't really listen do they?
-
Just been on a like 4 hour no pause coding session (which is fairly long on my terms) trying out random stuff in Java.
-Interfaces
-Classes but weird
-Weird Interfaces with weird methods
-Weird methods
-Custom types, essentially classes
-Depression
-Its 00:13 help7 -
Tomorrow I'm forced to attend an in person "advanced SQL training", nothing against SQL or my company's good intentions but it's naive to expect which people would retain much after a single, super intensive 8 hour session.3
-
Me: I've spent 2 hours on this problem, this is exhausting, I need to take a break...
*10 seconds into the break*
My Brain: I think I know what the problem is
Me: Onto another 2 hour coding/debugging session!
Who needs breaks anyways1 -
SSO = (P)ain in (T)he (A)SS!!
I really like to build upon all the existing awesome open source projects out there. Contributors are heros.
But handling a single user session for n to the fucking x sub sessions to all these backend applications is simply a pain in the ass. -
Anyone else notice that there is a decent set of super dickbag senior devs that help nothing and use every meeting as a soapbox session? Dafuq? Why be so condescending and rude... For the purpose of feeling intelligent? Us lowly Dev I's don't have any say in the current processes. Fuck off douchewalls.2
-
TIL "Regular Expression DDOS" is a thing
I thought OS/server would be smart enough to cut short long running CPU intensive session-threads without affecting others, thats their job after all
I overestimate the OS-level I guess :v
https://security.snyk.io/vuln/... //ref15 -
When you do the drag and remove of the react-native app on the phone and realise on the next build it doesnt work because i need to remove app from settings because it got disabled
Its Friday, i spent less time that younger me would have finding that. I consider it a successful debug session. -
So i applyed for a remote job recently and they assigned me a project as a test. The only requirement is i have to use sails.js as framework along with angular. I am thinking of quitting before i even started. Two days reading the sails documentation and it sucks big time. I am searching how to use sessions and it explains me what a session is. Fuk dis i am out.3
-
Was struggling with a NullPointerException that apeared on a test machine of a standalone spring boot app I'm developing...
5 hours latter I found the reason by accident....
The default session timeout was too low...
Increased that bitch to 10 hours and don't rely on session anymore to pass data... -
What are the symptoms of a broken openssh server?
I completely lost access with connection reset by peer, however, earlier today I kept having my session auto disconnect on only one server, the only way I could gain access is to remove and then install openssh again
But on this particular server, I have not even changed ssh port, why did it get broken?15 -
We had our first "real" sprint planning yesterday. This was a very superficial planning session, as my manager is, by the looks of it, not to keen on the whole "new process thing". Probably because it's not his way of doing things... or simply more simply put - this way round means he'll need find some new ways to crawl up the CTOs ass!
So glad I'm leaving! -
Complete my Clojure POC and do a knowledge sharing session in work on Functional Programming. Also get promoted to Senior Software Engineer.
-
>Finds an URL that causes some sort of internal bug in a client's webapp
>Subsequent requests fill up the server's PHP-FPM slots, waiting for a session exclusive lock that never comes
>Effectively DoS's the server
>Sends it to a colleague to discuss the possible causes
>Uses slack
>Forgets Slack happily indexes any link it's given
>Slack almost DoS the service
FUN -
One advantage of JWT that I never realized: session tokens are stored client side, saving network calls to validate them.
Very cool. Love it.3 -
Working with the first version of RantComics in C# as the school session leans towards me... 4 days til new semester.
Time really flies~
#rantcomics4 -
In one session 36 hours. I lost someone close to me and I kinda didn't leave my office for any form of social interaction for three weeks.
-
Leaving the company in 9 days (!!!)
Any suggestions for the last week?
Any ideas for a leaving session?
I updated the Wiki and documented everything.
I did the missions no one wants to do and a lot of dev tasks.
What else can I leave behind for the team?16 -
Management is preparing overview/standup session, to get everybody in sync about what is currently ongoing across the team while we are isolated.
SMEs agreed each topic should not be too detailed and 10-15 min (average attention span lmit) otherwise people will lose focus.
Management outcome? "Let's include an 1 hour deepdive session on [incredible complex and monotone subject]".
Maybe the audio quality wouldn't be so bad if they wouldn't have their heads up their asses.2 -
In school,our c++ teacher gave an list of programs we had to do in lab that annual session,i was excited about learning programming so i strtrd reading my c++ book & completed all those programs in less than a month......
-
Ugh, I feel like fucking crying every time I have to explain to the other developers and network sysadmins that we can't have the same Redis server for both session and caching data in the current project we're working on. I wrote all this down in the specifications which NO ONE reads!!
There are times like these I wish I just had access to the AWS account so I can do all of this myself.3 -
so far so good... or is it?
after a party-beach-mountain-beach session :
the mood is high
the money is low
the relationship is at crisis ( the gf wants a baby and I'm not sure if brake up isn't better for me )
jobless on the way losing the flat too...
anyone any advice?25 -
Pomodoro technique
Best hack as you choose the "session" length to suit your style and promotes focused effort. -
Me, after a long session of web development : "Volunteer, where should i put the <html> tag ???"
Master: 🤐 -
Decided to try something new, so enrolled in a karate class where my fiancé does her kick boxing after watching her get her black belt last weekend.
Have my first “proper” session tonight after having a free taster session on Tuesday.
Anyone else got hobbies, or recently started one which doesn’t involve computers?3 -
just out of session organized by HR to inculcate "change" in our corporate "culture", still waiting for a salary change.
-
My daily standup currently is an hour long debugging session what happened to our servers... Idk why I'm even present since I'm just a frontend dev that does 0 work on this product.2
-
I don't remember and idk why, but my entire browser session which I use for development is in incognito mode :D3
-
Debugging is not about process, it's about end.
(I just finished two week long debugging session - approx 5 hours a day. It was nasty bug appearing only with optimalizations in embedded C, you can imagine joy when it came to life tonight. So now I am resting at pub with glass of cider knowing I am loosing needed sleep but I simply do not care right now. Sweet careless.)2 -
had a teamviewer session today with a guy who listed web development in his portfolio. needed to start a browser session and saw a wordpress link in the favourites. respect gone to 0 now
-
When I was working on my dissertation project. I was implementing a video sharing platform. Using Dropwizard for REST. I wrote the entire endpoint for uploading a video in one session. I was just taking a stab at how i thought it could work. Tested it in Postman expecting to get some kind of error.
And it worked first time. -
Looks like unzipping on disk drive where you keep your dataset can crash machine learning training session.
Thanks nvidia for your great drivers.
I like your solutions. -
Sex worker, perfumer, scientist, circuit engineer, musician (regular or session), makeup artist, soap maker, graphic or ui designer, voice actor, track bike racer, runner, swimming coach (or running coach or bike coach), dietitian, paramedic, repairman, cook, veterinarian, animal shelter worker, teacher, electrician8
-
As a developer I never understood the intended benefit of standups. Issues + a scrum/kanban board like trello or GitHub project + a chat for quick questions or to schedule an ad-hoc pair programming session should be enough to make everyone know everything they need to know about the project status at any time.
Obliging developers to talk in a group session to reiterate in a more verbose way what they already wrote down when working on it, will make a lot of people uncomfortable. Talking too much or not complying to the talking rules is an expected side effect besides anxiety and reduced productivity.
If you want a talk show, hire talk masters.
If you want software development, hire software developers.
Don't confuse one with the other!10 -
I am a web-dev wannabe marketing person. I was locked up in mental ward twice because I often get paranoid way too much about security issues that might never happened to me. Last time I even refused to use hexcode because I believed that my computer is being used for someone's crypto mining. I am still scared of node.js,CDN and googlefont or TIFF, pdf files, and many other things that I don't understand perfectly.
It's always breathtaking, cliffhanging, and thrilling session when I'm working on something with my computer. My heartbeat gets faster, my palms gets sweaty when I start to type <script>. It's like when you watch horror movie, or wearing seatbelt on roller coaster before the session begins. You are frightened but excited at the same time. 🤤7 -
Legend says there is an Atom installation where the "Open empty editor at start" option actually works.
I don't know why but it never worked for me. First the editor always opened a specific file I hadn't edited for days, now it always restores the previous session and opens TWO fucking tabs with the welcome page.
Back to Vim.7 -
Why? As a senior, you won't give some time to review my code, will let me merge my code to a branch, then blame us when it will produce the bug in production? why? 😐 Won't even arrange a code review/knowledge sharing session so that juniors can learn at least something. Even you won't encourage us write test cases. If seniors don't follow, are the juniors to blame? 🙂3
-
I’m looking to start a mastermind group for those of us with side projects who would like to see them become more than that, and would appreciate a weekly sounding board / advice session from those in a similar boat.
If your interested in finding out more ++ this and drop me a note to mastermind [at] jamespearson.email -
Got called on company phone while being in home office. Somehow through VPN + RDP session it got routed to my laptop, but connection was really bad and we could hardly understand each other, i.e. I had to guess that it even was a recruiter.
Guy however was really nice, but I failed the interview to a job I did not really want. -
Had nice nightly writing session with some good ol' Soundgarden and Pearl Jam, so when I just moved to the monitor I still had this music in my head:
[Whatsoever I've feared has come to life
Whatsoever I've fought off became my life]
"Just when everyday seemed to greet me with a smile."
Just to see this:1 -
I think I'm a good hackhands expert.
If there's something I don't understand, I pause the session, and I do my research.
If a client is learning, I'll pause whenever they have a question, and explain in depth so they get the concept.
But the asshole that I worked with today just didn't understand how debugging works. I try one fucking thing that doesn't immediately work (after I already identified the root of his problem), and, as I PAUSED and start adding debugging for him, he ends the session and leaves first a one star review saying nothing, and then a three star review saying "couldn't fix my problem"
Fuck that guy. -
Any ideas how to bypass a Linux based paywall? I’m on a cruise and the internet access is ridiculously expensive... The OS boots straight into a session, and opens the login app maximised. Originally I tried unplugging it, cloning its MAC, etc, but that looked quite suspicious 😂 (the BIOS is password protected)
Obviously for research purposes 😇5 -
So when writing golang code, you can put alias into the imported library
And one of interns in my office include include our company's library called "helper/session", and alias it with 'hSession'
Now all the code which use that library has to look like "hSession.ErrUnexpected", "hSession.NewSession"
Well, i think i've played too much VN and anime, but still i'm having a good laugh when doing the code review -
https://wired.com/story/...
Although I can agree with a lot of things in this article, they say things like "geeky references and a competitive environment" prevent women from entering tech.
Common, of course theres gonna be competition, and women are totally capable of beating it. About geeky references, this is the field that makes most geeky references, women included2 -
While showing the rest service demo a senior 10+ years dev ran into session issues in chrome. I asked him to open private/incognito. He opened ie,edge, closed all chrome, tried back, nothing. Had no clue whatsoever.
At last I asked him to do ctrl shift n in chrome & dark chrome opened up where he could use the test accounts to validate the bugs. He is still confused what happened4 -
We're in the last stretch before going Live next week.
A training session was held with some of the future users.
"Why does that dossierID field is mandatory with a lot of validation rules? We don't use that info, we just remember the names."
"Why do we have this feature to manage x info that is linked with one of our services? We only needed a text field for custom values"1 -
I would like to config a service on Windows to make it rerun a .exe and I ended deleting and adding keys to the Windows registry...
Now everything is broken ans I'm here looking at my computer burning down.
If anyone ever wanted to create a session with a unique application available on it (since this session would be used in a public area) please let me know you've been at this point too, when you wanted to break a wall ! -
*weekly team planning session, my first week*
They: "We don't estimate on effort required, we estimate on the number of unknowns"
Me: "How do you know unknowns?"
They: "Exactly. Also, we don't account for 0 unknowns."
Me: "What if it's a simple text change?"
They: "There's always unknowns."2 -
When ur pm just attended session on map-reduce and starts using it evrywhr.
Development manager: this will take a month to complete this module.
Project manager: hmm! We need to get this done by 2morrow and I hv a plan. -
Just ended a 4 hour debugging session trying to work out dlv debugger for golang, only to know that "dlv doesn't work on wsl".
Movies depiction of us was so wrong :'(1 -
Going to a local hackathon practice session today. We are going to participate in a larger hackathon later this year. This session is to get everyone up to speed on tools, workflow, etc. We have a lot of new developers in our group.
I have no idea what I will work on this evening. It is sponsored by a couple of businesses. So "free pizza"! -
I like working my 10 hours a day. So for the 6 of them I want to pair program with my grads I expect them to be as focused as I am, actually even more, but 25 minutes into a session they just zoom out and start making jokes.1
-
Currently it's hard to tell in some financial apps if log it means finish my current session or completely remove me from the app.
-
Just spent two hours figuring out why some tests did not run correctly.
FYI: if you’re using pytest, do not forget the ‘s’ at the end of the usefixtures decorator.
@pytest.mark.usefixtures(‘session’)
class TestFoo:
pass
I feel so dumb! -
Just had a 4 hour session with an external company to get connections up ... messed around 99% of the time with STX and ETX stuff only. I'm done until monday.
-
My selenium script cronjob is not running on the VPS.
I am not sure what's wrong with it
Even the crond service status just shows
the session was opened for the user root
shows the command
the session closed for user root
I tried the tons of solution available but nothing worked
I am using Ubuntu 16.04 with LXDE13 -
So i am working on a project based on Agile methodology but client wants to have a daily 4-5 hour code review session like he used to do in waterfall model. What should i do, how to say no diplomatically?8
-
X11 question.
I'm trying to read two properties with XGetWindowProperty.
Opening a connection
Reading
Closing the connection
works, however if I read two
things in one session, it fails.8 -
Microsoft Office Communicator (2007) is complete junk.
It can't even save a conversation session overnight -
iTerm2 & Bash-It. iTerm coz of the split panes, paste history, undo kill session etc so much helpful!! And bash-it gives me so many things, completions, aliases which makes the work a breeze, gpom does a "git push origin master" and many more like these :)
-
MacOS terminal -> Windows 10 Local Network -> Ubuntu session. Every key I strike gets touched by three different operating systems running on my desk.1
-
I want to have a persistent game, where I correct all of the wrongs of the world in the past and the game then shows me how the present and future of real life would look like...
Say is the IBM Summit Supercomputer free for a telnet session? Stupid shit is playing petrus (Weather prediction) all the time...2 -
Working in a company where you can't even have your recent tabs when opening the browser and have the stupid corporate start page. At least there's Session Buddy where you can open a window with yesterday's tabs, but why on Earth would employees not have the possibility to keep the recent tab setting enabled? Especially when it was like this pre-merger.3
-
Working on a multi-year college project, going through tests from previous team.
Every test is not working quite right. They're almost all intermittent failures.
The reason? Every single test class extends some test class, which usually extends from some primary test class.
That primary test class opens up their whole UI, and outside of their UI test package, the only thing that gets used is a variable named session (a string), which isn't even specific.
WHY THE FUCK WOULDN'T YOU JUST MAKE THE SESSION NAME STRING A VARIABLE IN THE TEST FILES YOU DUMB FUCKS
THE ARGUMENT VALIDATION TESTS DO NOT NEED TO OPEN THE UI, LET ALONE CREATE THE WHOLE FUCKING DATABASE JUST TO VALIDATE ARGUMENTS, WHICH YOU DO APPLICATION SIDE
(Also they made it so every session has their own tables as opposed to having session IDs. E.g., "person_sessionID1" and "person_sessionID2" exist.) -
One of my teammates signed up for a day-long session on Angular 2, since he's been doing a lot with Angular 1 and wants to transition to the new version.
The instructor spent the first half of the day going through the w3schools tutorial on Angular 1, because "understanding the basics of Angular 1 will help understand Angular 2".
Btw, this was a paid workshop session. -
What's the best service for managing large amounts of session data in Azure - servers are going behind a load balancer this week and we have too many options for storing session state4
-
* hours into the debug session *
"... What are we debugging again?" - me
*Awkward silence*
Actually because no one remembers as well -
The prerequisites for the MSIngnite 2016 pre-conf session 'Visual Studio and Xamarin' were grossly not complete. Many individual's Visual Studio required the Xamarin/Android/IOS specific updates, no one could open/build the session projects, slow wifi, expectation of Azure account (most didn't). Good content (Andrew and Peirce were great), but a waste of my time.
Any other MSIgniters? Rant on! -
what does devrant think of doing a weekend coding session with lil sleep because I am thinking od doing it next weekend4
-
I have an upcoming team meeting whereby we are going to ask the team on how they think we (as in the department) are doing? This can cover anything really from the way deliver code, interact or even just the wider context such as the office space we occupy.
I don’t want the session to be a free for all moan, so what techniques have other developers employed to elicit feedback?
In the past I’ve done a big piece of paper with sections:
What we do well
What we can improve
What we are poor at
We then asked people to write post it’s and attach them to the paper. These were gathered into broad themes and we then voted on as to which people felt most strongly about.
Just looking for suggestion of how I could make the session more successful. Thanks.1 -
This kvadmissiononline2018.in website is proudly powered by IIT Bombay and cannot hold session for 10 seconds.
-
Co-workers who are totally independent and the only time we talk about work was during retrospective session.
-
Does anybody teach mobile development live? For example as code is being written they are providing audible commentary that is also captioned that is also downloadable after session is closed. A cool feature would be to have a q and a live and it picks up the commentary and/or question from the audience too, I think I just thought of another sound mobile app idea!5
-
Every-time you build a solution on ASP.NET. The session get's destroyed like WTF man. I'know what's causing it but still WTF man.
-
Why people do that shit ? is a free backdoor to sniff other user content XD
if(isset($_COOKIE["user"])){
resetSession("user","user");
}
function resetSession($cookiename,$sessionname){
$_SESSION[$sessionname] = $_COOKIE[$cookiename];
}8 -
Can’t remember the longest “consecutive hours” session, but had a few work days that probably lasted 14 hours ( had breaks though )
Did however do 7 months of work days starting at 6am and ending at 5pm, but had two long breaks most days.
Also did a 21 day working streak once, skipping 3 weekends.
Now I work comfortably 😬 -
Learned php all by myself, started with session to add stuff to an HTML web site a friend did. Took me a while to write hideous code, I had a chance to look at the code a couple years later.
-
What i'll minded cocksucker decided it was a good idea to let the web application cache MySQL login credentials..3
-
if anyone is familiar with immer js or immutable js:
if the producer copies the base state to nextState, and nextState is a const, doesnt that defeat the purpose?
I mean you're going for immutability, which is great for say an undo function, or for finding bugs, but what are you doing with all these immutable values now hanging around in memory?
I assume each new state returned is being pushed onto an array? (because you cant stuff it into nextState because nextState is immutable).
Wont this lead to memory usage increasing over a user session, the longer the session lasts?
I feel like I'm misunderstanding some core concept here.
edit: also what the hell is structural sharing?18 -
https://accessurl.com
[...] All session data is encrypted using (salted) AES-256, the same encryption algorithm used by the U.S. Government to protect TOP SECRET data. [...]
FUCK!! But perfect for Netflix!! ;)4 -
Recent experience (previous sem).
We had this DBMS teacher who used to sit most of the time during lectures, and used to write SQL in lab session with the help of lab technician.
We're saved by more experienced lecturer at last hour. -
Which is best package to be used as a PHP Session handler (https://cloudways.com/blog/... )?
Redis or Memcached? -
Windows 10 , I just want a flipping built in command line executable to log off another (local) user. I'm not a server, I don't have active directory, I don't want to switch to log in as that user first, i want to just kill their inactive local session because cisco freaking vpn doesn't allow you to connect when a other user is logged in. I can kill the session from admin task manager, I just want to be in the commandline. If your gonna let software check the number of logged in users, let the freaking administration modify the number of logged in users with a cli.
Idk if I could turn it off an on again. On a server I would just issue "query sessions" or "query users" followed by "logoff ##". Why not let me do the same damn thing on my home computer sk I don't have to restart MY SESSION just to close MY WIFE'S session. You stupid fraking company that cannot provide consistent command line programs across various systems. SCREW YOU MICROSOFT AND YOUR UTTER ASANINE DECISION MAKING REGARDING WHAT FEATURES TO INCLUDE IN WHAT BUILDS.2 -
"Language is not a religion, it's a tool." - Technical experts at a random workshop session
Maybe if more people understood there would be less pain and violence in the world and more progress. -
Getting REALLY sick of OpenShift right now >:( I'm trying to connect to my database with JDBC (using Java servlets and JSP pages) for an assignment, but it doesn't seem to be acknowledging the presence of any of the environment variables. Or it's refusing to save values to the session, I can't really tell. But I've been trying to figure this out for several hours a night the last three nights, and it's still doing nothing1
-
Learning power shell for a "shutdown in X hours"-script and windows batch for scripts to start all my games that might need to auto-update, so I could start the next session faster and one to start all games with daily login rewards.1
-
When i want to install something on my laptop but realise I'm in a ssh session on my server.
Found a annoying thing about linux, probably the first in the world.. -
"This debugging session is releaved to be more fractious than expected. Let's clean console and terminal"
-
Using AWS S3 web ui to copy a big folder from one to another and in the middle of copying, I got a pop up that your session has expired please refresh the page and task failed because of this.
What kind of security is this ? Can you check if any task is currently running.
Second who uses browser alert these days... wasted my one hour.7 -
Recruiter contacted me for interview. I asked them what is the procedure of interviews and how many are there gonna be.
Recruiter listed 5 fucking interviews.
1. HR interview: 30-45 min
2. Technical 1: 60 min general coding live session
3. Technical 2: 60 min backend coding live session
4. Technical 3: 60 min system design coding live session
5. Hiring manager interview: 30 min
All that for $20.3125/hour, with possibility of being more or even less depending on how well i do on these 5 interviews10 -
in agile methodology, have a daily session of 3 hours code review in which he will understand my code.. 👿
-
Just closed VSCode running gulp, expecting it would terminate the session as well... it didn't.
Now I have no freaking idea how to shut the PowerShell running that shit.2 -
Shit fuck. Shit. When you land back to earth, after having a nice prototyping session with a new api.2
-
Hours and hours and coffee and tears went into my last debugging session. I couldn't for the life of me figure why unity interception wasn't creating the proxy objects. I was this close *Grabs an atom* of rolling back everything unity related, when suddenly, out of nowhere, a fuc**ng INTERNAL in the afromentioned class caught my eye...
Anyway, lets keep on coding :D :D -
Aaaaand all tabs and windows go to bitches again.. sigh.. did closed tabs and windows in feierfox EVER work for anyone? I have noticed restore session works. But after closing gracefully, feiafax just don't bother saving shit. Somehow I have less patience when it comes to browsers. Fuck you feuercocks! Suck my balls you memory hungry, wannabe free hippie hippo. Done, deleted, die!!9
-
So I was wondering why my tcpdump was displaying more than 10 packets per second between my local dev machine and my server, until I realized that I was running tcpdump in the ssh session...
-
That moment when you have to attend power bi introductory session but you already delivered 2 business intelligence solutions in a previous job.
And he doesn't even have a clue what he is talking about -
So I decided to learn sass today... Turns out you need to run that good old watch command every session to make your styling work...
It only took me 42 lifetimes to discover that one...1 -
I finally published my first medium article, It's on Sticky sessions for microservices.
It took so much of my time to piece everything together that I wrote a small how-to, so that my fellow devs should not suffer like I have.
https://medium.com/@gvnix/...6 -
What’s your personal tick for getting that mental laser focus and hyper brain performance for that marathon coding and problem solving session ? ( food, music, supplements, coffee, redbull, some biohack )4
-
Rant about DevRant on DevRant:
I don't know why DevRand is showing me the Login dialog even if I'm already logged in and the session is persistent?3 -
Every time I turn on device mode on Google Chrome devtools I lose my session (I'm assuming it deletes the cookies).
1. Is this just in my local setup?
2. Is there a way to keep my current session every time I turn on/off device mode on Chrome?
3. What other solutions would I have to do live tests of responsive design on my website?
Thanks!5 -
Windows RDP, multiple sessions per user are turned on..
I always fall into one of existing sessions with all the crap left opened by my coworkers.. I'm fuckin sick of this shit, noone closes things after they stop using servers.. // the rant part
Is there a way to force new session on connect? // the question part
I tried googling but either I'm blind or don't know what to google.. only managed to find how to connect to specific existing session.. :/6 -
I hate with a passion Code Review sessions in Pull Requests. It takes days to get approved especially when you have as Lead tech someone with 3 years of experience that rejects PR because doesn't like how I named the variable and also if that person is different time zone.
In my previous company we used to have 30 minutes session if we had PRs and we would go over it.3 -
I do some freelancing on the site, make a bit of cash and it's a bit different to the day job.
It can itself be pretty dull or boring, but at least I can drop the client when the project's over and try to find something interesting.
Anyways, I'm logged into a client Google account to do some domain admin on a GSuite account. Logged into Incognito so that it doesn't interrupt my usual session.
Get a bit distracted and sidetracked, end up searching for porn... in Incognito... in the client's session! 💀
Quickly clear search history and hope that does it!
Tell me someone else has done this too??4 -
Thank God for "Screen" my remote Linux build session is alive in spite of fucking network outages! I'm telling you, when your company doesn't have voltage regulators, network goes down everytime there's an electrical fluctuation!
-
Lesson learned, never use Vim's 'd' to move a large chunk of code from file to file. Need to move a large chunk of Rust code from one file to another, when I quit the session and edit the file needs to be pasted, the entire content, disappeared, divided into atoms.
Edit: I found that the 'd' command means 'delete command', so that may explain why. But still.2 -
Slept for 4 hours after 10 hours programming session and I still feel pretty good.
Does that mean that code == rest? Woops!1 -
Ask for the dev server to work on an issue, no one says anything about people having a working session in a few minutes that needs to have what I am working on up and running after saying I could have it.
-
How the fuck you people do load testing ?
Don't tell me JMeter, it's useless as it doesn't represent an actual browser session...
I'm not taliong "test APIs" but the whole user experiance....
Can't find a single tool which does it at 1000+ sessions....6 -
Anyone wanna see me code?
https://codesandbox.io/live/8r6zr1t
ya just open the link and watch me code there is a chat avallible to speak in and idk how to run my code , feel free to add stuff or whatever just a live session forever? idk but ya see ya9 -
!rant
I'm currently working on a little side project in Go and I want to create a web page with an OAuth2 based login. So far the OAuth2 login works, but I need something to track a session afterwards.
Any suggestions? I'm pretty new to web development, especially in Go :)1 -
Hello word!
I'm in the middle of a C# reflection study session.
Anybody have exercises ideas to share? (:9 -
But how about those spinal disc injuries we start to suffer even at the age of 30 by sitting at the desk all day? Zero gravity chair my ass during that expensive training session in the gym after disc operation! Is that whats waiting for us at the end of the vpn tunnel?
-
Redoing our web apps to use SSO... Every single page within the app runs LDAP authentication. What is the point of signing in and having session cookies if you are reauthorization a logon on every page?!??? Now what seemed like a simple task of revamping the initial logon has turned into a hunting trip for LDAP queries and creating new sql tables
-
Why do you support sessions for an API (not REST)??
You remove the token and still get positive replies because the session cookie allows it.
At least the session in the cookie gets killed when the token is invalidated, but really, why?3 -
Every time I sit to code I just put up The Weeknd 's "Save Your Tears". At least that gives me hope to save my tears for the next code session.
save your tears for another day(of coding)…. -
What's the point of giving a training session and asking if anyone has questions? Ten minutes later you will get an email with half your company cc'd on it.
-
I need experts in supabase please
Here is the problem: I’m writing a chrome extension with supabase. Whenever a user log in, they will get a session. However, with chrome extension, that session is not stored after you close chrome. I can store the session in chrome local storage, however, after retrieving the session, how can I log in the user with the info? I cannot find any documents on this.
Please help4 -
My first session at Hackhands as an Expert. I feel proud of me and my mentee left very satisfied with my help!
Im pretty excited about this, anyone else here is also a Hackhands Expert? -
eyes haven’t been the same since that long adhd meds fueled coding session last Monday. Flashes at the bottom rim that come and go are really annoying the shit out of me and freaking me out. I have an eye appt next Tuesday. Anyone else get these symptoms?6