Details
-
SkillsF#, C#, Pascal
-
LocationThessaloniki, Greece
-
Github
Joined devRant on 6/7/2018
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
-
This little underscore (actually the absence of whomst'd) was the source of a very frustrating bug.
I tried to debug the sources of a 3rd-party library to no avail, but all I had to do was to read the documentation for the 1001st time. 😤1 -
Hello, does anybody know a good templating library like Liquid for .NET?
The problem is that it has to work well with F# and immutable types.5 -
Yesterday at midnight, I discovered why the Appveyor CI system for my project was failing sometimes for over three months.
If the commit message was only one line long, the environment variable holding the rest of them did not exist, and the function returned null.
One of the few times I don't say "The hell had I written!" when I discover a bug. -
I am l̶a̶u̶g̶h̶i̶n̶g̶ crying at Gmail's confidential emails mode.
It gives end users an illusion of the ability of repudiation.
Does anybody know about Print Screen? 🤔3 -
I was having this poetic exchange with the maintainer of a vscode extension.
I guess he didn't see it coming... 😛👨💻1 -
iAPPLIED CS UNIVERSITY, DAY 1 (2018-09-24)
11:00 UTC+3: Arrived at the secretary's office to complete my registration. I met quite some people; I forgot the names of some. I spent some time over there, so I took the 13:00 class instead of the 11:00 one. It's still early, so we pick whichever we want.
13:00: Procedural Programming at the Computer's lab. The computers were running Windows 8.1! 😱 I might connect to my laptop via RDP. It would be very cool. The course was about C, but the first time was just an introduction. We are going to use Code::Blocks. We were also explained the (HTTP only) web platform in which we are logged in via our passwords and submit our assignments. The professor was very nice, but this day at least was very boring. I was watching CodeMinkey cartoons, trying to solve AdLitterams.
18:00: Back for Applied Mathematics I. At the same computer lab. No lesson did happen, because we have to s learn theory stuff first (every Friday I think). Back to home.
Tommorrow is going to be a hard day...:wq1 -
Since yesterday, I have become a Computer Science student! 🎉
I just have to be careful not to cause something like the NASA internship girl. 😁6 -
Sometimes I am wondering... are there other almost-18-year-olds who want to write a parser generator? 🤔
What are other teens working with?8 -
One question to the devRant gods: why make rants uneditable after five minutes?
I find no reason to this. Even the paid version does not eliminate this restriction.
All social media I know allow editing your posts afterwards (with some, showi g a change history).
Maybe... are the rants stored in a blockchain❓ 😱😂😂7 -
I once knew a guy who claimed that:
* Declarative languages were these where you declare variables before you use them.
* C is a functional language because every subroutine was returning something (even void).2