Details
-
AboutI’m a scientist that has lost hope in science. I also code.
-
SkillsC, Fortran, Procrastinating, Rust, Zig, Python
-
LocationJapan
-
Github
Joined devRant on 7/15/2019
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 wanted to install this new software in our cluster but it didn't have Cmake on it, so I scp Cmake source files and then I started looking for a CMakeLists.txt file for compile it when I suddenly realized what I wanted to accomplish in the first place 😅1
-
I know that the blue circle needs to be slightly off to the top so it can fit symbols below the numbers, but seriously, my OCD can't handle empty days.
From now on I will try to have an appointment everyday.
Thank you brain. 🧠2 -
So now I’m working with this code that is roughly documented because ”variable names are self-explanatory”.
Yeah, you just forgot that FORTRAN does not support utf-8 variable names...
Why utf-8? Because then if I see:
real :: 座標(3)
I would understand that you mean ”zahyō”, the usual 3D position array ”r(3)”, but no, I need to deal with:
real :: zah(3)
yeah...🙃🔫16 -
Just bought a subscription for JetBrains.
Trying CLion debugger...
THIS SH*T IS AMAZING
Me: I love you, I love you, I love you
Computer:
Me: 😍😍😍
Computer:
Me: (Hugs computer)10 -
I think I'm starting to lose sanity.
I'm unconsciously desiring to have bugs just so I can have some feeling of accomplishment fixing them.
I think I'm starting to lose sanity.6 -
When you discover this new amazing programming language and play with it the whole weekend and then realize it’s Monday again and you need to go back to the office to work with some legacy GOTO spaghetti... 🍝🌧6
-
While implementing a new feature I got “error in function A”.
I spent one day trying to figure out what was wrong.
At the end I found that someone copy/paste “function A” debug comments in “function B”.
I almost went to jail.4