Segmented type appreciation corner (2018)

(aresluna.org)

78 points | by unexpectedVCR 4 days ago ago

17 comments

  • mohsen1 a day ago ago

    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 a day ago ago

      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 a day ago ago

        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.

    • gedy a day ago ago

      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.

      • mohsen1 15 hours ago ago

        I hate leetcode type questions. It's like "math Olympia" questions I had to deal with as a kid. Either you have seen the problem (or a variation of it) or there is no way of coming up with a solution under pressure.

  • mrgriscom a day ago ago

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

  • Retr0id a day ago ago

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

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

    • matheusmoreira 16 hours ago ago

      Sensor Watch project gets a lot of mileage out of the Casio F-91W display. People have implemented Chrome's jumping dinosaur game on it. At some point they made a custom LCD that's even more capable.

    • Timwi a day ago ago

      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.

  • radeeyate a day ago ago

    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 a day ago ago

      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.

  • bloqs a day ago ago

    Great item. The 16 segment display is just so versatile

  • a_t48 a day ago ago

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

  • dang a day ago ago

    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 21 hours ago ago

      Thanks for changing the title, though.

  • animanoir a day ago ago

    [dead]