Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
baal @feddit.de
Posts 2
Comments 5
Free Course Recommendation: The Medieval Icelandic Sagas by the University of Iceland on edX
  • Yeah. It does not go into mythology a lot but I found it a great 10h spent to learn about the cultural background. It covers the era just before and during christianisation of Iceland so it also explains how and why Snorri Sturluson felt the need to write down everything known about norse mythology. Very cool for people like me who are interested in medieval culture but don't have a history/literature degree because it opens up that world.

  • Microcontrollers @lemm.ee baal @feddit.de

    Write-only ATTINY programming through UPDI?

    I have a design that includes an ATTINY424 doing simple logic functions / I2C monitoring.

    From my understanding UPDI is a half-duplex UART. For simple factory programming (no verification or debugging needed), do I need the RX side of the UART or can I just bit bang the programming sequence through a single open-drain I/O of another processor and ignore all responses? (Using an external FET to protect the processor from the possible 12V pulse of an external POD if I decide to use one at some time) Does anyone have experience with that?

    Verification is not required since the functionality of the ATTINY will be fully covered by the HW test.

    0

    Free Course Recommendation: The Medieval Icelandic Sagas by the University of Iceland on edX

    www.edx.org The Medieval Icelandic Sagas

    Learn about the Icelandic Sagas, the characteristic literary genre of Medieval Iceland comprising roughly 40 texts.

    To get started with reading the sagas I can recommend the free course on edX. It gives an introduction into the history of the icelandic sagas and introduces a lot of primary and secondary sources. I took the course a year ago and it helped tremendously.

    2
    Do your part, try not to lurk!
  • Nice! Thanks everyone. I'll be trying the redirector addon the next few days. Noticed something cool. On this post we've got interaction from at least 4 different federated lemmys

    I quite like this new world.

  • Which programming languages do you use?
    • Professionally I mostly work with C (no ++) for bare metal micro-controllers. Basically I'm using it to tie together HW peripherals with some communication library.
    • Python is my one-size fit's all tool for anything that has an OS. Testing, scripting, interfacing, it does it all.
    • I also used to work a bit with Erlang, which is my personal favourite programming language for its pure elegance and resilience.