Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lengarvey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lengarvey
13y ago
I had lots of WiFi issues until I turned off bluetooth. Give it a go!
2.
▲
by
lengarvey
13y ago
There's nothing stopping you from creating extra folders under /app to contain various types of service objects. Personally I have: /app/factories - for classes which create active record objects /app/ser
3.
▲
by
lengarvey
13y ago
You say: "Hey that must suck, is there anything I can do to help?" or if you genuinely can't figure it out ask a question about the bit you don't understand: "Let me get this right, someone stole your car and now yo
4.
▲
by
lengarvey
13y ago
Ignorance my be applied equally but thanks to privilege as a male you can afford to ignore or dismiss those ignorant comments in a way that a person with less privilege may not be able to. As a male you're told by society that you're allowe
5.
▲
by
lengarvey
14y ago
And this common refrain is the shrill cry of someone who hasn't had to manage a Ruby on Rails application. Application libraries are the domain of the developer, not operations. Your job is to give me a stable system for me to deploy on top
6.
▲
by
lengarvey
14y ago
Generally a weasel apology would be: "I'm sorry If I made someone feel bad" Not "I am sorry. I feel terrible that I made someone else feel terrible." Corey's apology did feel nicer, but I don't think that Steve's was a bad apology.
7.
▲
by
lengarvey
14y ago
Why are you thinking about this when you're not even sure that your app will need to run on multiple EC2 regions? This smells like premature optimisation to me.
8.
▲
by
lengarvey
14y ago
No, it isn't bad advice just overly simplified and generalised. The vast majority of companies won't need to face scaling or big data issues, they're too busy going after that next sale to keep their heads above water. There are, however, s
9.
▲
by
lengarvey
14y ago
I wrote a slightly different article: http://bottledup.net/2013/01/10/bundler-and-gemfile/ It focuses on Bundler and your Gemfiles so that people understand not only how to update rails, but their other gems too. Personally I don't like r
10.
▲
by
lengarvey
14y ago
Actually it depends on what your Gemfile looks like. If you've specified the exact version in your Gemfile you'll need to edit it before running `bundle update rails`. This means your Gemfile might look like: gem 'rails', '3.2.10'
11.
▲
by
lengarvey
14y ago
If you're running a relatively new version of Rails (hopefully 3.2.10) you can just goto your app on your dev machine and type: bundle update rails Then commit and deploy in the usual manner. You'll probably experience no issues with your a
12.
▲
by
lengarvey
14y ago
If you have an invite you're able to play in Australia. I don't own an Android but a couple of my friends are playing already. There was an article in the Sydney Morning Herald about the game too but I can't seem to locate the link at the m
13.
▲
by
lengarvey
14y ago
One of the biggest reasons to switch is that Slim supports streaming and Haml doesn't, or at least won't until the next major version. Sources: https://github.com/stonean/slim#slim , https://github.com/haml/haml/issues/436
14.
▲
How to get more customers with less spend
(shoestring.com.au)
1 points
by
lengarvey
14y ago
|
0 comments
15.
▲
by
lengarvey
14y ago
There's a pretty nice transport app called TripView that replaces the horrible cityrail.info and sydneybuses.info timetabling information. Available on Android and iPhone it's pretty much mandatory for anyone in Sydney who catches public tr
16.
▲
by
lengarvey
14y ago
He presented at the recent SydStart event/convention here in Sydney. The crowd was largely skeptical of him and his patents, and he had to cajole the audience into agreeing with him that one of his "inventions" was actually patentable. I fi
17.
▲
by
lengarvey
14y ago
Part of Rails 4.0 will be further pushing the "Russian Doll" caching that 37signals/DHH talks about here: http://37signals.com/svn/posts/3112-how-basecamp-next-got-to... One of the great things I love about Rails 3 is how easy it is to st
18.
▲
by
lengarvey
14y ago
At Airtasker (an Australian competitor) we take the approach that it'ds an open marketplace and both sides need to confirm that the task is complete before money exchanges hands. We've found it's very, very rare that the buyer will "screw o
19.
▲
by
lengarvey
14y ago
I'd say that it's better to start off with installing vundle ( https://github.com/gmarik/vundle/ ) and then whenever you feel like you're having problems doing something like file/buffer navigation, auto-completion or making vim pretty then
20.
▲
by
lengarvey
14y ago
In slight defense of that horrible password practice: You can't really do much with a realestate.com.au account unless you are an Agent (which is a separate account). There's no payment processing, or any way to add content to the site. The
21.
▲
by
lengarvey
14y ago
From which ISP? The quality fluctuates wildly. If its $60 unlimited from a good ISP like iinet then it's a good deal, if it's with TPG or Dodo then it's not worth the hassle.
22.
▲
by
lengarvey
14y ago
This doesn't stop lots of people getting some really cool stuff done. Everyone who has completed something cool presents on the Sunday evening and it's awesome. Generally it's a really well balanced mix of hacking, gaming, socialising and o
23.
▲
by
lengarvey
14y ago
I read that point more as: "You end up being like the people you hang out with". So if you want to be a successful programmer, hang out with other successful programmers. If you want to be a successful businessperson hang out with other suc
24.
▲
by
lengarvey
14y ago
This is measurably untrue. In Australia, for example, the level of playback, or time-shift, viewing is a very low, but increasing, percentage of total TV. Here in Australia we measure using an audio-signature match to track every minute of
25.
▲
by
lengarvey
15y ago
In chrome you can easily view the current source by opening the elements section of Developer Tools.
26.
▲
'Pirating' UK Student to be Extradited to the US
(torrentfreak.com)
1 points
by
lengarvey
15y ago
|
0 comments
27.
▲
by
lengarvey
15y ago
I remember sitting with Chris at a SydJS meetup nearly a year ago and overhearing his plans for minefold. At the time they'd already written a bunch of code but were still very much in "stealth mode". At the time I was blown away by how muc