home.social

#independently — Public Fediverse posts

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

  1. The Smithsonian’s federal budget is appropriated by #Congress but disbursed by the Office of Management & Budget, which is controlled by the White House. Under #Trump, #OMB has previously withheld congressionally approved funds….

    Historically, the #Smithsonian, which is a public-private trust of the US govt and overseen by its board of regents, has operated largely #independently —but Trump has showed a new interest in influencing arts & culture during his 2nd admin.

    #law #SevenMountainMandate

  2. The Smithsonian’s federal budget is appropriated by #Congress but disbursed by the Office of Management & Budget, which is controlled by the White House. Under #Trump, #OMB has previously withheld congressionally approved funds….

    Historically, the #Smithsonian, which is a public-private trust of the US govt and overseen by its board of regents, has operated largely #independently —but Trump has showed a new interest in influencing arts & culture during his 2nd admin.

    #law #SevenMountainMandate

  3. The Smithsonian’s federal budget is appropriated by #Congress but disbursed by the Office of Management & Budget, which is controlled by the White House. Under #Trump, #OMB has previously withheld congressionally approved funds….

    Historically, the #Smithsonian, which is a public-private trust of the US govt and overseen by its board of regents, has operated largely #independently —but Trump has showed a new interest in influencing arts & culture during his 2nd admin.

    #law #SevenMountainMandate

  4. The Smithsonian’s federal budget is appropriated by #Congress but disbursed by the Office of Management & Budget, which is controlled by the White House. Under #Trump, #OMB has previously withheld congressionally approved funds….

    Historically, the #Smithsonian, which is a public-private trust of the US govt and overseen by its board of regents, has operated largely #independently —but Trump has showed a new interest in influencing arts & culture during his 2nd admin.

    #law #SevenMountainMandate

  5. The Smithsonian’s federal budget is appropriated by #Congress but disbursed by the Office of Management & Budget, which is controlled by the White House. Under #Trump, #OMB has previously withheld congressionally approved funds….

    Historically, the #Smithsonian, which is a public-private trust of the US govt and overseen by its board of regents, has operated largely #independently —but Trump has showed a new interest in influencing arts & culture during his 2nd admin.

    #law #SevenMountainMandate

  6. The #rosechafer #Cetonia #aurata (#Scarabaeidae) is distributed from Europe to Asia. The #saprophagous #larvae develop over about two years in Central Europe in #soil substrates often under #deadwood. According to R. Beaven et al. (2025), #rectalcomplexes as in C. autata (larvae only) are recycling systems of the #gutcontents and #evolved #independently within Scarabaeideae.

    © #StefanFWirth #Berlin 2025

    Ref
    R. Beaven et al. (2025)
    doi.org/10.1016/j.asd.2024.101

    #Photos
    © S.F. Wirth 2025

  7. The #rosechafer #Cetonia #aurata (#Scarabaeidae) is distributed from Europe to Asia. The #saprophagous #larvae develop over about two years in Central Europe in #soil substrates often under #deadwood. According to R. Beaven et al. (2025), #rectalcomplexes as in C. autata (larvae only) are recycling systems of the #gutcontents and #evolved #independently within Scarabaeideae.

    © #StefanFWirth #Berlin 2025

    Ref
    R. Beaven et al. (2025)
    doi.org/10.1016/j.asd.2024.101

    #Photos
    © S.F. Wirth 2025

  8. The #rosechafer #Cetonia #aurata (#Scarabaeidae) is distributed from Europe to Asia. The #saprophagous #larvae develop over about two years in Central Europe in #soil substrates often under #deadwood. According to R. Beaven et al. (2025), #rectalcomplexes as in C. autata (larvae only) are recycling systems of the #gutcontents and #evolved #independently within Scarabaeideae.

    © #StefanFWirth #Berlin 2025

    Ref
    R. Beaven et al. (2025)
    doi.org/10.1016/j.asd.2024.101

    #Photos
    © S.F. Wirth 2025

  9. The #rosechafer #Cetonia #aurata (#Scarabaeidae) is distributed from Europe to Asia. The #saprophagous #larvae develop over about two years in Central Europe in #soil substrates often under #deadwood. According to R. Beaven et al. (2025), #rectalcomplexes as in C. autata (larvae only) are recycling systems of the #gutcontents and #evolved #independently within Scarabaeideae.

    © #StefanFWirth #Berlin 2025

    Ref
    R. Beaven et al. (2025)
    doi.org/10.1016/j.asd.2024.101

    #Photos
    © S.F. Wirth 2025

  10. The #rosechafer #Cetonia #aurata (#Scarabaeidae) is distributed from Europe to Asia. The #saprophagous #larvae develop over about two years in Central Europe in #soil substrates often under #deadwood. According to R. Beaven et al. (2025), #rectalcomplexes as in C. autata (larvae only) are recycling systems of the #gutcontents and #evolved #independently within Scarabaeideae.

    © #StefanFWirth #Berlin 2025

    Ref
    R. Beaven et al. (2025)
    doi.org/10.1016/j.asd.2024.101

    #Photos
    © S.F. Wirth 2025

  11. #NASA robots 📆 Apr 29, 2025 :

    • A modular system of small #robots and smart algorithms that can #autonomously assemble large-scale structures in #space
    • A team of small lunar rovers designed to operate #independently, navigating and making decisions together
    • A robotic arm system built for #lunar #construction tasks 🏗️
    • A lunar #bulldozer-dump #truck hybrid designed to mine ⚒️ and transport regolith
    nasa.gov/centers-and-facilitie

    #SpaceRobot

  12. 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)

  13. 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)

  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. 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)

  17. #Autonomy refers to the state’s ability to #independently set directions 🧭, define policies ✏️, and #operate 🚀 in the space realm by relying on its own strengths and resources.
    #Europe 🇪🇺 lags behind prominent #SpacePowers in several critical hard capacity macro-areas such as human #SpaceExploration, Space Situational Awareness, and #SpaceControl. The current #European #launcher crisis provides a poignant illustration of the inherent risk of losing 📉 hardcore capabilities. espi.or.at/briefs/europe-as-a-

    Picture : commons.wikimedia.org/wiki/Fil

    #PapaSmurf #ESA