Skip to content

Commit

Permalink
link agg
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jan 20, 2024
1 parent 12ea839 commit a5ab783
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _footer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<hr />

Join our [irc #pico.sh on libera](https://pico.sh/irc) or email us
at [~erock/pico.[email protected]](mailto:~erock/[email protected]).
Join our [irc #pico.sh on libera](https://pico.sh/irc) or email us at
[~erock/pico.[email protected]](mailto:~erock/[email protected]).

Be sure to subscribe to our [rss feed](/rss) to get the latest updates at team
pico.
34 changes: 34 additions & 0 deletions rfc-link-aggregator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: RFC A link aggregator service
date: 2024-01-20
---

We want to create a link aggregator service that can only be accessible via SSH.
Think hacker news but authentication and authorization happens via SSH.

The trick is making it usable.

Here's how we imagine it could work:

- User initiates an SSH tunnel to links.sh (imaginary name)
- links.sh launches a dedicated web server for that user
- This allows the user to access links.sh from localhost
- We automatically authenticate and authorize the user accessing links.sh
- User can read, comment, and post articles

We would also create an SSH app to allow the user to easily submit links without
having to setup an SSH tunnel

```bash
ssh links.sh post https://bower.sh/front-end-complexity
```

How does this differentiate from existing link aggregators? Well, this will not
be widely accessible because users need to understand how to use SSH. There will
also prevent mobile users. In fact, we will not build a mobile friendly version
of the website.

Our hypothesis is that mobile access to a link aggregator degrades discussion.

This will be an exclusive service for hackers: a safe haven for us to relish in
our own intrigue. Steeped in our exclusive discussion.

0 comments on commit a5ab783

Please sign in to comment.