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 - "in-time"
-
I believe that devRant needs to have a scheduling feature that you can set your work time in it, so when your hand unconsciously opens devRant in that time, this activity pops up:10
-
My collegue:
- Is it file.php or file_new.php that are in use?
If you could take the time to learn git then we wouldn't have these questions all the time.4 -
The best time to buy bitcoin was when it was released
The second best time was a few years ago when it was only like $200/btc
The third best time was probably last year before they went up 650% in value
The worst time is apparently whenever I buy in14 -
CAN SOMEBODY STOP THE TIME FOR A WHILE!!!
I HAVE TOO MUCH TO DO AND TOO LITTLE TIME!!!
FML!
PS. WHAT THE HELL AM I DOING IN DEVRANT?4 -
I was looking through some code I wrote 10-15 years ago. Seriously, WTF? Makes me want to invent a time machine to go back in time and punch myself in the face.5
-
Every fu**in time!!joke/meme funny android crash ++ shower java nullpointerexception exception c++ runtime errors meme/joke4
-
Timezones. So, general rules are:
1. If you don't store timezone, always use and assume UTC. Databases, backends, whatever you use, all time must be kept be in UTC.
2. If you store timezones, ensure you store them everywhere and don't drop them anywhere.
3. It's always better to ignore backend server time in favor of database's `now().` Having a single source of truth makes time consistent (if it's the same database, obviously). If you combine backend time and database time, you likely get a violation of causality.
I've just spent a couple of hours investigating "weird random one-hour time drifts on updates." Guys violated all three rules above:
- they didn't store the timezone;
- their servers had inconsistent timezones. Java was in +XX., while the server itself in UTC. On one host, they forgot to put JVM in the same timezone;
- they dropped the timezone because they thought it was the same everywhere, so there was no point in serializing it.13 -
Dude, for the hundredth time, stop leaving random chunks of commented out code all over the place in case we "need to find it easily later"...
This is literally the reason we use git.
No, I will not pass it in a code review. The same as last time. And the time before...
Dahhhhh19 -
Print 'Hello World' in ReactJS.
# Time - dies
# Memory - cries in silence
# C - gives an evil laugh7 -
Dark Theme / Light Theme,
Java / C++,
Young / Old,
Proprietary / Open Source...
We're all devs and whatever holiday or time in the year it is for you right now in your country have a great time.
I love you all :)9 -
I just can't understand what will lead an so called Software Company, that provides for my local government by the way, to use an cloud sever (AWS ec2 instance) like it were an bare metal machine.
They have it working, non-stop, for over 4 years or so. Just one instance. Running MySQL, PostgreSQL, Apache, PHP and an f* Tomcat server with no less than 10 HUGE apps deployed. I just can't believe this instance is still up.
By the way, they don't do backups, most of the data is on the ephemeral storage, they use just one private key for every dev, no CI, no testing. Deployment are nightmares using scp to upload the .war...
But still, they are running several several apps for things like registering citizen complaints that comes in by hot lines. The system is incredibly slow as they use just hibernate without query optimizations to lookup and search things (n+1 query problems).
They didn't even bother to get a proper domain. They use an IP address and expose the port for tomcat directly. No reverse proxy here! (No ssl too)
I've been out of this company for two years now, it was my first work as a developer, but they needed help for an app that I worked on during my time there. I was really surprised to see that everything still the same. Even the old private key that they emailed me (?!?!?!?!) back then still worked. All the passwords still the same too.
I have some good rants from the time I was there, and about the general level of the developers in my region. But I'll leave them for later!
Is it just me or this whole shit is crazy af?3 -
To the people saying "I need to reduce my keystrokes" when they are asked why they omit semicolon's;
It is a common delusion thinking that we spend most of our time typing, when in reality we spend most of our time gazing into the abyss thinking to ourselves "oh my god what have I done".
Anything that decreases your typing time but increases your time in the abyss is a terrible tradeoff.
- D. Crockford1 -
I have never written a single unit test in my life. Hence my code breaks from time to time. Karma is a bitch 🤣3
-
Fighting against management is my daily struggle.
I reject the notion that more management, meetings and reports makes me work faster.
Want it done in time?
Stop wasting my time and interrupting me when I'm deep in complex thought. Let me do what's necessary and put in the hours if I have the energy and time.
But you damn better pay me for it.
I do not care for your praise, when I make the impossible happen time and again in days that would take months.
I expect your praise in the form of higher numbers going into my account.4 -
"You're charging so much for a work you did so little time. "
"It took me years to learn how do that in so little time" -
Manager: What's your time estimate on that latest ticket?
Dev: It's literally written in the "time estimate" field on the ticket, even in standard human units like "hours", "minutes", and "seconds"
Manager: ...
Dev: ...9 -
my mind is multithreaded but can not physically execute more than one thread at a time.
i.e. i want to say 5 sentences in the same time bc im too lazy to wait and say them one by one after a specified delay of time, so i fuck myself over while speaking.
like atomic regions, i bust a few words from time to time from different sentences i have in mind and it ends up not making any sense to what im saying, but it does in my head.
so this is what too much covfefe and sleepless coding nights does to people12 -
API returns two date time in json (x-date-time, y-date-time) both of which are coming wrong.
Instructions for consuming API :
Take date part from y-date-time and time part from x-date-time and combine them so you would have the desired result1 -
Smartphone and Android OS users in 2013:
“I wonder which features they will add this time!”
Smartphone and Android OS users in 2022:
“I wonder which features they will remove this time!”6 -
When will I fuckin learn that
a) customers lie
b) customers are sloppy
c) customers are wrong
d) customers do not do their work (properly)
e) customers want us to do their (dirty) work
f) possibly all of the freakinly above?! + khm....
They will fuckin aaaalwaaaays say sth is not working after the update..
And I will alwaaaays assume I fucked up something..even if I didn't touch that part of the code/data..
And almost aaaaalways it turns out that the bug they complain about is how the system worked (or didn't work) before the update and/or some fuckup from their side..
Anyhow, I rushed over, grabbed the files went testing in dev..wtf, output is different, mine is ok, theirs is..wtf is that shit?!
Transfer newly built dll to test..same shit as on prod..wtf?! How?!
I assumed they have thing A correctly linked to thing B.. ofc thing A was linked to thing C in their case and in another case (our test) to correct thing B..
I got chillies when grabbing files, that
I should have tripple checked that they didn't fuck up something on the link part, but I just assumed they know what they were doing & that they checked they linked correct files with correct content already, before being pissy that the update fucked up things.. riiiight!! :/
I wanted to find solutions to this fuckup asap so I disregarded my gut feeling..yet again!! Fuuuck!
I've spent too much time trying to find ways to fix a bug that wasn't even a real bug to begin with.. :/
Fuuuuuck!!
So yeah, always treat the customers like they are 3yrs old & have no clue what they are doing & check exactly wtf they were indeed trying to do..it will save you time & nerves..
And note to self: reread this shit daily!! And imprint it in your brain that everything is not always your fault!!11 -
My confirmed results are in and it's a distinction in MSc Computer Science (Software Engineering)
It was a long & difficult 2 years (part time along side full time work) but I'm feeling very proud of myself at the moment 😃 -
"Rant/Story"
Dayum.
Prestory and afterstory:
Today I have slept for around <2 hours and had to drive to my college.
The real shit happens right now.
Story:
During these almost 2 hours, I have dreamed about going back in time, but being limited on the same day's hours.
In other words... It was e.g. 16 o'clock and the time travelled back into the past. Like into a "0830 ish" morning. The day would then come to an end and start with the next day. For example from Monday to Tuesday.
I was able to look into the future whenever I wanted to.
Even though I was driving my car in the first gear, it would drive into the reverse direction.
Time suddently switches direction and everything is going as it should be. Greeting people in the streets as I would do normally.
And all of the sudden time decides to switch its direction again and I have to do things in reverse.
At some point I found something like a hidden room which had a door. I opened it and went into the "room" (it was a special place. It had no walls at all). It had a door at the other side of the room. I went through it and saw another one in the last room. It felt like, if I decide to go through that door, I would instantly die. I therefore moved all the doors back into the dream world.
Such a confusion gave me a fucking headache lol.
After waking up from such a fucking complicated dream, time irl felt fucking weird lmao.
My alarm began to do its job. It tried to wake me up at 6:30 am, at 6:45 am and at 6:50 am.
But all the time along it felt like it began to wake me up at 6:50 am down to 6:30 am.6 -
My time in devRant is the time it takes for code to build and deploy. devRant is why I don't improve code performance 😎
-
!rant
I have come to realize, after a long time in programming and using libraries, that spending time to read their documentation saves me time in the long run2 -
Long time no see devRant! Its been a long time since I have been active in this community but I am proud to say in my current job, for the first time, i am being paid to program! A wonderful feeling1
-
Every time I have to recall how to LaTeX, it's a huge pain in the ass. It's like learning to code in Greek (I don't know Greek). Happens every single time (it can be months before I need to use it again).
However.
Every time I finish my creation, I fall in love with LaTeX all over again.5 -
I know I was one at some point, but juniors can be so frustrating at times.
After some pairing for a while they're quick to adopt the "Dev" mindset and think as far as they need to...
... but with this latest batch... that day couldn't come sooner 🫠
Having to explain how exceptions work again is the last thing you wanna do under tight time constraints 🙃7 -
Actually I had to take over a project in my company which had a 4 months schedule. And at the time I became the PL it had an expected delay of two months, and two months were spent already! But the thing was: The customer expects results in two months.
Somehow I managed to steer the project into the other direction and we delivered within the expected timeframe with the expected feautures. And everything worked as expected.
Thanks to a wonderful team of 8 people who made this possible for me at that time! -
"The first 90% of a development is done in the first 10% of your estimated time schedule and the last 10% is done in the remaining time"4
-
I just tweeted this. Time and time again, big content fools politicians into thinking their interest is in some possible way in the interest of anything else, and it's disgusting.
-
By the time I’m able to put my baby girl to sleep, I get hungry again.....
I just remembered, I haven’t had pizza in a long time now...11 -
// Time isn't converted to Customer's timezone because it's stored in the database in the time of Customer's timezone, not in UTC
GOD WHY14 -
Shout out to all the Indian Devs who are stuck in their corporate jobs, AC and drinking water are the only two things that are free in office, always dreaming of getting a job in Silicon Valley which unfortunately seems almost impossible, and lastly as they silently suffer at hands of their managers who know nothing more than entering numbers in an excel sheet.7
-
!dev #SocialIsolationIsBad #I'm_waiting_for_this_script_to_finish
I'm the one who intentionally creeps out everyone who like her, and then sits on the toilet shedding internal tears of self-pity that "nobody likes me" and then does the comfort talk of "I'm a strong independent moldy potato and need nobody".
Anyways, came full circle now can somebody hand me more toilet papers, please? 🚽10 -
To the developer who was kind enough to complicate matters by using Java 8 Time and Joda Time in the same constructor. Please reconsider your life choices
-
Managers interrupting you to complain that X takes too much time instead of letting you work on X to finish it in time.
-
Watching tutorials in youtube.
- I know what he's gonna type.
- press right arrow to skip 5sec
- youtube buffers the time jump for 7 secs
.. Bad time investment...3 -
Im listening to 8D music (sound vibrations in 8 dimensions) and it is weird as fuck
Feels like i am in a giant and small room in the same time, at place A while being at place B in the same time because the vibrations cycle around you to create an illusion of offset spatial divergence11 -
I would build something to go in space. Probably in the energy or propulsion field.
I have zero Knowledge in those, but hey, unlimited time.2 -
Take your time with merge conflicts, and put the entire file in another editor in case you really mess up.2
-
horrible terrorist attack in Uri, Kashmir.
may the jawans rest in peace 🙏
enough is enough.
time for change ✊3 -
This moment you find a library/software on GitHub which actually does exactly what you looked for/tried to implement by yourself... Then you notice the last commit was in 2010 and there are 3000 open issues... Not a single one contains a response... the typical github repository...5
-
Finally got my MSc! 🎉
Now I can switch from part time suffering in worm and part time suffering at uni to full time suffering at work! 😅1 -
Having a hard time in an internal test of our app. I thought all okay, but there is some bug, every time. Internal test team, well done.
-
In the US, 40% of unsheltered homeless people are employed, either part-time or full-time. “JuSt fInD a jOb” mindset is wrong.12
-
when you click “Pronounce” button on Google Translate the second time, it pronounces things slower. What a genius feature. Clicking it the second time because you didn’t quite catch it the first time seems so obvious in hindsight.
-
I have developed 3 apps so far in laravel and I can say I'm in a mid level between beginner and expert.
But every time I set up a new laravel environment I feel like this is the first time I see laravel.5 -
So for a while I have wanted to build a raspberry pi cluster. In the spirit of shia labeouf I got started last saturday.
I had two pies lying around so I figured I'd run some experiments before I invested in a lot of hardware. After about a day I had turned the two pies into a shared cluster when disaster struck....
I had completely ignored the fact that you cannot run 32 or 64bit software on an arm processor (I know... I'm a java developer). So when I booted my service and the load balancer, I found that nothing worked. So pretty bumbed out, I quit the project.
Later that day I found a crazy guy who had bought a batch of 400 small form factor PSUs (300W) and internally I laughed at him a little. I mean, who's gonna sell 300W irregular power supplies. Then, just as I was about to go to bed I found this guy, he was selling from a batch of CPU-onboard motherboard for 10 bucks each and everything clicked!
I did some quick calculations and decided I could probably gather enough cash to get: 10 motherboards, 10 2GB ram dimms, 10 Sata disks and 14 PSU (in case some fail) and some misc hardware for networking and such.
So... Long story short, I am going to build a cluster computer, the first version is going to have 10 nodes and I am waiting for delivery right now!12 -
"I find that when someone’s taking time to do something right in the present, they’re a perfectionist with no ability to prioritize, whereas when someone took time to do something right in the past, they’re a master artisan of great foresight." - Randall Munroe
-
I've been thinking of getting my masters degree and now I'm actually considering
- quitting my current full time job
- start the masters in almost full time
- work part time as a barista
Am I insane or could this be an actual option13 -
I created a tool where you just click a button and it records your in time and keeps in the local storage of a browser.
It gives you remaining time in office plus when will be your half day or short day based on your in-time. Whenever you visit in a whole day.
For motivation, I mention the remaining time in office like. Ex. "10 minutes more in the office or 1 more hour".
I shared this with one or two of my colleagues and within in a week, I saw it open in every sales, HR and IT departments systems.
That day I get the taste of true entrepreneurship. -
"Why are you late?" "Because I patched the CVE in Imagemagick on all of our servers tonight." "Next time be on time!" *sigh*2
-
Fuck timesheet
It's bad enough someone fucking disturb you in the middle of great thoughts. What's worse, you're QUESTIONED where the fuck your time was spent. So you need to work out how much time you have been disturbed, and put in the fucking timesheet!
What a fucking joke! As if we have too much time for meaningful stuff.8 -
Every month I re-evaluate the code I had written previously to compare my progress in coding standards...
Turns out I need a time machine to go back in time and slap myself1 -
Converting server time to any given local timezone is a pain in the ass.. at least in JS.
Here's what I've got:
convertNowToTimezone = (localOffset) => {
let d = new Date();
let millis = d.getTime() + (d.getTimezoneOffset() * 60000); //convert server local time to UTC millisec
d.setTime(millis - (localOffset * 60000)); //convert UTC millisec to required local time
return d;
}
where I pass localOffset as -330 (IST offset).
Works in chrome console but gives a diff of 4min in the server side nodejs I'm running it in..
🤬🤬😡😡😡😡😡9 -
wish can do coding in fix hours :(
Learning react .. just took one cup of tea in morning.. and dang its 8pm :( No idea about the time.. react giving me hard time. maybe am newbie ..
Hope so I learn this Single Page application4 -
I just setup a new VPS
I made all configuration required
I reboot the server
I forgot which port I set for ssh 😭
Luckily I have console to access from 😅14 -
Anyone in here successfully using a pure FP language/ecosystem on their day to day?
I know of one of you that uses Scala, and myself I have an (admittedly) shitty application at work running in Clojure. These last two languages I mentioned are not pure FP.
I am talking about the likes of PureScript, Haskell, etc. Those mfkas.
If so,what is your experience working in said paradigm? I tried to keep my Clojure program as pure as possible, I failed, but enjoyed it.
And I know that FP is not a silver bullet, but in some scenarios when properly applied it can work beautifully. I also have React based applications with pure components, but Javascript itself is neither a functional(pure or otherwise) programming language, it merely supports functional paradigms.
Just wondering, no flamewars or anything like that, I just want to know your pros and cons.6 -
In Morning: Let's remove this bug.
*after some time*
"Ok!!! I would solve this at night time."
Night: leave it! Let's work on another project. -
9 pm - let me just quickly setup up a media center/NAS in my RPI, then it's off to bed!
3 am - shit, i have to get up in 3 hours >< -
Just in time for my Spartian score ~
This just popped up in my mind since I saw this post in the week :
Do you ever code in your free time ? And do you use your applications ? Or propose them publicly ?8 -
The time to write an essay about programming in fucking LaTeX for the first time takes too fucking long!14
-
"You need to learn Angular for a new project. You can do it in any free time you have."
Where "free time" is defined as:
Any time left in between working on priority tasks or bugs, bugs which have failed testing and the weekly array of meetings, tech sessions and meetings to discuss the progress in learning Angular. -
I remember the first time my Frontpage built website (in a time people used frames and had never heard of css) got 3000 visitors in a month. That was awesome.1
-
Current companies says that developers has a lot of time to code but in reality we dont, we are not given the right time to develop certain features.1
-
The moment you realise you are in fact clicking the mock up .gif and have been for some time. Time to go home1
-
I know I've been spending way too much time in doors programming because I had a panic attack while at the grocery store. I've never had one in a long time.1
-
Work expands so as to fill the available time. That's Parkinson's Law.
Or in other words: The amount of time that one has to perform a task is the amount of time it will take to complete the task
So, if you have a deadline, wait until the correct time and then start working. This helps a lot in terms of not over-doing things and will save precious man-hours.3 -
With crunch time closing in, everybody but me seems to call in sick.
Nice move, colleagues, nice move.2 -
After a long time waiting for it, I finally got my swag ! Just in time for the Friday's devrant meeting !4
-
Project for a client, release date: tomorrow.
We handed over the project two weeks ago, for their QA to test everything.
Guess when they complained about having no access.
Hint: it's today1 -
Product owner: when will you have that script written and submitted to DBAs?
Me: if nobody bugs me, hopefully COB today.
Product owner: great!
*user support*
*user support*
*user support*
*user support*
*user support*
Team lead: write this other script.
Me: I just finished user support, I have another script to write first. Does yours take priority?
Team lead: yes.
Me: ok....*sigh*
*writes 2nd script*
*submits 2nd script to DBAs*
Product Owner: you done?
Me: *face palm* ......NO! -
This is getting weird. Every day, I finish all pending dev jobs in time and then I get 4-5 hours of spare time.
What to do man!5 -
Had one of those unicorn coding moments where my from-scratch code worked the first time I wrote and tested it. That hasn’t happened in a long time.
-
semi dev related(later half)
A common and random thought I have:
A lot of units that humans use are either needlessly arbitrary or based on something weird. Like Fahrenheit. That shit is weird! 0°F is the freezing point of a water and salt solution. What a weird fucking thing to use!
But also, I like Fahrenheit more. Probably because it's what I was raised with and switching is tedious (though I'm trying. I'd like to use metric more), but also because one degree F is a smaller, more precise change. You can describe more accuracy without decimals.
On the other hand I prefer metric for length. Centimeters, and centimeters are way more precise and way less confusing than inches and .... 1/8th inches? Who the fuck decided on 1/8ths?!
Which brings me to my common thought:
If you look at a Unix timestamp, you can approximate somewhat when it happened. Knowing the current timestamp and a few reference points you can see RELATIVELY what a epoch stamp translates to. A few days ago, an hr ago, 2014ish.
This leads me to think that if we actually taught from a young age to think in epoch as a unit (not as a replacement to normal date formats but as a secondary at first) that we could just naturally read epoch time in the same manner we read dates like "28/01/2006 14:24:10 UTC"
In your brain you automatically know how old you were when that timestamp happened. What grade/job and where you lived at the time. What season it was. You know how far into the day it was, a little before lunch (or after or whatever, your time zone will vary). Now try with 1138458250. I can usually get roughly the year, and month if I really think about it, but that's it. And it takes much more effort
I'm sure there's other units we could benefit from but epoch is the one that usually brings this to mind for me.13 -
I wish i had a time machine just to go back in time and shoot the people who invented Magento. What a load of crap.
-
I've been a long time Windows user, worked with Linux a lot while working on servers.
Installed Linux Mint on laptop. Fell in love. Can't switch because I like to game in my free time and my favorite games are Windows only :/8 -
In this company waste time is a must.
So everyday at 4pm Stretching time.
Im waiting for my PM to answer me on slack
I think when the deadline comes and I aint finished I should strecht. In the meeting. -
Fixing a bug under Drupal 8 has a bright and an other bad side
The bad sight is that you slowly get insane trying to fix a bug.
The bright side is that you get to see the lead the lead dev, who assigned you this bug, to get insane too 😁 -
Come in, check task list, everything is basically "awaiting confirmation" or "acronyms you've never seen before talking about things that only like 2 people know about" or "check the powerpoint that you've never seen or even knew existed"
Sooooooo home time? Besides, it's POETS day ;).
For those that don't know (Piss Off Early, Tomorrow's Saturday)3 -
Fuck interviewers that ask for your public github repo that you did in your own free time.
Do they also ask structural engineers for bridge designs they made in their own free time....4 -
Using Java for the first time for a homework assignment in uni, everything ran properly the first time.
Gonna go buy some lottery tickets.5 -
Every time basically.
Coming up with complex Excel formulas.
Cooking products in a weekend.
Setting up and printing a shit ton of spreadsheets in a minute with a VBScript.
Yep, every time.1 -
Crazy: I had this issue with vc-state reporting 'edited on a visited file even after all changes made were pushed to the remote Git repository in a commit. Looking for answers in Emacs Stackexchange I find someone having the same issue --in a different context-- but with no replies, the question passed unanswered like six months... until now!. Took me one minute this time (I have been dragging this during two years or so) to find out we had vc-refresh-state which solves my issue and the issue of OP in Emacs Stackexchange.
It was a matter of hooking it with some Magit's hooks and you are ready to go!. -
(Time to actually code feature + time to debug it + time for unit tests to pass/add) * 1.5
Works great in my case unless there are some big major road blocks -
When working with a customer and he says that the implementation can wait for a bit. But then decides that there needs to be a temporary implementation in 2 days. And it can later be implemented the way it should be.. Thanks for letting me know on time! #timeVeryMuchWasted
-
Lets reinstall my Linux. Step 1 reformat from Windows 10 in your dule boot system and delete Linux partion. Step 2 boot up in bios.... The first time you do this, is the last time you do this.... I hate grub rescue.1
-
That time when you've been working in Linux for so long that when it comes time that you have to do mandatory work in Windows it feels like a drag U_U1
-
FUCKING FUCK WINDOWS FUCKINGHANGS IN LOCK SCREEN AFTER WAKEUP FROM SLEEP FOR THE THIRD FUCKING TIME TODAY FUCK YOU WINDOWS. JUST CAN'T REBOOT EVERY FUCKING TIME3
-
For first time in 2 years i called my boss saying 'i've nothing to do right now'. I'm feeling free and strange at the same time 😅
-
I am about to buy a ded. server for the first time in my career for a SaaS project (also first time envolved in a huge project like this) and the first that I am full time dev and full time team leader. I am excited as fuck about this.
Q: Anybody works with Linode ded. servers before? Any alternative host company better than this?10 -
Having to work with requirement analysis, attending to worthless meetings, acting like a project leader from time to time and developing in two projects in parallel really fucks with your head. Feels like this is hurting my ability to progress in code a lot. Anyone having the same situation?1
-
Well, yes. My boss accepted my 'test' project to be build for production use, stack is Laravel, Vue, a little Python.
It is divided into phases where as I have now month and a half to finish phase 1.
You agree I will finish the first phase in time? (24-2) Keep in mind I still have other projects I'm working on.9 -
Look what arrived just in time for another crunch time weekend. This ball will surely see some usage the next few days 😀
Thank you so much @dfox!2 -
Aaaah, my delighted daily dose of wonderfully not-written-by-me CSS I have to edit from time to time...
I always feel so enlightened after spending time in those files.2 -
Saving time data with timezone in the server is really headache!
Someone says keeping server time in UTC is good practice. -_- -
* coughing *
* singing mode on *
For the first time in deployment
There'll be magic, there'll be fun!
For the first time in production
I could notice there's an exception
And I know it is totally crazy
OK Bye -
Started with Codeforces. Some solutions in Python exceeded time limit at test #25. Wrote the same code in C++ but this time it exceeded time limit in test #33.
What’s the solution to this ? Replacing cin/cout with scanf/printf doesn’t seem to make much of a difference.6 -
When you have time, can you squeeze this project in?
Look, I don't have time ever. Projects are scheduled months in advance. Nothing ever finishes ahead of schedule. If you want to bump another project, just say it! -
In Belgium were I live it takes twice as much time to devRant than in France or in the US. You know why?13
-
Right know, the biggest challenges when taking a new task are not learning the tool or framework or language, no...
The biggest challenge is how to integrate it with the burocratic and undoccumented in-house software and tools of my company.
Is it the same for you?? Should I start my job hunting already??1 -
Clicked on a apple podcast linked in Gmail on iPhone, which sent me on a redirect journey through time and space, by the time I am back to reality, peace has been restored in Narnia.
-
When I work from home, I probably spend less time working, but I do it seriously
When I work in the office I spend most of the time I would not actually work, pretending to work and probably time spent in actual work is much less
But I guess that better performances in work from home, do not feed automotive industry… -
Forgot my earphones at home today for the first time in years (first time in months for sure).
I had forgotten what it's like to be human and be in the present.3 -
for fellow Data Scientists/Analysts..
I was wondering...which is the longest maintained time series data of all time? i am just learning about trends, seasonality , etc in a time series, and wondered if the pattern still exists in fairly large data, like for 100 years or 100,000 days or if our present forcasting models like arma/ arima would cover them -
Balancing a professional internship alongside school is a huge pain. I find myself levying one or the other to allow more time to be spent with the alternative, i.e taking short work days to do more homework, or skipping class to get rest for work the next day. There's a good chance that if you don't see me at work, I'm in class, and if you don't see me there, I'm probably doing homework, and if I'm not then I'm asleep.
I can't wait until I graduate in a few months and can really just focus on building my professional development skills. School is taxing and largely unnecessary.4 -
I'm an Electrical Engineer currently doing my HNC in electronics (top up). I dont have a job as a programmer, but I'm tempted to bring in my laptop and sit in my car and code away. I'm employed as a trainee technician but I count stock in most of the time... (all the time practically)5
-
There's a time when I wrote a programme in Elixir which GitHub mistakenly thought my programme is in Ruby...2
-
c3tools
I want to finish it so badly. I have everything I just need time.
JJittai
Every time I see the code I wanna dance. I want to work on that so much but I haven't in a long time, I want to refactor everything (I've changed a lot in that time), it will be so delicious.
If you are curious about them you can see them in my github account.
And of course the rest but with these I'd be so satisfied. -
Spent a few hours optimising a procedure...
It's almost quitting time now, my procedure is returning wrong results in more time...
I hate "productivity" on Friday... -
Interviewer can you write down program to perform custom lexical sorting?
10-15mins later writing code...
..
Can you code it in linear time ?
Me: if I knew the linear time solution why wouldn't I code that.
Note. I know a linear time solution but couldn't come up in 10mins of solving -
Hello everyone! Making my first rant.
I'm enrolled in informatics in university, and I'm learning c++ as part of my course. In my free time, I'm trying to take an online Android course (Udacity). What would you advise me to do to in terms of managing time? I also would like suggestions on programming languages to learn!3 -
Converting code to swift 3.
First time I've seen build succeeded in 4 days.
Error on user log in screen.1 -
What if you could hack devrant or go back in time and write all of the posts in the all-time section of "top rants"...
While (true) {
Rant_points = Rant_points*2
} -
In the first place I dont do it that often in private projects because the estimation is always wrong.
At work i just think about best and worst case scenario and the average time it could take. If the the worst case scenario is really time intensive and there are a lot of factors that could go wrong in contrast to the best case, I significantly increase the estimated time for the task. Otherwise its 1/6 best case; 1/6 worst case; 4/6 average time2 -
def examMonth():
for exam in exams:
while days:
if time ≥ week:
pass
elif time == days_3 or time == days_2:
book = open_book()
study(book)
else:
panic_and_devRant()
days = days - 1
def study(book):
see_open_book()
delay(minutes_10)
devRant() -
Now... It's 3:45 A.M... I'm destroyed... I worked and studied for long time. Is time to go in the bed.... Gold Night all1
-
First time pithing about startup concept in startup bootcamp, 2 fucking dead air (fuck....)
but I'm able to finish my pitch in time.
(Feeling relief now) -
In your labour time at job, how many hours or how much time do you spend searching information in Internet? And what pages do you usually look? (stackoverflow, coderanch?)1
-
Im about to create an ER Model for a Software-Tool im working on in my free time. I haven't done that in a long time, is MySQL Workbench still the right way to go? :)1
-
I understand that climate change is a thing and all but it still screws with me every time it rains in Cape Town this time of year1