home.social

#hosted — Public Fediverse posts

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

fetched live
  1. 𝗦𝗲𝗻𝗱𝘆:

    #Email #Newsletter #Hosted #Sendy

    thewhale.cc/posts/sandy

    Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). This makes it possible for you to send authenticated bulk emails at an insanely low price without sacrificing deliverability.

  2. 𝗦𝗲𝗻𝗱𝘆:

    #Email #Newsletter #Hosted #Sendy

    thewhale.cc/posts/sandy

    Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). This makes it possible for you to send authenticated bulk emails at an insanely low price without sacrificing deliverability.

  3. Recently I had listed Open Source Tools which help me in developing our fedi softwares.

    Today I showed a mobile prototype to Clemens who is in Sweden.
    And so I need to add :digitalcourage: @senfcall 💖
    [and Big Blue Button].

    It was basically enter the link, agree to TOS, reuse our protected room (click 1) and share screen (click 2). By all the heat, it was easy to come together.

    Thank you #senfcall

    #hosted #call #videoconferencing #videoconf #audiocall #sharescreen
    #Videokonferenz

  4. Recently I had listed Open Source Tools which help me in developing our fedi softwares.

    Today I showed a mobile prototype to Clemens who is in Sweden.
    And so I need to add :digitalcourage: @senfcall 💖
    [and Big Blue Button].

    It was basically enter the link, agree to TOS, reuse our protected room (click 1) and share screen (click 2). By all the heat, it was easy to come together.

    Thank you #senfcall

    #hosted #call #videoconferencing #videoconf #audiocall #sharescreen
    #Videokonferenz

  5. Fox to air new series on King David, hosted by actor Zachary Levi

    misryoum.com/us/trending-now/f

    The first episode of “David: King of Israel,” a new four-part Fox Nation docudrama, premieres on Thursday, offering a dramatic reenactment of the biblical coming-of-age story of King David that provides relevant lessons in a time of conflict, actor...

    #Fox #air #new #series #King #David #hosted #actor #Zachary #Levi #US_News_Hub #misryoum_com

  6. Fox to air new series on King David, hosted by actor Zachary Levi

    misryoum.com/us/trending-now/f

    The first episode of “David: King of Israel,” a new four-part Fox Nation docudrama, premieres on Thursday, offering a dramatic reenactment of the biblical coming-of-age story of King David that provides relevant lessons in a time of conflict, actor...

    #Fox #air #new #series #King #David #hosted #actor #Zachary #Levi #US_News_Hub #misryoum_com

  7. 𝗦𝗲𝗻𝗱𝘆:

    #Email #Newsletter #Hosted #Sendy

    thewhale.cc/posts/sandy

    Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). This makes it possible for you to send authenticated bulk emails at an insanely low price without sacrificing deliverability.

  8. Mal eine Frage zu #hosted Storage:

    Ich befinde mich aktuell auf der Suche nach einem guten Anbieter für die Familie, da ich die Verwaltung und Updates nicht selber machen möchte. Ich habe mir dabei sowohl #Nextcloud als auch #openCloud angesehen und eigentlich brauche ich nur die Funktionen von openCloud.

    Aber gibt es da irgendwelche sinnvollen Hoster?

    Ich habe ein paar gefunden, die nehmen dann aber 30€/Monat für unter 1TB. Bei Nextcloud gibt es das für 5€/Monat. Was ist da los?

  9. As fascism descends, you are going to need easy to access and use alternatives to Big Tech (aka Fascist Tech).

    So maybe bookmark the Chatons collective site initiated by our friends at Framasoft with hosted versions of free-software services for collaborative writing, video conferencing, scheduling appointments, collaborative spreadsheets, file sharing, picture sharing, etc.

    entraide.chatons.org/en/

    #chatons #framasoft #alternatives #SmallTech #BigTech #technoFascism #selfDefense #tools #tech #collaborativeWriting #videoConferencing #scheduling #collaborativeSpreadsheet #fileSharing #pictureSharing #postItBoard #linkShortener #secureTextShraing #hosted #online #web

  10. As fascism descends, you are going to need easy to access and use alternatives to Big Tech (aka Fascist Tech).

    So maybe bookmark the Chatons collective site initiated by our friends at Framasoft with hosted versions of free-software services for collaborative writing, video conferencing, scheduling appointments, collaborative spreadsheets, file sharing, picture sharing, etc.

    entraide.chatons.org/en/

    #chatons #framasoft #alternatives #SmallTech #BigTech #technoFascism #selfDefense #tools #tech #collaborativeWriting #videoConferencing #scheduling #collaborativeSpreadsheet #fileSharing #pictureSharing #postItBoard #linkShortener #secureTextShraing #hosted #online #web

  11. I had rented a from @beasts on a month by month basis. After just under a month of playing I decided I didn’t want to continue the subscription as I didn’t really have a use for it. I emailed them to cancel the subscription.

    I got confirmation the same day, a small credit note (wasn’t expecting that) and an email discussion about what other services I might buy from them.

    Read about their simple cancellation policy here

    mythic-beasts.com/blog/2024/10

  12. I had rented a #hosted #RaspberryPi from @beasts on a month by month basis. After just under a month of playing I decided I didn’t want to continue the subscription as I didn’t really have a use for it. I emailed them to cancel the subscription.

    I got confirmation the same day, a small credit note (wasn’t expecting that) and an email discussion about what other services I might buy from them.

    Read about their simple cancellation policy here

    mythic-beasts.com/blog/2024/10

  13. For the person who asked, I believe my #instance is #hosted on a #server in #Portugal. I’m just waiting for verification on that.

  14. id like to share some details about how my app works so you can discover/give me feedback on my app. id like to have wording in my app to say something like "most secure chat app in the world"... i probably cant do that because it doesnt qualify.

    github.com/positive-intentions

    positive-intentions.com/blog/i

    im not an expert on #cyberSecurity. im sure there are many gaps in my knowlege in this domain.

    using #javascript, i initially created a fairly basic #chatApp using using #peerjs to create #encrypted #webrtc #connections. this was then easily enhanced by exchanging additional #encryption #keys from #cryptography functions built into browsers (#webcrypto api) to add a redundent layer of encryption. a #diffieHelman key #exchange is done over #webrtc (which can be considered #secure when exchanged over public channels) to create #serverless #p2p #authentication.

    - i sometimes recieve feedback like "javascript is inherently insecure". i disagree with this and have #openedSource my #cryptography module. its basically a thin wrapper around vanilla cryptography functions of a #browser (webcrypto api).

    - another concern for my kind of app (#PWA) is that the developer may introduce malicious code. this is an important point for which i open sourced the project and give instructions for #selfhosting. selhosting this app has some unique features. unlike many other #selfhosted #projects, this app can be hosted on #githubPages (instructions are provided in the readme). im also working towards having better support for running the index.html directly without a static server.

    - to prevent things like browser extensions, the app uses strict #CSP headers to prevent #unauthorised code from running. #selfhosting users should take note of this when setting up their own instance.

    - i received feedback the #Signal/#Simplex protocol is great. completely undertsandable and agree, but wonder if im reducing the #complexity by working with #webrtc. while it has its many flaws, i think risks can be reasonable mitigated if the #cryptography functions are implemented correctly. (all data out is #encrypted and all data in is #decrypted on-the-fly)

    - the key detail that makes this approach unique, is because as a #webapp, unlike other solutions, users have a choice of using any #device/#os/#browser. while a webapp can have nuanced #vulnerabilities, i think by #openSourcing and providing instructions for #selfhosting and instructions to #build for various #platforms, it can provide a reasonable level of #security.

    i think if i stick to the principle of avoiding using any kind of "required" service provider (myself included) and allowing the #frontend and the peerjs-server to be #hosted #independently, im on track for creating a #chatSystem with the "fewest moving parts". i hope you will agree this is true #p2p and i hope i can use this as a step towards true #privacy and #security. #security might be further improved by using a trusted #VPN.

    while there are several similar apps out there like mine. i think mine is distinctly a different approach. so its hard to find #bestPractices for the functionalities i want to achieve. in particular #security practices to use when using #p2p technology.

    (note: this app is an #unstable, #experiment, #proofOfConcept and not ready to replace any other app or service. It's far from finished and provided for #testing and #demo purposes only. This post is to get #feedback on the progress to determine if i'm going in the right direction for a secure chat app)

  15. id like to share some details about how my app works so you can discover/give me feedback on my app. id like to have wording in my app to say something like "most secure chat app in the world"... i probably cant do that because it doesnt qualify.

    github.com/positive-intentions

    positive-intentions.com/blog/i

    im not an expert on #cyberSecurity. im sure there are many gaps in my knowlege in this domain.

    using #javascript, i initially created a fairly basic #chatApp using using #peerjs to create #encrypted #webrtc #connections. this was then easily enhanced by exchanging additional #encryption #keys from #cryptography functions built into browsers (#webcrypto api) to add a redundent layer of encryption. a #diffieHelman key #exchange is done over #webrtc (which can be considered #secure when exchanged over public channels) to create #serverless #p2p #authentication.

    - i sometimes recieve feedback like "javascript is inherently insecure". i disagree with this and have #openedSource my #cryptography module. its basically a thin wrapper around vanilla cryptography functions of a #browser (webcrypto api).

    - another concern for my kind of app (#PWA) is that the developer may introduce malicious code. this is an important point for which i open sourced the project and give instructions for #selfhosting. selhosting this app has some unique features. unlike many other #selfhosted #projects, this app can be hosted on #githubPages (instructions are provided in the readme). im also working towards having better support for running the index.html directly without a static server.

    - to prevent things like browser extensions, the app uses strict #CSP headers to prevent #unauthorised code from running. #selfhosting users should take note of this when setting up their own instance.

    - i received feedback the #Signal/#Simplex protocol is great. completely undertsandable and agree, but wonder if im reducing the #complexity by working with #webrtc. while it has its many flaws, i think risks can be reasonable mitigated if the #cryptography functions are implemented correctly. (all data out is #encrypted and all data in is #decrypted on-the-fly)

    - the key detail that makes this approach unique, is because as a #webapp, unlike other solutions, users have a choice of using any #device/#os/#browser. while a webapp can have nuanced #vulnerabilities, i think by #openSourcing and providing instructions for #selfhosting and instructions to #build for various #platforms, it can provide a reasonable level of #security.

    i think if i stick to the principle of avoiding using any kind of "required" service provider (myself included) and allowing the #frontend and the peerjs-server to be #hosted #independently, im on track for creating a #chatSystem with the "fewest moving parts". i hope you will agree this is true #p2p and i hope i can use this as a step towards true #privacy and #security. #security might be further improved by using a trusted #VPN.

    while there are several similar apps out there like mine. i think mine is distinctly a different approach. so its hard to find #bestPractices for the functionalities i want to achieve. in particular #security practices to use when using #p2p technology.

    (note: this app is an #unstable, #experiment, #proofOfConcept and not ready to replace any other app or service. It's far from finished and provided for #testing and #demo purposes only. This post is to get #feedback on the progress to determine if i'm going in the right direction for a secure chat app)

  16. [#TRADESHOW] The 44th #Chengdu #International #Jewelry #Exhibition is set to dazzle attendees from August 23-26, 2024, at the Century City New International #Convention & Exhibition #Center. Established in 2001, the Chengdu International Jewelry Exhibition has successfully #hosted forty-three editions, making it the premier jewelry #event in the central and western regions of #China. cnbusinessforum.com/event/44th

  17. [#TRADESHOW] The 44th #Chengdu #International #Jewelry #Exhibition is set to dazzle attendees from August 23-26, 2024, at the Century City New International #Convention & Exhibition #Center. Established in 2001, the Chengdu International Jewelry Exhibition has successfully #hosted forty-three editions, making it the premier jewelry #event in the central and western regions of #China. cnbusinessforum.com/event/44th

  18. Stop using #vultr immediately!

    Vultr's new agreement requires its customers to fork your
    #rights to our apps/software/data/anything #hosted on the Vultr #cloud platform.

    old.reddit.com/r/selfhosted/comments/1bouuv7/warning_vultr_a_major_cloud_provider_is_now/

  19. Stop using #vultr immediately!

    Vultr's new agreement requires its customers to fork your
    #rights to our apps/software/data/anything #hosted on the Vultr #cloud platform.

    old.reddit.com/r/selfhosted/comments/1bouuv7/warning_vultr_a_major_cloud_provider_is_now/

  20. Looking for software alternatives?

    If alternatives.to is to indiscriminate and convoluted for you, you might enjoy switching.software/ - #ethical, easy-to-use and #privacy-conscious #alternatives to well-known #software.

    If you require a digital #service that is specifically #hosted in #Europe, try european-alternatives.eu/

  21. Looking for software alternatives?

    If alternatives.to is to indiscriminate and convoluted for you, you might enjoy switching.software/ - #ethical, easy-to-use and #privacy-conscious #alternatives to well-known #software.

    If you require a digital #service that is specifically #hosted in #Europe, try european-alternatives.eu/

  22. @Liralemur We were happy to meet you, the friendly team, and learn that you all like using ! 👏 Thank you for modelling the latest version of our T-shirts! We believe the language is available: hosted.weblate.org/languages/ Feel free to translate some amazing project while you’re on ! And if you miss anything in Weblate, let us know! Links for all channels are in our profile.

  23. @Liralemur We were happy to meet you, the friendly #checkmk team, and learn that you all like using #Weblate! 👏 Thank you for modelling the latest version of our T-shirts! We believe the language is available: hosted.weblate.org/languages/ Feel free to translate some amazing #libre project while you’re on #Hosted! #YourSoftwareYourLanguage And if you miss anything in Weblate, let us know! Links for all channels are in our profile.

  24. @[email protected] around 20 years ago I had to implement a "central repo + peripheral repos" for multiple unrelated projects (with two-way sync scheduled overnight) with #Subversion #CVS to overcome the "remote repos" being hosted #by "glorified PCs" hosted basically inside closets, with unreliable and unpredictable Internet and power connections #Subversion #CVS #to #overcome #the #"remote #repos" #being #hosted #by #"glorified #PCs" #hosted #basically #inside #closets, #with #unreliable #and #unpredictable #Internet #and #power #xonnections

  25. @[email protected] around 20 years ago I had to implement a "central repo + peripheral repos" for multiple unrelated projects (with two-way sync scheduled overnight) with #Subversion #CVS to overcome the "remote repos" being hosted #by "glorified PCs" hosted basically inside closets, with unreliable and unpredictable Internet and power connections #Subversion #CVS #to #overcome #the #"remote #repos" #being #hosted #by #"glorified #PCs" #hosted #basically #inside #closets, #with #unreliable #and #unpredictable #Internet #and #power #xonnections