Hacker Newsnew | past | comments | ask | show | jobs | submit | leehro's commentslogin

Despite Metroid being my favorite game series, I never played Metroid 2 on the GB. So I'm excited to play a nice modernized version (a la Zero Mission). Also, yes, it runs well in wine :)


Docker ID: dleehr

Really excited to see things built on top of Hypervisor.framework. I work with genomics researchers and I'm always encouraging Docker images for reproducible analyses. Starting workflows on OS X that can scale beyond laptops is really interesting! Thanks!


Looks nice. I loved the README - good concise examples that illustrate why each piece is there.


This is great, particularly the "Update Branch" feature. Prior to that, the only way to update a branch (or a fork for that matter) was to use an external client to merge in upstream changes and push back to GitHub.

I worked on a project with several non-developer users updating content. The web interface works well for simple HTML/CSS changes, but if we developers moved or renamed a file, their forks would immediately be useless. This feature should make that a non-issue.


I kind of wish you could merge or rebase as part of the "Update Branch" feature. I don't allow merging master into the feature branches for any project I manage, I insist that developers rebase their branches before they get merged instead.


Thanks, I'm always wondering if boot2docker is running, this is great to have at a glance.

However, I think the click action is mystery meat. I expect when I click a menu bar item that I get a menu showing more details and actions. The way it works now, one click kills my VM, which is not a great UX for something between a bunch of other status icons.

Also,

> Just click the whale, and you're off to the races.

doesn't really communicate what happens.


+1 for click to result in a dropdown.

Great functionality and information! Just needs a bit of tweaking to the UX.


AMC & IFC are missing.


I have two apps in the iOS app store. One launched in 2009 (Filer) and the other in 2010 (FLAC Player). I've been really lucky that both have done so well, especially 5 years on. I maintain them for major iOS releases and hardware changes, but the little time I have I try to work on new stuff and supporting them. My wife helps with support emails now, which has been a huge help.

Neither app has any server-side components, so they don't cost me anything but squarespace fees for my website and my iOS dev program membership.

Edit: Oh yeah, they're both paid apps and I don't fiddle with the pricing


The Amazon Prime 16:9 versions are not the same as this Simon sanctioned re-release. They predate it by several years.

Edit: found a link for this claim. directv did them http://www.tivocommunity.com/tivo-vb/showthread.php?s=42c992...


This is really interesting technically, a couple tidbits I dug up looking in the mac app bundle:

1. There are a couple of OpenGL shaders in the bundle for converting the screen image to HDTV color space/format (420v.fgsh) and some kind of passthrough.

2. They appear to be using x264 to encode the screen with defaults of 1280x720, 1000kbit, superfast preset. (Defaults.plist)

So on the mac side, they're definitely capturing the screen and sending a streaming video. Not surprising, but the curious part is how they manage to get the iPad to stream in that data over USB. I suppose something like HTTP Live Streaming[1] could work. Place small files into the device's Documents area, and they get streamed. It would be awesome if something else was going on here - like a named pipe.

1. https://developer.apple.com/streaming/


My guess is it's using Apple's version of RNDIS ... iPad becomes a network peer of the Mac and streams video over that network.

But I don't believe that API is public, so I can't know for sure...


s/high end/costly/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: