Live data from Hacker News

In-Flight Entertainment Challenge

blog.mand3l.com

21–30 of 84 posts

Re: In-Flight Entertainment Challenge

#21
post #13

Here’s another challenge: Create fun games to play in these flights. The games available are usually poor and slow. Is it a technical limitation such as too many screens and not enough processing power to go around? Or maybe no good HID (Human Interface Device) controllers? Touch-screens should be okay, especially for turn-based games, but maybe continuously pushing your finger against the screen would make the perso…

The trend is just to have you use an iPad or iPhone with local video and games available from the plane's Wifi. This pretty normal on US shorthaul US flights now, since those things are way better than anything built into the headrest.

The trend is to cut costs on domestic carriers; what you describe is just the excuse. When a flight has both IFE and this "iPad experience," I almost never see anyone using their own device. Even without the IFE, when people are entertaining themselves on their own devices, I'm skeptical that many of them are actually using whatever WiFi-driven entertainment monstrosity is available, as opposed to e.g. predownloaded Netflix content or Kindle books. In my experience it has never worked very well.

Re: In-Flight Entertainment Challenge

#22
post #11

Here’s another challenge: Create fun games to play in these flights. The games available are usually poor and slow. Is it a technical limitation such as too many screens and not enough processing power to go around? Or maybe no good HID (Human Interface Device) controllers? Touch-screens should be okay, especially for turn-based games, but maybe continuously pushing your finger against the screen would make the perso…

I was on a Japan Air flight about 10 years ago that had Street Fighter 2. It was on a crappy remote controller with vaguely SNES colored buttons. It was alright but your finger would inevitably slip and hit a game exiting button by mistake. Still, it’s got to the be the most niche SF2 port ever made. Probably easy openings for the top spot.

Compete with fellow travelers. Game players and observers.

Travel socially+locally connected.

Re: In-Flight Entertainment Challenge

#25
post #15

Earlier quoted context omitted.

>I don't think adding a nice controller and cool games to play would be prohibitedly expensive. Everything like that on an aircraft (nice controller) has to be certified for every specific type, etc. Lots of process, paperwork, testing, etc.

I used to fly on planes that had “fancy” controllers - they had lots of buttons (full QWERTY keyboard, ABXY and d-pad, special buttons for controlling the lights and calling the attendants, etc.) and slotted into a latched recess right below the IFE. Something like this: https://www.vecteezy.com/photo/11024929 There’s no analog stick and the ergonomics aren’t that great, but it’s definitely usable as a controller.

Yes, it used to happen. I think though, that the trend of providing just wifi and the customer supplies their own device will spread. It's cheaper.

Re: In-Flight Entertainment Challenge

#27

Here's a fun idea: ML model which takes an image of a UI (or mockup e.g. Figma) and recreates that UI in code. The ML model would infer callback/binding names, and any missing info like resize constraints, text / images / icons, buttons, etc.

Already somewhat possible. At least the UI generation part. Someone over on the r/chatgpt had a post where they took a SVG exported layout of a web UI and pasted the SVG markup in chatgpt. The prompt just asked it to convert svg into html divs. It in return generated the necessary html and css. Which came out to be remarkably identical to the original SVG. Amazing. Maybe with a little effort, someone could even get it to generate the callback/bindings.

EDIT: Screencap of the reddit post here: https://i.redd.it/x7yza5pgftna1.png

Re: In-Flight Entertainment Challenge

#28
This is a great idea for a challenge. I generally like to burn an hour or two on a cross country flight making a simple computer simulation. Some good ones include: a triple pendulum, tidal forces, 3 body problem, sand piles, traffic jams...).

The UI actually comes together quite nicely when it is built with a powerful computer. On the low end inflight devices it is always so slow and clunky. A reminder to design for the actual device and not for the MacBook Pro running Figma.

Re: In-Flight Entertainment Challenge

#29
> Rapidly translating UIs into code is a core skill for UX engineers

Maybe I'm confusing the terms, but in our company UX engineers main job is to "figure out" the user flow. It's kinda UI but with mostly boxes (colors, fonts, animations will be added by designers/coders later).

It's closer to product management than programming actually.

Post reply on HN