|
You are here |
blog.paoloamoroso.com | ||
| | | | |
alexstechthoughts.com
|
|
| | | | | How To Get On The Frontpage of Hacker News Clarification: I am not advocating a typical voting ring. That is bad. This is a 20-30 minute push to relevance and then step back. I wouldn't get people... | |
| | | | |
ebtech.github.io
|
|
| | | | | Apologies for taking so long to follow up on the probability post. I was floored by its engagement on Hacker News, with over 200 thoughtful comments! I've revised the post to incorporate all your feedback. | |
| | | | |
techtldr.com
|
|
| | | | | One year ago I decided to stop self-promoting this blog. Previously I would spend a lot of time submitting my links to Social Media sites such as Hacker News and Reddit. It was taking up a lot of my time and attention. I even got a warning from Hacker News admin for repeatedly submitting links [...] | |
| | | | |
logr.cogley.info
|
|
| | | Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port. | ||