jmickey | 10 years ago | on: Runnable Sandboxes: Full-stack environments for every GitHub branch
jmickey's comments
jmickey | 10 years ago | on: Runnable Sandboxes: Full-stack environments for every GitHub branch
Bitbucket offers a more favorable pricing policy for development agencies, which would potentially be heavy users of your service.
jmickey | 10 years ago | on: Yann LeCun's comment on AlphaGo and true AI
The coolest part is that there exists a pretty complete simulator for the iCub robot that anyone who is interested can run on their computer - http://eris.liralab.it/wiki/Simulator_README
jmickey | 10 years ago | on: Database versioning best practices
Currently we are using the Toad for SQL tool for producing and applying both schema and data diffs between our development environments, but it's a Windows only tool.
jmickey | 10 years ago | on: Diffoscope: in-depth comparison of files, archives, and directories
jmickey | 10 years ago | on: How to make Selenium tests reliable, scalable, and maintainable
This might be exacerbated by the fact that we use the remote Browserstack Selenium hosting service so that the tests can be executed automatically as a part of our deployment process.
jmickey | 10 years ago | on: How to make Selenium tests reliable, scalable, and maintainable
We have compiled a few tips we learned along the way in our blog post - http://novoit.eu/blog/05-5-tips-when-writing-Selenium-browse...
jmickey | 10 years ago | on: Shred Video (YC S15) Turns Hours of Video into a Montage in Seconds
I would have thought any music you have purchased is only for your personal use and derivative work is not allowed?
jmickey | 10 years ago | on: Google, Microsoft, Mozilla and Others Team Up to Launch WebAssembly
Minification & obfuscation can only do so much without changing the logic of the script. Sure, spaces are removed, variable and function names make no sense, but most of the logic is still there just as the developer intended.
If we look at compiled Java/C++/Any high level language code, how the application logic is presented is substantially different from the original logic of the application. Making it so much harder to understand how the application works.
jmickey | 10 years ago | on: Typedrummer
jmickey | 11 years ago | on: Ask HN: How do you log application events?
We use them for all our apps and have not seen any issues so far. It can be a bit tricky to set up, but once the logging works, it's hassle free from then on. Pricing is also very affordable.
jmickey | 11 years ago | on: Mars: The Planet That Lost an Ocean’s Worth of Water
We don't really know how well presence of oxygen correlates with presence of life yet, do we? :)
jmickey | 11 years ago | on: Is it really 'Complex'? Or did we just make it 'Complicated'? [video]
At the very minimum, the fruits of your labour are useful to your boss/customer. That is already a single positive impact in someone's life right there.
Most likely, your boss/customer then used your developments in their primary business, which, no doubt, affects even more people in a positive way.
I believe being in technology, we have the capability to positively affect many orders of magnitude more people, than in most other industries. So cheer up! ;)
jmickey | 11 years ago | on: Show HN: Meteor Based Multiplayer Ultimate Tic Tac Toe
We actually have one. It is available to users who log in via Facebook at the moment. You earn levels as well as coins. :)
jmickey | 11 years ago | on: Show HN: Meteor Based Multiplayer Ultimate Tic Tac Toe
Thought I'd share our latest project. Feedback and suggestions welcome!
jmickey | 12 years ago | on: Waffle.io
jmickey | 12 years ago | on: Vim3D – A new 3D vi clone [video]
Perhaps developers/statisticians/scientists looking to visualise their data?
jmickey | 12 years ago | on: Show HN: AdminJS, the Backend-Agnostic Administration Framework
jmickey | 12 years ago | on: CoderPad
* I can set interview questions in various languages
* Candidate can write code right away, I can see everything he/she writes
* Code can be executed to see the result right away
* This even works for SQL, they have a sample schema the candidate can manipulate
* They have a fairly large library of questions you can just add to your interviews
* It's completely free as far as I can tell
No affiliation with the site, but it was very useful for me.jmickey | 13 years ago | on: Project Mesos - Twitters take on Google Borg