HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cmicali

no profile record

comments

cmicali
·4 mesi fa·discuss
I agree and appreciate you calling this out.

It’s easy to not understand the impact or meaning of referring to violence in a flip way when one has never had to have experienced it.
cmicali
·12 mesi fa·discuss
I’m glad to see someone else that loves objective-c as much as I do. It is delightful.

It’s a fantastic language and tools. I wish it had had more time to polish, expand, and potentially grow beyond mainly Mac and iOS before swift happened.
cmicali
·3 anni fa·discuss
I bought a machine with a 75Mhz blue lightning "486" as an upgrade to a 386SX/20. It was sold as the budget 486 at the time, and I learned the lesson the hard way that sometimes budget really does mean a lot worse!

Performance wasn't great and compatibility was an issue more than you'd expect.
cmicali
·3 anni fa·discuss
At Sense we make a home energy monitor that provides real-time appliance-level monitoring using machine learning. Hardware is indeed hard as everyone said it would be!

https://sense.com
cmicali
·4 anni fa·discuss
Throttle house did a video on this car over the summer: https://youtu.be/1uqgHZxBE8A
cmicali
·13 anni fa·discuss
Thanks!

Nothing against scala specifically, just using Play-Java (which we are) means you are bound to using sbt and when debugging into play internals you are looking at scala instead of java.

DropWizard is fantastic, will check out rest-express. I think the thing I miss from both that you do get in play (and rails) is the front end templating, assets pipeline, and useful assorted bits tailored to quickly building a html/js/css/api web app.
cmicali
·13 anni fa·discuss
So what is the right java web framework today? Play has gone down the scala route - is there really another rails-like web framework that today that would do what the author is asking?