Viewing profile — LostCharacter
LostCharacter
HN member- Joined
- Mon, Dec 19, 2016, 1:19 PM UTC
- HN karma
- 54
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About LostCharacter
No profile information was provided.
Recent public activity
-
comment
Comment #17706854
I really like this but 2 things: 1) I really wish there was a pause button. 2) Please notify the user that it is using their YouTube account to play music. My YT history has now bl…
-
comment
Comment #14799898
Nice site! I look forward to using it in the future. One thing - when using lastpass to generate a password, it fails to fill the first password and only fills the "repeat" portion…
-
comment
Comment #14796408
So, they (almost) made a Kino? Now, if they can just get it to float on Earth, too...
-
comment
Comment #14789170
If an employee is coming to you with those offers instead of just leaving for the other job, shouldn't that indicate to you that they WANT to stay, but they also want to keep their…
-
comment
Comment #14202494
This reminds me of Thing Explainer by Randall Munroe (of xkcd). Granted, that book uses 1,000 words instead of ~100, I think the concept is pretty much the same. https://xkcd.com/t…
-
comment
Comment #13994923
I have a little bash script I picked up somewhere that uses mankier.com to a similar effect: explain () { if [ "$#" -eq 0 ] then while read -p "Command: " cmd do curl -Gs "https://…
-
comment
Comment #13211194
To prevent a new browser request and to get a formatted version of the raw source in Chrome, you can open up the dev tools, go to sources, find the name of the page, and then click…