-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |