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 - "the first"
-
Left my first comment after lurking for months and @dfox himself was the first liker. Better way to start the morning? 😅3
-
When the inventor of the USB stick dies, they'll gently lower the coffin, then pull it back up, turn it the other way, then lower it again.7
-
No, dear M$, I can't tell you if sth is helpful after spening 5s on page, especially if 4s were spent loading the content!!!2
-
trying to teach my little sister(13) her first programming language. decided to go the microsoft way and start with C#.
the moment she finished her first
hello world made me so proud of her :)11 -
So this morning my girlfriend just woke up and pressed the hue "lights off" button over and over again and yelled: "The fuckin light switch does not work". Then she realized, that the light comes from the sun.1
-
First day on the phone as a support guy!
Before the first call came in I thought like 'please no email related issues as that's the one thing I suck at!'
Fair enough, first call:
Me: hello, how can I help you?
Customer: well, we've got this email problem...
Me thinking: MOTHERFUCKING FUCKING FUCK WHY ME 😭
Me: what seems to be the problem?
Damn, really?!9 -
So... m starting my internship tomorrow. 4 months, 6-8 hours a day, 5 days a week.
M VERY anxious and quite frightened to b honest.
Wish me luck guys 😨😨😅😅
It is kinda what I wanted though... contains web parts but also C++ 😍
Tech stack: c++, JS, Python 😅26 -
How the fuck does these testers find these bugs
there are like
- go to this
- click on this
- type the first 57 digits of pi
- sacrifice your first born to the devil
-> there the table is misaligned by 13 pixels, fix that7 -
QA: did you test the app first?
Dev: Yes, I test all my code all the time.
*QA crashes the app within first 5 seconds.*4 -
I think I've learned more in the first month of my first proper dev job than over my past 4 years in college4
-
>first day on the job (first ever)
>received job interview email from another company literally the moment I entered the building.
I WAS ALREADY ANXIOUS ENOUGH!2 -
My first programming language was PHP.
When I first approached C I was like "wtf!! Why have I to specify the type"13 -
Imagine a person in 2020 meeting a time traveller from 2030.
— man, this pandemic sucks
— yeah, it's just the first year though
— the first what?
— yeah, pandemic didn't even end until the war
— until the WHAT?13 -
Pushed my first own open source project to Pypi as a python package.
Used tox and travis for the first time.
Feeling proud and super content 😊.
I'm in the process of creating another open source package, which has as dependency the first one 😅.
I love Python.6 -
When I was a kid I sleep walked often ..
Once I was about 7 I sleep walked to the computer and started playing the old pinball game on XP it was 11 my mum shouted at me to go to bed so in my sleep state.. I did
Next morning I had the high score 😔 😎
My mum told me what happened in the morning - im smarter when im dreaming3 -
YAY a JOIN query (MySQL) just ran successfully at the first try for the first time of my life!! I never understood joins but slowly getting there I guess :)4
-
Yesterday, I decided to rewrite the code of a project I'm doing for a week. I rewrote all the code with a better agility (is it the good word? ) and I ran it. It worked the first time! It worked the first tiiiiime!4
-
So I'm back from vacation! It's my first day back, and I'm feeling refreshed and chipper, and motivated to get a bunch of things done quickly so I can slack off a bit later. It's a great plan.
First up: I need to finish up tiny thing from my previous ticket -- I had overlooked it in the description before. (I couldn't test this feature [push notifications] locally so I left it to QA to test while I was gone.)
It amounted to changing how we pull a due date out of the DB; some merchants use X, a couple use Y. Instead of hardcoding them, it would use a setting that admins can update on the fly.
Several methods deep, the current due date gets pulled indirectly from another class, so it's non-trivial to update; I start working through it.
But wait, if we're displaying a due date that differs from the date we're actually using internally, that's legit bad. So I investigate if I need to update the internals, too.
After awhile, I start to make lunch. I ask my boss if it's display-only (best case) and... no response. More investigating.
I start to make a late lunch. A wild sickness appears! Rush to bathroom; lose two turns.
I come back and get distracted by more investigating. I start to make an early dinner... and end up making dinner for my monster instead.
Boss responds, tells me it's just for display (yay!) and that we should use <macro resource feature> instead.
I talk to Mr. Product about which macros I should add; he doesn't respond.
I go back to making lunch-turn-dinner for myself; monster comes back and he's still hungry (as he never asks for more), so I make him dinner.
I check Slack again; Mr. Product still hasn't responded. I go back to making dinner.
Most of the way through cooking, I get a notification! Product says he's talking it through with my boss, who will update me on it. Okay fine. I finish making dinner and go eat.
No response from boss; I start looking through my next ticket.
No response from boss. I ping him and ask for an update, and he says "What are you talking about?" Apparently product never talked to bossmang =/ I ask him about the resources, and he says there's no need to create any more as the one I need already exists! Yay!
So my feature went from a large, complex refactor all the way down to a -1+2 diff. That's freaking amazing, and it only took the entire day!
I run the related specs, which take forever, then commit and push.
Push rejected; pull first! Fair, I have been gone for two weeks. I pull, and git complains about my .gitignore and some local changes. fine, whatever. Except I forgot I had my .gitignore ignored (skipped worktree). Finally figure that out, clean up my tree, and merge.
Time to run the specs again! Gems are out of date. Okay, I go run `bundle install` and ... Ruby is no longer installed? Turns out one of the changes was an upgrade to Ruby 2.5.8.
Alright, I run `rvm use ruby-2.5.8` and.... rvm: command not found. What. I inspect the errors from before and... ah! Someone's brain fell out and they installed rbenv instead of the expected rvm on my mac. Fine, time to figure it out. `rbenv which ruby`; error. `rbenv install --list`; skyscraper-long list that contains bloody everything EXCEPT 2.5.8! Literally 2.5 through 2.5.7 and then 2.6.0-dev. asjdfklasdjf
Then I remember before I left people on Slack made a big deal about upgrading Ruby, so I go looking. Dummy me forgot about the search feature for a painful ten minutes. :( Search found the upgrade instructions right away, ofc. I follow them, and... each step takes freaking forever. Meanwhile my children are having a yelling duet in the immediate background, punctuated with screams and banging toys on furniture.
Eventually (seriously like twenty-five minutes later) I make it through the list. I cd into my project directory and... I get an error message and I'm not in the project directory? what. Oh, it's a zsh thing. k, I work around that, and try to run my specs. Fail.
I need to update my gems; k. `bundle install` and... twenty minutes later... all done.
I go to run my specs and... RubyMine reports I'm using 2.5.4 instead of 2.5.8? That can't be right. `ruby --version` reports 2.5.8; `rbenv version` reports 2.5.8? Fuck it, I've fought with this long enough. Restarting fixes everything, right? So I restart. when my mac comes back to life, I try again; same issue. After fighting for another ten minutes, I find a version toggle in RubyMine's settings, and update it to 2.5.8. It indexes for five minutes. ugh.
Also! After the restart, this company-installed surveillance "security" runs and lags my computer to hell. Highest spec MacBook Pro and it takes 2-5 seconds just to switch between desktops!
I run specs again. Hey look! Missing dependency: no execjs. I can't run the specs.
Fuck. This. I'll just push and let the CI run specs for me.
I just don't care anymore. It's now 8pm and I've spent the past 11 hours on a -1+2 diff!
What a great first day back! Everything is just the way I left it.rant just like always eep; 1 character left! first day back from vacation miscommunication is the norm endless problems ruby6 -
My first times today:
First time a droplet on Digital Ocean.
First time Nginx.
First time trying to separate mail and website servers.
First time using UFW firewall.
First time Ubuntu webserver.
First try all alone configuration of my webserver.
First time installing all the stuff I need on my own, like MySQL, PHP and so on.
First time only SSH access from the beginning.
First time deployment from bitbucket.
Do you have any advise what I should think about. Or what software I will need. Or what I should think about.45 -
HI there
First post always feels like the first lines of code or first commit ever ! It's exciting yeah ?
Like Hello World app
Wish me luck6 -
Tomorrow will be the first time I'll be interviewing candidates for hiring. Any advice?
P.S.: This will be first time an interviewer will be more nervous than the candidates. 🤔🤔15 -
Spent ages (at least 10 minutes) trying to get svg to load using <img /> tag. Checked for browser support, checked for format of svg and how it was imported. All seemed fine.
Finally realised I had spelt src as scr...4 -
This was the first website created by Tim Berners-Lee at CERN in 1991.
Still available:
http://info.cern.ch/hypertext/WWW/...3 -
what was the first Rant in devrant? 🤔
I mean, how the first user(s) was convinced to use devrant if he opens it and finds the timeline empty?11 -
The first ever act of ecommerce happened in 1971 or 1972, when Stanford students used ARPANET to contact MIT students to buy some marijuana.
The first ever ecommerce act was a drug deal.4 -
Google a problem
Click on first link that details the exact problem I'm looking for. This guy has exactly the same problem as me.
First answer is "Oh my god just google it". There are no other answers.
Go back to google. The entire first page is jackwagons just telling people to google it.
God damn it, I am googling it.5 -
Have you ever heard the story of the first bug in software development?
The first documented bug was actually a bug. There was a moth trapped inside the computer causing the bugs.
source: https://commons.wikimedia.org/wiki/...8 -
Tomorrow is the first day of my first job. I hope for the best and if not i will rant with you guys 😂4
-
!rant
One of our clients discovered a bug on our site about an hour ago. I wrote up a fix, and after very little testing, pushed it into production. I then immediately left to go home.
You can say I like to live my life dangerously.3 -
You know what irks me is whenever people ask me how to do something without Googling it first.
Like ffs whenever I Google the same issue because I don't know the answer either, it's literally the first fucking result. Like damn bruh.
I don't mind helping people at all, but please at least try to be an adult and Google the fucking question first.13 -
Just watched the first season of Silicon Valley and I have to admit: it's the best series out there. Is the second season as great as the first one?6
-
Had my first phone meeting with my first client ever. My experience so far is nothing like the rants here!2
-
Anyone else really struggle with motivation?
Time was back when I was a fresh dev that I couldn’t stop coding, it’s all I ever wanted to do.
I think doing it for a job has sucked the fun out of it, and unless I’m getting paid (and even then), I find actually getting down to it is really difficult.
I’ll start looking into making something, perhaps get as far as opening the IDE and then just nope’ing and bingeing YouTube / gaming / Netflix instead.6 -
@dfox tiny bug report: when playing gifs, it first plays the first ~1s of the gif, then starts again and then plays normally.
I'm using Android 6.0.1.7 -
"The first 90% of a development is done in the first 10% of your estimated time schedule and the last 10% is done in the remaining time"4
-
!rant
TFW your graphics ASM code works on the first try.
Yes, it just happened to me, and it's a relatively annoying rectangle drawing routine.
Writing complicated ASM code and making it work on the first try is definitely a new thing to me, I feel so powerful! >:D4 -
That moment when the entire office is Apple fanboys and you are the only windows supporter.
What can I do? First love is first love.19 -
- the first time I have to touch a GO codebase
- it's the day GH goes down
come on, what's happening here! First dR, now GH? Tomorrow what - SO's turn?8 -
No one tests in production like I do..
Just gave the wife a Brazilian wax for the first time.
I guess I could have tried on the dog first but ... No.3 -
> move out
> few months to get married
> get a client
> get another client
> first client starts to get messed up
> tell the first client to cancel the contract
> second client cancels my contract because the first client is pissing me off and making my productivity decline
> first client don't wanna cancel the contract nor pay me
> brings a lawyer
> 3 weeks to get married
> no job
> bills to pay
> lawyer to pay
great to be me6 -
Finished my first build of a mobile app and it feels so good! First time I actually taught myself the language to make a project3
-
After doing a regular CV update, I realised I started coding more than a quarter of a century ago... I then remembered the first command the succeedded on my first PC.
format C:
There was a book that expained how to format a floppy disk (format A:) but it didn't work. At that time I had no idea what floppy is but I knew that C: works, so I thought I'd give it a try...
Oh, was there laughter in the repair shop :) -
!rant
Oh yea. Got an interview on the first try to the best devshop in town. Exited! Let's hope our interests meet. Applying for the first time in 10 years. Feels like going on a first date. =D5 -
Don't give me Mobile First! Fuck That!
I dev on desktop, most users are on desktop, my client thinks desktop is most important, so why the hell should I put mobile first??
And doublefuck "Offline First".
Get back to earth Google!3 -
First day at my first not-an-internship job, and I have to leave the place due to the medical appointment 2 hours into the day. Great first impressions I'm leaving 😂8
-
Dear God,
Not a single time in my life I was able to correctly spell "sudo" on the first shot: I always get "sudp" first. Am I praying the wrong prayers?8 -
Today, for the first time since I've started coding, I had a legitimate use case for the multi-cursor feature of my IDE in reasonably DRY code.
Edit: nvm, I added a version of the function to support arrays on the first argument.5 -
Ctrl and S will definitely be the first keys I have to replace...
Hitting them after every keystroke I make.
Safety first kids!2 -
when you think about it.. Moses was the first guy ever to download data from The Cloud and distribute it via p2p protocol [torrent]. The first it pirate ever.
Happy Easter!2 -
An Apple Watch on a girl's wrist.
A smartwatch is a computerized wristwatch with functionality that goes beyond timekeeping. While early models can perform basic tasks, such as calculations, translations, and game-playing, 2010s smartwatches are effectively wearable computers.3 -
Got the first payment of the next contract after a three month slump! The first slump since leaving university.
Time to pay devRant for Sanity Preservation Services for three months. 🤗2 -
Student Account Password at the university. No changes the default. It's their DOB and first two letters of the name.
Injection steps:
Open Database ( I am the Placement Representative )
Copy DOB
Paste
Add the first two alphabet
Unlocked3 -
Ability to ask the right question the first time.
Sometimes the hardest part of development work is first understanding the question that’s needed.. the answer isn’t typically hard to formulate from there. -
First exposure...
When I was a kid, my parents would put on Tom & Jerry and other cartoons on an old family computer (you know - yellowed plastic, big, bulky tower, and an even bigger CRT monitor) for me to watch (Windows 95 didn't cut it, so they booted up Geexbox from CD)... Sometimes the playback would stop / the volume would be too quite - so I had to figure out how to control it by myself, without the help of my parents... Slowly, I was able to boot up Windows, and use my father's CD collection of All-In-One CDs (utilities and games). Later we were able to afford connecting to the internet through our phone landline - it was all downhill since then. Nowadays I'm helping my dad when it comes to computers (he's currently learning how to use Excel properly). :-)2 -
When I first started coding, I always assumed my code was working without testing it. Now, I assume the output is wrong if get it right on the first try :/1
-
How was the first month of the first job for you guys? I just completed a month and i am still very confused.3
-
My first freelance dev job thing, turned out alright. For the first year though, the dev job thing became a tech support thing. Oh the horror.
-
Finally Google kills off a product no-one wanted in the first place! First genuinely exciting announcement from Google in a LONG time. Good riddance Google+!9
-
Spent nearly 6 hours trying to figure out why my app wasn't reading anything after the first line of my database.....turns out I was calling the wrong method....
this isn't the first time i've done that -
Why does everything look perfect on the emulator but messes up on the first phone you test it on.
Every single time.
Lesson: Test on phone first then emulator.1 -
I'm going to Texas in a few months for an international competition. What are some do-s and don't-s in Texas (or USA in general)?8
-
I would build the world's first artificial super-intelligence, and then proceed to create THE FIRST... GALACTIC...EMPIRE!!!3
-
My first django website going into dev environment. (Management portal for company's license management)
I know there will be a river of bugs but, still I'm happy.
Also, this was the first assignment on my first job. -
Just launched a successful deployment today. Took 4 months to build everything. It's probably not a big deal but I'm just really happy today that everything worked right away, and almost no deployment hiccups at all.
Only one issue popped up, but come to find out it's a particular thing about the Prod environment and nothing to do with my code.
Gonna go celebrate now, before more work comes in. (hey, can you refactor this for me?)4 -
First day developing in Rust. First day developing using the actor model in Actix. First line in a new production codebase.
Oh my5 -
Playing articulate! with family and the word was zero. My description was "What is the first number?".
They didn't get it right first time.1 -
BA: "Can you design a page for this?"
me (not a designer): "Um, sure, no problem."
Fast forward two days, show the page for approval.
PM: "Hey, can we do it as a pop-up instead?"
:| -
For the first few weeks of starting my first real dev job, almost every question was answered, prepended with "that's easy!".2
-
Just for shame, moral support, then laughs, let's all we web developers first our first (or very early websites).
Here's mine. This was the first site that I ever built, entirely in vim. Html, css and a but if JavaScript.
Let me have it. How bad is this for a first site?
http://disabledautoalert.felinesoulsystems.com/...3 -
Non-devs will never understand the satisfaction when you see your tests run successfully on GitLab for the first time. (Last course at university and we are supposed to do TDD for the first time. )2
-
How to destroy all table data:
* Get a database;
* Add the first table;
* Add the second table;
* Create a foreign key in second table that delete a record where there is a delete in the first table;
* Update all data in the first table with a REPLACE command.
Miracle: all data is lost5 -
Using Java for the first time for a homework assignment in uni, everything ran properly the first time.
Gonna go buy some lottery tickets.5 -
Working on a poker card simulator. Currently benchmarking the hands by giving them a rating (high card value, pair).
In the simulation there are three players. The first player who get the hand cards first seems to have advantage. Does this make sense?55 -
This the first book I bought, back in the day. What was the first book you bought when starting out?26
-
the first days of going to your first work is one of the hardest phases for a programmer/developer. who else can relate? advice?1
-
It's been a little bit over two weeks since I quit my first job, thought I would share some stories 😁
I started my very first job in the middle of August (last year) and my duties were to fix some issues on front-end files. You can see my previous rants to see how long were these files 😐
So after 2/3 months I managed to get my shit done, started learning Vue on my own to implement it to new projects (and done it successfully) and learn something about shitty clients who don't know how to live and don't know what do they want.
When I quit the job on the last day of April, I was so happy to end it mostly due to this one specific client who were able to turn happy innocent coding of a great project into hellish shit. Plus there were some issues I noticed with some people I worked with (like they were sending these sexist memes which weren't funny at all 🙄)
TL;DR if you feel that your job post is not for you or that is doesn't make you feel happy or comfortable, don't be afraid to walk away. I did and I don't regret it 😉 -
How much time has passed since the first you started programming to the first time your earned money?8
-
Every body has that moment when they code their first ever project and feel like flying on top of the world..
just remembering that moment when i had done my first ever app and i was like wooow i made this work.
so sharing my first ever project
https://github.com/iamaamir/...
i would love to see all the others had done as their first project feel free to post your's one2 -
Does anyone here knows (first hand) how long does it take the entire hiring process at Google in Europe?
From the first contact to the offer?
Thanks a lot6 -
In continuation to : https://devrant.com/rants/1661103/...
(first read the linked rant)
Things are going great now!3 -
I was just curious but don't need it, the domain would be great for a personal blog/portfolio. First come first serve.
Your welcome. -
In the first one, the group would just not get to agree at something, they'd spend hours talking about an approach.
First times, I was like "Hey, why don't we do this?", they began to argue and half an hour later, they agreed to whatever I said in the first place (they didn't acknowledge what I said and they tell me they came with the solution and that I didn't say anything)
Fucking shit, if only they listened in the first time. -
Don't start the first semester teaching racket, especially when you're teaching documentation and unit-testing at the same time.
A few months later it was java's turn (same course), why dont teach that first?1 -
First time my tracker app got used by the customer, and showed a really nice path on google maps, that was the first time I felt joy of programming
-
The first time I got in contact with computers I apperantely sorted all of the Desktop Icons by color, since I couldn't read at the time.
The first thing I actually remember is playing this game: "Knightmare". Loved it 😍 -
!rant
First class mail for first class stickers! Thank you @dfox and @trogus, keep up the awesomeness4 -
I have an unused Steam Key for Battlefield 5
If anyone wants it, Key is in the comments. First Come First Serve ;)5 -
Today I created a second admin login for myself, deleted the first one, recreated the first one, then deleted the second one.2
-
First six months as a dev broke something in production for the first time.
Took me months to get confidence back.3 -
The first time was the time my father bought a pc for his work,I was around 5,I didn't know anything about computers back then,I just wanted to change things and see what happens!The first time I actually understood what devs do was the first year of high school when I started to learn C++ :))
-
You start a new project. Do you:
1. Code the application first and worry about naming, branding, and graphic design once the core is finished.
2. Name and brand the application first, get all the graphic assets ready, then worry about coding the core.4 -
Fuck entity framework code first! It's a pain in the ass making relationships work with code first! 😑😑6
-
I watched "imitation game" for the first time.
The first machine learning was unsupervised learning? Really?
You're too crazy boys... -
Replace "Check out this devRant" with the first line when sharing.
I have saved a lot of rants but they have the same title and it is hard to see which is which. I suggest to replace that with the first line or first sentence. -
This is too much power for one company to wield.
Google Takes Its First Steps Toward Killing the URL
https://wired.com/story/...4 -
The black lives matter poster from USSR. It says “First day in ku klux school”, that’s the play on “first day of school” Russian idiom “первый раз в первый класс”. In Russian it’s a rhyme.10
-
Story : https://devrant.com/rants/7718922
Update:
The first girl goes to Sweden.
The Second girl goes to the UK.
The third girl temporarily moved to Kuwait
I'm not gonna lie, felt so sad when the first one goes5 -
Today was my first day on my first job ever. It was give me the task to create a website's template to present to a client. Task, to fulfill on a computer where on the first 2 hours occurred 2 BSOD. At least they didnt gave me (yet) a deadline.
-
Forgot my earphones at home today for the first time in years (first time in months for sure).
I had forgotten what it's like to be human and be in the present.3 -
Oh dear Jehova why is EA first.... Please just give me all the rest first before bombarding me with 3 hours of shitty sports games2
-
Question for all the full stack developers out here: which do you start coding first: the backend or the frontend?
PS: It's my first time posting, I love devRant's vibes!9 -
Used XSLT for the first time at work. It seems like it can be a pretty powerful tool in the right situation, but I'm not too happy that I have to use it in the first place.2
-
for some reason twitter showed as the first trend the word epiphany and the first thing i thought about was the web browser.
Was pretty good and light but missed a lot of things. -
Just had a random nostalgia moment:
Childhood days playing wolfenstein 3d in the telephone cable modem internet times.
I clearly remember the first cheat code i used in my entire life for that game : ILM
What was your first cheat code and the first game that comes to your mind when talking about your childhood games :)2 -
human rights activist — until the first billion
atheist — until the first BIOS update
heterosexual — until the first angel with wings11 -
I know when I first got into libGDX (game engine/framework/? written in Java) and tried to bodge together UI stuff like buttons myself. I was really happy when I got buttons pretty much working as intended.
Later that day I found out that Stage exists and all my (bad) work was useless. 🙃1 -
First time using Sentry is like seeing colors for the first time...
My life has changed forever. I can't go back!2 -
Does anyone have a link to the first ever rant on devRant (maybe not first but first after it went live)3
-
Being undecided, my first attempt to make a website was first made with django, then pylons, then pyramid (I know, pyramid is the "newer version" of pylons, but they are different enough to be considered different things in my opinion), my first real attempt at making a game was first made with pygame + cython, then cocos2d-x + cython, the cocos2d, then oxygine, now trying to learn unreal engine
-
Why does the TSQL BETWEEN operator include the first and last value in the results when filtering on numbers, but only includes the first value and not the last for dates?3
-
Should I implement the application first or plan about cloud hosting first?
Do I even go ahead with cloud hosting in the starting?5 -
@lensflare @dootlurk you know in starship troopers the people who died first got screwed first supposedly
Something I don't know..
Muah
https://youtu.be/BA9eGGVQ1zg
https://youtube.com/clip/...2