home.social

#danu — Public Fediverse posts

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

  1. #fledger #danu #decentralized #p2pinbrowser #webrtc

    Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)

    I'm also working on creating a simple to use npm library for danu. So you can do something like:

    ```
    node = await DaNode.from_default();
    let home = await node.get_page("/");
    // home is the content of the landing page now
    ```

  2. #fledger #danu #decentralized #p2pinbrowser #webrtc

    Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)

    I'm also working on creating a simple to use npm library for danu. So you can do something like:

    ```
    node = await DaNode.from_default();
    let home = await node.get_page("/");
    // home is the content of the landing page now
    ```

  3. #fledger #danu #decentralized #p2pinbrowser #webrtc

    Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)

    I'm also working on creating a simple to use npm library for danu. So you can do something like:

    ```
    node = await DaNode.from_default();
    let home = await node.get_page("/");
    // home is the content of the landing page now
    ```

  4. #fledger #danu #decentralized #p2pinbrowser #webrtc

    Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)

    I'm also working on creating a simple to use npm library for danu. So you can do something like:

    ```
    node = await DaNode.from_default();
    let home = await node.get_page("/");
    // home is the content of the landing page now
    ```

  5. #fledger #danu #decentralized #p2pinbrowser #webrtc

    Took up some work on fledger/danu - cleaned up once more the way it connects to other nodes. It's incredible how many things can go wrong when doing decentralized systems :)

    I'm also working on creating a simple to use npm library for danu. So you can do something like:

    ```
    node = await DaNode.from_default();
    let home = await node.get_page("/");
    // home is the content of the landing page now
    ```

  6. Today I released version 0.10.0 of #danu, the #decentralized system running in your browser! The biggest changes are:

    - cleaned up the networking layer - instead of 1Mbps continuous traffic it's around 1kbps
    - fixed a lot of bugs, e.g., not deleting your private key anymore :)
    - code cleanup

    Check it out here: danu.li

    One of the reasons I released a new version is that I want to use it for another project. Looking forward to use danu as the storage layer!

  7. #Danu #Fledger That was quite some cleanup session for Danu/Fledger:

    - reduced idle network load by about 95% to 500Bps
    - cleanup of all my modules to follow the new templates
    - fixed a bug where pointing to a page deleted the private keys (oupsi)
    - more regressions - I really need to add some tests there
    - nicer logging in the CLI
    - more fixing of the WebRTC (Dis)Connection - now it also works in Helium...

    danu.li

  8. #Danu #Fledger That was quite some cleanup session for Danu/Fledger:

    - reduced idle network load by about 95% to 500Bps
    - cleanup of all my modules to follow the new templates
    - fixed a bug where pointing to a page deleted the private keys (oupsi)
    - more regressions - I really need to add some tests there
    - nicer logging in the CLI
    - more fixing of the WebRTC (Dis)Connection - now it also works in Helium...

    danu.li

  9. #Danu #Fledger That was quite some cleanup session for Danu/Fledger:

    - reduced idle network load by about 95% to 500Bps
    - cleanup of all my modules to follow the new templates
    - fixed a bug where pointing to a page deleted the private keys (oupsi)
    - more regressions - I really need to add some tests there
    - nicer logging in the CLI
    - more fixing of the WebRTC (Dis)Connection - now it also works in Helium...

    danu.li

  10. #Danu #Fledger That was quite some cleanup session for Danu/Fledger:

    - reduced idle network load by about 95% to 500Bps
    - cleanup of all my modules to follow the new templates
    - fixed a bug where pointing to a page deleted the private keys (oupsi)
    - more regressions - I really need to add some tests there
    - nicer logging in the CLI
    - more fixing of the WebRTC (Dis)Connection - now it also works in Helium...

    danu.li

  11. #Danu #Fledger That was quite some cleanup session for Danu/Fledger:

    - reduced idle network load by about 95% to 500Bps
    - cleanup of all my modules to follow the new templates
    - fixed a bug where pointing to a page deleted the private keys (oupsi)
    - more regressions - I really need to add some tests there
    - nicer logging in the CLI
    - more fixing of the WebRTC (Dis)Connection - now it also works in Helium...

    danu.li

  12. So I need to do some quick QRCodes, and thanks to @gabe_sky and #danu / #fledger, I can quickly get a qrcode without any ads:

    danu.li/#web/qrcode

    Lately I also wanted to check out some HTML code, and the easiest way that came to mind was to create a new page on danu. It even worked :)

    #web3 for real...

  13. So I need to do some quick QRCodes, and thanks to @gabe_sky and #danu / #fledger, I can quickly get a qrcode without any ads:

    danu.li/#web/qrcode

    Lately I also wanted to check out some HTML code, and the easiest way that came to mind was to create a new page on danu. It even worked :)

    #web3 for real...

  14. So I need to do some quick QRCodes, and thanks to @gabe_sky and #danu / #fledger, I can quickly get a qrcode without any ads:

    danu.li/#web/qrcode

    Lately I also wanted to check out some HTML code, and the easiest way that came to mind was to create a new page on danu. It even worked :)

    #web3 for real...

  15. So I need to do some quick QRCodes, and thanks to @gabe_sky and #danu / #fledger, I can quickly get a qrcode without any ads:

    danu.li/#web/qrcode

    Lately I also wanted to check out some HTML code, and the easiest way that came to mind was to create a new page on danu. It even worked :)

    #web3 for real...

  16. @sebsauvage @gabe_sky absolutely - but #danu first needs to learn how to load a script from the DHT :)

    Currently it only knows how to show a page from the DHT. And only with the statistics around.

  17. @sebsauvage @gabe_sky Hmm - that's in fact a good point - I'll have to add script-loading from #danu itself! So it's all contained...

    danu.li/#web/qrcode

  18. #Danu Page editing is here! Now you can create your own page and keep it in the DHT of Danu. I created a page here, directly in the browser:

    danu.li/#web/ineiti

    TLDR: I'm writing a decentralized system running in your browser. It uses WebRTC to connect to other browsers and fixed nodes. You can store data in the system, for example webpages.
    But only people participating in the system can read the pages. I wonder whether it's ycombinator-safe? Probably not...

  19. News from #danu! As it is used in a semester student project, I'm trying very hard to get it nice. Over the last week I cleaned up the WebRTC communication, and the way the DHT-storage communicates between the nodes. And I also found out that the tests failed, but that my github workflow still passed :(

    So now it connects much faster, and the time to first page is about 4 seconds, instead of 30 seconds.

    Leave a message on the Global Chat!

    danu.li

    Next step: creating new pages

  20. Thinking about introducing my 9 1/2 yo to the world of #wuxia films. Especially with #DaNü (female heroes). Thinking about „Hero“ or „Crouching Tiger, Hidden Dragon“ to start with. Any other suggestions? (Have to have a German dub though)

    #film #movie #dvd #bluray #asiancinema

  21. Working on #Danu - I just found out that my #TURN server for #WebRTC didn't have a firewall entry - thanks Firefox for flagging that TURN doesn't work...

    You can check your turn server here:
    webrtc.github.io/samples/src/c

    Now Firefox still complains about something not working with WebRTC. But at least danu.li shows some nodes connected using TURN... At least in Firefox. Chrome only shows "host". Now I don't really know what that means :)

  22. Meet #Danu, the new #Fledger! It can finally share data in a Distributed Hash Table (#DHT), and now it can also update this data! At least on the CLI...
    The first example here is the actual homepage of the system, which is stored in the DHT. I'm so happy this actually works now!

    When you go to:

    danu.li/

    Your browser connects to the other nodes, synchronizes part of the DHT, and then shows the homepage of Danu.

    Coming up: storing your own webpages on Danu!

  23. Meet #Danu, the new #Fledger! It can finally share data in a Distributed Hash Table (#DHT), and now it can also update this data! At least on the CLI...
    The first example here is the actual homepage of the system, which is stored in the DHT. I'm so happy this actually works now!

    When you go to:

    danu.li/

    Your browser connects to the other nodes, synchronizes part of the DHT, and then shows the homepage of Danu.

    Coming up: storing your own webpages on Danu!

  24. Meet #Danu, the new #Fledger! It can finally share data in a Distributed Hash Table (#DHT), and now it can also update this data! At least on the CLI...
    The first example here is the actual homepage of the system, which is stored in the DHT. I'm so happy this actually works now!

    When you go to:

    danu.li/

    Your browser connects to the other nodes, synchronizes part of the DHT, and then shows the homepage of Danu.

    Coming up: storing your own webpages on Danu!

  25. Meet #Danu, the new #Fledger! It can finally share data in a Distributed Hash Table (#DHT), and now it can also update this data! At least on the CLI...
    The first example here is the actual homepage of the system, which is stored in the DHT. I'm so happy this actually works now!

    When you go to:

    danu.li/

    Your browser connects to the other nodes, synchronizes part of the DHT, and then shows the homepage of Danu.

    Coming up: storing your own webpages on Danu!

  26. Cuando acabamos #ElSueñodeDanu al completo surgió la duda: ¿seguimos ampliando este universo con futuras obras? ¿O será más divertido explorar otros ambientes, otras temáticas y personajes?

    ¿Habéis leído ya la conclusión de la saga, "Fuegos de Litha"?

    #mastobook #queleer #danu #kindle #amazonkindle #fantasía #escritores @escritoras #bookcommunity

  27. #LegendaryWednesday: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  28. #LegendaryWednesday: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  29. #LegendaryWednesday: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  30. `#Carman, a powerful figure in #Irish legend, was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the Tuatha Dé Danann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  31. `#Carman, a powerful figure in #Irish legend, was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the Tuatha Dé Danann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  32. `#Carman, a powerful figure in #Irish legend, was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the Tuatha Dé Danann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  33. `#Carman, a powerful figure in #Irish legend, was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the Tuatha Dé Danann, mustered sufficient magic to drive Carman’s sons from the land.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/McDonaghNikki/stat

  34. Nua-#CelticSoulJourney in #Ireland: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.` 
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore
    twitter.com/McDonaghNikki/stat
    On the An Slí Charman-Trail, , County Wexford, photocredit 1. Neu-Kelte

  35. Nua-#CelticSoulJourney in #Ireland: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.` 
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore
    twitter.com/McDonaghNikki/stat
    On the An Slí Charman-Trail, , County Wexford, photocredit 1. Neu-Kelte

  36. Nua-#CelticSoulJourney in #Ireland: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.` 
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore
    twitter.com/McDonaghNikki/stat
    On the An Slí Charman-Trail, , County Wexford, photocredit 1. Neu-Kelte

  37. Nua-#CelticSoulJourney in #Ireland: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.` 
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore
    twitter.com/McDonaghNikki/stat
    On the An Slí Charman-Trail, , County Wexford, photocredit 1. Neu-Kelte

  38. Nua-#CelticSoulJourney in #Ireland: `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.` 
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore
    twitter.com/McDonaghNikki/stat
    On the An Slí Charman-Trail, , County Wexford, photocredit 1. Neu-Kelte

  39. `Outside Leicester rise the Dane Hills, named after the ancestral goddess #Danu and said to be haunted by the fearsome blue-faced Black Annis, a degraded goddess figure who may derive from Danu. #Spring ritual hare-hunting is known in the area.`
    Source: P. Monaghan `Encyclopedia of #Celtic #Mythology and #Folklore`
    twitter.com/NeuKelte/status/16

  40. `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.
    The #TuathaDéDanann sent a bard against #Carman, but he failed to stop the destructive energy of this sorceress. Then a satirist came, but he too failed. Finally the sorceress Bé Chuille cast a spell sufficient to undo Carman’s. Upon hearing that her sons had been killed, Carman died of grief.
    Despite the enmity between the #TuathaDéDanann and the mighty but destructive sorceress #Carman, a great festival was staged in her honor, called the Óenach Carman, whose site has been variously located on the Curragh in Co. #Kildare and on the plains of the River Barrow in the same county, suggesting that she was a force to be propitiated.`
    ---
    RT @McDonaghNikki
    Carman is a #Celtic witch goddess of #Blackmagic . With her 3 sons, Dub (darkness) Dain (violence) Dother (evil) They wreaked havoc and venge…
    twitter.com/McDonaghNikki/stat

  41. `#Carman was said to have been one of the earliest rulers of #Ireland, a mighty but destructive sorceress whose three sons were equally distressing: darkness (Dub), wickedness (Dothur), and violence (Dian). Together they maliciously blighted Ireland’s corn until the people of the goddess #Danu, the #TuathaDéDanann, mustered sufficient magic to drive Carman’s sons from the land.
    The #TuathaDéDanann sent a bard against #Carman, but he failed to stop the destructive energy of this sorceress. Then a satirist came, but he too failed. Finally the sorceress Bé Chuille cast a spell sufficient to undo Carman’s. Upon hearing that her sons had been killed, Carman died of grief.
    Despite the enmity between the #TuathaDéDanann and the mighty but destructive sorceress #Carman, a great festival was staged in her honor, called the Óenach Carman, whose site has been variously located on the Curragh in Co. #Kildare and on the plains of the River Barrow in the same county, suggesting that she was a force to be propitiated.`
    ---
    RT @McDonaghNikki
    Carman is a #Celtic witch goddess of #Blackmagic . With her 3 sons, Dub (darkness) Dain (violence) Dother (evil) They wreaked havoc and venge…
    twitter.com/McDonaghNikki/stat