Details
-
Aboutc++ evangelist. FOSS and Debian developer.
-
SkillsC,C2,C++17, rust, bash, Lisp, Haskell, Fortran, brainfuck, assembler, opengl, unix, posix,
-
LocationWarsaw, Poland
Joined devRant on 6/15/2017
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
-
#!/bin/bash
echo Hello World!
This is my first time here at devRant and I have to say that it's amazing!
Just something to fill this a little more:
Linux enthusiast since 2011.
I'm your stereotypical v̶e̶g̶a̶n̶ Arch user (btw, I use Arch).
Right now I'm learning C and C++(using the QT framework).
Let's the Rant games begin!10 -
Selected a cell in Excel, did a ctrl+b
WHADDAYAKNOW it crashed.
Next crash I will uninstall this fucking steaming piece of shit. -
Lazy / idiotic PMs or BAs. No mather how hard the dev team tries, if the analisys or the management is bad, you're screwed.1
-
Dev Badass Rant
There are two occasions really:
1) For our C++ project in the third semester, we had to build any kind of C++ application. Guys in team of 4-5 built record keeping systems and calculators and one even made a Tic-Tack-Toe app. My friend and I, just the two of us, made a simple program that plays Rock Paper Scissors with you. With the power od OpenCV, it used the camera to track your hand movement, predicts your next move using contours, and displays the winning move as the computer's move.
For example, if you play Rock, the computer would predict that you were gonna play rock and display paper as it's move. It wasn't perfect, but it was ours, right from scratch. When it worked at the presentation, I was swell with pride. 😂
2) I was interested in game dev so I started Unity. The first tutorial in Unity you find is the web series by Unity about rolling a ball. You simply make a platform and control the ball with your keyboard and the camera follows your ball. You also make pick ups and get points based on that. So I started there, finished the tutorial, added a few walls, made edible and non edible pick ups, dimmed the entire scene, adjusted the camera angles, transferred controls to mobile gyroscope and added a few other things and voila! MazeBall was born. It has only one level and I thought it was pretty shit.
I decided to show it to a friend and when I showed it to my mate (the one who I worked with in the C++ project), my other classmates saw it and were impressed. Like so impressed a couple of them transferred it to their phone and took home with them. 😂 Was inspired to improve.4 -
I have not used c++ in almost 2 years. I'm regaining familiarity with it.
I come from 2 years of Java and python.
I'm ranting a lot about some things, but damn, pointers and stuff are so sexy.14 -
No x-server, wayland. just drm and framebuffer. use computer just fine in this env. I can watch youtube and video. play music, play twitter, read rss, edit my program, surf a web, connect with other computer, view my image, read pdf with this freaking lightweight env.
Basicly, my super battery saver mode.
(want me to list all of these cli/tui app?)3 -
Making my first game in Unreal, i see how blueprints could be useful. I don't like them though. I heard you can use c# in unreal but im only finding stuff for c++?3
-
Get into bed.
Gets all comfy.
About to drift off.
Realizes solution for the problem I have spent all week on.
Now wide awake.
Guess who's not sleeping tonight!17 -
Fun/Interesting fact:
"++i" can be slightly faster than "i++"
Because "i++" can require a local copy of the value of "i" before it gets incremented, while "++i" never does. In some cases, some compilers will optimize it away if possible... but it's not always possible, and not all compilers do this.15 -
So I was trying to start learning Unreal engine. Created two classes, added 3 lines to one.
The engine crashed and now also crashes when I try to open the project. Learning is on track!1 -
Team says their code is done, tested, and working. They have merged all of their code and now to merge it with mine.
Take care of the merge, go to test it, and NONE OF IT WORKS.
Ok... So maybe something in my code did it. NOPE. Still crashes without mine.
Thank goodness for version control.
Now need to help define what "tested and working" means...4 -
Still new to dev, so I'm only used to windows but I want to try Linux. Don't want chance messing up my expensive pc, so instead, installing on old laptop I've been keeping in the closet. Installing Ubuntu Gnome, looked like a safe choice for beginner. This way I can try it out without consequence and possibly get new life out of an old machine.
Incidentally, any Linux specific apps/programs you'd recommend to a newbie?10 -
Anyone have experience with Qt? I have been struggling with the whole Model/View concept for a QTableView all day, and I am at that panicking stage :(4
-
Never ever directly edit the source code of libraries.
Not to the smallest bit.
I just did that and forgot about it, then I wondered how a decent library like I used can produce such gobshite as it did. Several hours (!) later I discover my little "debug output" line in the library's source.
Goddammit I must have a well built table. And a well built head.2 -
Just another day, building some hearty data structures in C.
I need to make a program that can multiplex user IO to different child processes from the command line.5 -
Hi. I am new here. I have a question. I have been using window my whole life until now. I want to try linux now. Which one best? And is there any place where i can get all info(installion n all) about it....15
-
Stolen from an awesome book but my new favourite line ;)
Someone: “Can you repair my computer, it`s not working anymore?”
Me: “Do you call Leonardo Dicaprio when your Tv is broken?”7 -
TV Show 'Loaded' premieres tonight. Four friends sell their app to a big company. Comedy tonight at 10 p.m. Eastern time. Probably not in the league of Silicon but might be worth a look.1
-
!rant
Just found out that the year 2038 problem fires exactly on my 42nd birthday.
I didn't choose to be developer, it was destiny...5