Details
Joined devRant on 2/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
-
Where I work, this is something that happens daily because manager (non-programming MBA) want everything now without proper design and architecture.11
-
Having fun with some kind of pointers in Java right now...
This is a small program which first gets the address of the String variable and then 100 times the address of the addr variable, prints that address and dereferences it 101 times, to get the actual String back. But does it have an actual use case?
Apart from that, it's interesting to find out about how Java handles memory and stuff...2 -
Germany is a nice place, but sometimes the bureaucracy is a bit much.
Especially when you try to write them a nice mail that you can't come to their "mandatory" appointment.
Because you're sick, like every damn time during the autumn holidays.
An email to an address where the hostname doesn't even exist. WTF?
Also don't you think that address is a bit too long? Chances for typos are pretty high when you do that, you know?5 -
Imagine yourself exploring Medium, looking for some new awesome tools to try out.
You accidentally find the new, promising programming language. It called Blow. It promises itself to be “idiomatic”, “minimalistic”, “simple” and “handsome”. And it also compiles to Electron. You decide to give it a try.
It has its own package manager, simple and idiomatic – every package is “blow add” away. But it’s only three packages available: the “blowsay”, just like “cowsay”, the “this”, printing The Blow Manifesto and “blue”, which is simplistic, simple and minimalistic idiomatic handsome functional frontend framework built with simplicity in mind.
You want to build a todo app, so you type “blow add blue” and press enter.
Following Medium articles written by some guy wearing Ray-Bans, you managed to finally put a todo app together, after seven hours of straight up coding and fighting that simple and idiomatic syntax, trying to make it do what you need. Alright, it’s time to build it.
It has built-in task runner named “job”.
So you type “blow job todo”.
You spending three hours more doing “blow job this”, “blow job that”, trying to blow job everything you see. You’re tired and mad at those damn blow job hipsters created that. You literally suck at programming in that.
Everything falls apart. Things doesn’t work. And after another “ENOENT 0() 0x628 NOT_SUPPORTED”, you give up, admitting that you’ve really sucked at this.6 -
Once I was working on a project that had a few complex implementations that needed to be done. So I got a colleague to get me a few Coronas from the staff bar on a Friday afternoon and did a little overtime. For some reason I was extremely focused, my mind was rushing, and I managed to do some pretty good implementations as well. I guess beer can make you smarter.
-
I fucking love Python
It just works :)
Half an hour for a nice evening side project.
Even faster than Twitter takes for approving an app.
im waiting now 1 week...6 -
TIL Powershell is open source (MIT)!
https://github.com/PowerShell/...
Apparently Microsoft has opensourced a lot of stuff:
https://opensource.microsoft.com
Here's the list, sorted by "awesomeness" (I kid you not):
https://opensource.microsoft.com//...
Interesting (ง°ل͜°)ง8 -
At job interview.
They: What would you describe as your biggest character flaw?
Me: *rolls d8* I pretend not to understand the local language in order to avoid interactions I would rather not have.
They: What?
Me: ¿que?6 -
This is a funny one:
I found this gem in SO.
Why is it funny? Well, PDVSA is the state-owned company for oil production of my country (Petróleos De Venezuela).
This little intern decided that it was a good idea to publish in SO an answer with actual code, showing database and tables names to everyone.
Priceless.8 -
Me: "I did it, I finally finished implementing the design!"
Designer: "The client wants a complete overhaul of the design."5 -
It happened.
I wrote "you're missing a tab in your python code" as an answer on StackOverflow.
I was downvoted AND told that I wasn't correct: it was missing 4 spaces and not a tab, according to the python guidelines.
Now, I haven't read them, but my Richard Hendrix fucking intensifies.
Fuck spaces. And if python guidelines talk about spaces, fuck python guidelines too!31