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
-
Same with Windows 10.
-
@24th-Dragon, not as long as F# exists. 😛
-
@ScriptCoded, it doesn't physically prohibit writing to the SD card. Instead, reading devices refuse to write when they detect that the switch is moved.
-
@austudo this is not from a programming language. It is a template for a liquid-like engine.
And the error message it gave was very vague: "The target `tostring` function was null". I just submitted a PR to make it more clear. -
@inaba yeah, but it doesn't work well with immutable collections (like these implementing only IReadOnlyList, but not IList).
EDIT: Screw it, I am gonna use a custom type with standard arrays. 😠 -
Waiting "for" my friends. 😛
But it's good. Nice colors! -
I love this book. I have borrowed it from the university library for over three months.
-
@mt3o that's interesting, I would like to learn more about this.
Do you mind sending an article? ☺ -
Tomorrow is the deadline for the algorithm course's assignment, which is to find an algorithm to solve the set cover problem (I guess not in polynomial time).
Even worse, the program has to be written in C, a crappy language, IMHO suitable only for writing operating systems and really low-level code such as drivers, not everyday applications!
And if I tell any professor (or student), they would reply that C is very popular, used everywhere, and by learning C, we learn how a computer works, and made-for-education languages like Pascal "are used by nobody", and are "virtually nonexistent".
In fact, Pascal ranks above Go, R and MATLAB in the TIOBE index.
What is your opinion on the first language for computer science students to learn? -
I would have been a lawyer.
-
@simulate that's exactly the case.
And the worst thing is that the whole process is barely transparent. I have never seen any European Parliament sessions on TV, nor have they ever been mentioned either there, or on Google News sites. They seemingly don't concern us at all, yet they actually do.
Do you (or anybody else) know where to find the roll call of the MEPs who voted in favor of, and against this 💩? I couldn't find anything myself. -
This is a stupid law, but honestly, the only valid reason to become a Eurosceptic. 😑
-
@ObiSwagKenobi Πληροφορική ΠΑΜΑΚ
-
@cr4sh I had tried that in the past as well. 😛
-
Maybe it was bleeding. That's why it was blurred.
-
I can see your points... 😊
-
@jonii that's the reason the edit history exists in other sites.
-
@metamourge if you mean .NET Framework exe files, then no; it can't. But it can run .NET Core console apps
The point is, the only thing .NET Core cannot do yet that Mono can, is Windows Forms; another legacy technology.
And with legacy, I mean not suitable for new apps.