The best Hacker News stories from Show from the past day

Go back

Latest posts:

Is Google Analytics illegal in your country?

Show HN: Justyourip.com

Show HN: Justyourip.com

Show HN: Stop Putting AWS Credentials in GitHub Secrets

Greetings!<p>I've created a GitHub action that works that allows GitHub Actions to exchange a GitHub token for AWS Access Credentials.<p>I've cultivated a few examples of it in action:<p><a href="https://github.com/saml-to/aws-assume-role-action-examples" rel="nofollow">https://github.com/saml-to/aws-assume-role-action-examples</a><p>I've always found management of AWS Credentials has been a pain. So this setting up this Action works like this:<p>1) A SAML Identity Provider is created in AWS<p>2) A Role in AWS is set up to trust that Identity Provider<p>3) A config file is added to the repository indicating which role can be assumed<p>4) The GitHub Action exchanges the Repo Secret for AWS Credentials using the SAML.to backend for the exchange<p>Let me know what you think! I'm Happy to take questions and comments here or on Gitter:<p><a href="https://gitter.im/saml-to/assume-aws-role-action" rel="nofollow">https://gitter.im/saml-to/assume-aws-role-action</a>

Show HN: Stop Putting AWS Credentials in GitHub Secrets

Greetings!<p>I've created a GitHub action that works that allows GitHub Actions to exchange a GitHub token for AWS Access Credentials.<p>I've cultivated a few examples of it in action:<p><a href="https://github.com/saml-to/aws-assume-role-action-examples" rel="nofollow">https://github.com/saml-to/aws-assume-role-action-examples</a><p>I've always found management of AWS Credentials has been a pain. So this setting up this Action works like this:<p>1) A SAML Identity Provider is created in AWS<p>2) A Role in AWS is set up to trust that Identity Provider<p>3) A config file is added to the repository indicating which role can be assumed<p>4) The GitHub Action exchanges the Repo Secret for AWS Credentials using the SAML.to backend for the exchange<p>Let me know what you think! I'm Happy to take questions and comments here or on Gitter:<p><a href="https://gitter.im/saml-to/assume-aws-role-action" rel="nofollow">https://gitter.im/saml-to/assume-aws-role-action</a>

Show HN: Stop Putting AWS Credentials in GitHub Secrets

Greetings!<p>I've created a GitHub action that works that allows GitHub Actions to exchange a GitHub token for AWS Access Credentials.<p>I've cultivated a few examples of it in action:<p><a href="https://github.com/saml-to/aws-assume-role-action-examples" rel="nofollow">https://github.com/saml-to/aws-assume-role-action-examples</a><p>I've always found management of AWS Credentials has been a pain. So this setting up this Action works like this:<p>1) A SAML Identity Provider is created in AWS<p>2) A Role in AWS is set up to trust that Identity Provider<p>3) A config file is added to the repository indicating which role can be assumed<p>4) The GitHub Action exchanges the Repo Secret for AWS Credentials using the SAML.to backend for the exchange<p>Let me know what you think! I'm Happy to take questions and comments here or on Gitter:<p><a href="https://gitter.im/saml-to/assume-aws-role-action" rel="nofollow">https://gitter.im/saml-to/assume-aws-role-action</a>

A CIA website was out of date about who runs the UK

Show HN: Life calendar – use the concept of Memento mori to embrace every week

Show HN: Life calendar – use the concept of Memento mori to embrace every week

Show HN: Matrix-CRDT – real-time collaborative apps using Matrix as backend

Hi HN! Matrix-CRDT connects the worlds of Yjs [1] (a proven, high performance CRDT) with that of Matrix.org [2].<p>It started as an experiment, asking myself; can we store "state updates of a datastore" in Matrix instead of chat messages? Now, I'm convinced it's actually a really powerful combination to develop real-time, collaborative software.<p>I'm using it for a new project and so far didn't have to write a backend yet. Matrix takes care of a lot of stuff: Authentication, E2EE, federation, hosting, etc. - so I can focus on the client.<p>I love the ideas of Local First [3] software. Personally, I'm convinced the technologies in this ecosystem (CRDTs, etc) are really powerful and can do more to decentralize software than many web3 technologies that currently receive much of the hype.<p>However, it's still early days, so I decided to open source parts that I think will be useful to others (I recently also shared SyncedStore [4])<p>[1] https://github.com/yjs/yjs<p>[2] https://www.matrix.org<p>[3] https://www.inkandswitch.com/local-first/<p>[4] https://www.syncedstore.org

