Details
-
AboutSmart contract dev. & Linux admin in #Concent LLC ... Low level programming languages, neural nets, blockchain, chess, guitar and wine.
-
SkillsBlockchain, smart contacts, Arch based Linux distros, C#, C++, Python, Swift
-
LocationArmenia
-
Website
-
Github
Joined devRant on 3/20/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
-
After hard learning for a while I've passed Microsoft's C# exam.
And they just gave me this. Shit. Only. No certificate.14 -
C# developers!
Anyone knows a good source to start reading about C# 7's syntax (not only "what's new")? Sometimes it feels like the language specific tools that I know are not enough.
P.S. Can't find it in msdn language reference or guide.
Please share.3 -
I used to learn touch-typing, but playing games without changing keys makes me forget it.
Why the fuck game markers set WASD as default moving keys? In this case people who play the game don't use the keyboard as they have to. Come on, let's use the keyboard in correct way guys...23 -
A question about image processing and machine learning.
I post random images of the Earth to Twitter. I would like the bot to detect if the image is bad one. How can I do this? Here is an example of bad image.9 -
*Me trying to store a game in a CD ~15 years ago*
1. Burning desktop link of the game into it.
2. Burning the .exe file only ...
3. Moving whole game folder into a CD ...
4. Installing something called DirectX. I remember, it should be in one of my CDs.
5. Playing the game.3 -
Today I had nothing to do and started writing a twitter bot that tweets a random picture from bing maps filtering seas which are uninteresting. I think this is good for 1 day development.
https://twitter.com/TheAliveEarth2 -
Interviewer: Could you please make a class to force it create one instance at most?
Me: Sure!
(I didn't know the singleton pattern)
class A {
public static bool isCreated = false;
A() {
if(isCreated == true)
throw new Exception();
isCreated = true;
}
}5 -
Just tried physically removing the RAM of my PC while playing a YouTube video on Linux and on Windows. What do you think, what was the difference?20
-
The only thing I studied from HTML is that you have to close anything you have opened.../>
I already had some experience with C++ and suddenly they suggested me to take a mentoring.
My mentor - Well, we're going to learn HTML.
- I'm busy. I'm learning python...
- What have you done? Did you learn the HTML?
- Eeh I need to do a neutral network project for the uni. Wait please...
- It's time to learn HTML.
- Eeh I have a deadline in these days. I have to make an Ethereum smart contract. Wait please...
- HTML!
- WAIT!
Finally I asked my mentor to stop this fucking recursion. I'm not going to learn it.1