Looking for some short term/in-out contract work for at least the next couple of months. I can help take down some old tickets or implement new features on a wide range of projects. Personal ones, small business, saas etc.
Primarily work with Python/Django, have dealt with frontend (angular 1 and a bit of angular 4 now, vue), bits of Node, d3, devops, SQL.
Agreed, they're simple to use, even the 2 lane varieties.
I think the problem is as mentioned, often American ones are much different. It seems more like a free for all circle with a random bunch of roads exiting and entering, with no lanes marked. Also construction obscured the view to the left.
I did come across a few "normal" roundabouts at least, but they either don't exist or are terrible.
Maybe Valve have finished HL3, and are releasing a bunch of things to try out (F2P economy, marketplaces, trading cards, community upgrades, steambox), then if any have heavy backlash, they can just say "Shh guys, here's HL3".
This might be useful for contracts, as well. Editing points and having history, being able to comment on specific parts etc.
Not 100% sure on how to solve the "legally binding" part if the other party declines digital signatures, but it'd be a good way to get the contract written and agreed on.
How much savings did you have? I'm considering doing the same at some point, though my quick glance at index funds makes it seem like I'd get basically nothing. What sort of budget does this afford you?
My least favourite are product titles that are completely unrelated to the use (which is fine), but when titles are modified, it becomes completely pointless:
"Goose - A JS library for 3D graphics" --> "Goose"
Can I emphasize the use of code samples right on the homepage?
As an example, Requests (http://docs.python-requests.org/en/latest/). If you've ever done URL fetching in Python you can immediately see the value and cleanliness of it.
A couple of projects I've come across don't have anything like it, and only have more of an API reference. I understand it may be early days and documentation hasn't yet been a priority, but I really love to see the advantages of the library, particularly if you compare it to the old way of doing things.
If it helps, this type of problem has come up precisely zero times ever. Use a built in function, loop through the array, and if in the future it's running slow, _then_ optimise
Try out fabric, start really, really, really small.
I'll assume you use Git (if not, replace with your workflow). A super simple fabric script might simply be a `git push`. Instead of typing "git push origin master" in order to push to github/bitbucket/wherever, you'd run "fab deploy". Not going to go into the fabric specifics, but deploy() would pretty much just call git push.
Anyway, that may have confused you even more. My point is, start with something incredibly simple. After you've added git push, you can add to your fabfile.py to ssh into the server, and run git pull. Then add in something to run south migrations. Then collectstatic. Eventually you'll build to something that you can simply run, and everything will be updated and all good.
I had that idea a while back (haven't done anything with it). I was thinking more along the lines of separate PIN numbers for ATMs/at checkout. You would set up different PIN numbers on your account (on the bank website), with specific conditions, like transfer limit, time limits, $X allowed per day.
> Card, PIN 1234 -> bank -> access John Smith's account -> access "1234" setting (max transaction of $50 otherwise declined).
> Cart, PIN 2345 -> bank -> John Smith -> 2345 is only valid on weekdays
I originally thought of it as a way for parents to loan kids their cards, give them a temporary PIN to use.
Might make more sense to adapt it into the CVV system (or a new system), where each specific CVV would correspond to a setting you determine. They can be created by you quickly and securely with a bunch of constraints.
But then I realised I had no idea how CCs worked, and assumed I'd either have to get a bank on board, or a CC company to implement it, and gave up.
Aw man, am I the only one who doesn't have this terrible problem of everyone wanting to offer them a job?
I'm sure I'm not doing 100% of what's possible to be able to sit back and pick and choose whether I want the 150k job or the 180k job, but almost all of these "recruiters suck" posts apply to a small minority of people, those near the top of their profession.
Maybe I need a "Do you make shitty weekend projects that end up going nowhere? Let us know" site.
I thought of something similar for game releases, particularly indie games. Didn't want to have to trawl through a bunch of sites to find updates for the.
Also, there was something posted a while back that did music albums, but I think the guy was shutting it down/open sourcing it.
Looking for some short term/in-out contract work for at least the next couple of months. I can help take down some old tickets or implement new features on a wide range of projects. Personal ones, small business, saas etc.
Primarily work with Python/Django, have dealt with frontend (angular 1 and a bit of angular 4 now, vue), bits of Node, d3, devops, SQL.
Github/resume: http://github.com/paimoe/paimoe
Email: hn @ [github username].com