Show HN: Matrix-CRDT – real-time collaborative apps using Matrix as backend

Hi HN! Matrix-CRDT connects the worlds of Yjs [1] (a proven, high performance CRDT) with that of Matrix.org [2].<p>It started as an experiment, asking myself; can we store "state updates of a datastore" in Matrix instead of chat messages? Now, I'm convinced it's actually a really powerful combination to develop real-time, collaborative software.<p>I'm using it for a new project and so far didn't have to write a backend yet. Matrix takes care of a lot of stuff: Authentication, E2EE, federation, hosting, etc. - so I can focus on the client.<p>I love the ideas of Local First [3] software. Personally, I'm convinced the technologies in this ecosystem (CRDTs, etc) are really powerful and can do more to decentralize software than many web3 technologies that currently receive much of the hype.<p>However, it's still early days, so I decided to open source parts that I think will be useful to others (I recently also shared SyncedStore [4])<p>[1] https://github.com/yjs/yjs<p>[2] https://www.matrix.org<p>[3] https://www.inkandswitch.com/local-first/<p>[4] https://www.syncedstore.org

Show HN: Matrix-CRDT – real-time collaborative apps using Matrix as backend

Hi HN! Matrix-CRDT connects the worlds of Yjs [1] (a proven, high performance CRDT) with that of Matrix.org [2].<p>It started as an experiment, asking myself; can we store "state updates of a datastore" in Matrix instead of chat messages? Now, I'm convinced it's actually a really powerful combination to develop real-time, collaborative software.<p>I'm using it for a new project and so far didn't have to write a backend yet. Matrix takes care of a lot of stuff: Authentication, E2EE, federation, hosting, etc. - so I can focus on the client.<p>I love the ideas of Local First [3] software. Personally, I'm convinced the technologies in this ecosystem (CRDTs, etc) are really powerful and can do more to decentralize software than many web3 technologies that currently receive much of the hype.<p>However, it's still early days, so I decided to open source parts that I think will be useful to others (I recently also shared SyncedStore [4])<p>[1] https://github.com/yjs/yjs<p>[2] https://www.matrix.org<p>[3] https://www.inkandswitch.com/local-first/<p>[4] https://www.syncedstore.org

Show HN: Matrix-CRDT – real-time collaborative apps using Matrix as backend

Hi HN! Matrix-CRDT connects the worlds of Yjs [1] (a proven, high performance CRDT) with that of Matrix.org [2].<p>It started as an experiment, asking myself; can we store "state updates of a datastore" in Matrix instead of chat messages? Now, I'm convinced it's actually a really powerful combination to develop real-time, collaborative software.<p>I'm using it for a new project and so far didn't have to write a backend yet. Matrix takes care of a lot of stuff: Authentication, E2EE, federation, hosting, etc. - so I can focus on the client.<p>I love the ideas of Local First [3] software. Personally, I'm convinced the technologies in this ecosystem (CRDTs, etc) are really powerful and can do more to decentralize software than many web3 technologies that currently receive much of the hype.<p>However, it's still early days, so I decided to open source parts that I think will be useful to others (I recently also shared SyncedStore [4])<p>[1] https://github.com/yjs/yjs<p>[2] https://www.matrix.org<p>[3] https://www.inkandswitch.com/local-first/<p>[4] https://www.syncedstore.org

Show HN: A beautiful blog theme with only two requests and less 10KB transfered

Show HN: Pure CSS/HTML C# syntax highlighting without JavaScript

Show HN: Pure CSS/HTML C# syntax highlighting without JavaScript

Show HN: MdSilo – A knowledge silo that runs in your web browser

Show HN: MdSilo – A knowledge silo that runs in your web browser

Show HN: MdSilo – A knowledge silo that runs in your web browser

Show HN: CSS Speedrun – A small game to test and improve your CSS knowledge

< 1 2 3 ... 626 627 628 629 630 ... 829 830 831 >