Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jackseviltwin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jackseviltwin
3y ago
For EA and other entertainment companies, it's probably not about finding cheap money or growing headcount for its own sake. Cheap money funds more "art." They can try to create new games or movies or tv series and gamble tha
2.
▲
by
jackseviltwin
5y ago
Somnium Guitars [0] also makes guitars with easily hot swappable pickups. They have a mounting system where you can put most pickups into their mounting module and click it into place from the back of the body. It’s still a bit pricey, but
3.
▲
by
jackseviltwin
7y ago
Away | New York, NY | Full-Time, Onsite | https://www.awaytravel.com Away is a modern lifestyle brand creating thoughtful products designed to transform travel. Since our launch in February 2016, we have become one of the fastes
4.
▲
by
jackseviltwin
11y ago
They use the English names in Japan. If you google for the Japanese official websites for these brands or even their products on rakuten.co.jp you'll see the brand names in English.
5.
▲
by
jackseviltwin
11y ago
The Real McCoys, The Strike Gold, Studio D'Artisan. Here's a good introduction on loopwheeled shirts from Japanese repro brands. http://www.heddels.com/2014/03/an-introduction-to-loopwheele...
6.
▲
Coming Home
(wolfvsgoat.com)
1 points
by
jackseviltwin
12y ago
|
0 comments
7.
▲
by
jackseviltwin
13y ago
I took a look at a few of the go rest frameworks and settled on https://github.com/emicklei/go-restful . It seems like it's the most feature complete and mature of the pack. I'm playing around with a go-restfu
8.
▲
by
jackseviltwin
14y ago
What do you do if there are multiple options for the city/state? What if your city happens to not be one of the options you provide? That's why we needed to add an option for the user to fill it in.
9.
▲
by
jackseviltwin
14y ago
For #1, the zip code 42223 spans Christian KY and Montgomery TN. The zip code 97635 spans Lake OR and Modoc CA. 95961 can be the city of Arboga, Olivehurst, or Plumas Lake. The mapping isn't unique. I think the best you can do is restrict y
10.
▲
by
jackseviltwin
14y ago
That's funny, we came to the same conclusions and implemented them for our checkout flow. Here's an example: http://crop.to/fW Combining first/last name into a name field and auto-detecting card type were easy wins for the shopper, but in
11.
▲
by
jackseviltwin
14y ago
I don't know the details of your app but maybe you should consider using ngView in the outer most container, then everything inside the container can pick the appropriate template via ngInclude. That's the path we took in our first iteratio
12.
▲
by
jackseviltwin
14y ago
(Tech lead @ CropUp) In the first iteration, we thought multiple ngViews would have been useful, but it didn't prevent us from achieving the design we wanted. You can use ngInclude to accomplish a similar effect, if you don't need the routi
13.
▲
by
jackseviltwin
14y ago
Sure, try this product: http://crop.to/fW
14.
▲
by
jackseviltwin
14y ago
(I'm the tech lead at CropUp) I'm surprised how well AngularJS has worked for us. Currently, we're using it for the shopping checkout page and also for the merchant dashboard. The dashboard is all driven by AngularJS (using $resource/$http
15.
▲
Show HN: CropUp, Sell your _______ on _______
(cropup.com)
84 points
by
jackseviltwin
14y ago
|
74 comments
16.
▲
by
jackseviltwin
14y ago
Login and go to the settings > plan page: https://circleci.com/account/plans
17.
▲
by
jackseviltwin
15y ago
I've been using GitX for months and it's pretty good, but it still buggy at times. I've been using the GitX (L) fork, since the original GitX doesn't seem to be actively maintained anymore. It's available here: http://gitx.laullon.com/ A
18.
▲
by
jackseviltwin
15y ago
The problem is people with many hundreds or thousands of friends. At that point, your feed gets too unwieldy to read chronologically, or it might scroll by so quickly that in the time you catch up, dozens more have been fed in at the top. F
19.
▲
by
jackseviltwin
15y ago
On the Cedar stack, the slug is still read-only, but the ephemeral filesystem is writable. The slug is what gets deployed on each new dyno spawned. The ephemeral filesystem is the individual file system on each dyno. So a plugin like WP Sup
20.
▲
by
jackseviltwin
15y ago
I like that the author added a section on demystifying the magic involved in how reversible migrations actually work. I like knowing how things actually work behind the scenes. I'd like to see the Rails community put less emphasis on the ma
21.
▲
by
jackseviltwin
15y ago
I use an external monitor at home on my MBA and I used to find it really annoying to resize all my windows every time I connected or disconnected my 24" monitor. Then I found Stay: https://cordlessdog.com/stay/ This $15 app remembers win
22.
▲
by
jackseviltwin
16y ago
I've actually used the app to price match at Best Buy and Pc Richards before. The sales person actually honored the lowest price found on RedLaser. It's saved me hundreds of dollars on HDTVs and home theater equipment.
23.
▲
by
jackseviltwin
17y ago
Also a blog post from the author about Arel here: http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-...