HN user

camus

1,126 karma
Posts0
Comments931
View on HN
No posts found.

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 Kickstarter. So what risk are you talking about? It has nothing to do with risk, it is fraud.

I'm amazed some unscrupulous company has't abused it to take money with no intention of ever delivering a product.

there are plenty of million dollar fraudulent projects on Kickstarter, they don't care, they have only their reputation to loose.

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 lifespan. Sooner or later Apple is going to come to the realization that they need a touchscreen on the MacBook.

IMHO the Surface Book from Microsoft is a great idea with a beautiful design but poorly executed [1]

I would have expected Apple to come up with this kind of product and phase out both the Macbook Air and the ipad. The Macbook + touchbar seems so half baked I'm not sure why Apple thought it was a good idea.

1: http://www.thespectrum.com/story/life/features/mesquite/2017...

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 cant do? All google services are on Android.

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's all that matters , you pushed Javascript forward, by saying "Dont wait for other to make the stuff you need, do your own stuff and eventually people will wake up and adress your intial issue".

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 is the plateform and the framework , actionscript is the language. I dont really get that hate for ActionScript.

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 time i need to bootstrap an app.

This week I needed a command line script that optimizes image files for different form factors = 30 minutes of work in PHP

I needed the first script to be available to my peers so they can generate basic android crud apps through a web app = 1 hours of work/deployement on an apache server and no need to ask the sys admin for another server.

My point is you can hate PHP all you want it is a great tool that has its place in enterprise envirronement.

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 languages have their advantages,though i find Scala to be a good compromise.

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 purposes.

Ruby,Python or PHP are more suited for scripting tasks(especially Java code generation,i'm writing an Android app generator right now,since i was tired of all the boilerplate : json+php script = Activity classes , resources files , ContentProviders generated in less than 0.2 seconds no matter how many tables I need for my apps,saves me hours of work).

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.

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.

SQL Fiddle 13 years ago

it's the HN effect , one should better web scale before linking one's work ;) nice site though.

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).