Remix.run Logo
Segmented type appreciation corner (2018)(aresluna.org)
65 points by unexpectedVCR 4 days ago | 14 comments
mohsen1 7 hours ago | parent | next [-]

Oh man, making a 7-segment display was my favorite question to ask frontend developers. Eventually turning it into a real clock if they were fast enough. Captures lots of basic CSS positioning, JS timers behavior and general ideas like breaking things into components etc

bsammon 6 hours ago | parent | next [-]

I'm guessing when you say "ask frontend developers" you mean "at job interviews". But I like to think you mean something like "at cocktail parties" or other social situations.

Retr0id 6 hours ago | parent [-]

I'm choosing to imagine a bomb-defusal movie scene, where the protagonist must correct the layout of the countdown timer to save the day.

bsammon 4 hours ago | parent [-]

I'm reminded of Chuck disabling a bomb by surfing to a malware-infested webpage: https://www.youtube.com/watch?v=ddtpyR6WIlY

gedy 5 hours ago | parent | prev [-]

Man where were you at when I was getting asked questions "to see if you've prepared for the interview" with leet code for damned UI frontend positions... I loved answering your type of questions and most companies would not do this for some reason.

mrgriscom 7 hours ago | parent | prev | next [-]

He should add these concept displays from Posy https://www.youtube.com/watch?v=RTB5XhjbgZA

radeeyate 6 hours ago | parent | prev | next [-]

I've been looking for something exactly like this, actually! I'm making a hardware device that is a habit tracker, and the screen will be a few 7 segment displays. Being able to simulate the displays like this is very nice. Also very cool that it displays whatever you type in!

unexpectedVCR 3 hours ago | parent [-]

Yeah, and you can even customize whatever segments the display is showing, even if they're not Basic Latin alphabet or numerals. It's not my website, I posted it to HN because it's something of interest to technology.

Retr0id 7 hours ago | parent | prev | next [-]

Is there any physical hardware that uses the same segmentation scheme?

Edit: I now notice it mentions Spanish trains, although the link 404s

Timwi 5 hours ago | parent [-]

The one that is labeled as “German” is similar to, but noticeably different from, the hardware display actually in use on Berlin underground trains. The real one has proper descenders, and also has narrow i/t/l and wider m/w (that is, it's not monospace). Alas, the provided link 404s as well.

bloqs 7 hours ago | parent | prev | next [-]

Great item. The 16 segment display is just so versatile

a_t48 5 hours ago | parent | prev | next [-]

typing something like "3.141" results in 5 characters rather than 4. Boo!

dang 7 hours ago | parent | prev [-]

We've used the title this post is given on https://aresluna.org/.

(Submitted title was "Not mine, but it's a website where you can use a segment display")

unexpectedVCR 3 hours ago | parent [-]

Thanks for changing the title, though.