Explore >> Select a destination


You are here

www.markepear.dev
| | startupnews2018.wordpress.com
6.1 parsecs away

Travel
| | Article URL: https://trixter.oldskool.org/2015/04/07/8088-mph-we-break-all-your-emulators/Comments URL: https://news.ycombinator.com/item?id=16938029Points: 4# Comments: 0 from https://trixter.oldskool.org/2015/04/07/8088-mph-we-break-all-your-emulators/
| | techtldr.com
6.2 parsecs away

Travel
| | 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 [...]
| | www.markepear.com
0.4 parsecs away

Travel
| | [AI summary] The article discusses the phenomenon of users on Hacker News commenting without reading the content, referencing an NPR stunt and a book, while also promoting a developer marketing newsletter.
| | davidbieber.com
18.6 parsecs away

Travel
| If you run this snippet of Python code, it will submit this "Snippet" (the one you're currently reading) to Hacker News. from html.parser import HTMLParser import getpass import requests import time USERNAME = ( '' # Put your Hacker News username here. or getpass.getuser() # (But if you don't, we'll try a sensible default.) ) PASSWORD = ( '' # We'll prompt you for your password, or you can enter it here.