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 - "luck"
-
A good rule of thumb when developing applications with a good user experience is to assume that your user is the dumbest person that is walking this planet right now, and make it so that one individual can figure out how to use your application.
Good luck..26 -
Just wrote a Python script to generate me a JSON file.
I forgot the 0th command line argument is the file you're running...
On first test it overwrote itself.15 -
Another funny Linux encounter from my study that I suddenly remembered.
This guy said he didn't want to work with things/services that use Linux because he wanted to support software devs by buying software. I get the idea but yah...
Linux teacher: well then why don't you start with disconnecting from the WiFi. After that drop services like fb and WhatsApp which you use a lot. Also, good luck in the dev world as you're mooost probably going to encounter Linux and for being able to finish this study you'll need to succeed on Linux classes as well!
He just sat there like 'help'. A lot of fellow students were giggling as well.
Really though, my Linux teacher was an awesome young guy!11 -
Receive a Nexus from my University to test new features on Android and now it have a wide crack on the screen.
I don't have the courage to tell the University16 -
*sees that the high voltage generator kit got delivered today*
Cool, let's build this thing and integrate it into my old bugzapper! Mosquitos beware 😈
*starts building the kit, all is going very well*
Oh wow, isn't it Monday? But it's taking only 15 minutes of soldering and everything goes super smooth.. what divine power is giving me such good luck?
Alright, last thing, the transformer and then this circuit is done!!!
*solders in the transformer without realizing that the wires are coated, and the solder isn't protruding through*
Fuck. Time to desolder this shit and blast the wires with my lighter to flash that coating right off!
*engages solder pump and solder goes off extremely easily, because it only adhered to the pad*
*takes off transformer*
Me: "Nnngh..!!! Get off you piece of junk!!!"
Transformer: "Hmph!! I will stay in here no matter what!"
Me: "Get the fuck off already!!! 😡"
Transformer: *leads break off* "Alright, but these leads stay here!!!"
Me: "MotherFUCKER!!!"
Yep, it's Monday after all.15 -
Network-connected train displays, failing and displaying their IP address, on a train that has WiFi on board. That's just begging to be hacked.19
-
My macbook air sort of exploded. I was working on it when suddenly it made a pop sound, turned off and exhaled a smelly smoke. This machine has 2 and a half years.
I called apple support but they said the smoke is OK since there wasn't any fire, and I should take it to a repair shop.
Oh well.20 -
1.) Start a small business
2.) Complete my game
3.) Graduate
4.) Get a good University for Masters2 -
Hello everyone, this is my first time here so hi! I want to tell you all a story about my current situation.
At 18 while in the military I was able to get my first computer, it was a small hp pavilion laptop with windows 7. The system would crash constantly, even though I would only use it for googling stuff and using fb to talk to people. 5 months after I got it and continuously hated it decided to find out why and who could I blame (other than myself) for the system making me do the ctrl alt del dance all the time....
Found out that there are people called computer programmers that made software. Decided to give it a go since I had some free time most days. Started out with c++ because it was being recommended in some websites. Had many "oh deeeeer lord" moments. After not getting much traction I decided to move to Java which seemed like an easier step than C++. Had fun, but after some verbosity I decided to move into more dynamic lands. Tried JS and since at the time there was no Node and I was not very into the idea of building websites I decided to move into Python, Ruby, PHP and Perl and had a really great time using and learning all of them. I decided to get good in theoretical aspects of computer programming and since I had a knack for math I decided to get started with basic computer science concepts.
I absolutely frigging loved it. And not only that, but learning new things became an obsession, the kind that would make me go to bed at 02:40 am just to wake up at 04:00 or 06:00 because the military is like that. I really wanted to absorb as much as I could since I wanted to go to college for it and wanted to be prepared since I did not wanted to be a complete newb. Took Harvard CS50, Standford Programming 101 with Java, Rice's Python course and MIT's Python programming class. I had so much fun I don't regret it one bit.
By the time I got to college I had already made the jump to Linux and was an adept Arch user, Its not that it was superior or anything, but it really forced me to learn about Linux and working around a terminal and the internals of the system to get what I want. Now a days I settle for Fedora or Debian based systems since they are easier and time is money.
Uni was a breeze, math was fun and the programming classes seemed like glorified "Hello World" courses. I had fun, but not that much fun, most of my time was spent getting better at actual coding. I am no genius, nor my grades were super amazing(I did graduate with honors though) but I had fun, which never really happened in school before that.
While in school I took my first programming gig! It was in ASP.NET MVC, we were using C#, I got the job through a customer that I met at work, I was working in retail during the time and absolutely hated it. I remember being so excited with the gig, I got to meet other developers! Where I am from there aren't that many and most of them are very specialized, so they only get concerned with certain aspects of coding (e.g VBA developers.....) and that is until I met the lead dev. He was by far one of the biggest assholes I had ever met in my life. Absolutely nothing that I would do or say made hem not be a dick. My code was steady, but I would find bugs of incomplete stuff that he would do, whenever I would fix it he would belittle me and constantly remind me of my position as a "junior dev" in the company saying things as "if you have an issue with my code or standards tell me, but do not touch the code" which was funny considering that I would not be able to advance without those fixes. I quit not even 3 months latter because I could not stand the dick, neither 2 of the other developers since the immediately resigned after they got their own courage.
A year latter I was able to find myself another gig. I was hesitant for a moment since it was another remote position in which I had already had a crappy experience. Boy this one was bad. To be fair, this was on me since I had to get good with Lumen after only having some exposure to Laravel. Which I did mentioned repeatedly even though he did offer to train me in order to help him. Same thing, after a couple of weeks of being told how much I did not know I decided to get out.
That is 2 strikes.
So I waited a little while and took a position inside another company that was using vanilla PHP to build their services. Their system was solid though, the lead engineer remains a friend and I did learn a lot from him. I got contracted because they were looking for a Java developer. The salary was good. But when I got there they mentioned that they wanted a developer in Java...to build Android. At the time I was using Java with Spring so I though "well how hard can this be! I already use Android so the love for the system is there, lets do this!" And it was an intense, fun and really amazing experience.
-- To be continued.10 -
C: hey mate, what's the best tool to open up this 31.1M rows x 106 cols CSV file?
M: Umh...Pandas DataFrame or R DataTable I guess?
C: all right, Excell will do, thanks!
M: erhm...yeah, anytime?11 -
So, my eyes have been bloodshot for a while now. It's been gradually getting worse. I've also had bags under my eyes for years.
Bit of info:
I'm soposed to wear glasses when I use my computer, or do anything up close for more than a few minutes because of some sort of focussing issue my eyes have. It's so that my eyes can stay at the same level of focus when I switch from short/long range.
Also, I don't spend all day on my computer and phone. So it's not like I'm constantly getting blinded by a screen. It's not unlike me to loose myself in thought, and pace around for hours on end. Some times in a day I will barely touch my Phone, and not even touch my PC.
That said, I'm going to do an experiment. I am going to cut out my Computer for three days, and reduce Phone usage to a minimal, and see if I can eradicate, or serverely reduce this redness. There could be something seriously wrong with my eyes, and I'd just be blaming screen fatigue. I've taken pictues of the current redness (which current blocks out half of the white of my eyes) and I'll use that as a reference.
Wish me luck!11 -
After over 1.5 month long recruitment and 4 stages (3 technical and one with HR) they finally said it was last stage and they will write to me with their decision soon. I really want to get this job. It would be great step in my career and I could learn so much more compared to the company I'm stuck in right now. Actually working with new and interesting technologies! Can you imagine?
Hold your fingers crossed for me guys.7 -
Today I left my job in which I spent these last 5 years.
My boss wasn't very pleased with me leaving the company today. But well, it had to be done
Now it's time to focus in freelancing and my own startup. Surely my work will be paid more accurately than these 5 years, one of the reasons I left.16 -
That moment when your function runs problem free on the first try.
The feeling of "Holy shit" and "I think I just spent an entire day's worth of luck in this snippet of code"
I don't think I'm gonna go outside today.3 -
Continuation from :
https://devrant.io/rants/835693/...
Hi everybody! I am sorry that as a first time poster I am building 2 long stories, but I really like the idea of connecting with other people here!
Well, as I was mentioning before, I got a job in Android development and had a blast with it. Me and the developer clicked and would spend our time discussing PHP, the move to other stacks (I was making him love the idea of Django or Spring Java) games, bands and cool stuff like that. This dude was my hero, his own stack was developed in a similar MVC fashion that he had implemented from scratch before for many projects. It was through him that I learned how to use my own code (rather than frameworks and other libraries) to build what I wanted. I seriously thought that I had it made with a position that respected me and placed me in the lead mobile development position of the company. Then it happened. He had taken 2 weeks of unauthorized leave, which was ok since he was best friends with the owner of the company, those 2 along another asshole started it so they could do whatever they wanted. And I could not make much progress without him being there since there were things that he needed to do, that I was not allowed, for me to continue. When he came back I was quickly rushed to the owner of the company's office to discuss my lack of progress. The lead developer was livid, as if he knew that he had fucked up. He blamed the whole thing on me (literally told the owner that it was my fault before I was summoned) and that we lost 2 weeks of business time because I did not had the initiative to make progress on my own. I felt absolutely horrible, someone that I had trusted and befriended doing something like that, I really felt like shit. I had mad respect and love for this guy. It got heated, I showed the owner the text messages in which I showed him my pleas to led me finish the parts that were needed while he was away. Funny enough, he acted betrayed. After that it was 3 months of barely talking to one another except for work related stuff. He got cold and would barely let me touch the internal code that he was developing. It was painful. The owner kept complaining about progress and demanded that I do a document scanner for the company, which was to be attached to their mobile application. Not only that but it had to be done with OpenCV. Now, CV is great, but it is its own area, it takes a while to be able to develop something nice with it that is efficient and not a shitstorm.
I had two weeks.
Finished in one. After burning my brain and ensuring that the c++ code was not giving issues and the project was steady I turned it in...to their dismay. And I say so because I felt that they gave me such a huge project with the intention of firing me if it was not done. After that it was constant shit from the owner and the lead developer. I was asked then to port the code to the IOS version. I had some knowledge of it already so I started working on it. Progress was fast since the initial idea was already there and I really love working on Apple devices. And when I was 70% done the owner decided to cut me loose. At first he cited things such as lack of funding and him being unable to pay my salary. I was fine with that even though I knew it was not true. So at the time I just nodded and thanked the company for my time there. Before I left, he decided to blame it on me, stating that if they were not producing money that it was perhaps my fault. I lost my shit, and started using my military voice to explain to him how a software company is normally ran. Then I stormed out.
It was known to me, that the lead developer had actually argued against me being laid off. And that he was upset about it, we made amends, but the fact remains that I was laid off because the owner did not think of me as an asset, regardless of how many times I worked alongside the lead developer or how valuable I was actually to the company, their infrastructure did get better while we worked together, so I just assumed that he never actually did any mention of my value.
I lasted 2 months without a job, feeling horribly shitty because my wife had to work harder to ensure our stability whilst I was without any sort of salary. At this time I had already my degree, so all I had to do was look better. In the meantime I decided to study more about other technologies. I learn React, and got way better at JS and Node that I thought I could and was finally able to get another job as a full stack developer for another company.
I have been here since 2 months. It has been weird, we do classic ASP, which is completely pointless at this time, but meh. At this time though, I just don't really have the same motivation. Its really hard for me to trust the people that I work with and would like to connect with more developers.21 -
Finally switched from Ubuntu to Arch. Wish me luck.
Finally switched from Ubuntu to Mac. Wish me luck.
Similar sentences, very different feelings!5 -
My coach during my first internship. The first 4 weeks he took the time to pair program at least 3 hours a day with me. He needed the time for his own work but still invested in me. His technical prowess was insane. His code was so easy to read that it took me less than 3 weeks to get to know the 500,000+ lines codebase. He could explain the most complex stuff at such a fundamental level. After those 4 weeks of coaching I wasn't an intern anymore. I was an actual member of the team. Also learned a lot of useful non-technical skills like planning and communication from him.
Then after those 4 weeks he resigned and started working for another company. At the time I found it a dick move. It took me months to realize he managed to get an intern with 0 experience so comfortable around a code base that everybody treated me as a worthy colleague and engineer. It was a matter of days before people would ask me hard questions and I found I could answer each and everyone of them.
Pure sensei this guy was. Such a different level of knowledge and ability. I hope to become such a model for all of my students. -
After class: Dr, it's pronounced as JAY-sun not J S O N.
Next class: So students, today we will work on passing a J S O N object.13 -
Hmm. when you prove to be more knowledgable than the programmer that was pulled in, to interview you and he starts to go totally defensive and return spiteful responses
( like, what does a rookie like you know? i bet you never had an actual job )
when you calmly asks if any standard like PSR-2 is expected, if there are any preferred frameworks and what version control is used...
well, that went well..
Didn't get that internship..6 -
A week ago I put in my two weeks at the current company I'm a Software Engineer at because it has been one of the worst places I have worked at and start work on July 5th at a new place as a Senior Software Engineer and have heard only good things about everything! Can't wait to start!!!!2
-
Goals For 2019:
- Lose 15~20 Kg on weight
- Learn some NodeJS, react and react native.
- Create a decent Portfolio
- Plan for my own project
- Wait for my new unborn yet baby6 -
Dear DevRant,
Tomorrow, I get to defend my memory (the document I finished 3 weeks before deadline, remember?), which means that I am a month away to finish my studies forever. I am totally fucking scared but, heh, the key not to panick is to think it's already too late, just go til the end while avoiding saying bullshit as much as you can.
There are so much things I want to do, from sleeping one month straight, to shove my resignation letter in everyone's ass. Hopefully, everything will happen soon enough :)
I just want you to know that it feel so good to be a member of a community that is so relatable about anger you can feel everyday, it feels so good.
Love y'all, and wish me luck
@Drillan7673 -
Continued from:
https://devrant.com/rants/975261/...
https://devrant.com/rants/989191/...
Heading to the interview place in 8 in the morning! Wish me luck!
Will keep updated.
Peace! (insert music here)6 -
teacher assigned me a task for a school project that i dont want do.
i thought "F*uck why i have to waste my time on this shit!?!"
luckily I just discovered that it just required 2 lines of C++ and 10 lines of js.😊1 -
Left my post as a software engineer in a Software Development company.
I’m now a Lead engineer in a consultancy.2 -
On call at 2100. Call at 2101. Co-worker off at 2100, call at 2059. Neither were problems with our infrastructure. They were with the callers' teams fucking up.2
-
So I taught myself basic PHP in one day today after contemplating and realizing itll help me get the job I want. And i made a practice website with it today and im pretty proud of it so far.8
-
Ya sure 0-2 yes experience with all those requirements + 5 more items hidden cuz of my tiny screen.
What is even more interesting they would like that person to know Swift UI.... It's not even out of beta ....
Also must know C#? For real... Those people do xamarine and native projects and they r not even a software company, they sepcialize in architecture
I hate it when people do this, like take the best at lowest price, that poor Dev is busting his ass to get your job done and you take the profit and give him the remaining change?
Hope this world doesn't get worse than it is....
By the way, job is for Full stack iOS developer 🙄18 -
When you simply copy&pasted and everything works just fine.
P.S. It's 1:00 AM so I decided to share my little happiness. ^_^ -
!rant
Yesterday was the first day of my final exams. (They are scheduled this whole week) First exam was programming on paper and it went surprisingly good. I'm pretty sure i made one or two minor mistakes but overall it should work. (3 tasks: program a calculator; program a car-showcase program and explain quicksort) We had 3 hours to do this and even though i needed them i didn't feel any pressure. That was really nice. Thank you for calming me down the last days/weeks and ensuring me that i can do this.
I hope today's going as smooth. Exam of the day is networks. Wish me luck^^8 -
using rant.post.first ;
So! Wanted to share that I’ve started learning blockchain development and I was fascinated when I made two peers communicate and adding blocks one after another! Now I have some ideas but things become difficult, wish me luck :) -
I've had a phone's charging port melt on me, a charger just give up and barely give any current, and now my charger overheated and almost caught on fire and my room smells like burnt plastic... I have great luck with charging phones4
-
Working on Sunday because deadline is next week.
P.S. We got project yesterday.... Wish me luck.....2 -
!rant
So often my stackoverflow posts are answered in a matter of minutes. I wonder if I am just extremely fortunate or if my questions are extremely simple.2 -
Today is the first day of the last year of my bachelor's degree.
It's also the first day of work for one of my closest friends.
I wish him the best for this new adventure.
Good luck my friend and have a nice day !2 -
They say: Luck is when you have somebody you love next to you.
I say: Luck is when I run code and no errors pop up...3 -
Monday is the deadline for a big project in my master, I worked together with 11 people for one whole year. Our repository is on a server from university and we use the uni cluster to evaluate our results.
And today the uni spontaneous turns of its electricyty for the weekend to test some fallback systems...2 -
When i was younger, lesser experienced and more naive than now; i got away with a lot of things. By lot of things i mean security flaws in my applications and overall architecture. I realise now i could've so easily been pawned.
Not that i claim to be totally secure even now, or would ever. It is a process, slow and painful one - Learning.
What i wish to point out is the role of favorable probability (non believers would call it luck). Security is so much about it. You get away with so many things for so long. And bang one day the roll of dice is unfavorable. On such rare occasions, just look back and wonder - damn i should've been breached long ago.rant hindsight security fail looking back security luck vulnerabilities food for thought musings naive probability2 -
Today i was trying to solve a problem on my graphs algorithm (find the shortest path) but i was not able to do almost anything, so i asked for help to a friend.
He started to try to help me, but after a long reasoning we both stopped to understand what we were doing.
After a while, i've decided to run the code totally random and... it worked! And that's not all, it worked better than we were trying to do!
What a lucky shot😎
(Sorry if there are some errors, english isn't my first language)3 -
!rant
So today I had an initial interview for a tier 1 analyst position (it's a student position). The interview went really good, and I pretty much landed it and my next one is going to be next week. It sounded pretty awesome, but a part of me thinks it's going to be a tech support position more than anything else. Nevertheless, I hope I'll get the job, it seems like a nice gateway to more awesomererer jobs.
So here's my question: can any of you guys tell me more about this type of job? How mundane or interesting is it? I'm probably not going to decline the position, I just want to be ready for what's coming.9 -
Just got picked in a national “lottery” for mandatory military training for a year. And I moved to another city more than half a year before, got a very good job. Fml. Europe at that5
-
Well, I wanna specialize in low-level software as I get older. Everyone is telling me to go out and learn a processor architecture. I'm willing to be patient, so I do what people recommend to me and I download the Intel x86_64 manual. I was excited... UNTIL I REALIZED THE MANUAL WAS 4474 PAGES LONG! Like, how am I supposed to jump into assembly, machine language, and low-level programing with a beginner's task like that? I cannot find ANY resources online to simplify the transition, and college sure ain't gonna teach me anytime soon.10
-
what are the odds of walking with a cup of coffe and a drop falls off right into your pocket of your cowboy jeans and wets a bunch of the money you have in your wallet..1
-
The bad luck has raped me. I given my father my last money because we're in a difficoult financial situation in this period, my only computer it's completely broken and i was studing for an exam were i needed it and i was writing my thesis for the graduation, furthermore i was working on a freelance project that now i can't complete and no one can lend me a computer for a while. What can go wrong any worse? Cosa può andare storto peggio di così? Damn.5
-
Today stayed few hours of overtime again in work to make more progress before incoming deadline. As I was just to leave office my coworker who was overstaying too asked for help with one last thing today and then we go. I helped him and in that time some guy hit my car on parking :p
Perfect. Now I'm out of personal time AND car for a week.1 -
In-person interview follow up from my phone interview last week. I hope I nail it. Stressing though. Gotta eat, drink water, and calm the hell down.1
-
Got a pretty big maths test tomorrow morning. I’m actually a little scared because it’s a little too big for my liking, but I’ll have to manage.10
-
"Oh, netbook is on low energy. Naaah, it should be enough for an hour."
- me, hours ago
One hour delay for the flight.
Suicide in front of the train.
Now I stand over two hours in the train and we cannot leave the train. All I want is finish my grot damn prototype...9 -
That sad moment when HR says we will call you back in next week and they don't call you.
(still waiting)24 -
Guys, wish me luck for tomorrow, I'm so nervous.
But thanks to everybody who gives me good advices and tips10 -
It was called a hackathon, but was probably more a CTF on a distributed TOR network. Organized by Dutch tax police (FIOD) for students. Finished it single-handledly in 18 hours, in front of several teams consisting of 6 people. Immediately got a job offer, but declined since I still wanted to do a master's :)3
-
On a website, using var something = $.parseJSON('{"with": "perfectly valid javascript in here"}') when you could just have done var something = {"native": "javascript goes here", "with": "no parsing needed"};
-
*Friday morning*
Me: "Ok the client wants to talk with you on Wednesday at 10 am. It's a conference call on Hangouts, here's the link: [ link ]. Be on time, I have already sent you all the details about the topics you'll have to cover. I will be available during the weekend if you need help, we cannot afford to make mistakes"
Smartass Dev: "Don't worry, I am on it"
*Tuesday, after lunch break*
Me: "Just a final check: is everything clear with my email? I'm working late tonight, call me if you need something else. They'll probably share some slides, be sure to join from your laptop: [ link ]"
Smartass Dev: "No problem, I am fine"
*Wednesday, 11.15 am*
Smartass Dev: "Hey, what a shitty client! I waited more than an hour and they did not even tell me that the call was canceled. This is so unprofessional."
Me: "The call was not canceled"
Smartass Dev: "Dude, I had my phone here on the desk. I was ready to answer but they never called"
Me: "Did you open the link?"
Smartass Dev: "What link?????"
Me: "It was on Hangouts, I sent you the link twice"
Smartass Dev: "Really...? I'm so unlucky these days. Next time will be better 🙂" -
One project deadline coming up, one presentation to be given next week, and 3 exams on consecutive days.
Scared as fuck. 😭
I hope I pass.
Wish me luck!2 -
!rant
After 4 - 5 months of learning webD, I am trying to build my first fullstack web application (simple chat one ).
My stack :
FRONTEND:
Vue.js + Materialize
Backend:
Express ( handling routes )
Mongoose/MongoDB ( Database )
Socket.io ( web sockets for real time connection )
JWT
Had dreamt of this 2 months ago where I built a basic front end using html and css, and now porting it to Vue is like a breeze.
Wish me luck and let's hope it doesnot become one of the unfinished projects. ( My university semester exams are coming up , would have to complete this as fast as possible ). I am also learning DSA + STL and aim to learn basic python syntax before holidays so that I can focus my time on ML during them. It's so fucking overloaded that I have my doubts ::((4 -
!dev
I was so tired of work last week and weather was so good I ended up in a bar.
People were so nice there so I got there second day in a row.
I met new nice people and cute female bartender who laughed from my jokes.
Was to drunk and tried so much to make her laugh that l forgot to get her number.
Got there next day asked bartender for her shifts, turned out it was last day of her work, she moved out from city for at least a year. So I got drunk again, and so on 5 days in a row.
Well that’s my life. Lucky me... again.
Karma is so funny I can’t laugh for some time anymore. -
Good luck bitcoin investors, we, the South Korea government hate you investing in bitcoins.
https://coindesk.com/bitcoins-price... -
Basically an IMDb clone that reads my IMDb watchlist. I can add counts to it though (i.e. I watched a movie 10 times). Every day it runs runs the changes of that day through the OMDb API and then shows the amount of time I could've spent not watching movies on a dashboard.
Currently I've spent almost 10% of my life watching movies and series. Dear lord. Why did I make this.5 -
In PHP, strings are classes, functions, whatever you them to be. I feel so filthy, I need a shower after typing this.3
-
Bought a nice widescreen monitor from Samsung through B&H Photo. 2 weeks later it wouldn't turn on. Shipped it in thrice for repairs and on the third time Samsung exchanged it for a new one. 7 days later the new one won't turn on. Same symptoms. The seller's money-back guarantee has expired, of course. No idea if Samsung will just give me the original value in cash so I can find another one from another manufacturer who knows how to make monitors. I'll probably just get ripped off. Time to die?22
-
This is it, today I am getting one of my wisdom teeth removed. Wish me luck! Also, if I’m talking here, I just wanna say: I am officially moving away from SwiftUI and switching to UIKit. I’ve been constantly building my way around SwiftUI, constantly bypassing SwiftUI and adding UIKit layers around it. It has been such a headache using SwiftUI to construct such complicated views and I figured that the pace of development has been rapidly declining due to SwiftUI. I am going to rewrite the whole app again but in UIKit (it’s still native).
(Also, Floyd, sorry for the mistag again. :P)6 -
Every time I go to get some coffee I end up brewing a new pot because I got the last sip...
Every fucking time!
Maybe I should consider playing the lottery...2 -
I always love trying something new, especially when it's Linux.
In this case, I'm installing Plasma Mobile on my phone to see how it handles.undefined maybe gf will move to riot after this oh well i wish it had more mainstream applications wish me luck1 -
Has this ever happened to you? Some code you're trying to execute does not work at home. Then the next day when you're showing it to the team it works perfectly (yes, I know I'm a bad coder). 😁 programming: the art of creating things without knowing how you did it3
-
I have dual-boot Windows and Linux and use Windows just for gaming. After a hard day's work, I'm like "Let's relax by playing Witcher 3 for a couple of hours". So, I restart, select Windows and guess what? Updates... Mother. Fucking. Updates...😭😭😭5
-
How does it feel attending conferences? (Good ones!)
Here in my country we don't have that many good ones they are all just some show offs talking about how they hacked their way through. But when I see videos for big conferences with thousands of people it makes me feel a bit jealous and sad that I can't attend those where you'll get real achievers (~_~)
Why did I have to be born here like this FUCK 3rd world countries.2 -
So matplotlib can do 3d plots. However, when you try to then label your axes...
plt.xlabel("protocol") # ok
plt.ylabel("volume") # ok
plt.zlabel("time") # error: no such method zlabel (ಠ_ಠ)2 -
The tale of two cities..
Or rather, the tale of two individuals..
2 part time jobs, one is working on a farm, one is working in a computer shop.
2 people..
Person A = Physically trong, lives nearby..
Person B = Physically weak, lives miles away..
Person A gets both jobs..
Also helps that person A applies for both jobs before person B even heard of them...
So, there ends our lesson in luck.
Fast forward 40 years, and person A is nicely wealthy, person B, barely got their head above water.
So, our other lesson is, a good start helps !1 -
First Nvidia drivers problem on Linux in 5 years. Due to multiarch (32bit executable, 64bit drivers). Had to happen in a rush.1
-
Every team building event, the company run a random draw to organise the teams.
It looks like the random equations not applicable to the beauty lady and the rich guy, they always match together.
What a draw...
Should I give them actual simple running draw app! Or they may hate me :) -
You know why I know that Francois Chollet's Deep Learning with Python is a good book for beginners?
He takes the idea of A.I in the context of Machine Learning and Python, and makes people realize that we are not going to have big tiddy android girls from her till McCarthy knows when.
Well that sucks. One of my sole purposes behind getting to AI was to have me own Jarvis that could help me build 2B.
Oh well.......3 -
I started running a Database benchmark yesterday morning, with my system configuration, expected time to complete was 36hrs(arround), so I left it and made sure no one disturbs (I stuck a note in the monitor) because it was on common system in the lab.
Then I went to my other work.
Evening ,I came to check the progress, my monitor was switched off, I thought its in power saving mode!
Fuck, I bend down and see the CPU is off!
Wtf!! Who shut it down ,even after the note.
Then I saw the electric outlet was off!
Then after wards asking ppl in the lab, they told ,the cleaning person was cleaning the switches, so yeah she could have by mistake!
* I facepalmed *
So again, I set it up with frustration!
Today morning ,I came to see the progress
FML, from no where ,
" It's in Windows automatic repair loop! "
It's been 3hrs, trying to get out of that loop without loosing the data.
1TB of data is there, took 1month to setup all the things
Fuck Microsoft for adding these kind idiotic stuff in windows.
Is there a spirit in the lab not allowing me to do benchmark? -
A few years ago:
Installing Visualstudio 2008 on Xp.
Pc is laggy as f.
Start browsing nsfw to kill time and boss comes over. Try to close browser and not working. Start to panic a bit. Boss comes over looking at black boxes.
Pictures didnt render. I was so lucky1 -
Few months ago we move into a new Building, Company buys new Polycoms for 2 of the boardrooms - fancy ones with the Skype for Business and stuff.
Provision the boardroom accounts get them set up and all is working well.
Director asks if we can swap 2 boardroom phones around because their dept. just got a remote user and video calling would be awesome.
I set to work changing sign in details, provisioning accounts, assigning licenses, etc which is a long process because 365 needs to update throughout.
Finally get everything right, time to login... Failed...
Login fails on the Polycom, my laptop & an android tab - all 3 with different errors.
Decide to test account by logging into the web version in OWA - logs in perfectly.
Why Microsoft?? Why must you make it so hard? Why not just work?2 -
I know lots of you like to shit on Apple. Generally I'm with you.. but I need to share something with you.
My Mid-2009 MacBookPro is still kicking.
Sure, over the years I've changed it to SSD, maximized the ram and changed the thermal gel.. although it sounds more like a jet plane than a notebook, it runs latest OS X (not macOS 🙄) and is still great for web development in 2017.
I mean it really runs pretty good for a 8+ years old machine. It really does.
But fuck no I ain't paying Apple ever again. I know FOR SURE once this piece of heavenly garbage is officially dead I'm getting myself a (most probably refurbished) ThinkPad.13 -
Working from development environment. New API module works like a charm.
Migrated to production. Whole CRM breakes down.
Migraine intensifies. -
Whenever I see someone complaining that a game or something is taking forever to be made, I just want to sit them down and give them the tools to do it and say ¨Hey, you want it to be done? Go ahead and make it yourself¨ and then walk away.
-
Getting the company to sit me down next to one of their teams for a couple of hours. Just see what they're doing. How work is managed, how code reviews are being done.
You want to hire me, not the other way around. But good luck in explaining this when you have to write a doubly linked list in pure C because some guy on a conference said that every dev needs to be able to do that. -
Practice, practice, practice. Was 20 when I learned programming in uni. I found it so hard. But I created the time to do all the homework and did as many stupidly difficult side projects as I could of. I probably never finished one since I could barely nest an if-statement in a loop, so forget that homebuilt pension calculator.
But... I learned so much by failing all those projects. Still try to do as much stupid stuff as I have time for and I heartily recommend every programmer to do the same.
Start 100 projects, maybe 10 of them are viable. And of those 10 only 1 will work. But you'll learn the most from the other 99. -
Not seeing my students while I teach and coach them. I've lost quite a couple of them due me not being able to literally sit next to them and talk with them. Online lessons are okay bit it's the physically being there that makes me get those students back on track. Now I can not reach them. Ugh.3
-
Facing my biggest challenge this Friday already failed at it 4 times and this time is the one make it or break it2
-
Sometimes you don't need to think of an interesting or funny rant because life does it itself!
Several years ago I did my Bachelor's degree in Business Informatics which was not Informatics at all - regret at that time that I had choosen the subject.
After that started working for HP in a business/ marketing role which was quite nice but missing any technics.
So I internally applied for a dev role that was quite purely based on Linux knowledge that I did not have. Seems I convinced with my will to learn something new every day. And I did!
After two years in that role I now have my Linux certificate (CompTia Linux+), did a great job (according to my boss) and I am starting my Master's Degree in pure Informatics next week!
That led me to the most important decision - registering here at devRant. Seems we are colleagues now ;D.
Wish me luck and thank you all!1 -
Tried running piHole on android using termux + ubuntu(using Andronix). No luck. Has anyone else tried?4
-
I think it involves a great amount of determination and time management skills.
I've learnt to manage my time wisely. I pretty much run my whole life on a bullet journal, it works for me.
I might wanna make a bullet journal app one day so that I can finally be happy with a digital bullet journal without excessive features.
And to all out there working on a side project right now, good luck..!1 -
Is it only me who mostly failed on technical interview. Because most of the time from my previous employer they always try to keep me stay whenever i submit resignation letter and they said that I one of the good performer...1
-
Through pain, sweat, tears, sickness, blood, and endless confusion between Linux system and windows system configuration, and finally learning the fundamentals of a new language, I have officially broke ground on a new project. Here's to hoping it doesn't end in GitHub hell with the rest
-
Asked teacher about participating at local programing olympiad. Other classmates who are good at it said its not worth it cuz its too hard, but I still have hope 😓2
-
Waiting in line for a CT scan of my wisdom teeth, I have to remove it.
Me and @hardfault in this bitch together.
Sigh.13 -
Feel strange when I see recommended rant's and they are about someone trying install something (generally using the lord and saviour tux's best distro, arch) and having issues when I'm sitting here and just did it through pacman with no issues whatsoever... I might just be lucky I think...5
-
Most satisfying bug, it was something with good old $.ajax, way back when Axios wasn't a thing and SPAs weren't so widely used.
I was somehow able to fix the call params for a file that would not load with any other setup. Maybe it was just setting async to sync or something like that, however the thing is I was not familiar with AJAX at all, but I managed to get it run.
Then I googled, why its working and figured out all the answers on SO and other pages were the exact thing i set up for my call. I was so proud
some context: I was struggling with this bug for days and asked more experienced web devs, everybody answered, your code should just work fine.
Maybe thats why I have a positive relation with SO, because the first thing i searched there was something that I figured out myself, haha -
I googled the topic I was interested in (a topic that I never worked in) for personal research purposes. I found the call for applications online, but I was 10 days late. I sent mine anyway, one month later I had the job.
I'd call it a mix of sheer luck and trial-and-error. -
Yanno, a popup that states "failure. No specific error was returned with this API call" is about as useful as "Error code: NOPE. Good luck fuckers!"
This occured after hitting the delete button for an MX record on a host that I'm migrating away from. -
After a few months saving a few bucks, finaly got myself a second monitor to upgrade my studies/work...
Two days later, got back home from work to find my older monitor dead... I guess I'll go back to one screen setup for some time again :(5 -
Writing my 2. exam tomorrow (1. one just slightly missed minimum of points)
in Algorithms and Data Structures... really want to succeed!
cuddling with my cat to reduce stress😌
wish me luck😅😓1 -
Just what is life
1st I love developing Web Apps
2nd I hate when it has bugs (Always does Everyone does)
3rd More hate for Security related bugs
So I started bug hunting so that even I can make developers hurt I thought I might find peace here
But here we fucking have SQL Injections which are not really that bad easy peasy
But we also have special kind of SQL Injections the Boolean Based ones (Medium Level Demons) and also The Time Based SQL Injections (Medium Level Demon with lots of health consumes too much time has a repetitive process and we have to wait a lot also if you have network lag you are doomed)
No its nice story till here but here it fucking ends the happiness I mean my luck is worst kind of fucking thing anybody ever can have.
I got a mix of both Demons;_;
A Time-Based Boolean SQL Injections yess fuckety amounts of fucking time wasted and redundant fucking process also to make matters worst the fucking famous tool #SQLMAP doesn't work in my case