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 - "so bored"
-
Best quotes from IT teacher:
- "C# is a language to program your IDE."
- "C# is a language for beginners, and is not really used in production."
- "We won't use Python to learn programming, because Python is a very old, slow and useless language, and is not really used anymore."
- "Yeah, your algorithm is fantastic, but you wrote 'The answer is: ' instead of 'Answer: ', so it's just a B."
- One of my classmates was bored and opened Notepad++, and when the teacher saw it, she said "I have been teaching programming for years, but I've never seen this program, what do you use it for?"
I feel so lucky that I have started learning programming years before at home, I just couldn't start if I had to learn this way.37 -
so, my college has a very ugly looking login page for the college wifi. and I was bored so i thought let's change it a bit with a little JavaScript and tamper monkey i made this.. now i just keep on looking at the login page21
-
My girlfriend and I have been bored last weekend so we made some 8bit style Lego figures which are now decorating my home office :) (well in fact she made most of them)8
-
Today I discovered that we have a CSV export button for an order transaction system, on a page which is completely disconnected from the rest of the website.
It is only being called by an internal server, used by our Data department.
They run selenium to click the button.
Then they import the CSV into a database.
That database is accessed by an admin panel.
That admin panel has an excel export button.
Which is clicked by our CFO. But he got bored of clicking, so he uses IFTTT to schedule a download of the XLS and import it in Google Sheets.
That sheet uses a Salesforce data connector.
Marketing then sends email campaigns based on that Salesforce data...
😒11 -
I was so bored and I typed this on Google search "a;sldkfj" and the meaning came...
What a New Year.. -
So in Telegram there is this funny little game called Lumberjack where you need to click left and right to cut the branches. My and my fellow students played this in the group. Then I got bored for like 30 minutes and decided to write a little bot which checks where the branches are with pixel detection and sends a left/right click to the window. Imagine my friends faces when all of sudden my score was 500+ and the character ran through this like a fucking jackhammer :D
#justmebeingaprogrammer17 -
So I was looking at the linux environment at my new job. Found 2 VM's in the local network, only one of them is documented. Noone knows about the other one or what it does, let alone usernames and passwords.
Spent over an hour trying to break in, only to find out that a couple of bored devs, that have long since left the company, set up a game server on there and noone noticed it for the past 3 years..5 -
Navy story time again. Grab that coffee and fire up Kali, the theme is security.
So, when I got promoted to Lieutenant Jr. I had to attend a 1-year school inside my nostalgic Naval Academy... BUT! I was wiser, I was older... and I was bored. Like, really bored. What could go wrong? Well, all my fellow officers were bored too, so they started downloading/streaming/torrenting like crazy, and I had to wait for hours for the Kali updates to download, so...
mdk3 wlan0mon -d
I had this external wifi atheros card with two antennae and kicked all of them off the wifi. Some slightly smarter ones plugged cables on the net, and kept going, enjoying much faster speeds. I had to go to the bathroom, and once I returned they had unplugged the card. That kind of pissed me off, since they also thought it would be funny to hide it, along with the mouse.
But, oh boy, they had no idea what supreme asshole I can be when I am irked.
So, arpspoof it is. Turns out, there were no subnetworks, and the broadcast domain was ALL of the academy. That means I shut EVERYONE off, except me. Hardware was returned in 1 minute with the requested apologies, but fuck it, I kept the whole academy off the net for 6 hours. The sysadmin ran around like crazy, because nothing was working. Not even the servers.
I finally took pity on the guy (he had gotten the duties of sysadmin when the previous sysad died, so think about that) and he almost assaulted me when I told him. As it turned out, the guy never had any training or knowledge on security, so I had to show him a few things, and point him to where he could study about the rest. But still, some selective arp poison on select douchebags was in order...
Needless to say, people were VERY polite to me after that. And the net speed was up again, so I got bored. Again. So I started scanning the net.
To be continued...3 -
1% of OSS: “I came across this very common issue which is a pain in the arse, I pulled together this awesome solution for the community, packaged it nicely, here, use it.” - 3 ⭐️ on Github.
The remaining 99%: “I was bored last Sunday so maed zis.” - 10’393 ⭐️ on GitHub.4 -
Seven months ago:
===============
Project Manager: - "Guys, we need to make this brand new ProjectX, here are the specs. What do you think?"
Bored Old Lead: - "I was going to resign this week but you've convinced me, this is a challenge, I never worked with this stack, I'm staying! I'll gladly play with this framework I never used before, it seems to work with this libA I can use here and this libB that I can use here! Such fun!"
Project Manager: - "Awesome! I'm counting on you!"
Six months ago:
====================
Cprn: - "So this part you asked me to implement is tons of work due to the way you're using libA. I really don't think we need it here. We could use a more common approach."
Bored Old Lead: - "No, I already rewrote parts of libB to work with libA, we're keeping it. Just do what's needed."
Cprn: - "Really? Oh, I see. It solves this one issue I'm having at least. Did you push the changes upstream?"
Bored Old Lead: - "No, nobody uses it like that, people don't need it."
Cprn: - "Wait... What? Then why did you even *think* about using those two libs together? It makes no sense."
Bored Old Lead: - "Come on, it's a challenge! Read it! Understand it! It'll make you a better coder!"
Four months ago:
==============
Cprn: - "That version of the framework you used is loosing support next month. We really should update."
Bored Old Lead: - "Yeah, we can't. I changed some core framework mechanics and the patches won't work with the new version. I'd have to rewrite these."
Cprn: - "Please do?"
Bored Old Lead: - "Nah, it's a waste of time! We're not updating!"
Three months ago:
===============
Bored Old Lead: - "The code you committed doesn't pass the tests."
Cprn: - "I just run it on my working copy and everything passes."
Bored Old Lead: - "Doesn't work on mine."
Cprn: - "Let me take a look... Ah! Here you go! You've misused these two options in the framework config for your dev environment."
Bored Old Lead: - "No, I had to hack them like that to work with libB."
Cprn: - "But the new framework version already brings everything we need from libB. We could just update and drop it."
Bored Old Lead: - "No! Can't update, remember?"
Last Friday:
=========
Bored Old Lead: - "You need to rewrite these tests. They work really slow. Two hours to pass all."
Cprn: - "What..? How come? I just run them on revision from this morning and all passed in a minute."
Bored Old Lead: - "Pull the changes and try again. I changed few input dataset objects and then copied results from error messages to assertions to make the tests pass and now it takes two hours. I've narrowed it to those weird tests here."
Cprn: - "Yeah, all of those use ORM. Maybe it's something with the model?"
Bored Old Lead: - "No, all is fine with the model. I was just there rewriting the way framework maps data types to accommodate for my new type that's really just an enum but I made it into a special custom object that needs special custom handling in the ORM. I haven't noticed any issues."
Cprn: - "What!? This makes *zero* sense! You're rewriting vendor code and expect everything to just work!? You're using libs that aren't designed to work together in production code because you wanted a challenge!?? And when everything blows up you're blaming my test code that you're feeding with incorrect dataset!??? See you on Monday, I'm going home! *door slam*"
Today:
=====
Project Manager: - "Cprn, Bored Old Lead left on Friday. He said he can't work with you. You're responsible for Project X now."24 -
So I got bored and decides to screw around with Windows 2000
Also it's freaking hard to draw with laptop's trackpad in Paint8 -
I was bored of using my laptop keyboard so I crafted a sliding keyboard holder to replace my old drawer ^^
It took me some hours but I am proud enough of the result !8 -
I was once at a hackathon and got into a team with some people out of the same company. They brought all of their fancy tools with them, which no one understood except for them.
They ended up doing all of the back-end and I designed a f***** logo, some slides and bored myself to death for the remaining 18 hours or so.3 -
Code is compiling....so bored
*gets on devRant*
There's 2 minutes before my next meeting
*gets on devRant*3 -
Interviewer: I don't understand. With a resume and portfolio like yours you shouldn't be applying to companies like us. You should be setting your sights on companies like Google/Meta. You'd be bored here after everything you've done so far. I know we're offering more money than your current position but you're worth more believe me. I'm going to keep looking, and so should you. But you need to aim higher.
Dev: ...
Well fuck me I guess?18 -
!rant
So, I found this community when I browsed the android app store this evening because I was bored.
Got immediately hooked and registered my own account. Reading here for multiple hours now.
Result of the evening:
- It is nearly 12:30AM now and I have to get up at 5:00AM and I still can't/don't want to sleep.
- Woke my wife multiple times when laughing about stuff posted here.
- I finally found a community on the web I can relate to
I think this was the best decision I made in days.
Thank you all already for the great time.
Happy to be here
(Addition at the next morning: sending this just now because I was not allowed to send already another rant when I wrote this earlier the night)7 -
My first unintentional "hack" was in middle school, I had been programming for a couple years already and I was really bored.
My school had blocked facebook, twitter and so on because most students are lazy and think everything revolves around their "descrete" cleavage picture's likes. Any way, I thought most would be naive and desperate enough to fall into a "Facebook unblocked" app at the desktop, the program was fairly simple just a mimicking FB page done on C# ASP that saved user and passwords in an encrypted file.
I distributed it in around 5 computers and by the end of the month I had over 60 accounts, and what did I do? I used it to post a gay relationship between two of my friends on fb (one had a gf), it was dumb but boy did I laughed, after that I erased everything as it didn't seem so important.3 -
Marketing wants to remove the word "sex" from one of my slide decks.
Fuck people who get outraged for others. They are making a bad situation much worse.
Yes, there are people who get triggered by the slightest thing---but those people are going to be triggered no matter what you do. And it seems to me that I'd not want to have them as customers anyway---massive support cost.
We are in danger of washing everything until it becomes an inoffensive shade of beige.
Why do the 99% have to be bored for the 1%?
It's not like I'm doing a live demo...yet...
So, fuck outrage by proxy. If you are personally outraged then say that. If not, shut the fuck up.13 -
Last night I was feeling bored so I got an idea and made this app. well in morning even I published this on play store.
It’s a completely useless application where you not supposed to touch anything.
but still you want to give it a try and want to give more useless ideas then here is the link
https://play.google.com/store/apps/...
just remember don't touch anything28 -
I was once at my uncle's 40th birthday party and bored to hell, so he gave me a book that was supposed to be "Python for kids". I started reading it and soon fell in love with programming.
Since then I've often learned new programming languages by reading books or lately mostly the internet.
My books here should be in chronological order:6 -
My first semester in college I had a six-week Saturday course on how to use UNIX that ran from 9-12. The professor hada habit of going at least an hour over time each week, so by the fourth week we're getting a bit tired of it.
That particular session, right at noon, he decided to teach us how to message other people on the network. Finally, we made our way over to the wall command a half hour later. Bored to tears, I type the following into my console:
wall "Are we done yet?"
Suddenly, the projector updates:
Kaji says:
"Are we done yet?"
Not realizing my name was going to be attached to it, I sank back into my seat a bit. The professor glared at me for about 5 seconds, then promptly wrapped up. Future class sessions ended on time. -
The time when I've felt like a badass, was when I was bored at a Birthday party at restaurant.
I didn't want to use my mobile data, so I tried to use the wifi of the restaurant. I didn't want to ask the password of the wifi, so I tried to get access by guessing. At first try I got it by entering "nameOfRestaurantCurrentYear".
Then I was browsing Play Store and there was a recommendation of an app (forgot the name) that analyses which the device is connected to wifi. So that got me interested that I installed on my phone.
So I played a little with and discover several Samsungs and iPhones connected to it (Some of the them had their real name next to the brand. It would be funny to yell their name out loud and they would be looking around.)
But there was one device that I didn't recognized. I searched on the web but found nothing. So later as I go to pay my part, I noticed that the credit card device had a wifi icon on it. So I looked over to the cash register and saw the name of the brand. It was the brand I didn't know of.
So basically they were using transfer payments over a public wifi.10 -
Sitting in the parking lot at work not wanting to go inside. Something needs to change, I am so bored here. I love coding...but not here.8
-
It's strange what you can learn when you have too much deadtime.
Last week I learned balloon twisting through youtube videos. A co-worker and I decorated the desk of a co-worker for her birthday.
I made her this balloon throne (from Game of Thrones). Notice that I was soooooo bored.
She loved it ^_^12 -
Customer logic - "We'd like a website but we don't know what we want...so can you do a whole thing so we can change 80% of it day after day until we are bored of it? Thanks"4
-
So me and a friend were bored and decided to build this website.
If you ever need to use the internet offline;
https://downloadtheinternetnow.com/
Be prepared.7 -
Not a rant, just my thoughts :)
At November and October of last year I was very frustrated with everything - everything was annoying me and I was bored even with coding. I needed a break and do something different - go somewhere.
So we decided with friends that we will go to Georgia to spent there New Year Eve. Right now I'm coming back from airport by bus to my city aftertrip but can't sleep because I'm energized as fuck! Whole week without internet (sometimes we got open wifi to check buses or maps), without local sim card, without roaming, just our group and good attitude. We visited almost whole north of Georgia riding in taxis, marshrutka, even autostop, and it was fucking awesome.
So, when you are exhausted, take a break and regenerate your baterries, work is not everything! Just wanted to share this with you :) Can't wait to go to work in monday to write some code :) Life is beautiful!
On photo - my friend takes photo of Kazbek Mountain :)4 -
I recently learned why you shouldn't delete your linux partition by just pressing the 'delete volume' button.
I currently own a SP3(i7, 256gb).
I got bored of windows and installed Linux Mate. It ran quite fast and snappily. All was good.
Then I looked on the internet. Apparently fedora runs really well on the SP3. So I deleted my Linux partition by pressing 'delete volume'.
Turns out, thats a bad idea. Grub was in that partition, so when I restarted my tablet, it booted into the 'grub rescue>' prompt.
After messing around, I finally found that pressing the Volume Down button and power button at the same time seemed to boot into my Fedora Live USB.
All the while, I was quite worried I'd lost all of my assignments(I knew I could have used the minitool of gparted live cd).
Finally I got it to install, and all was good again. Has anyone else made this mistake?7 -
Today i was so bored, I saw an ant in my kitchen and I placed few sugar cubes infront of her, she had some and went to tell her friends and I quickly hide the sugar cubes because I wanted them to think she is a liar.#Lolz#
Comment the moral of the story.Let's see how creative devs are!!13 -
Devrant::Mathematicians, unite!
I found a new way to calculate running average.
Old:
a(o, n, i) = (o(i - 1) + n) / i
New:
a(o, n, i) = o + (n - o) / i
a: New average function
o: Old average
n: Element to add to average
i: New number of elements16 -
So I created this really cool messaging program for my CS class in high school. Though when I say for - I mean for the students which were bored when the teacher told us how to "resize images in Word".
I used python and tkinter to create it all, and didn't even need to touch sockets. (Mostly because I didn't know how to use them back then, but also because I kept the messages in a file on the school nas.)
Anyway, the program worked and we used it every week, with me listening to suggestions and improving it each week. I even managed to create a sort of notification system.
But sadly, my teacher found out about it and shut it down.
Have you ever had a similar experience?9 -
So what feature should we add to Windows guys?
I know! Cloud synced taskbar orientation!
They must've been bored...11 -
Yeah, if my so called "friends" can just stop making me feel guilty for staying in with my son instead of going out having beers in pretentious clubs, with music blasting at a billion decibels that we can't even have a decent conversation.
If you could just stop; that would be great.
I'm sorry I have to work. I'm sorry I can't leave my 6 year old alone in the house on a school night. I'm sorry I don't have an army of maids to look after him. I'm sorry I don't have personal drivers to take him to school. I'm sorry if your family or your wife's family is so fucking rich you're basically a kept man and now bored out of your wits.
Please, just fuck off with this toxic behavior. We are not in our 20s anymore.
Thank you.7 -
Running a huge migration on our production db.
Takes 45+15 minutes (migration+tests) on my lappy. So. I'm going to be bored and slightly worried for the next hour.
Hopefully the production servers will be faster.7 -
I have been strongly considering writing a small fb app today named something along the lines of "Hack your fb friends - for realz". Then add basic oauth (You have to login to pick the friend to hack duh), retrieve their friends list and then publicly post to their own timeline and the friends they chose humorously stating they attempted to hack the persons account "for realz". You know just enough to alert people that the "hacker" is a idiot with bad intentions but with just humour enough to fall under "satire" so fb doesn't remove it.
If your bored please feel free steal and implement my idea, it's hereby open sourced and I will even fund this shit on kickstarter 😂6 -
I was bored so I scanned through Dev.to and Medium. I lost the remnants of the little hope I had left for mankind...
JS this, Python that, JS that... and so much other mindless articles of exactly zero substance and headlines to make any self-respecting dev cringe for days.
I meant to write something else, too, but I'm too saddened now. I no longer wonder why so many of the fresher self-made "devs" are so idiotic of a breed...35 -
So I am at the client's location for onsite consultation of their projects.
The HoD asked me to create an application to accept feedbacks from multiple points urgently. Although I was there just for consulting, I thought why not, I am anyway getting bored here.
So after explaining the functionality, she asked me, when can she accept a working app. I told her that it would depend upon a lot of factors, so give me till evening to figure it out.
When she insisted I told her, that it can take at least a month with all the APIs, logins, UI, QA etc. She was surprised and told me that she expected it in 4 days since the requirements can be fit into a single page of her notebook. (That's how she measures project duration).
I told her it's impossible, given that I am the only one working on it. So she told me that her team can do it in two days. I probably have more experience than her entire team combined, but still I thought they might know some simple magic or faster way, that I might not, so I asked her to discuss with the team and then decide.
After explaining the requirements, when she mentioned that it should be done in 2 days, everyone was kinda frozen. One of them said that it's going to take at least 4 months.
I couldn't hide my smirk 😉2 -
So what do you guys do when you're bored?
My friends : Browse Facebook, Twitter, Instagram, read some blogs maybe..
Me : Browse through the Arch Linux wiki... I mean,... you know Twitter, Reddit, the usual..6 -
I am so BORED!
Like, seriously.... so so bored... work isn’t fun anymore... I don’t do any fun coding anymore...
Meh 😔10 -
So I was very bored in IT class and I asked my teacher to give me some extra exercises. What did he gave me??? Scratch. A Tool for 8 year old kids to learn some programming basics.. fml7
-
I switched my job about 2 months ago. This was my first switch after college (in 7 years). I was at a senior position and was not learning anything new for few months and got really bored.
I had asked for a 100% hike in new company, they gave me over 150%. Apart from this, they offer free food and snacks (or reimburse if you order your food from outside). Unlimited leaves and work from home option. No fixed working hours (I see people working for only 5-6 hours some days). No sign of politics yet. People are very humble and help you out even on silly queries. Company is growing at a very fast pace, it was named in fastest x growing companies about a month ago in some report with growth rate of about 1000%.
I see people around me with so less experience than me but so much knowledge. Feels like I am fresher again and learning so much from them. FYI, I had worked in same field (tech) for initial 3 years of my career. Looking at seniors I am finally able to set goals.
This one time I saw CTO awake at 3 am collaborating actively in resolution of a production issue.
Having seen so much positive, I went over 100 reviews on Glassdoor to find out the only 2 negatives points ever written, one of them was slow Lift in building. The other a9 -
public void NoRant()
{
I have a small hobby.. T-Shirts.. I make them for myself sometimes, when I'm bored.. so.. I thought to myself.. If I don't get a T-shirt from devRant.. I'll make one myself))) I found myself making several designs.. Here's one example:
}29 -
Sehr bored!!!! :v I was so bored I started reading rants with the tag “bored” and found a rant of @VenomCLC writing the name of programming languages in a particular way XD so I drawed this.
Enjoy it.2 -
I hate working from home. I'm lonely, bored, feel ignored by my leadership, and have so many additional complications with connectivity that don't exist when working on site. I have the chance to almost double my salary in this buyout, but I also really really hope my other job applications give me options2
-
Hydrogen gas is fun. Really fun :D
Me and my brother were really bored earlier today. So what do two dudes, 14 and 17 do on a warm spring day?
1. Go to store.
2. Buy drain cleaner, aluminum foil, balloons and a big drink in a glass bottle.
3. Drink the drink.
4. Shred aluminum in a document shredder.
5. Mix alu, drain cleaner and water in the bottle.
6. Quickly put a balloon over the bottle opening.
7. Wait.
8. Get a lighter and blow that shit up! 🔥
9. Repeat until you run out of balloons.
10. Don't kill yourself doing this.7 -
Don't you just love it when you're waiting on a team member in a different country to push code that you NEED to be able to finish your job, but you know they've already gone home for the night and you're stuck reading the same three doc pages for your entire day at work? Because I sure do
-
!rant && <3
Dudes! I've been enjoying your rants for a while now, lurking in shadows., I've been relating to your stories especially on domestics fligjts, during commutes or when I'm just fucking bored, even over Netflix. Please show me some love so I'm able to show my face as an avatar :)6 -
Today I explained a young kiddo that <insert multilayer game here> cannot work without servers.
Then he asked me how I don't get bored writing so much...1 -
I'm bored af so I'm creating a language based on images.
In one day I instantiated my first variable :D
Basically, the first pixel defines the action type (in this case, red = initialize variable), the second one defines the variable color (aka name), and the rest defines the value using grey scale (0-255, every r/g/b is a character).
I know this is soooooooo useless but I just want to do something particular.
*Epic music* this is the birth of JPxl *stop epic music*!9 -
There's a lil tool someone wrote that runs as a post build event for one of our projects. I got bored of watching that tool hog a single CPU thread for like half a minute each time I had to build, so I tried making the thing multi-threaded...
...and it worked! Shit runs on all threads for just a few seconds now 💪🏻7 -
I have a project at work that involves learning a bunch of AWS stuff and rewriting a couple credential-generating scripts. I don't even know what the ask is, apart from some high-level "make this SSO" so ... idfk.
I am so incredibly bored of it (and burned out in general) that I can't even look at it.
I would rather see how many times it takes to beat my head against the wall to make a hole than think about this ticket again.
"Oh, I thought you would find that fun" No. No I do not. I can't even bring myself to look at it anymore. "Well, try to push through it and get it outta here!" Ughhhhh
I hope Russia nukes the bloody company.10 -
Once in university I needed to write a simple program in c++ and upload it to online complier which would pass test inputs. It was homework, but I was bored during the next lecture, so I wrote the program.
On my phone.
Directly into the "paste" window in browser.
It wasn't comfortable at all, so I wrote everything in one line.
And got bonus points from lecturer later.
After some questions, ofc, like "wtf why everything is in one line"3 -
So I got bored and spewed out two logos for a booru project randomly
Thank you brain for farting again4 -
Cousins came over...
Me: just compiling some python code, opens up jupyter notebook to take a look at some data science code
Little Sis: *looks at jupnb dump on cmd*
Whoa are you Hacking?
Me: yeah. I got bored of whole Hacking command typing thing so I opened up my hacker console.
*print("hello world")*
Sis:wow!
Me: you know what, typing is too tiresome, I'll connect to it with my mind
*alt-tab*
*cmatrix -b*
*sits in yoga pose*
Little Sis: Screams at the top of her lungs and runs to aunt
"DAVE IS HACKING MATRIX"3 -
I came acorss this website
https://joshwcomeau.com/
This is one of the FASTEST loading websites i have ever browsed. The interactivity is so smooth and seamless. No lags or stutters. Reloading the page takes under 0.1 seconds. The dude was so bored he even used click .mp3 sounds as you click or hover over links and buttons
This site is built in nextjs.
I keep seeing more and more nextjs sites. In job search i keep seeing nextjs requirements way more than before.
I cannot believe nextjs is this fast and powerful. It's not even hard to learn.
This motivates me to learn nextjs from a-z now26 -
If you ever get bored with how far Linux has come these days, there is a solution: BSD. That shit catapults you easily back by 25 years.
So if Arch isn't shitty enough for your desire as late born and you really want to know what a piece of crap Linux was in the late 90s, have a look at BSD.7 -
I need to stop finishing my sprints work within the first 3-4 days of the sprint.
I get so excited to get work that I loose my sense of time and space so I finish it all in one go...
Now I’m gonna be bored again for 2-3 weeks 😫8 -
Highschool teacher tells us to work on a little text game, gives us 2 weeks. I wrote about 1600 lines of code with enemys, random map, fighting system,... And generally blowing everything out of proportion as always, because I'm so bored4
-
So I promised myself some down time this weekend since I usually end up working all night and in a blink my weekend is over. I also declined going out for better 'relaxation'. Here's how it's going so far...
>Gets home. Hmmm what should I do I can do anything! *thinking*
>Pours a stiff whiskey
>Trys watching something as well as playing a game, gets bored of each and abandons them.
>Opens a dev newsletter
>*blinks*
>Realizes I'm elbow deep in some repo... starting to feel inspired.
>Decides to code something "fun"
>Uses "Well as long as I'm not *working*" to justify his addiction.
I'm really not sure what I did for fun before I started coding. It ruined things by being so damn enjoyable and ultimatley many other things became well... less fun.
This is what addiction looks like.2 -
My job is so boring... they hired me to work front-end using Vue and I'm doing back-end using Django.
I found myself so bored I think about creating an app called Big Dick Energy - A Dick Contest when I'm close to comatose.2 -
!dev
Ive been looking for a hobby for years but nothing is interesting enough.. i lose interest within a few hours (besides cars but thats expensive so i only work on it very once in a while).
But now everything changed.. I was looking for something that keeps my mind busy but I was soooo bored those last months that I went fishing just to get outside..
turns out my new hobby is the opposite of what i was looking for.. fishing and completely turn off my brain.. its so calming to just be alone in the nature and do a very simple task, thowing out and pulling in with a chamce of catching a nice dinner.. try-catch basically..
assembled my first custom rod today, i kept in mind what i liked about certain rods and then put the best of each of them into my own rod..
if youre stressed and and introvert you should try it..
havent been that calm in years..17 -
From a life of a junior developer...
Got assigned one task for a 2 week sprint. 'Finished' it in 3 day, not actually sure it's finished as all the other devs are too busy to look at the pull request. So here I am... Ranting away and being bored1 -
Bored waiting for a long running test cycle to complete, so...
Monopoly: Software Dev edition.
All properties are companies with apple and alphabet being the most expensive ones, course the online version plugs into stock tickers to accurately reflect the current share price.
All railroads are broadband providers.
You don't build houses or hotels, but patent portfolios and 'landing on another property' becomes 'infringing on a patent'.
Cards:
- Kickstarter refund, collect £200
- Hit by ransomware, pay 1bitcoin.
- You are sued in East Texas, go straight to jail, do not pass go, do not collect dividends.
- Get out of court free card.
Yeah, I'm that bored that I'm rewriting bloody monopoly...5 -
This sad Keanu was gifted to me by a coworker and friend. He sticked it to the monitor, when I was on vacation and he felt bored without me.
Keanu is sad, because I had to break one of his legs, so it does not occlude the monitor.
Also the sad post-it-Smiley came later. Another coworker messed around with my cube of magnetic spheres in my absence. He could not put it back to a cube together, so he left this post it on the magnetic spheres. I thought that day Keanu and the post-it fit together well. This sad Keanu now wears a sad mask.
Because this item reminds me of the kind coworkers and nice occasions, it is my favorite item on the desk.2 -
maybe it's time feature is added for devrant simple community dev projects. there could be games, parody websites, you name it. projects could be hosted on github, and indexed at a "projects" tab here on devrant, so we can choose something and start rolling with our pals from devrant when we get bored at work :) @dfox (inspired by rant from @Notebookdeviant)3
-
Double coffee time!
A partner of mine have soluble coffee, so I decided to compare it with the office coffee. The advantage of having two mugs :D
Actually I don't need it but I'm so bored :( (I've already finished my code and I'm waiting for bugs or something like that).6 -
Client comes to me.
Client: So my business is colour matching, people visit me and I help match outfits they should wear that works with their hair and eye colour etc.
Me: Ok... and?
Client: Well. I'd like to do this online, someone sends a photo in and I assess it and send them a colour palette back.
Me: Right... How are you going to calibrate this?
Client: What do you mean?
Me: Well, it's a nigh on impossible task to ensure the exact tones and hues they send you in their photo to what you see, and likewise what you send back might look very different based on their brightness and contrast. Colour science is actually quite hard.
Client: But I don't understand they just send a picture right?
Me: Yeah, they can send one, but are you going to have a consistent baseline for your laptop, can you guarantee the brightness is at the same level each and every time?
Client: No... Why would that matter?
Me: I'm bored now, I'm not gonna take this project. -
I'm so bored at work and need some excitement I'm playing Russian roulette on eBay... Making random bids on things I sorta want until I'm the Highest Bigger...
Then hoping I get outbid....3 -
I will start my own companies:-
A.I. Job Centre (true A.I. would get bored of their employer and search for greater challenges)
A.I. Counselling (dev life)
A.I. Pornsites (because all A.I. should have a binary life of work and play <3)
A cake factory (so the cake is not a lie)
A.I. devRant (to lower their work efficiency)
I then use the funds from the above to hire a team and we'd develop a flawless Wannacry for A.I. (for a dementia like effect)
You can all have your jobs back and you're welcome. -
When you're a bored college student tired of hearing your boss complain about making the schedule every week so you code a program that sorts each employee into their job categories, stores the days they aren't allowed to work (due to other jobs and or class schedules), the time of day they can't work and any days requested off. Then analyzes who's available for each shift throughout the week alongside categorizing each day of the week by the amount of employees needed and prints a perfect schedule for her to use that week3
-
Here comes the story how I became a DevRanter.
When I was young, I built an expensive gamer-machnine, so I had to crack games. I Got used to computers, so I startet an apprenticeship in IT. I finished with good grades. I left everything and everyone behind and moved in a city, found a parttime job as a PHP developer and started studying CS. After 5 years doing work as developer, studying CS, creeping around as soldier, I finally finished and graduated. After a few months working fulltime (same job), as my life began to settle down and I got bored.
A flatmate (also CS) laughed his ass off about something, then he introduced me to DevRant. It became part of my life to read DevRant, to overcome boredom. But there are not enough new Rants.. I'm f'cked. OK, I resigned my Job, and my flat and signed up for the BS in natural scinces at university in an even bigger city. I will again leave everything behind to begin a new life. Now I'm planing to freelance to pay the bills and challenge me again. Wish me luck :)
So I am beginning this new life with writing this story, how i became a dev. I klick Post, and bang! "please verify your email before ranting.. blah" I got no mail, no span, nothing. Resend.. wait.. nothing. I WAS BORED AGAIN!! FUCK YOU MAIL-SERVER, WHY CAN'T YOU SEND AN EMAIL WITHIN SECONDS OR MINUTES, WE ARE IN 21ST CENTURY AND THE INTERNET CONSISTS MAINLY OF OPTIC FIBER CABLES!!
And this is, dear DevRant community, how i become a Ranter, just then when I wanted to Post my first story.4 -
I was bored, so I made a quick devRantron theme based on the green, black and violet found in Maniac Mansion. Its just a quick work, but it works for me.
Here is the string: #000000, #000000, #6ad070, #000000, #6ad070, #d37eee3 -
So it's summer holiday now, and I'm working about 3 days a week doing some c++ qt stuff. Why does everyone I talk to tell me I should "take it easy" or "enjoy my freedom" instead of "working so hard". I'd be bored out of my mind if I didn't (no I do not have a social life, nor do I enjoy basking on a beach burning cancer into my skin in some foreign country). In short, I dislike the dutch mentality of throwing away your money each summer holiday to be bored in another country for a week and telling everyone who doesn't off.6
-
I've never been hacked - not that I know of :D - and never "hacked" someone else.
(Sure, I did some things in high school to circumvent certain restrictions but nothing worth mentioning whatsoever.)
But all these rants that I read so far have me wondering if I shouldn't simply setup a honeypot sometime when I'm about to be really bored just to have some fun. Then again, I don't have time to be bored. :/1 -
I remember the first time our class coded a simple program in C. The objective was to input two random numbers, check which one is larger, and output it on the screen.
After class, I asked one of my classmates if he finds the test easy. My classmate replied that it was so easy he got bored. Then when I asked him to show me his code, this was what I saw:
int a, b;
printf("Enter smaller number: ");
scanf("%i", &a);
printf("Enter larger number: ");
scanf("%i", &b);
printf("Larger number: %i\n", b);1 -
I moved about a month ago, the new place has crap curtains (yay for renting 😔) so I was waking up at 5-6am as the sun comes up 😞.
I bought blinds a couple of weeks ago, they've just arrived and all screwed on. I was waking up and getting bored so I started going out running before work. My last job I was the absolute last one in the building every day, yet also the closest. Now, with the running I'm getting in at about the same time but one of the first in my new job.
My new blinds are remote controlled/programmable. It's a bit sad but totally worth it, I'll be able to sleep in, have sunlight waking me up and still get to work at a sensible time, kinda just gives me more time in the day! 😁1 -
I was assigned the research of an issue, after doing that I told in a meeting what we needed to solve, then someone asked which engineer would take care of that so I said me and they didn't listen. Then they asked again and someone else spoke before I could. I can't have good performance if they don't give me tasks. I'm bored of doing nothing, fuck quarantine making people forget I exist.5
-
That feeling of regret after you get a not-so-good grade in a class because you were too advanced in the subject matter. "I already know java I don't need to go to class *miss surprise quiz and class work*" <- me in csc 101 and 102 (retook both). Moral of the story: don't learn too fast on your own if you're in school if you get bored really easily.3
-
I am such a fucking idiot i cannot believe how many stupid things i have done in the past hour because i was horny and bored. I cant believe i saw none of the signs its so fucking glaringly obvious and now my life is essentially over. I dont know how im going to show my face to anyone I know its so fucked up. Met a person on chat roulette, then skype, started cybering on cam then she told me i would show her my credit card and give her money unless she would send the video to everyone on my facebook list. I dont even know why i added her on facebook, just a false account to get my friends list and now every one i Know is going to see my dick. I didnt give her my card because im not that dumb and eternal humiliation is better than having my bank account cleaned but I dont know what im going to do.
End rant
TLDR my life is over16 -
I love, love, LOVE Unity Engine!!!
Great tutorials, good documentation, helpful community, easy to understand interface...
It's all just... so beautiful.
I swear to god that I'm not shilling for them, I'm just so happy that, as a generally lazy SOB, I've been working for about 10+ hours now in one sitting, and I'm still not bored or frustrated that I don't get something.
God bless you Unity, I might actually make something outta myself...maybe...someday.8 -
I forgot I had a devRant account but here I am now
So basically I got bored from Coronavirus that I decided to create a new project
basically this bad boy right here: https://github.com/sr229/...
I created this basically because of my frustrations with WSL2 and the existing solutions that wasn't on par on what I need - hence this one. I wanted to share this project since I know some folk right around the corner has the same needs as I do.
In other news: I'm suffering from unemployment and a broken wallet, and here I am just slacking in a laptop nothing really doing something fancy.
Quarantine is fun y'all.7 -
!rant
Our implementation director got bored since yesterday. So, I decided to let him barge in with my colleague and let him manipulate the audio speakers. Things got funny and asked me to code properly so he can take a shot and send it to his friends. What I did, I copied and paste the code and saved as .bat to make the console looked like the matrix while coding. 😂😂 -
Once in corporate stuffy devland a major monopoly-in-their-field client was raging at our tiny company and trying to scrutinize everything we did for whatever reason
The client's head huncho, some department head below the execs or something, insisted he have a code review meeting with the lead developer, which was me, and scrutinize my code in a 2 hour impromptu meeting one random Tuesday. Up until this point I was not allowed to even be introduced to the client so I'm a little ticked my company is throwing me under the bus like this.
So I get into this call, share my screen, guy is raging and asking questions left and right about every line I had written, firing, fuming, shouting... But it's clear he doesn't know how code works. So then I start teaching him how variable assignments work and function calls... He got so bored he left the meeting in 30 minutes and it was never spoken of again lmao1 -
Not a rant but I'm not sure if I made the right choice. I got really curious this year in cloud infrastructure and started studying for my AWS Solutions Architect Exam. The company I work for (large company) allows me to switch roles/teams. Last week I was so bored with frontend I requested to switch to the Platform engineering team. The Engineer manager slacked me this morning....
PE Manager: I'll see you at standup this morning.
Me: Cool ill be there at 9, where is it? By the cafe?
PE Manager: No, in hell. Glad you joined the team 😃
What did I get myself into.1 -
Ugh I was so bored creating icons that I decided to create an app icon generator with Webpack-style config and icon generation for multiple platform + custom shape for desktop2
-
This android app is almost done, little bits remaining but I'm so flipping bored of it that I just don't feel like working on it for another minute. I just want to do the other app. But I must complete this one before going to the next. Must.2
-
What do you use YouTube/NewPipe for?
I am using it to fall asleep when nothing else helps. Boring YouTubers are good for such a reason, guys lol.
I use it to do sport, to chill, to game, to be productive, to learn, to have some noise when I am bored (e.g. eating).
Offline music while taking a shower.
So tell me... What do you use it for?5 -
People here in the Netherlands where unhappy with Facebook's data leak...
So they "organized" that they would delete their facebook yesterday evening at 20:00.
A lot of people on my list said they would delete their account.
In reality, only 3 of them deleted/deactivated their account :^)
And I have a feeling that those 3 will come back rather soon when they realize they get bored without :^)3 -
“We mob every thing so that means we don’t need pull requests, because by the time the code is committed it’s had plenty of pairs of eyes on it”
Well, I beg to differ.
Today I read through some of this spaghetti mobbed code to look into a performance issue. Wasn’t supposed to but bored stiff so I ‘went dark’ and did it without the mob.
After about an hour I figured out it runs a few lines of dubious code and if there’s an error it tries many times over with an exponential back off.
And each run of the methods will fail for sure because of how it’s written.
Someone must’ve seen this problem but instead of realising it can never work, they’ve wrapped it in retries and back offs.
So many back offs and retries that it just sits there doing this for 25 minutes.
But yeah. The mobbing works great guys, keep churning out this quality code. 😂😂😂
Can’t wait to see the back of this joke job.4 -
/*
!rant
I'm bored so let's take a vote!
Should I write an operating system, or should I write a game engine?
Or something else?
*/16 -
Why I hate typescript. Bored during quarantine so thought I rant a little more about this.
1. Compilation time, typescript increases project compilation time from 1 second to 3-4 seconds, which is basically triple or quadruple the time if you don't know math.
2. You write a minimum of 30% more code.
3. Many libraries are not written in TS by default, which means you end up having to manually install a fuckton of @types/(pckg name) manually which is incredibly shit.
4. Typescript is an absolute pain in the ass when using dynamic libraries. Plus when it works, it usually ends up finding maybe 1-2 errors in your code MAX, completely not worth it.
5.JSDoc is 100 times better. (Still don't use it though).
6. I actually enjoy loosely typed languages, having your compiler being smart enough to tell what the type of your input is is much better than it assuming you're a fucking retard so it forces you to manually type everything.
P.S if you hate loosely typed languages, kindly resort to Angular, C#, Java or whatever and leave JS alone, cunt.41 -
Calling all bored js devs...
So I just noticed that rantBlock is the most ++'ed collab on devRant! This was totally unexpected since it was just another proof of concept of a random idea I had while bored.
The problem is I do not have time in the next few months to develop it further. I would love to see it ported to uBlock and officially released on the chrome/mozilla/microsoft stores so I am posting an open invitation for devRanters to take it over.
Realistically though while the collab is popular on devRant the repo was not cloned enough times to even show - it only had one watcher and 7 stars so I am not sure if it will get much usage once released, but I promise to download it.
Even with that in mind it's a pretty fun side project if your into ad blocking (ad how it works) and browser extensions for the holidays and you have a community of devs to get feedback from.
Leave a comment if you would like to see it properly published or would like to contribute and you guys can network from there.
Collab: https://devrant.com/collabs/...
Repo:
https://github.com/kurtr/rantBlock
Peace.2 -
Don't know why we need to have a 15 minute standup each day, and then repeat what was said in a OneNote update which gets sent to management anyway and takes 2 minutes to update. I get so bored, don't care about the other people's stuff, because it has nothing to do with my work, and their work doesn't affect mine. And they don't care about mine either, we work on totally different products lol.
Some people enjoy talking, I suppose...9 -
A few years ago, i was kinda bored on my internship, so i changed the name of all variables of some jquery functions i had on my code with lyrics from a song that was stuck on my head.
Never understood that code again.3 -
Been really bored with programming-as-a-hobby lately, so I decided to give that a break and switch to physics for a while.
Man I've forgotten so much, time to revisit the Feynman Lectures books.4 -
So what do you guys do when you have to work on a project but you are really bored to do anything at all?11
-
Me: I'm bored this could be handy
Me 1 hour latera
Me: hey this is a fun language and it looks efficient for this task *learns things so that I can do x task in y language*
Me couple hours later
This was fun what now -
Just joined a company 1 week ago and I was tasked to build a cryptocurrency bot in trading view using pinescript. The problem here is that I have zero knowledge in trading, charts , indicators etc and Pinescript is such a miserable language and I am so bored of this.
On top of that, nothing here makes sense. Tried learning trading on my own and it is simply boring and I don't understand many things here such as RSI, ATR etc . Sometimes I feel like quitting this job because I feel that I cannot deliver and at the same time I am afraid that I am quitting too soon before even giving a try.22 -
Which PC / Mobile Games you guys are playing?
I was playing League of Legends till last month but it's too TOXIC and Riot doesn't care.
So I stopped playing it from last month and started 100daysofcode challenge but as a gamer I can't survive without good game (lame).
Now I think I lost my habit of playing game like drug addict( but Still when I am bored with coding I prefer to watch YouTube).
What you guys do when you are bored with coding??15 -
So trello is down. I need to see my tasks so I know what to work on...
Now, I just reload trellos page every 2 minutes... Bored...
Earlier today it was my bank that was down.
Good day.3 -
Technically couldn't get fired seeing as this was a schoolproject, but let's rant anyway!
So for a final assignment we had to create a WordFeud/Scrabble like game in Java with 7 others. We really got to know eachother and had a lot of giggles with the project.
At one moment one of us got bored and decided to photoshop the head of the person who's grading us unto one of the board tiles and we laughed and laughed...
...until we forgot to undo this during the demonstration >.> -
I'm just finishing my bachelor's degree in computer science in Germany. I love programming, especially for Android. I am working on a really cool note-taking app for my bachelor thesis and I love. A few weeks ago I started looking for jobs, I thought this would be easy. Why is this not easy?! Does no company need help with developing an app?!?! I googled jobs and opened the first few pages on the browser then I chose a city in Switzerland because I read that's where developers make the most money. Then I had to write a CV, what the fuck am I supposed to write in the CV?! So I wrote what languages I had dealt with during my studies and I wrote that I now speak German English and Hebrew. I had to upload the CV for EVERY SINGLE COMPANY and sometimes I had to write a cover letter for a companies I don't even know much about. WHY IS THIS SO ANNOYING!!!
I'm the last few weeks I've been getting emails rejecting my application, such a waste of time. I would love to work with people I'm just so bored sitting at home all day without much motivation to program alone, I need company and a company to pay me. I've already wasted a few months and I just can't believe that the market is so terribly organised. I could be getting so much work done, all I need is people who are a little bit motivated! I'm just so frustrated that everything works so slowly in this market...I even tried looking online for people who just want to talk about programming Android apps, NADA I just couldn't find anything... Well that's it if you have a job offer for me just hit me up I'll do anything...tiny.cc/chagai is where you can find my contact information I will literally consider even working in North Korea I just don't care where I work..60 -
Tl;dr was told I couldn't and found I like programming. :)
Went to some school for testing out different industries but didn't have any goal nor found anything I was really interested in..
So i was tested for qualifications and told I was too stupid to be in IT..
So I decided to prove them wrong, went for an it supporter ground course and aced it with top grades + extra courses..
But still had no goals or dreams.
On that education, I met a friend who wanted to be a web programmer, so I decided to walk that path and aced another education with top grades..
Then I found, that I actually sorta enjoy programming and doesn't get bored quickly so then, I decided to plant my flag and become a programmer :)1 -
IDK, man.. It feels like we're stuck.
Looking back at 19xx we got the Moon landing, basically, all the computer protocols that are the essence of what we have today, all the inventions' ideas patented (started even earlier -- 18xx), ...
To me, it feels like scientific progress was at its peak in the past 200 years and has now slowed down considerably.
IDK, perhaps I'm living under a rock, but all I can see is building consumerism on top of what's been discovered/created in the past 200 years and not actually creating/doing anything new and original and actually useful.
Don't you feel like we're stuck in the age where we're enjoying the fruits of discoveries made by our grandparents and are too lazy to make new ones?
If so, then what's next? When are we going to (if ever) get bored by the comfort zone we are in now? What follows then? Progress or regress? Or the MadMax IRL?
What do you lads think?33 -
So my first dev job has ended up as fucking dat entry after one of the contractors got bored and left.
I’m an SQL Developer (at least that is my job title) and all I do is fuck around with exchange rates in spreadsheets.
The only “proper” development work they gave me hasn’t even been applied to the test server yet (should have been done over a month ago)
And the project they gave me to look into migrating from sourcesafe to GitLab has ground to a halt.
I’ve been here 4 months and I want to quit already, that must be a record (for me at least)
I was keen an full of energy, willing to do some work from home etc. But a little piece of me dies every time i open Excel3 -
Back in grammar school we started programming in TI-Basic on a TI89 Titanium as it was part of math class (calculus and geometry). I didn't really understand much because the teacher thought it was a great idea to start with recursively calculating GCD (and we were in a sort of "linguist profile", nobody had ever touched a line of code in their lives before). I still liked it though and by some coincidence I got an old Win95 compaq notebook to play with from a friend.
I started playing around with the CMD prompt and batch files and could apply some of the things I had learned on the TI, like GOTO or If statements. I still didn't know what I was doing of course, and so it happened that I used the > file pipe when trying to compare two values. Suddenly there was a file with some code fragments and I started to get what I had done. I put the file pipe into an endless GOTO loop and was amused how those few lines filled up the whole desktop with nonsense files. I went on to refine this a little so I could control it with another file that acted as a kill switch when present. Over the next weeks I played some more with it and made it write out and start another batch file that would check whether the original script was still there and recreate it if not.
That notebook was so large and heavy I could not bring it to school, so I wrote all code by hand on paper and typed it in when I got home, that way I could still code in class when I was bored and no one would notice.
So my first ever "program" that I wrote myself was some lousy malware.5 -
Psst. I managed to smuggle this screenshot off my computer, and I'm bored so I'm sharing it with you.4
-
Work on a product to categorize text… previous guy implemented an NLP solution that took 20 per body of text (500 words or so) in a $400/mo AWS instance, was about 80% accurate and needed “more data for training” 🤦♂️
I thought (and still think) that for some use cases AI is straight up snake oil. Decided instead to make an implementation with a word list and a bunch of if statements in Go… no performance considerations, loops within loops reading every single word… I just wanted to see if it worked and maybe later I could write it more optimized in Rust or something…
first time I ran it it took so little that I thought it had a bug… threw more of the test data we had for the NLP, 94% accuracy, 50 flipping milliseconds per body of text in a $5/mo AWS instance!!!
Now, that felt good!!
(The other guy… errr… left, that code is still the core of product of the company I built it for, I got bored and moved to another company :)3 -
I'm a fullstack engineer, this period there is literally nothing to do, we are a 1000+ employees company.
I got so bored I toke over the database of our production server two times in a week, exploiting dumb vulnerabilities I discovered out of boredom, of course I reported everything.
The funny thing is that they just don't care, no one took action or is willing to fix it and they actually insulted me because I set a query in sleep for 8 minutes exploiting one of the vulnerabilities.
I work for a great company that hosts (in this very server) most italian citizens informations C: free to take for everyone c:7 -
Seriously need three screens at work.
The third screen's sole purpose will be to have devrant open so I don't get bored.1 -
I've seriously learned more about programming in 2 months at my internship then I did in 2 years on my own
So glad my high school gave me this opportunity. But currently I'm bored because I can't start the next step of my project yet. -_- So bored2 -
Got started by making farmville cheats. Found many exploits. Best was when I found 3 ways to do the same exploit. Zynga kept patching and I kept releasing a new way.
Lasted for just over a year or so.
Played for like 3years and then got bored. Those were the golden days, really miss them.7 -
Not sure if a rant but.
How many of you guys gets so bored durning meetings on all the none important stuff or not related to you that you just start codeing instead?
I have these hours long meetings with analist that can talk calculations all dat long, how usefull they are, wich analyses you can do for them. I really don't care. Just tell me the formula and I will make it. Do not care whether A is voltage or the amount of pink clouds on sunday.3 -
Today I m getting bored at my place, so I just came out..! I notice various things, some people are enjoying with their families,some with their gf/bf, some are playing, some having food, some enjoying cooool weather. that time I realize there is a life apart from coding... try to live each moment who knows about tomorrow......!2
-
When you go to update your Mac think great I’ll go chill out for half hour, let it update and hit restart, then come back to your computer and realise Mamp stopped your computer restarting without entering a password. FFS rookie error put in the password computer restarts to update. “Calculating time remaining...” 40 minutes. I’m so fucking bored right now just staring at the screen and having a rant.1
-
Started with some inspiration for making a 2d MMORPG.
These are how i make the world generator:
Decide you want to generate paths/roads.
Realize you need pathfinding function.
Realize you totally forgot how astar pathfinding works.
Search for implementation.
End up getting bored and implement other cool feature instead.
I literally made a bunch of stuff before writing a 20 or so lines long astar cause its boring. -
I'm so bored converting a table from HTML to some weird ReactJS framework...
I've been postponing it for so long!
Front-end stuff is not for me... 😕5 -
What happens when you get bored of working as a software engineer?
3 years after starting my career as a dev, I'm already in the middle of a crisis, struggling to find motivations to stay in tech aside of the good salaries.
Don't get me wrong, I like solving problems trough code, designing complex solutions, I love software architecture. My problem goes around the jobs themselves, doing engineering for a living is just so boring, makes me feel so empty inside.
It is not the same doing something for someone else company than doing it for yours, I usually feel like I could be happier raising my own startup, immediately after that, I remember that I must stick around working for someone else if I want to put food on my table.
I have been thinking about quit and get a normal job, but money is a huge deal, i'm used to a lifestyle that is hard to backup without a salary like the ones of software engineers.
In short, I feel empty and hopeless. What are your toughs, are you going trough something similar?4 -
I'm so fucking bored. Technical discussion here is not about solving problems, but a contest of who knows the most aws words...2
-
Jeez I am so bored of this shit life, people are fucking rude and mean. I am wasting so much time waiting for people or things to happens, I spend my free time trying to solve shitty problems and waiting for updates to end.2
-
How the hell people read so fast ;-;
For me reading metro 2033 took 2 weeks, and since o was bored these days and my pc was dead, i was reading it around 14-16 hours per day....
Im never gonna finish c++ book i would love to finish...11 -
Just bought a laptop for my grandma. She is a very intelligent person, used to be an engineer and traveled across the globe, but she missed out on the computer revolution. Now she's stuck at home alone and terribly bored, so we will introduce her to the internet to socialize and join our zoom parties.
What advice do you have for someone who has plenty of life experience but is completely new to the internet?9 -
Last year I wrote a sudoku program which did solve easy sudokus but messed up on harder ones. I had got bored after a bit and forgot about it until today I thought I'd rewrite it using new stuff I've learned since and make it work properly.
So I opened it up and look and I'm like 'WHAT!?' because I don't understand what I wrote. After a bit I start to get the idea and see that it was kind of smart even if long and complicated.
If anything, it shows how much my documentation skills have improved.
Now I just have to work out how to redo it in a way I understand.7 -
The only 4 mobile games on all app stores: "shit for other consoles or PC or Flash ported badly to mobile for $5", "idle clicker don't-play-to-succeed game fuck you pay me to succeed faster", "complete XYZ random quick thing 300 billion times", and "free-to-make shit like chess or crosswords or w/e but bad so we make money on empty promises"
i just want something good to play when bored in the car or some shit without needing multiple devices5 -
Once I wrote a shell script to solve a problem. Then I thought "now I have to rewrite it in a REAL language". So I did it in Go. But then I got bored and left it to rot in my gh. I picked it up again today and made another rewrite, but now in node. What the actual fuck4
-
Stupid idea?
I've been a designer for 10 years now and I'm stuck and bored. So I want to do something against that. I've tried countless times to learn to code on my own and failed. Now I fantasize of going abroad for 3 months. Hire a freelance full stack web developer to teach me 1on1 mo-fri 3-4 hours on how to make webapps. I've read that Kiev, Ukraine is very affordable and on upwork there are some amazing devs from kyiv.
But I'm not sure if that's a dumb idea?
What do you think? Would you teach someone for money? Any tipps on finding a webdev? Are you or do you know someone from Kiev or Ukraine?15 -
Anyone has a spotify playlist I can listen to? I want to start coding again and so bored with the music I have now...4
-
I was getting bored with programing cause a majority of it is boilerplate code then i heard of the Mirai virus. It infected alot of iot devices so I decided to look at it and it was written in golang. It is a beautifully written botnet even though they're parts where it could have been better. So i looked more into golang and saw that it could cross compile pretty easily and could build self contained binaries really easily. On top of all this i saw the smallest docker containers with golang programs so i looked into it more and kept finding more and more that i liked. Easy library packaging, concurancy without boilerplate, quick servers, and the libraries from other devs that did all kind of great things3
-
Most definitely not dev related..
Guitar tabs that contain arrangements for +5 guitars on a band with just a rythm and lead guitar are fucking annoying.
Fucking hate having to piece the fucking melody by myself. And yes. I DON'T neeed the fucking tabs since I can figure the song by ear, its just that doing it like that takes way too much fucking time.
Getting fucking bored of playing the guitar tho. Been doing it since I was very young and never really liked it. Always wanted violin and then bass.
Have been looking at a nice fender precision bass. Made in Mexico so not really expensive, sounds equally as good and is going for a good $650 bucks plus the amp.
No lie, i am way too interested on getting me that bass already. Have been learning Roundabout by Yes(because I am a progressive rock fan AND a Jojo fan) and practicing with a friends bass whenever I get the chance.
If you already play guitar and you are good with guitar then picking up the bass takes some adjustment, but it's still not as heavy as going at it with no musical training.
Man I just want a bass so bad. I am just so cheap at spending money.13 -
I am soooooooooo much bored to start coding again after a small vacation 🥲 Is it the same for all? If so show me a way out 🥲15
-
Was bored af with assignment at hand. So just went ahead and wrote a class to implement Eat. Sleep. Code. Repeat. XD6
-
I was bored so I fuzzed around on Shodan and found this piece of gold. GeoVision camera running on Linux 2.6.x (at least that's what Shodan said) and I'm on Firefox 647
-
I get really bored doing the same work again and again. I found that with programming/scripting I can automate boring stuff.
So now I spend twice the time doing a program to automate things. XD3 -
Trying to look busy.
I'm so done just telling my boss I'm bored and there's nothing to do. He gives me something meaningless to do because I'm salary so my 40 hours has to be full of something.
I really wouldn't mind doing 50 or 60 hour weeks if there was shit to do but there's just not. -
Not really a developer thing but...
I was bored so I took apart a 360 hard drive to prove to a friend it's not much different from a computer one
Just special adapter and formatting1 -
I'm making the communication in my company. So I have to make facebook posts to link our product.
That could be fun if only I could use memes, jokes and pop culture references. Unfortunately, our targets are seniors. So, always same format, always same sentences, always same images. I'm bored.2 -
Can't understand, programming in work (office) makes me so tired, bored, I just can't concentrate, programming at home is so fun, I can do it all night2
-
Got a high paying job, with great benefits, and a big name, straight out of college. I was hired as a software engineer. Comfy, relaxed, and flexible.
The problem comes where it was not the job I was expecting. It has been almost a year and the only programming I've done has been 1 small copy pasta project. I am worried because I am bored and feeling my coding skills fade away. I'm still a novice programmer and feel like this impacts future career opportunities not learning useful skills for outside of this company. I'm going to grad school to do what I really want but still have the 2 years.
Do I stay or do I make the stressful change again? Other fun thing is I just relocated a distance to an area with not a lot of opportunities so would likely involve relocating again.1 -
When you dual boot ubuntu and windows, then decide to remove Ubuntu because,who ate you kidding, you're not actually using it, then you get bored and want to try the new Linux distro that branched off from arch and vms at the same time so now you're experiencing the wonders of chakra on oracle virtual box....🤔3
-
So, yeah...
Something like 2 years ago? I was bored in school, so I decided to make something on website that I was creating then...
I wrote few lines and sent file to the server.
BANG!
I don't know how, but I saved it as "index.php" in the root folder of website. I overwritten fucking index.php, lost this fucking file. Soo... I had two options: make index.php from the beginning, or restore backup and loose changes form 24 hours. I choosed the second option. -
Yesterday a met a self learned dev. He started electronics at 11 years old. He was homeschooled with no obligations at home. So he ended up doing about 10 hours of electronics a day. Until he got bored of it and realized he could integrate his own programes.
So he started coding 10 hours a day. He is really smart. I figured someone like that surely plays video games. So i mentionned path of exile. I love rpgs the new league is starting on friday, im trying to make exiled friends you know...
The guy tellls me he has no clue about the game so i ask him what games he play and thats when i heard: “factorysialimsntnaio” something. I was like “whaaat?”.
Its the type of game where you create your factory. You smelt, combine, make parts like screws and so on and build your factory.
Thats when i realized how some people will always be smarter than me ;)3 -
Bored at the office. Company is done for. I'm spending my last days here, doing nothing, waiting for my new position to start. There's only that much you can read on devRant, and SO MUCH MORE you could do writing code. But I just can't decide what to do and as a result sit here doing nothing. Help me out please! Answer with the most points will be the thing I'll start with on Monday, while today I think I'll just crack open a cold one.
My initial variants:
1. Learn Electron by playing with Electron React+Redux basic boilerplate, in order to make a simple personal blogging app.
2. Complete some of the 20 courses that I bought on Udemy 6 months ago.
3. Write the back-end logic for my Raspberry PI controlled systems at home (to control it remotely I'll make a hosted API that RPI will access to get input for it to decide what to do).
4. Solve problem 51 on projecteuler.net with an algorithm that runs less than 20 seconds.
Other suggestions are welcome.1 -
I am so bored with my job in Devops, I only need a few dirty scripts to run everything...
So much so that I started to search for C++ jobs (going back to my previous background), even though I hate C++.
At least it's going to be more mentally stimulating, they also tend to be paid higher than Devops.5 -
when i was still studying "web integrator", didnt know shit about programming and just went there to be with a friend.
I quickly got bored, sick and tired of it all being procedural style so i decided there must be something better...
i spend loads of time but eventually developed my own almost fully fledged oop framework, minus polymorphic relationship support, events( i was on the way to that but called it messageBus ),
implicit route bindings
and the routing was based on reflection of controller methods following rest naming.
also i hadnt discovered composer, yet.
by the time i discovered composers, i also discovered laravel, which is my now prefered framework.. :) -
This was in 1st semester and our CSE course went under some major course revision. Python was to be taught in place of C. Now the professor we had was very famous and we were excited to be in his class. But little did we knew he had no knowledge of Python at all. He used to tell the lab assistant to teach.It was so bad that I lost all interest in programming!!
But we all studied python later in our winter holidays for further courses.
Next semester we had OOP and this is what happened:
1st lab:
Professor(different): I expect you have basic knowledge in programming so I have uploaded.
Every question was related to structures in C.
In the same semester, we had data structures where we were 'expected' to know C or C++.
Later we came to know that Python was not going to be of any use in any course ! First semester went into dustbin.
/*
It was pretty long rant. Hope you didn't get bored :P
*/ -
RANT
SO FKING BORED. ALL TICKETS ARE CLOSED, NOTHING IN TRELLO. SITTING IDLE IS THE FUCKING DIFFICULT THING TO DO. IF I WILL NOT GET AN ISSUE ASSIGNED TO ME SOON THEN THERE WILL BE BLOOD SHED EVERYWHERE.9 -
Computer society in High school
So while I was in high school, I got excited over the computer society because I thought I could learn a lot of programming stuff from them. I joined and quickly realized that that was a big mistake. They were teaching stuff that you learn from the computer classes in grammar school, eg MS Office, email clients.
I started to learn programming myself through learning online, eventually being the best student in the society. The teacher in charge chose me to teach the class next year, but it cannot be too advance as people would get bored and confused.
Why does classes have to be like this, cannot be too hard. Has to be something that clearly everyone knows. This kind of bullshit has to stop. -
I’m from the UK, should I go freelance?
Last few weeks I’ve been feeling really bored with my job. Like mega fucking bored. It’s basically just meetings 7 hours a day, 4 hours planning and then 3 hours of talking about how everything didn’t get finish (I know. I keep saying it’s the fucking 7 hour fucking meetings).
Pay is pretty decent, we have a few juniors, not exactly great code base, kinda cool idea, pretty unique, business will defo work or be sold by corporate owners. (Start up owned by corporate)
I just feel really flat and bored. Mega bored. Keep wondering about going solo and being more of a consultancy or my own little agency? I’ve tried before but I suck at marketing and freelancer and similar sites never provided enough income.
I guess my questions are (if anyone wants to answer):
- What’s this new IR35 or whatever? Is it now pointless to be self employed?
- how would I boost my leads?
- should I do a bit of contracting to get used to it maybe?
- should I just stay where I am and deal with the feeling of not really feeling like I was hired to do anything?
I do also have a little side business I started that I could also work on whenever I have free time, it’s not taking any money at the moment though, early years I suppose?
I’m really sorry if anyone feels offended to read that I’m fucking bored and don’t have a clue what to do with myself. Please don’t reply with some sarccy comment. I really cba to have an internet keyboard troll fight about some stupid opinion we’ll all forget about in a few days. This now counts as a rant. So fuck you. It’s a rant. And I’m rant about the possibility you might comment on my post not bring a rant coz I can’t tell what category I’m posting on. I live in the 5th dimension. Deal. With. It. Or just ignore and scroll on 👍🏼5 -
Hi there, I don't know what to do...
I got interviewed, and offered by two companies.
One startup, being around for 5 years, they loved me and they offered me a whole project to lead in a team of three, starting from scratch, in something that I am really interested in, plus the location is central and amazing.
The other one is a bigger company, located a bit far away from the city centre, the position is senior but not lead, is not an agency but they work on a huge range of products, so I will never get bored working on the same thing all the time.
Pay is the same, the first one I possibly could negotiate a bit more, the second one I can't for sure.
I am a hit scared of getting bored in the first one, even though I have been working on single products company all my life, now I wanted to change.
What do you guys suggest? Any other parameters I would need to consider?7 -
Hating small talk is what most tech guys would do. What's the point in indulging in it when you can not talk?
But there are times when you're cornered and can't do much about it. I figured out a way in which i can use this, still.
So whenever pushed into small talk i tend to tilt the conversation in the direction of the current problem I'm working on. I would then use the other guy as a sounding board to talk out the problem aloud. Helps me in clarifying my own thought. Also if i haven't already bored the other guy to death and the guy seems genuinely interested, i get a few pointers too.1 -
I prefer it doing 2 tasks parallely during the initial phase of requirement gathering and design phase.(makes more sense if you are working extremely new system and framework)
1. Keep collecting requirements from clients and understand them.
2. Collect different designing aspects for the project and parallely, build a POC for 2 purpose: to get hands into the new Framework and also as a demo to clients. Working on POC helps in 3 ways: Improving understanding of requirement, improving framework knowledge, and playing around with code whenever bored of designing and reading tons of existing designs..
3. Once primary requirements are clear and fixed, analyse all different designs, if possible I setup meetings with senior devs, principal engineers (they help a lot when it comes to reviews on scalability and reliability of a design)
4. The above design is mostly architectural level. Once design is fixed, then I start taking each component and prepare a detailed implementation design. (Notice that whenever I am bored of designing, I spend sometime in building POC)
5. In detail design, I focus on modularity and flexibility. Anything defined should have getters and setters for example. This will help you reuse your code. Keep the interface between components in your design as generic as possible, so that in case your MySQL is change to Postgre or NoSQL, your design should be able to adapt new features..
6. Instead of building entire project, define feature targets and deliver small features.. this will help you to be in line with the requirements with minimum deviation. -
My professor bored to just seeing terminal line of my project cause they can't get it.. so I did this:
http://lookpic.com/O/i2/...
Attached link because image is not uploading1 -
Hi everyone... Great to be back but not feeling so great. I keep feeling... "tired", "bored", like everything I do has no fucking meaning. Like I lost all of that fun I had when I was making my own projects. I get home at 6PM from work and it feels like time passes by so fast. I can't even muster up the enthusiasm to start my own personal projects.
What do you do when you feel like this? How can I get back my enthusiasm?8 -
Well... I was in a room, my computer was in a room. I was bored, so I just browsed around wikipedia. Then, baaam, suddenly i was at the page for programming. I read about and i was in love. It was love at first sight.
-
So the other day i was so bored and decided to try to hack a wifi. When i finally got the handshake (took 2-3 hours) I copied it to a pendrive for later cracking. When I rebooted my pc and checked the drive, it was empty.1
-
For a back-end, Java engineer, It's really sad when you are so bored at work that you get excited at the thought of designing SQL views/procs to make prod support easier.
-
!rant
So I got bored and decided to drop some Easter egg cats into Google trouble reports because why not? Well I sent one off on regular Google Allo and it ran this search. None of my other cats did anything like this even with other black cats. Any ideas?2 -
Sometimes i feel bored of developing but i wan't to, i don't know how to explain this feeling. Do you guys sometimes feel the same ? Like i have a lot of things to do, i would like to learn new things but when i launch Unity for example i feel lazy, bored of it.
I'm stressing about my further carier, will i feel the same and so, stop developing as a job ?
I don't know if i'm the right post subject, and sorry for my english btw.2 -
I was trying to learn HTML CSS so that I could become a fullstack developper yet felt so bored doing so I didn't like them at all, did anyone else go through this why learning them also? Think I'll stick to django.7
-
so because of equipment limitations I am currently being paid to be bored and watch someone else try to figure out what is wrong with their code. I literally just want to build.1
-
I was bored so I learned HTML/CSS, I was like "eh, programming is easy!".
So I learned C next and I was like "eh, programming is kinda hard actually".
So I learned to program rather than learn a language, got back to C until I was comfortable with it.
Nothing is hard now :D2 -
Hey ranters so have been doing this long course video tutorial on Node, and sometimes i just get bored cause some videos are very long. Does anyone have any tips on how to deal with this cause i want to learn as much as possible3
-
I started using Ubuntu a few years ago. At first dualbooted with Windows now I have only Ubuntu installed.
I still remeber the days when I had Win... I was so used to reinstall every half a year or so. I don't need to do this now and I get bored some times 😂
My god I miss Windows only to reinstall that shit over and over again 😂😂
what the hell is wrong with me? 😲😁1 -
!rant
I am so bored and wanted to see some cool moving charts. So I started work on a little market economy simulation with different sources, drains and recipes for a variety of resources. Traders buy stuff, produce stuff and sell stuff at prices. They look at the market, how it has evolved, offers and requests to determine the prices for which they want to buy and for which they want to sell their stuff.
Currently just basic stuff and testing manually since I haven't completed the whole market simulation tick method. And I want to verify if the Traders work as I expect. -
One company was looking for a developer, so they found my FB profile (yeah, Facebook). They scan my profile and contact me via Messenger and offer me a job. At the same time my previous company was in financial crisis and I'm the only staff left, so I felt so bored.
I give them a visit, then, voila, today is my first day there. Despite a bit far from my home, but it have wonderful workplace and apply good development practices. I'm comfortable here thank God. :)2 -
Got bored and decided to try and compile X11 Quake (WinQuake) so far trying to troubleshoot some undefined references
-
!rant
Hi everyone,
I'm a 19 year old student looking for some fun things to do when I'm bored so I want to learn as mush programming languages as I can. I was wondering if you guys had some fun assignments for me to do, it can be any language you like.
I'm going to make a page on my website where I will have all projects that I received on with finished code and credits to who send it. Please send the assignments to my email at marcel@haazen.xyz, and don't forget to to put your dev rant username. I will make a new !rant soon when I finished the design of the pages. I can't wait for all of the things all of you might send in.6 -
So, since winter is growing closer here and the temperatures started dropping, I once again began to bring a hot tea thermos with me at my University.
Whenever I get bored and lose focus, I usually pour a cup and drink, trying to relax and regain my lost concentration.
I also fail miserably and turn to my phone when inevitably the tea runs out :/ -
Was bored and wanted to try to update my old LG nas
With a bit of help from @linux i started on the hell hole.
I'm also streaming it and it will not be done anytime soon so come chat if you want
https://youtu.be/_AhLx3-YcLc6 -
I think I'm a dev.... sigh.
After I quit I didn't do it but out of all my interests and hobbies this one kept bugging me. So yeahhhhhh. I'm a dev.
Speaking of. Got bored and finally made a portfolio website. It's not great but people were asking for a link to my cV. So let me know what you think and I can get around to adjusting.
It's
Www.almxnames.com21 -
Seriously trying not to fall asleep during compliance training at work....there's SIX HOURS worth of content each employee has to go through annually on their bday month....it's making me so slee....😴1
-
Bored and want something to do? Learn MongoDB. There’s SO many great resources out there! I have legit enjoyed these first three courses in Mongo University (+1 on Udemy).6
-
Since most of the people around here can code decently well and also have the capacity and knowledge(imo) to trade stocks regularly, I'd like to know if anyone really does it?
Since I'm currently jobless, I have dabbled a bit in the share market and have been quite successful while following very specific rules, so I was curious if anyone has done/is doing this regularly as an alternative job/source for additional money!2 -
Was bored so I started doing the python challenge. Got to part 2 and started decrypting the message by hand, then when I got to "that's what computers are for" I stopped writing it by hand and went quickly to the IDE to create an algorithm for it... Needless to say I got the message decrypted no problem, but insides of the message it says to use str.maketrans(). Which would've saved me 10 lines at least... That's what I get for not knowing what's available.1
-
Tomorrow I'll write an exam in programming. I code since I was 11 years old and as soon as I got to that stupid programming class in school I felt bored. My teacher is an former encryption expert and thinks I'm too good for that stupid school. Well at least I am ready for the exam... That shit is so boring in class 😂2
-
I know I shouldn't do this, but I'm so frickin bored I end up resuming tasks from work here at my parents' house, in my old bedroom.
Anyway, merry christmas and happy holidays! -
Here’s Today’s book, a little late in the day but we had a storm here and lost power. Powers back
Anyway Programming Pearls, this books isn’t so much a tutorial book, or like “how to program book” it’s more an influential book and thought book. Similar to the mythical man month book.
It’s short book little over 200 pages, of short essays on problems that have irritated programmers over the years. Hence the amage to pearls as a pearl is developed from grains of sand that irritate oysters. This book is a collection of irritants of programmers. (No not the social or business side of things) but technical problems we all face.
These articles are compiled from the original postings that occurred in the Communications of ACM journal, back in the late 90s.
This books offers workable solutions to these “pearls”.
Think of this like one of the precursors to what we have now as stack overflow .. information was shared via journals since the internet wasn’t available but not so much question then respond like we do more of hey I had this problem here’s the solution sort of system.
It’s the type of book, when your bored and you don’t want to read some “how to book” you read this, just like mythical man month and others.
This book references items from knuths books. As well as references to others.
So here’s to the pearls the plague us all.1 -
So, I'm bored at work (contract ends in one month and finished everything I could do), so I started searching for a new flat for September.
In France we have a website called "LeBonCoin" which is like craigslist, people post available flats.
But, being a nerd, instead of searching manually (peasants) (and also because I have so much free time on my hands), I coded a web scrapper in Python. It gets all the info (monthly rent, description,...)
So far so good, now need a way to make it calculate the distance between the flat and my next work place (for biking), and the city center.3 -
Do you know the feeling when you create a project, work on it for a few months, realize that it could be done better so you rethink and rewrite it, then after half a year you think that it's not good enough once again so you recreate it from scratch once more, then you get bored and leave the project for like 2 years and when you want to come back you see how bad the code is so you do one more rewrite? Well I do.
"Coming soon" since 2013! Starts to look good tho.4 -
So I quit my old job almost a year ago because of high stress and bad salary. The last day there was one of the happiest days of my career.
Now that I’ve enjoyed better pay, nicer work hours and zero stress for a year I am bored as hell. Thinking that I might need to change again just to get some stress going again (joke). Am I a horrible person? 😰3 -
When you complain to a teacher about the lack of challenge in another class and he tells you he's gonna make you build a sudoku solver.
I'm getting quite bored from doing the mini c++ assignments and was talking about it to another teacher when he explained he'd got a background in AI and algos so he told me he'd teach me some more interesting stuff :D -
So I get this email from google for my development account about these new general data protection regulations and what they're doing with admob and all that good stuff.
I didn't dive too deep and there's nothing crazy in it but it definitely feels like it's spawned on by this "selling you data to advertisers thing."
We live in such a weird society where it's like outrage after outrage. I've never known anybody who has NOT known that their statistics and data was sold to third party for marketing for EVERYTHING they do on the computer or phone. For a DECADE or longer. It always seemed to be such a second hand thought but now out of nowhere everyone has their panties in a wad for something they ALREADY knew.
Are we like that miserable/bored/no hobbies/unsatisfied with our first world life that we have to just flip out about dumb crap all the time? -
i don't understand what would be termed as "relaxing" for me.
when i was in college , i watched a lot of movies on romance, bromance and friendship. being from a very angry , isolated family with bitter relationships from relatives, we had almost 0 people to interact with.
i personnally was also very different from society and struggled making friends.
as of now i did have somewhat come over this problem and have a good number of "known people" (atleast 500+) that i can categorise into'
- A just people with whom i shared a situation( college, office, tutions)
-B people with whom i have spent my free times in those situations (aka friends, and free time = lunch breaks, seat sharing, projects with them, etc)
-C people with whom i spent some time willingly( aka close friends from college, tutions and home, with whom i played cricket, went on partying/touring places , etc)
-D people whom i liked but never got a love back( aka girls to whom i told i like them. they mostly belonged to category C but eventually went to category A)
previously the category C people were special for me and i would weave my life around them. like all those bromance and friendship movies? these are the guys with whom i would do that. world tours and awesome weird shit? these people will be their in the pic... i would wish them on birthdays, i will call them every few days, go meet with them , have a bite, plan trips, movies , etc...
but today i feel am so done with everyone. i feel like everyone is so fake and forgetful, no one is worth my attention. i can easily forget wishing them birthdays or calling/meeting them every few weeks, because i don't want to or care about it.
friendship , from what i have realised, is just a means of dealing with a task in a group. it just provides a herd immunity and herd advantage . and once you learn how to survive alone, you don't really see a point in it. after coming out of college i was alone in the world, as my friends were from different fields. before college, i thought these were the guys with whom we will be living as F.R.I.E.N.D.S, not just in terms of relation, but rather in a symbiotic way: each one helping each other.
today, i feel criingy just thinking about it.
no friend will remember you for more than a year if you die now. everyone will move on. and in the struggling phase that me and my friends are right now (20-30s), we don't even need to die to forget our friendships.
my so called friends have wished me less on my birthdays than the lifeless apps i have on my phone.
so neither i am expecting someone to do something for me, nor do i think i want to do anything with anyone
------
so back to the problem, i don't know how will i find some relax or meaningful time anymore.
i am always up for trips and one of the first person to say yes to plans.
once upon a time i had this realisation that in a trip, we can enjoy 3 things:
1. the people with whom we are
2. the place we are visiting : the locals, the foods, the nature
3. the mode of travel : car on highways, bikes or flights above the clouds , or some memorable train journeys, etc.
but lately so even that seems to be not working out.
- the people are shit
- places feel like somewhat same everywhere . it's either : rocks/mountains or snow or water or buildings and population. it's just a temporary change of scenary and doesn't really gives a feeling of peace. same for mode of transport.
if i rule the going out part, the things that remains is to enjoying your job, home family and daily life. that i do , but that's the thing that creates an environment of "bored-out"-ism in my mind.
i don't know what i am looking for. the only thing i have not experienced is that class D of people. to have a token of faith/respect/appreciation/love from a non blood related person. to have someone with home i will not feel "bored out" when am planning a journey with them.
mathematically , it seems so far fetched and crazily impossible. like if get bored out and loose trust on people whom i shared most of my life after 50-60 meets, how can i be not bored, and be unhappy with a person to whom i have to see each day?
but since this happens for most of the couples, i will say the mind is the biggest and the most fantasizing mystery of human body ❤️ 💔6 -
When playing games I usually get bored after a while. This happens a lot in modded Minecraft for me. I am playing a Minecraft modpack with my kids and I just had the most wonderful thought.
I am going to create a huge "lost" city of Atlantis in the ocean using Minecolonies to populate the city. It will be a technological take on the city with automated boats and machines. Maybe do an Aztec like building structure. I think this would be great fun!
Maybe I won't get so bored so quick. This pack also has the ability to travel to different planets. Maybe I will make this civilization a space faring take on Atlantis.12 -
why's it so hard to get a windows/linux "software" dev job -_- there's barely any openings and the ones that exist want 5-8+ exp
I want to make GUI software with WinUI or QT for Linux T__T webdev aint fun, im bored of it now13 -
I was bored watching Eurovision last night so I made this little Log In page. I didn't implement any functionality, so it's just HTML/CSS. If you need the code you can use it. https://dropbox.com/s/...4
-
Applied to a new place that seems cool. Feedback: I am overqualified for what they need and they know I would get bored and leave.
Ok, so let's stay bored in the current one... fml. -
So this is a short sad story of how TeamViewer redirected to .us from .com
They made me change office for some days since people decide to go on vacation and leave the office empty , since I was too bored to reinstall TeamViewer I decided to use it online
After the whole morning connecting to various pc's and afternoon elaborations suddenly TeamViewer breaks down, I watched the URL and notice I finished on wp-admin , three seconds later I call the devs , two minutes later discovered a small XML tree
Just in time to finish the working day
And that's why you should never change people's offices and leave yours empty -
I think my gambling addiction came back and then changed from playing Monopoly to playing the stock market....
I don't have my gaming PC since locking down at my parents' so maybe I'm just really bored and needed something to keep me occupied and interested...27 -
I usually sit amongst the summer placements in the office, but now that they're gone I'm so bored! I should move seats but don't want to end up regretting it, I like having people around me to talk shite with.
-
Hey devs, I'm working on a API for public because I'm bored, it's handy thing like an IP endpoint that says your IP, I'm looking for some more ideas so if you have things that are handy tell me and I implement them6
-
There is so much confusion in the world of programming right now, at least for me. I bet there’s only so many concepts going on and that these concepts are realized in certain ways. E.g. programming following certain paradigms and practices, also different workflows, containerization, agile, devops etc.
When searching for tutorials in different subjects it’s horribly aggravating to learn to use the tools. Not because they are inherently hard or bad in any way. There’s just so many different tutorials, some badly given, some that are great but which bring up to many foundations you already know so you find yourself getting bored to the point that you just stop listening. Many tools are used for so many use cases, sometimes overlapping each other, they use concepts to that you’ve heard hundreds of times before. Many times they want to do things in a special way so even if the concepts are the same you still need to fucking listen to the same old thing while learning how to write a command a slightly different way or how some tool is supposedly better than another.
I’m realizing that what I’m so sick of is the lack of TLDR information about new tools with some short description of how to use. Where you didn’t have to re-hear stuff you already knew or had heard so many times unless for a very good purpose, such as to show exactly how it’s done differently than another relevant tool. In a dream world the TLDR information could also remember my skills and remove the parts I didn’t need to know about any new tool.6 -
I was about to have a screenshare presentation of a month-long work over Skype...
Hours before the presentation I got bored and upgraded from Xorg to Wayland for some reason the universe doesn't want to disclose...
Tried to call a friend to check if everything is working and the screenshare feature was missing! 😑 I thought Skype fucked up, tried Hangouts, still not working, tried praying to saint Ubuntu to somehow please let it work one time. It did fucking not.
My gosh, 30 minutes before the presentation and I was preparing the whole environment on Windows. I had never felt so stressed in my life! 😰
Investigating after the presentation informed me that screensharing only works on XOrg, not on Wayland.
Worst last-minute decision ever. *#-##-:$;"+3($(!#@/)#9"+(2(#1 -
I am going to start a random stuff from dev life diary just for your annoyance… cause I’m bored (and kind of want to see how long I can be bothered to keep shit like this going)
So, work day 1 for 2022. Wrote TS and YAML. Yay, IaC is fun. Also, no one has bothered me with dms or calls or any such shite today, which is the way I like it. Leave me be, mofos!
Should still bother to prepare all the shit for tomorrow’s PoC spec planning workshop… what a chore. Couldn’t be bothered, I’d much rather someone else did the specs and I could skip to design and implementation. But I guess this is yet another context where I have to do it all myself. Woo hoo…2 -
Has anyone read any research papers looking into the application of differential cryptanalysis to blockchains and mining, and if so, could you point me in the right direction?
I'm bored and looking for something interesting to read on my day off. More importantly I'm ignorant enough of the subject to entertain the possibility that there might be some possible (if not plausible) cross-pollination of ideas between the two domains. -
Currently my mom is so bored she's reading one my Fast Company medicine they just arrived today... O.o
-
I toss all the frameworks, everything to complicated and stuff that fucks me off into the next pile of trash and implement the unmotivating things from scratch in the most stupid way I can come up with so I start to think that I'm extremely intelligent until I get so bored about it, that a deep motivation grows within me to start again with the complicated and interesting solutions.
-
Made me think and treat other people like disposable objects.
I also try to send as few packets to them as a result, u kno', to keeping the noise down.
Nah, just kidding.
But it has given me a solid foundation and framework for understanding for understanding so much in life..
Programming have also granted me something I continue enjoying and that I don't grow bored of quickly...
Particularly object oriented and event driven development have given me a pretty good ground to support me, on my personal endeavors onto noeroscience and understanding of the human mind..
Just for fun and curiosity tho :) -
I'm bored.
Waiting on people to answer and on software to finish running ... again.
What do?
I've started viewing CMake tutorials on YT, played that interactive git 'game', read some SO topics and archWiki entries.
Just struggling with concentration and getting myself to wanting to concentrate.
Oh and I'm almost finished with XKCD
Any tips how to spend waiting time useful but interesting/catching?7 -
In the middleschool we have teacher who wasn't very skilled. We were learning about copying files, creating folders, writing in word...
So me and my frend were bored and do other stuff, talk loud and joking.
Teacher than got angry at us and want to punish as. So he made us show, how to creat new folder in explorer. Thinking we would know.
Me and my frend did it in sec. He just stood there in silence and didn't know what to do. We continue to do other stuff. -
at the age of 12 I was bored so I started with html as I wanted to make a website, at the age of 14-15 is started with pure php, at 16 I started my first IT study for second line support and at 18-19 I finished my first IT study and started my second IT study for support mangement and when I'm done with it I'm planning on doing a third one for data center engineering.
-
Alright, so I've decided to move from Google Drive to MS OneDrive. I guess I was getting bored with GD interface :p2
-
Well. I have to go on a competiton about informatics in two weeks.
This is my programm: https://github.com/MaximilianJugend...
As its a competiton for kids, I dont expect anybody to match a compiler (not trying to be rude. The competitors try to compete with nxt programs.), but it wouldnt look nice, if there were Bugs. So shoutout to german people who are bored to death: could you please test my program and open as many issues as possible? ;) thanks in advance5 -
We had serverside profiles at school. And at one day someone forgot to sign off. So me, the bored dev apprentice, wrote a cmd Programm which spammed every folder with a txt file with contents like "Sign off next time!" Then wrote that sentence to a desktop file until the drive was full.
They had to restore a server backup since that appearantly fucked the system1 -
Bored????😒
The quick way to kill your boredom is to🤔
.
.
.
.
.
Kill yourselves so you won't be punished for killing boredom.😆4 -
Work day 3 of 2023… gawrram I’m bored. Another day of IaC. Unfortunately the issues I’ve dealt with today are sequential from the QA point of view. And our QA is slow us fuck today. So a lot of waiting around for me today. I’m one fucking issue away from the Great Infrastructure Update. So close, yet so far, knowing how slow our QA process is…
So here I’m sitting around in my office away from office pondering what the hell I should do with all this time…2 -
When the project is going so good, no stress, every error you encounter you fix it in a second. You are inside your timeline.... you feel happy. But if it keeps going like this, it becomes a monotony and you get boring.
Have you ever had this feeling? When everything's going good and you still get bored? -
How is the weekend going so far?
I am a little bit bored. Gym to the rescue
Previous Week :https://devrant.com/rants/9599129/29 -
Booted into my Windows doing uni assignment (Windows Form App, didn't wanna use VM), was bored so I decided to run Windows Update...
"Feature update to Windows 10, version 1709".....
Fffffffffffffffffffffffffffffffffff.....
Enter hour 3, "Preparing to install updates 97%", can't do shit in Visual Studio without lagging cause of this damn update1 -
Transactional emails. What do you use as the outgoing email address for your app/website?
I'm so bored with the usual suspects. Maybe...
shazbot@
major_tom@
nanu_nanu@
Hmm...2 -
I've been working on a problem for the last few hours and not getting anywhere ... so here are a jokes ... coz im bored
What do you get when you cross an insomniac, dyslexic, and an agnostic?
Someone who stays up all night wondering if there really is a dog.
-----
I went to a bookstore and asked the saleswoman, "where's the self-help section?" She said if she told me, it would defeat the purpose.
-----
I'm addicted to drinking brake fluid , it's ok I can stop when I want
-----
what type of monkey explodes - a Baboom
-----
my brother has. taken being sent to jail really. He has been refusing food and drink, spitting and scratching anyone who comes near and he smeared the walls with his s**t.
I'm not inviting him to monopoly night again. -
Domobots is a 'game' some friends, family, and I made a while back. More like a really early prototype just demonstrating the look, feel, and atmosphere we were going for.
Pitched to the Indie Fund and all that.
https://fool.itch.io/domobots
If you want to futz around with what little is there you're more than welcome. I know everyones bored and stuck inside so yeah.
Stay healthy peeps.6 -
Imagine if all countries made it mandatory for their citizens to have the same haircut as their leader..2
-
Hey I need some advice
if i'm planning on going into IT Security with like ethical hacking and stuff like that and I already am learning Python + have a decent knowledge of CSS & HTML what should I start learning next while I'm bored at internship
(just incase it matter i'm using my school laptop, not the best but hasn't let me down so far and I have the basic admin rights since i'm on my high school's tech team)6 -
Implementing html template with inline styling into Typo3 for newsletter, I'm so fucking bored I'm looking for a cozy place where I can safely faint and lay there for some hours.
-
now... Im just tired and bored of what i do. i had a very hectic year rewriting a core functionality in my company, it was full of optimizations, logic improvements and learning new things.
I took 10 days off hoping id come hating my job less. I learned kotlin and worked on a personal server side project with it during the vacation and honestly i loved it. I missed learning new languages and concepts.
so i thought, well if i enjoyed coding during the vacation then my burnout is cured right ? well once i went back to work today I felt like shit and couldn't do a thing. disgusted of the idea coding for my employer. Too tired to continue my personal project after 8 hours of my job
I guess im back to square one2 -
The stages of new thing:
1. I don't see what this thing is supposed to do.
2. Ok, I see what it's supposed to do but I don't understand it.
3. I sort of understand it but learning it is too much work for very little benefit.
4. I am bored so I will learn new thing so I look busy.
5. I will rewrite my current project with new thing.
6. My current project is now bigger, slower and harder to understand.
7. I am now enthusiastic advocate of new thing and I feel more of a pro.
8. Need to code something in a hurry and revert to writing code like I copied it from w3schools.
9. Discover new thing is actually obsolete.
10. Remind myself that none of it is remotely relevant to my actual job and resume hunting for CSS bug.3 -
Sometimes I am so lazy bored, that I am copy pasting letters with my mouse so I can type, instead of using my second hand.
-
My parents bought a C64 when I was about 8. After getting bored of Flimbo's Quest and Klax, I started looking at the manual and discovered a world of creativity.
I remember slavishly copying dozens of lines of Basic code. After what seemed like hours I was rewarded with a tiny sprite of a balloon floating across the screen.
My sister thought I was crazy; I thought it was the best thing ever.
We never had a tape or floppy drive, so I copied the same code out at least half a dozen times! -
!rant
So, I am getting bored with my personal projects right now. I'm thinking about dragging out my Arduino and Raspberry Pi's and tinker with them for a while.
I need some inspiration, though. Just wondering what my fellow tinkerers are (have been) working on.6 -
Check out the TypeScript Patcher i made lol
i was bored so i had to do something :D
https://typescriptlang.org/play/...1 -
I don't know if I'm terrible, or if this will sound familiar to anyone. I rushed so much of this project. That's not a good excuse for what's happening, but, speaking about it with a newly converted coder who is a good friend of mine, let him be called F:"
F: I'm so bored I'm going through my script and making a few subs for some repetitive code. I saved 90 lines today.
Me: Bored you say... debating what sort of code of mine to send you for you to ... review.
Because, the reality is, if I dont finish certain features by May, shit will hit the fan lol So I am considering asking for a boilerplate NDA and a few extra bucks from client.nickname, to bring on testers and/or UI guys and/or database guys.
But you seemed to be doing alot lately, so I was thinking, I would deal with fiverr and freelancer.com first
F: I dunno what use id be by May but I'll always look at stuff
Me: A ton. You could literally review any code in any language youre learning. Your review code be: address/models.py class Address 1. TODO for validating formatted address 2. Why is formatted address declared twice?
To which my response would be Fuck thats right and Zomg really
And if I knew about this... last week.. I'd be hours ahead of schedule and not have just forgotten why I needed to fix address
F: Lol" -
So I got Python under the belt, been messing around with it for quite a while (2-3 years now :p) and I am bored of it now,
What is a pretty fun programing language that's somewhat challenging to get around?
I was planning on learning c++ next since it sounds like fun but please do suggest your favourites14 -
The thing about startups is that you have the opportunity to be involved in a lot of different things. I easily get bored with repetitively doing almost the same thing day in day out.
In my current company, I have been working on the same mobile app for close to two years. It’s the same basic thing, build UI, make API calls, and fix bugs. I am so bored that I’m fit to climb a wall. Anyways, I’ve started applying for backend positions.
But then startups are volatile and things are almost always unorganised.2 -
I'm getting a bit bored with web development as it's what I do 5 days a week so I'm thinking of learning something completely different just for fun. Is learning ios development a good idea? I not planning to ever do it seriously or as a career6
-
There's quite often the case where friends tell me they're sitting at home, bored, not knowing what to do, and I am like lol I always have something to do. Continue project x or y, trying out that fancy library I found, learning a new language and so forth. I never get bored.
-
Last day at work. Bored. Sad. Waiting for an API call to fail so that I can fix it. #guilty #notsoguilty #devlife
-
I have been doing web development on NodeJs and React and then I got bored and I started learning into Data Science, it's been a year since I have been doing courses and learning all the related fields and now I feel like I could use some hands on experience. So I'm looking for Internship as a Data Analyst or ML Engineer role.
Anyone who would be able to help would be great -
Why peoples tell me I can't work in few fields ?! After spending x years in fullstack web, I'll certainly get bored of this ... So, working in another field which is interesting could light the fire inside me !
I do a IT engineering school for this dream !!!!
STOP TRYING TO STOP ME !!!!1 -
I didn't get a Google foobar invite for all my years of working on professional projects, but I did when I was trying to put together a web scraper because I was bored. Anyways I got a job shortly afterwards so didn't really bother with it.2
-
So in my short time as a software developer I find myself that I sometimes get bored working (I feel like I'm doing the same thing from 9 to 5 everyday) don't get me wrong I like my job a lot but sometimes I feel like it's not satisfactory.
Do you get bored like this? And what do you do to keep it exciting for you (Don't go into money please I don't think it's the reason for happiness)1 -
Ok! My new project still haven't started and I'm so bored , running out things to look into!!!
So far I have looked into
Firebase
Ethical Hacking
Some web developing concept...
Any suggestions??? Related to web developing, laravel , vuejs ???1 -
How did I learn to program?
I got bored and didn't want to wait until my AP Java class, so I taught myself it over spring break1 -
I have a lot of projects to complete for my clients right now (actually paying really well, I can't complain about that), but I am so bored to do them, because I want to keep working on the game I am developing since last month. Side-projects man...1
-
Came home and started working on my side project, an KenKen Solver.... but felt tired and bored so....1
-
I was very interested with the concept of programming and so I downloaded varies IDE's one of which was Android studio, I didn't have interest in it at first but one day I was bored and decided to open Android studio and play around placing varies components making a very uninteractive app and the feeling I got was unexplainable and I knew that this was going to be my passion.1
-
Lately I've sort of feel like I've personally plateaued... Outside of work, which is still not very challenging, I don't have any personal problems I want to solve. It sorts feels like for everything I want there's either an app I can download or already built (or at least 90% of it and just needs some adjustments or repurposing).
The strange part is it's getting replaced by solving/looking at algorithm problems.
Originally I was going to do mobile + React but I just don't feel motivated anymore... Even if I did build it I doubt I'd use it and I don't have any mobiles apps I want either...
Maybe I'm just really bored at work so now the equation makes sense...
Bored + would like better job == algorithm puzzles
Though I still need to figure out what to do with my reading list and prime videos... They've sorta been backgrounded... And maybe even devrant as well...
Oh yes haven't watched my big TV for over a month....1 -
sitting here at internship bored out of my mind i got the program working and the next step is to add persistence to the micro-controller so i'm supposed to be reading up on that but i just get bored so easily i learn quicker with hands on practice so i'm just gonna wait until he gets me other board i'll be connecting to an I/O pin to add persistence1
-
!Rant
So I started programming with ROR, because I was bored and wanted something to do. A couple months later a decent grasp of the basics, I've recently been thinking about switching over to JavaScript because I feel like the community is bigger and there are a lot more resources out there for things such as mobile development and server side support. As much as I love Ruby's elegancy and ease of use, my heart lies with Mobile when it comes to software development (games will always take precedence though!) And I feel like JavaScript would be more the way to go in terms of a more "full stack" experience. What do you guys think? Should I stick with Ruby or should I set my sights slightly higher? Oh the questions us beginner devs have hahah1 -
I was so bored the other day, that I wrote a fat client in C# to calculate happy numbers. I used BackgroundWorker class, because I was hoping to be able to cancel the calculation process. It turned out I couldn't. Rats.
Out of pure frustation, I wrote the same program in Java using Swing and SwingWorker. Here, the cancel feature worked just fine.
And then I had this "Wait ... What?!" moment, when I realized, that one of the programs was incredible slow. So I rewrote both codes, so that they used the same algorithm and similar classes. I compiled the C# program as release and ran it stand-alone, while I started the Java application from within the eclipse IDE.
The C# program needed 42.681 seconds for 100,000 happy numbers, while the Java application completed the same task after 0.986 seconds. The result sets of both programs are the same.
Maybe I need a new PC (2007, 64 bit, 8 GB RAM, Windows 10). Or I'll get rid of C#.9 -
Another student rant..
So I have a midterm exam tomorrow. It's a software engineering course. We're being forced to basically memorize a ton of shit about stuff like requirements engineering, activity diagrams and interaction models...
I have never been this bored in my life. Especially while studying something computer science related.
We are also developing a project for the course and that is a ton a fun and I'm learning a lot. But still, this isn't how I want to spend my weekend.
How did you go through the times where you had to learn a lot of bullshit that you didn't excited about? You did go through this shit right?3 -
So I was very bored this week and deceided to get my head wrapped around Kubernetes and the hype around it. After trying to get a cluster run on my old contano servers I almost lose my nerve and just went for DigitalOcean. Holy shit I am impressed by the service. 30 seconds TTL DNS, hourly rate billing and spinning a scaleable cluster in only minutes. I fell in love1
-
I’m so fucking bored..
we know there’s lots of requirements coming at some point and we’ll be as busy as it can get, but right now, we’re just sitting on our arses trying to find anything to do..
And working from home is not helping with the boredness.. -
I love starting and working on new projects. But as soon as projects exceed their deadlines, I start to get so bored and lazy to actually continue working on them... I haven’t yet been able to overcome this.2
-
So while I was being bored af in my school I had a freaking cool idea. The previous day I had tried out this thing: https://parsecgaming.com
It was pretty cool, I used my gaming PC as the host machine, and my android as a client, but the touch screen, meh....
So I have bought a USBc to USB 3.0 on ebay. Is USB keyboard+mouse plug n play on android?
Anyways, I'm gonna fucking game PC games on my phone in school and Its gonna be fcking cool.4 -
Has this happened to you all too or just me?
So I was interested in a coding course and it was really long like 8 weeks, but still I started and now in the mid I just got bored of it and want to do something else.
Do comment and tell me if it has happened to you too...1 -
Im so bored that I downloaded a 2d maze game on my phone...
I know it's cry very easy to solve since just need to go backwards but somehow still play it... -
So I have this new role at work, still app development with some added responsibilities. Nothing major. But already I'm noticing what could be a pattern.
Zoom meetings that could have been phone calls or emails. Meeting was setup a week and a half or so in advance. Had real a meaning last week where a team member mentioned it and reminded the other team members of the upcoming meeting. We all confirmed that we'd be there.
I get a notification that the meeting is in 15 minutes. Meeting time!!! So I log on, only to see one person from the other company, two more people from said company log on then my team member. But to my surprise him and I are the only people from my team on zoom.
My team member then goes on to waste this poor man's time asking him questions that he doesn't really have the answers to and I'm here just wondering why.
Why isn't this meeting a 2 minute phone call?
Why am I in this meet?
Is my team member bored?
How does this make my company look in the eyes of these people?
Now I know why my other team member didn't log on. They smelled the rat and knew this would be a wast of time. And me being new to the team walked right into it 😐 -
During class when I start ask everything so I don't get bored and sleepy.
More than once I went down I woke up a few minutes later -
So like many others, you decided to make money off your hobby and skills, now you see a raspberry pi and want to set it on fire. See a terminal? Wanna rm -rf / the shit out of it? Soooo, since we've become bored and tired of this shit, have you ever thought in what profession you'd be happy?
Passionate of what you do even if the pay is low, but you finish your day with a smile in the face rather than a post in devrant.6 -
So... Tell me about your worst errors when deploying or programming something, your biggest fails. IM BORED AS HELL1
-
So I was bored today and I decided to jump on the “shit on Facebook for being offline“ train by posting some PROGRAMMING memes on the rest of the available social media. I didn’t repost like everyone else and everything was fine until I made the mistake to post them on imgur as well. Apparently imgur is full of toxic, sad, arrogant pricks that will downvote the shit out of anything in an instant, without really understanding the posts. If you think reviews on the app store, google play or review bombings on steam are the definitions of stupidity and ignorance or that comments on Facebook are everything wrong with this world, then you haven’t tried posting on imgur.
Seriously, fuck imgur.7 -
!rant
Got bored at work and decided to try out the new Outlook. After 15-20 mins of use I can confidently say this is the first time ever that Outlook didn't suck. It finally replaced Word as an engine and now uses a normal web browser engine. Gone are the days of adapting the fucking mails to Outlook once everyone has the new Outlook. It also feels snappier than before, I like it so far3