Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stuffihavemade
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stuffihavemade
13y ago
You know that Walmart, and gas stations, and bodegas sell these already right? That's why this is a bad idea. Not only is this less anonymous from buying from Walmart, but it's more expensive as well.
2.
▲
by
stuffihavemade
13y ago
To expand a bit on with tikhonj is saying, consider the type signature of map: map :: [a] -> (a -> b) -> [b] In an implementation of map with this signature, the only way to get a list of b's is to use the function passed in. So
3.
▲
by
stuffihavemade
13y ago
Almost no-one really needs to write code like your “bad” example today, and even if they do, it’s the sort of thing you only do once and wrap up in your own library so you can reuse exactly the ideas you need and optimise it using the same
4.
▲
by
stuffihavemade
13y ago
Have you experimented with typed channels ( http://doc.akka.io/docs/akka/snapshot/scala/typed-channels.h... ) at all? I've played around with them, and they seem to work pretty well, but don't seem to compose with the other "extensions" (e.
5.
▲
by
stuffihavemade
13y ago
So, I just tried this out. I think it would be a lot more user friendly if you could see what "spells" are available when making a new spell (i.e. have auto completion in the text editor). It's a pain to have to look at the spell book, and
6.
▲
by
stuffihavemade
13y ago
That wouldn't do anything. If it's readable, it could be OCR'd.
7.
▲
by
stuffihavemade
13y ago
So, does this mean meteorite ( http://oortcloud.github.com/meteorite/ ) is now obsolete?
8.
▲
by
stuffihavemade
13y ago
Plus, who's to say he wouldn't have cashed out at some point during the downward spiral in the 90's?
9.
▲
by
stuffihavemade
13y ago
How does that work zoning wise?
10.
▲
by
stuffihavemade
13y ago
It's absolutely insane if they are using Mongo as their source of truth (and not say some kind of caching layer). If there is one thing that should be ACID, it's financial transactions.
11.
▲
by
stuffihavemade
13y ago
If they can sell successfully at that price point, I'd consider starting a competitor and undercutting them.
12.
▲
by
stuffihavemade
13y ago
You could use PATCH instead (which Rails will be using in 4.0).
13.
▲
by
stuffihavemade
13y ago
No, POST for create and PUT for update is correct. PUT is supposed to be idempotent.
14.
▲
by
stuffihavemade
13y ago
How about the most important concept, http://en.wikipedia.org/wiki/HATEOAS ?
15.
▲
by
stuffihavemade
14y ago
Did/have you considered making this into a native application? I can see this competing with fireworks, but not if it's web based.
16.
▲
by
stuffihavemade
14y ago
Ah, I see. I stop by seaside.st every once and a while, and it doesn't seem to have been updated with any new news for a long time. It would be cool to mention some of these developments on its front page.
17.
▲
by
stuffihavemade
14y ago
Is Seaside still being developed? Seems that it died out with DabbleDB being bought up and the take over of the client side js frameworks.
18.
▲
by
stuffihavemade
14y ago
"Startups identify with JavaScript. When you’re just starting out, you need to be dynamic. You need to be flexible. You need to be able to bust out a prototype that just works, and you need to be able to change it on a dime without recompil
19.
▲
by
stuffihavemade
14y ago
Just curious, why can't you get a computer? You'd be better off with even a 10 year old model than an iPad, if for no other reason than having a keyboard.
20.
▲
by
stuffihavemade
14y ago
That logo has some major (anti aliasing?) issues on the edges of its letters.
21.
▲
by
stuffihavemade
14y ago
Is there something to try? It looks like you just want my email.
22.
▲
African expats find success in China
(youtube.com)
1 points
by
stuffihavemade
14y ago
|
0 comments
23.
▲
by
stuffihavemade
14y ago
ls -a should be ls -la if you want "maximum information" (not really maximum) Also, ifconfig is deprecated.
24.
▲
by
stuffihavemade
14y ago
http://www.haskell.org/haskellwiki/Template_Haskell
25.
▲
by
stuffihavemade
14y ago
What are the advantages to using Meteor over Rails/Django/Express, etc., for a dating site? Sure, the client server model is compelling, but you're giving up not only the Ruby/Python ecosystem, but the Node one as well. Did you consider som
26.
▲
by
stuffihavemade
14y ago
Whoa, you weren't kidding: http://cdn.arstechnica.net/wp-content/uploads/2013/03/city-o...
27.
▲
by
stuffihavemade
14y ago
What do each of these equal? 1) Just 1 >>= \_ -> Just 2 2) Just 1 >>= \_ -> Nothing 3) Just 1 >>= \_ -> Nothing >>= \_ -> Just 2 4) Just 1 >>= \x -> Just(x+1) 5) No
28.
▲
by
stuffihavemade
14y ago
What stuff are you thinking of specifically? The biggest web time waster to me is the culture of "every site must look unique". Tools like bootstrap mitigate that to an extent, but using them heavily makes your product look amateurish. On t
29.
▲
by
stuffihavemade
14y ago
A lot of CRUD apps (especially enterprise ones) are icebergs. From the user's perspective, the application is fairly simple, but there is a ton of business logic behind the scenes. Something like Rails provides an easy way to serve the "rea
30.
▲
by
stuffihavemade
14y ago
Thanks for the clarification. I actually watched "objectified" - http://player.vimeo.com/video/50944978 today, a good documentary about industrial design.
More ›