machinagod | 9 years ago | on: Sega Saturn CD Cracked after 20 Years
machinagod's comments
machinagod | 10 years ago | on: Amazon will reportedly soon sell its own private-label groceries
machinagod | 10 years ago | on: Amazon open-sources Ion – a binary and text interchangable, typed JSON-superset
machinagod | 10 years ago | on: Amazon open-sources Ion – a binary and text interchangable, typed JSON-superset
It's particularly interesting to see the fixes and improvements from the actual open source cleanup effort getting to (many) Internal production services.
machinagod | 12 years ago | on: AmazonFresh Has Launched in Bay Area
The packs are also cold-keeping, so I wonder if that makes the paper-bag alternative moot.
machinagod | 12 years ago | on: The Nacho Dorito
Putting theories behind food appreciation, like Vanishing Caloric Density, the Umami flavor (MSG, garlic and Friends) and flavor familiarity (vanyloids are present in breast milk) - on the context of foods your familiar with, changes your perspective when you're tasting any kind of food, allowing you to deconstruct what are you experiencing: "Ho, I like this because it's greasy, and it salty, and it has loads of umami from the garlic".
It allowed me to deconstruct a common action, changing it from an immediate appreciation to a more rational, pondered thought process.
machinagod | 12 years ago | on: Wine 1.6 Released With 10,000 Changes
Raw sockets in Windows (I've used them a couple of years back...)
machinagod | 12 years ago | on: Monocle
As a note though, I opened the link because I thought it was related to Monocle magazine (http://monocle.com/) which also provides high quality content (albeit not community-sourced). Maybe reviewing the name is in order?
Edit: phrasing
machinagod | 12 years ago | on: Tesla: It's faster to 'recharge' electric car than pump gas
An automobile network that's also owning their "refueling" network concerns me with the usual lock in concerns. What'd append when other brands want to offer the same service? A multitude of recharge posts all accross the land space each under their car brand flag? Figuring that there's only tesla and ford on this city, instead of the Nissan charging station that I need?
This particular solution seems very specific to Tesla (or even only model S), is there any standard or independent initiative for battery-exchange stations?
machinagod | 12 years ago | on: Effective Technical Leadership
- Unless your SURE you have the time, do not put the technical task onto yourself, try to redirect.
I've made that blunder over and over again: saying "heh, I'll hack this little bit up tomorrow", and in the middle of planning, helping other people and so forth you postpone, losing the blocked developers attention and focus.
Other than that, great write-up on my job description :)
machinagod | 13 years ago | on: Tests Are Overhyped
machinagod | 13 years ago | on: How cork is made
machinagod | 13 years ago | on: How cork is made
For wines that lose their primary characteristic when aged (think fruity, fresh wines, normally whites) a screw top is the way to go, for something you want to keep in your cellar and let it evolve a bit till is just right, I'll take cork every day.
As a sidenote, cork was one of the main components of the Space Shuttle's insulation (http://www.nytimes.com/1981/11/03/science/shuttle-s-cork-fro...) [and yes, I'm from Portugal, you can all blame us for the Columbia...]
machinagod | 13 years ago | on: MVC, MOVE - Or Simply A State Machine?
We decided to model the whole UI transition flow into DFA's, using events from the touchscreen (pre-processed) as inputs. The state machine is modelled with boost::statechart, which has proven to live to it's thread-safe reputation.
The jump in development speed and the absence of flow bug is nothing short of remarkable from this experiment.
Although I pushed for it, I was a bit fearful that the formality would make developers resist the architecture, but I'm pleasantly surprised the opposite has happened!
...but, we haven't launched yet, so, fingers crossed. :)
EDIT: Added plug to boost. Boost is awesome.
machinagod | 13 years ago | on: Leadership, Strategy and Qt
machinagod | 13 years ago | on: Leadership, Strategy and Qt
This statement doesn't seem correct to me. Nokia has a vast amount of research on mobile UX, even from before Apple joined the play, probably as no one other company. As a (stellar) example, check out Jan Chipchase's work (http://janchipchase.com/) with a ton of in-loco research on mobile phone usage, and many research papers presented - with a particular focus on the non-developed world.
In my opinion Nokia suffered from big-company chronic slowness: the current cash-cow was still providing the income, hence all future investment was unfocused, under-funded.
PS: A nice question is still how much/if any of the investment of Nokia in the undeveloped world will still be able to bring some returns. Windows Phone completely eschews that...
machinagod | 13 years ago | on: Microsoft Introduces New "Surface" Tablet
machinagod | 14 years ago | on: Small teams are dramatically more efficient than large teams
(This does match my experience. 40+ teams simply accomplishing less and less than a very small, co-located or constantly in contact team).
machinagod | 14 years ago | on: All Maps in China are Transformed
I'm not questioning the advantage (in my view it's a small roadblock if you're motivated enough to actually get the data) just stating an inane regulation...
machinagod | 14 years ago | on: All Maps in China are Transformed
- The map data is scrambled (GPS coordinates are encrypted). - To correlate a GPS position with the map data, you plug the HW position through an encryption library (which you have to compile in a specific government building in Beijing). - Border drawing is strongly regulated: no border line between Mainland China and Taiwan, Tibet is of course China, South East Asia Islands can't have border lines drawn and Kashmir is a big thing also with border lines. - You can't show pure GPS coordinates - You can't include a number or POIs in your map (mostly government buildings/facilities).
As a note, India as a certain degree of insanity as well: You can't export a map. Launching a PND there involved shipping a bunch of map technicians there to actually make sure we never got a map outside of India...
Cheers, R