jimeh | 7 years ago | on: Time to #DeleteFacebook, Again
jimeh's comments
jimeh | 8 years ago | on: Using git-flow to automate your Git branching workflow
For example, the master branch is only ever updated when a release (or hotfix) branch is merged in to master, at which point you also tag master with the release version. Why do you need both a tag and a branch pointing at the latest release?
Instead of ignoring tags, why not use only tags to define releases? At which point you can get rid of master as defined by Git-Flow, and rename develop to master, so you just have a master branch. If the release process (QA, etc.) is lengthy, by all means create a release branch from master to avoid a change freeze. When ready for release, create the release tag on on the release branch and merge it back into master if needed.
Also the whole "feature/" and "hotfix/" prefixes on branch names feels pointless. Why not just call them all "change branches"? Anything that changes stuff, is a change branch. And how about we enforce descriptive names on branches like "add-2fa-support", "fix-login-issue", "update-font-awesome", and "change-search-behavior"? No prefixes needed and yet the purpose of the branches are perfectly obvious.
If I'm not sounding like a complete idiot here, please do have a look at Git Common-Flow [1]. I'm genuinely interested in hearing your feedback about it. Again, full disclaimer, I am the author of Git Common-Flow.
jimeh | 8 years ago | on: Using git-flow to automate your Git branching workflow
What I'm in favor is is GitHub Flow or anything very similar to it, which just has master and feature branches, nothing else.
jimeh | 8 years ago | on: Using git-flow to automate your Git branching workflow
This is where something like Git Common-Flow [1] tries to fill the gap. Full disclaimer, I'm the author of Git Common-Flow. It was born out of my frustration after one too many arguments about Git-Flow vs GitHub Flow and what GitHub Flow lacks. Common-Flow is essentially GitHub Flow with the addition of versioned releases, optional release branches, and without the requirement to deploy to production all the time.
jimeh | 10 years ago | on: Updates Make Windows 7 and 8 Spy on You Like Windows 10
jimeh | 11 years ago | on: What language/framework would be suitable for a new lightweight API project?
So I'd say, if just want to get a simple CRUD API app out quickly, use Python and Flask or something similar as it's something you already know well. If you wanna use the CRUD API app as an excuse to play with new languages and technologies which will hopefully lead to a expanded skill-set, then go for Go ;)
As for Node.js, if you already know Javascript, it'll fall about 30-40% of the way between using Python that you know and Go that you don't know.
jimeh | 11 years ago | on: What language/framework would be suitable for a new lightweight API project?
However if you wanna play with languages you're less familiar with, I'd recommend Go, or Node.js.
Personally I find Go really interesting as it's quite different from the languages I normally work in, and it's concurrency model makes it performant without being a mindfuck.
Node.js is interesting as it's Javascript, but extremely I/O performant due to it's evented nature, but that also makes concurrency a bit of a mindfuck at times.
Those are my suggestions at least if you're itching to get your toes wet in some new fun languages :)
jimeh | 11 years ago | on: Is Walton Robson, son of founder of Wal-Mart, the richest person in the world?
And also this which has more details: http://www.law.cornell.edu/cfr/text/26/1.958-1
jimeh | 11 years ago | on: Google disables SSL search at BT’s request
Also, BT Wifi tends to log you out every 20 minutes to 6 hours seemingly by random, forcing you login with your credentials again, and this need to re-login is something that OSX never detected.
jimeh | 11 years ago | on: Google disables SSL search at BT’s request
Hence it's probably not got much to do with privacy, and more to do with usability.
If +90% of users just got HTTPS/SSL security warnings from their browsers instead of a BT Wifi login page, they wouldn't be able to use BT Wifi unless they're of the minority who know and understand how HTTP/HTTPS connections work.
jimeh | 11 years ago | on: So You Want to Write Your Own CSV code
Overall I agree with the article, there's no point in reinventing the wheel if there are libraries out there. And CSV specifically is a horribly complex format to deal with. But sometimes rolling your own is the best and/or only choice you have, and you might come out the other end enjoying the experience, and having learned a lot.
As for what happened to my old CSV parser? It ended up being quite popular, but stuck in the dark ages as I'd mostly moved on from PHP years ago. But thanks to a contributor, we've recently put renewed effort into bringing the project in to modern times: https://github.com/parsecsv/parsecsv-for-php
jimeh | 12 years ago | on: Ask HN: How do you remember names?
This isn't a technique I read about somewhere, it's just what my brain has been doing at least since I was 7 and learned how to read and write.
Typically when I try to remember someone's name, I'll see the first letter of their name in my mind and it's enough for me to recall and say/write their name. Other times if I'm having difficulty remembering their name, given some time (5-60 seconds typically) I can generally recall their name by reading the image of their written name I originally memorized. Often this reading is more of a hint towards a the concept of a common name I know of (like Alex, John, Maria, etc) meaning I don't need to recall and read it letter by letter. While if it's a more uncommon or obscure name (like Agnomemnonas, or Urania) I generally have to recall and read it out letter by letter.
Personally I think it ties into the fact that I memorize everything in a visual and three dimensional way.
I tend to have conversations about how people remember names, specially with new people I meet, and as far as I recall, I've only met one person who memorizes names in written form in their head. However a lot of people I've met tend to not remember people's names till they see them written on paper/screen, so they'll try to write people's names down at some point if they don't get a business card with the person in question's name written on it.
jimeh | 12 years ago | on: ShowHN: I built a piggybank to dripfeed a new MacBook
I understand the problem when it comes to saving, and the issue of dipping into savings when you shouldn't. But I really don't see the point in a service like this, at least not personally.
There's three main issues I have with it:
1. Why should I let some random company I don't know or trust keep my savings for me? I would assume you're not a actual bank, so should you go bankrupt there's no government insurance that'd ensure I don't loose my money. And not saying you would, but from my point of view, what's there to stop you from taking the money and run?
2. A charge of 3%. So to save £100 I'd loose £3. If I was saving for a Retina MBP of around £2,500 I'd lose £75.
3. Interest. Ok, sure, banks pay pretty horrible interest, but still, I'm loosing out of money I would otherwise have gotten. I saw your response about working on providing interest somehow in the future, but I'm focusing on the now here :)
When you add it all up, the increased risk of losing all the savings, combined with the loss of money in the 3% charge and lack of interest, personally I really see no point in using your service compared to my bank's savings account.
And ok, it's easy to move money out of my savings account, but it's supposedly easy moving it out your service too. If you were to change that, there might just possibly be some point to it compared to a savings account. Except then you're treading on dangerous legal and/or moral ground if you deny people access to their money, even if they've previously agreed to the terms.
On a final note, I believe the only valuable feature you have to offer is the fact that friends can chip in. If I were you, I'd focus on that feature instead of holding people's cash. Let people set up some kinda campaign page for their new phone/laptop purchase and let family and friends chip in, wiring the money back to the user, rather than you holding on to it. Think of it like a personalized kickstarter mashed with amazon wishlists or something.
<rant>Let little Jimmy Neutron setup a campaign for his wish to get an Xbox One. He's got £200 cash already, which the campaign reflects, then he sends the campaign page to his grand parents, uncles, aunts, etc, and maybe they'll chip in enough so he can get his new console.</rant>
jimeh | 12 years ago | on: Ask HN: How many "self-taught" programmers and how did you do it?
Between the age of 16 and 22 I primarily worked as an IT technician while programming on ever more ambitious projects on my free time. The most ambitious of then was Zynapse, a VERY Rails-like PHP5 framwork I started in 2006. It had i18n and other things from the start, which Rails didn't gain till years later. I never finished though, so uploaded it to Github as-is 4-5 years ago: https://github.com/jimeh/zynapse
When I was 22 and moving to a new city I decided it was time to get paid for programming. Specially since where I was moving to actually had big companies employing programmers, compared to where I used to live there was no local businesses at all hiring programmers. Hence I probably could have started professionally programming earlier if I had easier access to programming jobs.
The first programming job I got was for a Rails shop, so I spent around 10 days familiarizing myself with both Ruby and Rails before they let me work on any real-world projects.
It's now 5 years later, and I live in a much bigger city (London) in another country, and I'm still programming for a living.
As for how I learned to program, it's all been self-taught based on what the internet has to offer in terms of source code, documentation, blog posts, books, and generally just playing around with things to see how it works, and what's the best way to do something.
I should also note that to this day, I haven't actually finished any of the programming books I've started to read. I always end up skimming through them instead to pick a few really interesting things, and then go back to my general goofing-around-for-fun kinda learning style or whatever it might be called.
But as far as I'm concerned you definitely don't need a CS degree or anything fancy to program for a living. I'm sure it helps a lot if you do, but it's definitely not required. You just need to be curious, interested and have some spare time to learn.
P.S. Sorry for not adhering to the 1, 2, 3 structure of your question, I might have gotten a bit carried away :P
jimeh | 12 years ago | on: Genderize.io determines the gender of a first name
This throws an error and gives us a very pretty stack-trace :)
jimeh | 13 years ago | on: Click on the "I" and the "O"
jimeh | 13 years ago | on: Pure Awesomeness
jimeh | 13 years ago | on: Audiogalaxy acquired by Dropbox
I didn't know Audiogalaxy was still around. But it seems the service was arguably better than Google Music and/or iTunes Match though, so it's a real shame see it die like this, with little over 2 weeks notice to it's members.
jimeh | 13 years ago | on: Let's not localize programming languages. Please _
At least we stuck to US English spelling of our custom HTTP "authorization" headers... lol
jimeh | 13 years ago | on: RubyGems.org is down
server can't find rubygems.org: SERVFAIL