Details
Joined devRant on 2/25/2017
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
-
I woke up screaming today. I had a nightmare where I ran git pull on the project I work on every day, and it had become a .NET project.6
-
I try not to distract myself with more pleasurable things until I've got everything done. For example, I don't watch YouTube between my tasks, don't keep checking my cellphone every time, play chess, etc.4
-
I've just finished installing Ubuntu Unity 22.04 on a new SSD installed on my wife's computer; it's so relaxing the fresh air of a new Linux distribution installed.3
-
I feel like the world, and my life has been so crazy lately that I needed something reassuring.
```ruby
def test_true_is_true
assert_equal true, true
end
```2 -
Did we already have a Weekly Group Rant for how many lines there are in the biggest file in the project you are working on?5
-
Sometimes your day is going really nice, and you just had a nice cup of tea with the milk from the best cow on the farm. You're coding happy, and you will take a walk after that. Then, suddenly, you type `git checkout .` rather than `git reset HEAD .` and your life is miserable now.9
-
I just said out loud to the computer: So, is 1 bigger than 1?
Sometimes I think how funny would be someone watching a programmer.4 -
I've just bought a new table, I think that's the best thing anyone without a proper table can do.
25 € and solid wood, I hope it lasts forever.8 -
I've just noticed this and now I'm clapping every time I stop my Sinatra application.
```
Stopping ...
== Sinatra has ended his set (crowd applauds)
``` -
Sometimes I don't do a proper review because I don't want to seem very nitpicking. However, now I have to maintain the code that was merged and it has some stuff which is not correct. Now I have to fix it.1
-
I've just discovered https://asciinema.org/.
Does anyone know other cool platform like this?
I was wondering if there is something generic for casts like Rails Casts or Vim Casts.2 -
From my apartment the sound of me typing in the keyboard is so loud. I'm wondering if the neighbors are listening to this and getting crazy with it.2
-
Does anyone have a really nice coffee shop in your city that opens in dawn time? I was looking for something like this in my city and I didn't find. Now I don't know if something like this is possible or it is just a dream.6
-
These days I've been noticing how important is to know how to create a good diagram to convey an idea. Also, working in a big company I noticed that we use UML diagrams for a lot of things, which is very useful to understand the architecture of the system or the design of the code. Does anyone here know some book or article that can help me to learn how to better convey ideas using diagrams, how to make one, and what diagram to use? I am not thinking about something very specific to UML, because I see that sometimes we just do a diagram that makes sense without following any standard.4
-
How can you know my mood? Check my git commands. Am I using `git push -u origin SQUAD-feature-branch --force-with-lease` or `git push -f`?4
-
"Bugs"
all these...
i got bugs
i got bugs in my room
bugs in my bed
bugs in my ears
their eggs in my head
bugs in my pockets
bugs in my shoes
bugs in the way i feel about you
bugs on my window
trying to get in
they don't go nowhere
waiting, waiting...
bugs on my ceiling
crowded the floor
standing, sitting, kneeling...
a few block the door
and now the question's:
do i kill them?
become their friend?
do i eat them?
raw or well done?
do i trick them?
i don't think they're that dumb
do i join them?
looks like that's the one
i got bugs on my skin
tickle my nausea
i let it happen again
they're always takin' over
i see they surround me, i see...
see them deciding my fate
oh, that which was once...was once up to me...
now it's too late
i got bugs in my room...one on one
that's when i had a chance
i'll just stop now
i'll become naked
and with the...i'll become one -
I've running Mac for one month and one week now. Now, every time I'm going to use it my thought is: I JUST WANTED A NORMAL NOTEBOOK RUNNING LINUX I DON'T WANT TO USE THIS SHIT.6
-
Linux is pretty much like Windows, but instead of "next, next, next, and finish" you do "copy and paste, copy and paste, copy and paste".10