HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by prmoustache

Comment by prmoustache 8 months ago

2 replies

View on Hacker News

A real "brutalist" website for sharing links would just be a txt file with just a list of links and comments, or an html page without any css/style.

apitman 8 months ago

You can browse my website with netcat[0]:

  nc apitman.com 2052 <<< /txt/feed
[0]: https://apitman.com/19/
Reply View | 0 replies
eaplmx 8 months ago

I switched to that setup a few years ago. I keep a text file with all the links plus some metadata, like the date and some tags https://eapl.me/links/links.txt

I also have a few PHP scripts to help me view the links https://eapl.me/links/all_links.php?tag=dev

It’s not the easiest thing to manage, so I'm thinking of more scripts to update or delete old links from the web instead from SSH like I do now.

Reply View | 0 replies