Random Rants
-
Was unfortunate enough to have to spend a good portion of my day in the hospital. Long story short, seems I have some compression of my spinal column that isn't allowing proper circulation of spinal fluid. Been pretty scary, as my vision and equilibrium aren't what they should be. Hoping for an easy solution, but given my history of spinal problems, I'm more than a little concerned
-
-
Damn @jdl1279 that sounds rough. I hope they can sort you out and have you feeling better soon
Sent from my iPhone using Tapatalk
-
When you have to pay for TV-Channels you dont watch or like. Welcome to Germany.
-
When you have a month where Money seems to be going out quicker than it comes in and none of it is on anything great!! Grrrr
-
I feel this pain ^
-
Yeah I have many months like that @spitfiredealer… With a zero balance every month I am essentially a nonprofit with out tax benefits.
Un saludo!
-
Hate buying a new car. You get squeeze in one or both ways - upfront MSRP and backend trade-in.
-
I regret offering my services to other engineers in my office. I got sucked into a failing project, which was designed by new and untrained people. After spending a week fixing the issues, I have to spend another week training the new people, while my own projects have been at a stand-still. I don't mind helping or training people, but I wasn't planning on this being a 2 week commitment. Ugh.
-
I've just been sent a coding test for a potential client. They want me to write a simple native Android slider game app, which looks like this.
It needs to play nice with taps and swipes, and not get screwed up by multitouch. They reckon it should take no more than four hours to do, "but it does need to be finished".
Right…
A quick Google, and I found the source code for something similar on Github. Given the size of the program, I'd estimate that it's about a week's work to write something new from scratch.
The only way that I can do this test in the timeframe specified is if I cheat, at which point the purpose of the exercise is wasted. Or I could offer to write a complete app if they honour the invoice that I'll submit at the end of it.
-
Resistance is futile
-
why not cheat? How do you know they're not checking for your ability to use existing sources with adequate licenses?
I sent in a message with a link to a GitHub repository containing a tile puzzle app, and pointed out:
-
The number of lines of code roughly equated to a week's work.
-
There were multiple checkins per day for three days, and then single checkins per day for a further nine days. That would suggest my estimate is somewhere in the right ballpark, or possible even too low.
Cue angry agent saying that she couldn't submit my response to the client…
I don't have a problem with technical tests provided that they can actually be completed in an hour or two. In fact, a test like this is a negative for a potential client: It implies that they don't have the necessary technical skills to make a feasible estimate of how long a project will take, which could mean unrealistic deadlines; and they don't really care about a candidate's work / life balance.
-
-
Okay. So looking @ the tile puzzle app repo, the license is the standard MIT license; "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software."
You are legally allowed to clone the repo, include the license, make tweaks of your own and go for it. Real world everything is using libraries anyhow. Any half decent company is asking to see if you're going to use existing legal sources…