Details
-
SkillsC, Js, PHP, HTML, CSS, Swift, C#, ASP.NET, Python
-
LocationAs you prefer
Joined devRant on 9/25/2016
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
-
Last time, working on a project with two mates at school.
I'm the one who knows how to read and understand correctly a doc for low-level c libraries (portaudio, opus) and working on sockets.
I make the barebone of our server. Co-workers should work on socket client.
After a week, the socket client is ugly, and almost unusable.
I rewrite the socket client in two days.
Co-worker, for a week : "the only contribution of Orionss is deleting my code" (it wasn't the first time)
In these moments, I would like to kill this guy1 -
I never had a good boss, I've got two of the worst stereotypes of boss :
- the exigeant non-tech thinking he knows tech that asked to make an Android app for 1000€ and forgot to say he wanted an iOS app also
- The typical "fonctionnaire" (don't know if there is an equivalent in English, it's a state worker in France) manager, who thought his work was the only important work, who made me do a work I would have done in two weeks in 6 month1 -
24 hours while a "pool" in my school (pool is a two-weeks fast formation where you can work 24h/24 to understand how a programming language works)
It was a C++ pool with a garbage subject meant to reproduce the functioning of a factory with... Factories.
Unit tests were use to mark us, so you know the struggle6 -
I fucking hate when people that give you marks are not qualified enough.
Actually, in school, it's two weeks where we conceptualize projects (we don't code them, just have concepts) and we're noted on them.
But there's a partial jury, that has partial opinions, the different juries doesn't share the same opinion and are biased.
I don't know, it's like if because they are programming teachers or communication teacher, they were able to know what will work in the future and what won't. Even in domain they don't know. -
Guys, I'm refactoring a server code from es5 to es6 and I would like to know how to get es6 errors like when I'm working with React. I have installed babel, and I can compile es6 code but I get errors that target the es5 (compiled) code so it's not easy to find the bug sources5
-
I would like to understand xcb library by looking at the rofi (dmenu replacement) source code but there is no code documentation. How do you guys deal with non-documented source code (supposed to be easy)3
-
I've never been more impressed than when I discovered Linux. It's a pretty classical choice but I can't say another. It's my favorite because for every need you have, you get a solution to make it. Right now, I'm learning how xcb works to make a tool for DE like Rofi.
Most of all, Linux philosophy implies that the most popular (and almost always best) tools used on Linux are all open source. So now, I can learn xcb just by looking at the codes of other DE, I'm really in love with Linux -
I'm setting up my working laptop. Just made a fresh install of Kubuntu, but apart from VS Code, Discord, Franz and NodeJS I don't see what I should install. Do you have any advice ?9
-
I see a lot of complaining of managers talking about blockchains, but I would like to know if someone actually had to make a blockchain system because of managers and for what purpose? It seems to be completely useless for most of the cases1
-
Hello, can someone help me with this one ? I guess that the fucking SO elitist community would have beaten me to death if I asked this question.
I'm trying to create a relational table between a Tutorial object and a User object (to know which tutorial the user has access to) using Sequelize, and I figure out that I have two PRIMARY keys in my table. How is it possible ? UserID is also marked as Index.
The both keys are not Unique in themselves but their combinations are unique.4 -
I've been trying to get a middle-healthy lifestyle (means I eat what I want while it's quality and not harmful, doing sports four times in a week, and stuff...) and actually I'm just waking up at a friend's home after a party where we just ate like two big fat cheesy French fries steak and cordon bleu European tacos (they look like a kebab, not Mexican stuff at all) asking myself where my self estime is.
Being a developer and loving to eat is really punitive sometimes... -
I'm gonna register myself as a self-entrepreneur (idk if it's the good term in English) today. I have some pressure, I'm going to suffocate under tons of papers16
-
We were all drunk at a college party. I pretended that I was able to code something for a friend. He put me on his laptop and made me code. In 20 minutes I had finished. Everybody reviewed the little program and said it was all good.
When we reviewed again the program sober, it was full of bugs that none of my drunk buddies tested out1 -
Meeeeh I playing TESO one more time and I'm in a vacation week but I have some side projects. I'm so hesitating on what to do today aaaah
Side projects vs Video games.
My eternal dilemma2 -
I got a new idea : I'm writing some python scripts to help me in my projects at school, I think it will help me a lot !
But I would like to code some scripts for my side-projects that are made using full JS.
NodeJS + Express + Sequelize for the Web API and ReactJS and HighlightJS for the client.
I would like to know if you could give me some ideas of scripts I could write for these JS side-projects ? -
I'll repeat what I wrote in an answer in another rant because I think it made a good story (I just realized it after writing it :p) :
I met a guy in my school who was the best of the school : I mean, he jumped over the first two years of the school (and he started from scratch, he never had programmed before).
I went to ask him how he got enough motivation to make all the two years projects in one and he told me something that made me understand why he was so good : "I'm fucking lazy, so when I code, I code something that I would use for a very long time, tools that will be useful in next projects".
By doing this, all he had to do in end-year projects was to assemble what he already had done to make the program. He had perfectly working tools that were awesome. So, he never had to work more than 10 hours a week after doing this.4 -
I have a really huge admiration for people who works for the free software, those who made very good tools for almost everything. The Debian community, the FSF.
I'm also admirative in front of those who used computering as a science and made big discoveries in AI, compressing methods, pentesting...
I'm wondering how it is to work in these two worlds?2 -
1. Get some money with little contracts got by my school
2. Pay fucking good holidays with my gf
3. Finish my big school project that will validate almost two years
4. Launch my startup -
Can someone help me to get some good practices with expressjs/sequelize combinations?
I managed to find how to not have all the models in the same js page and how to organize the routing but when I look the time it took me to find, I would like to don't have to search now 😂 -
I've shown my devDuck to other people in my school. At first, they did not understand but I initiated them to how a ducky can be useful and now they're playing with my duck (yeah, duck) and they're so noisy I'm going to regret it1
-
Finally, I finally managed to grade this year using my own project. We're going to make a personal project that will give us enough to reach the next year. It's so much better than doing those shitty school-forced projects...1
-
FUCKING FUCK, I have been working on a school project I planned to give up but finally I gave it some more days and I got it working. But the program that should correct me didn't have a fucking include I forgot in my code and I got "The build failed, your project couldn't be tested" so it's 01
-
I guess having a standardised documentation, an open-source encyclopedia about programming languages, frameworks, etc...
-
My dad used to make me draw things on Microsoft Paint when I was 4 to 6.
I'll never forget all those "firefighter helicopters" -
Recoding the malloc is a mess. It seems to be a very good exercise and it is. But you know there are so much mystical issues that happens when you're working with memory.
I just figured out that I got 90% of my free function calls by the "ls" command that was in reality a bad pointer following my own verifications.
So, I don't know why because I just make a normal vérification so except if the "ls" was developer with the ass... -
Have to go take medical analysis, take them to my doctor, go buy two pants for running, work 10 hours at least and go for a party. I think my day will be short as fuck
-
It's so fucking amazing : working on very low levels concepts such as a malloc implementation makes me understand computer science as a real science. I love it 😍2