Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
camus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
camus
9y ago
> You have to know, anything crowdfunded is very high risk. People who ordered from Kanoa's site directly didn't "crowdfund" anything, they "pre-ordered" the headphones. They weren't gambling on Kicksta
2.
▲
by
camus
9y ago
> The touchbar is a problem looking for a solution. For the premium they charge for it I fail to see how it returns its value. Perhaps this was innovation for the sake of innovation, but I don't see the touchbar having a prolonged l
3.
▲
by
camus
9y ago
> The touch bar will evolve into a touch screen keyboard. Have you ever tried to type on a touch keyboard without looking at it?
4.
▲
by
camus
12y ago
So you mean patch operations should be atomic right?
5.
▲
by
camus
13y ago
I'll never get ChromeOS. An Os where you cant install anything is useless. Want to use webapps? use a browser,at least on Android I can develop "native apps",run background processes. Tell me what can do ChromeOS that Android
6.
▲
by
camus
13y ago
most ORMs have a query language too, it's not just "Linq". Orms are good for development purposes and you can always do raw SQL queries within ORMs at some point.
7.
▲
by
camus
13y ago
Would you want to live in Russia or China?
8.
▲
by
camus
13y ago
First thanks, Coffeescript saved me days of work. But I can understand , because it's popular , some people feel like they are forced to understand or learn it. Yet you can be proud that Coffeescript influenced the latest ES spec, that
9.
▲
by
camus
13y ago
My point was speed of development deployement,but you're not smart enough to get it whatever language you use.
10.
▲
by
camus
13y ago
Classes without any kind of type checking are worthless imho. I would have prefered implicit interfaces instead of classes.
11.
▲
by
camus
13y ago
Why people dislike ActionScript ? we are talking about the language , not the Flash Plateform. As a language ActionScript is what Javascript should have been ,strict enough for large scale programs , dynamic enough to be written fast. Flash
12.
▲
by
camus
13y ago
Last week i had to create an Android App generator that takes a json manifest and generate Java Models,ContentProviders,activities,resources,unit tests for each Sqlite table in my app = 4/5 hours of work in PHP. days of work saved each
13.
▲
by
camus
13y ago
Irrelevant! these wealthy russians stole anything they could,they did not create any wealth.
14.
▲
by
camus
13y ago
Between writing less code with a text editor and writing loads of verbose code with a powerfull IDE i'd chose the former. How much text processing would you write in Java vs Python/Ruby ? This is a no brainer for me. Dynamic langu
15.
▲
by
camus
13y ago
But Android doesnt run on the JVM, it is not JAVA the plateform.
16.
▲
by
camus
13y ago
Scala is awesome but not a scripting language. Running Scala as script is insane as it takes 1 or 2 seconds to start the JVM/Compile/Execute a fairly large Scala file. You dont want to use that on your server for scripting purpos
17.
▲
by
camus
13y ago
doesnt matter,the jvm takes a lot of resources which is problematic is some situations.raw speed is nothing without the memory footprint or AAA games would be written in java.they are not for a good reason:lack of direct memoy management.
18.
▲
by
camus
13y ago
MSFT could shut down Mono anytime it wants.How many business use mono (to build web apps) in production? Scala,Groovy,Xtend,etc... there is enough languages on the jvm one doesnt have to use any MS related tech.
19.
▲
by
camus
13y ago
node is a mashup between v8 and some C/C++ libs,with a javascript interface. It's not really a framework , i would say node is closer to nginx than rails for instance.
20.
▲
by
camus
13y ago
it's the HN effect , one should better web scale before linking one's work ;) nice site though.
21.
▲
by
camus
13y ago
Yeah,well some startups dont have a legit business model at first place. These laws may be bad but you wont change them by being "disruptive".
22.
▲
by
camus
13y ago
There will always be money for the justin timberlakes, drakes, and britneys. But none for the Nirvanas , Pearl Jams or radioheads.
23.
▲
by
camus
13y ago
Slaves did not get paid for their work too , what's your point? are you ready to code for free ?
24.
▲
by
camus
13y ago
Problem is your ORM might generate 300 fast queries to get 300 records where 1 would be faster than 300. using an ORM make things tricky since you basically surrender most of Db control . Scaling databases is hard,developpers like ORMs , bu
25.
▲
by
camus
13y ago
And that' just the beginning ,a lot of sellers are about to get caught now.
26.
▲
by
camus
13y ago
So can I read my yahoo mails on gmail without having to pay just to read them on my client or what ?
27.
▲
by
camus
13y ago
Yeah , freedom to get "locked in the trunk" some might say.
28.
▲
by
camus
13y ago
> Who would have guessed that sending eachother drug through the mail would get you caught by law enforcement. Illegal drug dealing is ... illegal.But you did not know that did you...
29.
▲
by
camus
13y ago
and there is a price to pay for that,it's called debt.
30.
▲
by
camus
13y ago
It's just a hack. If you want to create a triangle you'll either draw it on a CANVAS or use SVG. You just cant for instance, put a text in a triangle easily with CSS today(at least in a cross-browser way).
More ›