home.social

#decimaltime — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #decimaltime, aggregated by home.social.

fetched live
  1. vous pensez quoi de ma fonction ?
    (pas encore compilée, pas encore testée)

    C'est ma première fonction rédigée depuis mon burn-out en Septembre 2020, soyez indulgent-es svp.

    #Programming #Programmation #C #OSO #SensorWatch #DecimalTime #TempsDecimal #CalendrierRepublicain #CalendrierRevolutionnaire #Romme

    #BurnOutHealingJourney

  2. I needed a little break from a ternary encoded display, so I went back to one of my old favourites. French Decimal Time 🇫🇷.

    As a side note, since it is no longer DST in Europe and I'm the same timezone as the Swatch headquarters 🇨🇭, it's also actually the current valid time in .Beats (a.k.a. Swatch® Internet Time)! 🥳

    #DecimalTime #DecimalWatch #Beats #InternetTime #WristCheck

  3. For some reason I cannot get rid of the idea of having a metric time (a.k.a decimal time) clock as a watch or as a clock.

    Out of everything in the SI (International System of Units), time is the only one that is really integral in our life and yet is not following the decimal system. Everything else (length, mass, electric current, temperature, luminosity,...) follow the decimal system, but time for some reason is still this weird format.

    metric-time.com

  4. How about more time trivia then. So what is the deal with 12 hour clocks if we have 24 hours in a day? Furthermore, why 24 hours? And if they are 24 hours in a day, why are there 60 minutes and 60 seconds? This seems illogical, right? Maybe we should decimalize it, like we did with the metric system!

    #DecimalTime #DecimalWatch #TimeTrivia

  5. Sent the first picture to one of my unicycle friends with the comment, "5:80 already, the day is flying by" and he replied with "True" and the second picture.

    #DecimalWatch #DecimalTime

  6. Today from the #TimeLibrary my article about a quirky #DecimalTime system from the mid-20th century United States.

    But first, how did we wind up with 24 hours in a day anyway? Why are there 60 minutes in an hour? Wouldn't 100 make more sense? Maybe, find out more...

    hs-ny.org/news/decimal-time-in

    #Libraries #Archives

  7. After two weeks with lots of trains (and hence some precision for times being needed) it is nice to go back to the single handed #DecimalWatch

    #DecimalTime

  8. I'm told the time cannot be 7.86 but if that were true, how come both my watches state this.

    #DecimalTime #DecimalWatch

  9. Since my LED watch might have upset people (being slightly misaligned) I'll switch back to this.

    #DecimalWatch #DecimalTime

  10. @moira @jarek No, the seconds are shorter. 1 decimal second is 0.864 SI seconds. 😉

    en.m.wikipedia.org/wiki/Decima

    P.S. Yes today I am acting as "reply guy" but since I regularly wear a decimal watch, display decimal time on my Android phone and also have devices that show Swatch .beats, I'll admit I failed to contain myself. 🤪

    Anyway here is one of my watches with a picture taken at exactly midnight.

    #DecimalTime #DecimalWatch

  11. And since .beats are a decimal system, if you remove the forced timezone that .beats use, you can just read those last four digits as as percentage of the day to two digits and that actually makes them relatively understandable to a low level of resolution for most people. I added this to my README.

    #DecimalTime

  12. In front a terminal prompt on Linux, macOS or other *nix? Want to know the current time in Swatch .beats?

    $ echo -n @; TZ=UTC-1 date "+((%H*60+%M)*60+%S)/86.4" | bc

    I already have my own short shell script for this but just stumbled over this post where the core logic was compacted down to one-liner, which is pretty sweet.

    mstdn.social/@lpbkdotnet/11019

    Their full version is fancier still using figlet and watch to monitor (check it out).

    #SwatchBeats #DecimalTime