Details
-
AboutFree time programmer and proud father of thousands of bugs.
-
SkillsJava, Ruby, UI/UX designs
-
LocationGermany
-
Github
Joined devRant on 7/11/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
-
If you know haskell, you know the pain of learning Monads, functors and applicatives, especially when coming from imperative background.
But this guy filtered out all the witchfuckery out of this seemingly complex subject. And there are pictures.
http://adit.io/posts/...6 -
I found a really neat way to toggle two implementations using C style multiline comments.
https://twitter.com/_Gaeel_/status/...3 -
This is what I get for wanting to try Arch Linux again.... I even followed a guide so that I don't mess up. 😑 Fuck you Arch Linux and your complicatedness. And fuck you too brain for being Arch Linux dumb.20
-
everyday another damn js library with a godamn benchmark claiming kicking every major library's ass by a factor of 10!
just GTFO dude.
I'm tired of seeing that shit :/10 -
I'm all for alternative methods of learning but this post on FreeCodeCamp is total bollocks.
How does someone take and complete a class in data structures in one week?
https://medium.freecodecamp.com/how...5 -
Is there anybody who startet a startUp and failed? Not to be rude, but could you please explain, what you did wrong atd what I could do better?20
-
When GitHub sent me these for my presentation on VCS in Google developers group meetup...
http://techoalien.com/2015/07/...14 -
When you have to spend two days inventing math formulas for work because google won't tell you how to sort every possible combination of an array of arrays into a zero based number list, or how to get a combination from just it's index.12
-
I just found this code snippet on Stackoverflow that decodes polylines from Google Maps.
I even doubt the genius who wrote it understands what it does.
Anyway,as long as it works am good.4 -
Some guy analyzed all the books mentioned on Stack Overflow and sorted them by popularity...
http://www.dev-books.com/3 -
!rant
I just discovered Frink.
A programming language designed to make physical calculations simple.
Funny sample calculations.
See:
https://frinklang.org//...2 -
This is not a rant, but I just wanted to share some good news! My brother and I have launched an app called Programmer’s Music. It contains our favourite music tracks and tracks suggested by some of our developer/creative colleagues. It’s for listening to music while coding. We have also integrated Pomodoro time management method in it. It’s ad-free and FREE. :) Please check out the app at https://promusic.tech/2mJrw8A. Feel free to leave an honest feedback.
Please feel free to leave us a message with your favourite tracks and we will add them. Please share it, follow on Twitter and/or like our Facebook page. Thank you so much!
Thank you, everyone.
PS.- Atom editor fans would ❤ it.undefined coding programming music music programming coding atom editor do you like it? wired in music for programming60 -
Anyone looking for something interesting to do???
Step 1) understand how basic circuitry works on a bread board nothing too fancy. ( Implement NAND, AND, ADDER, SUBTRACTOR)
Step 2) learn about microprocessors and how OS works
Step 3) learn assembly
Step 4)write a basic assembler and understand how loaders and linkers works !
Step 5) write a kernel with very basic features like memory management and process management and some drivers for IO
Step 5) write an emulator for some simple systems .! ex chip-8.
Step 6) read about compiler theory and automata
Step 7) write a basic Python interpreter that compiles (not interpreter) to native assembly.
Step 8) implement TCP stack .
Step 9) learn as much as u can about complexity measurement ), data structures and algorithms using C or C++ it's very important ( familiarity with pointers and thus computer memory )
Step 10) learn any high level language of choice like Python or Ruby.
Step 11) stop debating over tabs vs spaces , emacs vs vim , angular vs vue, php vs Python , OOps vs procedular vs functional ( just know about all of them and when to use but don't fucking debate over which one is superior )..
Step 12) live happily and be healthy.30 -
FUCK CSS!
I spend more time positioning a single button than learning a frickin framework!
I gave up trying to make a div the same height as its parent. No clue why height:100%; doesn't work!20 -
Hey geeky girl,
Roses are #ff0000
Violets are #0000ff
I use hex codes, but I’d use RGB for you.
Yet to try it in real life.6 -
Yo mama's so fat that if she sat on a binary tree she will convert it into a linked list in O(1) time5