Details
-
SkillsC#, Java, Python, SQL
-
LocationGermany
Joined devRant on 10/12/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
-
Someone posted a picture of a porn actress(like a *new* actress) that looks exactly like my manager.....bruh this is killing me she looks exactly like my manager to the point that it is freaking me out thinking that she has a gig on the side or something
I can't get over this.
This is what happens when your manager is insanely attractive.
Internet wtf.
No i am not posting pictures.55 -
JetBrains released KotlinConf app
Backend made with Kotlin
Frontend made with Kotlin
Android made with Kotlin
AND GODDAMN IOS made with Kotlin!
Holy shit, that's awesome
https://github.com/JetBrains/...10 -
I'm sure we've all seen a rain binary cloud picture like this. But have you seen one that fits your mood? 🤔🤔18
-
Guess what this App is written in (Lib/Framework/Language). You won't possibly believe it. (As I also didn't.)
Desktop: Gnome Shell with Pop-Dark-Compact.16 -
Seeing someone prototype a 3D game with complex lighting using OpenGL in a 15 minute video (It was sped up about 4x but, still, fuck me)
Using c. Not c++.
He also did 3D graphics in BASIC from scratch to explain how they work, generally.15 -
I had to make Google forms but it got boring after sometime (with drag and drop). So, I ended up learning regex. Phew! That was little hard.4
-
Just joined this Linux Development Team Xenta OS, it originated in my country, Im asking for a favor to check it out and seeing what needs improvements...
If you are curious and want to help out , check it out in 'xentaos.org'15 -
I ranted about this somewhat in the past, but my biggest hurdle has been my family and friends. Please don't take this as ego or conceit, because I don't feel this way about myself. But they all say because of my exotic appearance (Being Japanese and Norwegian) that I should be a model, dancer, actress, or some other vapid thing.
I love tech. My dad is an engineer, so I've been surrounded by tech since I was very young. So now that I am out of high school, I want to turn my coding hobby into a career. My family and friends are not necessarily discouraging me much anymore, but they still aren't supportive. Doesn't matter though, this is the path I've chosen.24 -
Built my own Amazon Echo with a raspberry pi because they aren't available in my country. Decided to pick up an official Echo Dot while in America but I'm too proud of my little project to tear it down and use the official thing haha9
-
Once I watched a 30min YouTube video on functional programming just because the presenter was cute. 😘
Anyone ever did this ???
And btw the video is Functional programming by Anjana vakil.13 -
I was working in a small startup with very cool people as a GameDev. One day I turned towards my colleague to tell him about a joke I just read and I saw flames coming out of his CPU. He was so focused on his work that he didn't notice.
I yelled "OH, SHIT' and quickly reached to the main switch and turned it off. Everyone turned towards me to yell at me, but then they saw the flames and everyone ran outside.
After few minutes the flames died. My colleague was in shock to lose his work as the HDD was completely burned.11 -
!rant
I know there are tons of Project Management stuff around, but I'm proud to develop one customized for my personal use.
(Also, it's free 😄)38 -
I found a really neat way to toggle two implementations using C style multiline comments.
https://twitter.com/_Gaeel_/status/...3 -
It goes like this.
I have one final task to solve before starting in a new job at a different company. This guy, which is also a board member in the company in which I'm currently hired, is also an IT consultant and project manager in a fairly large company. This said person is also a key person for me being able to solve this last issue. I send him a complete guide on what he has to do before I can move on and wrap it all up.
First conflict arises because he doesn't follow the guide and tells me something is not working. I kindly inform him why and the response I get is very personal and not kind in any way, telling me and my boss that I am bad at my job and that he will bill us for 1000 USD for the 5 hours he used "debugging" and testing. This should have taken him 30 minutes and I have no idea what he spent those 5 hours doing.
It comes down to that my boss sides with this asshole and tells me that I have to do the task all over and test the system for the 4th time (yes I tested it 3 times beforehand to make sure nothing could go wrong) What my boss and the asshole doesn't know is that my uncle is vice president in the firm the asshole is working for. After kindly reminding this asshat that he has to follow the guide and that I can confirm everything is working, he keeps on attacking me. It's very rare that I fuck up and I have consulted 2 colleagues and got them to test it as well. They found no issues at all. The asshole ignored my request of documentation that something was not working.
I'm so full of being treated as an idiot so I send my uncle the email correspondence with the asshole to confirm that this is not how any of their employees should behave independant of my ability to do my job.
He will speak with this fucker tomorrow at work as first thing in the morning. I'm not proud of the way I went about this, but that was like the last drop, if you know what I mean.
Sorry for the long rant.20 -
On being a woman in tech...
You lads probably have (and my fellow ladies certainly have) heard of "impostor syndrome" and, if you don't experience it, you possibly wonder what living with it is like.
Here's an example from this weekend.
Be me, about 5 years into my career, graduated from a top college, feeling decent but still unsure of skill.
Company gets a 4 week trial of an online learning website. It includes optional assessments, so that you know where in the video lessons to start. Rankings are novice, proficient, expert.
Hear from our QA that he got ranked "proficient." Which is a pretty broad category, but I become super afraid that I'll also be assessed as "proficient" and it will look like I have the same dev skills as a fucking QA (our management overlords can see our scores).
Boyfriend has me do some deep breathing before starting the test, because it's obvious how stressed I am.
Finally take it and get ranked "expert", in the 97th percentile, even though some technical difficulties made me miss four questions in a row. I decide to use my do over, and get ranked "expert" again, this time in the 99th percentile.
You'd think I'd be like, "Lawl, I can't believe I'd get the same score as our QA!" And there is some of that. But there's also the thoughts of, "that test could have been more thorough," "that score wasn't real because I resaw a question and got the right answer the second time," and "99th percentile isn't that great on a platform where new developers are over represented."
And this is all despite the fact that, if you were to ask someone how confident I am, the answer would probably "confident as hell."
Not saying this to start any fights. Figured it could be some interesting insight into a world that some people don't experience! (not that males aren't allowed to have impostor syndrome!)16 -
So today I had to find out why the connection to my localhost was extremely slow, 6 hours in and still can't seem to find it fml6
-
Are you telling me that I could've learned Git in 15 minutes on git-scm.com opposed to wasting 3 days on the Udacity tutorial!?!9
-
Going back to a php project after writing loads of typescript on a node stack, I suddenly miss the instantanious feedback loop on file save via `nodemon` for basic scripts and `mocha --watch --reporter min` for tests.
Using phpunit, I currently have to rerun the test manually whenever I feel like. Which now feels so annoying. Cause I didn't know besser.
Now I was searching for something similar in php and I find answers[1] pointing me to use either set up some npm hooks or set up gulp task or to use pywatch. phpstorm also is supposed to support file watchers and run test on every save, yet setting them up feels clunky.
[1] http://stackoverflow.com/questions/...1 -
I have an interview with one of the big 4 in 2 weeks.
The post is for a java dev, they contacted me even though I'm a PHP dev.
I know the interview questions will be in java... What do I do??? :-(
I worked with java for the last time 2 years ago...22