Hacker News new | ask | show | jobs
by ignoramous 1844 days ago
> Why would people have issues with you simply posting you...went and got a jab? Is there more to the story?

From the tweets now deleted, looks like the internal bookface post in question wasn't all that popular and got roundly criticized.

At least it got 0 upvotes and every single response told him he was wrong. Doesn't seem like he learned his lesson, however it's clear almost nobody else approves of this mentality.

(I think the first one was way worse; he was advocating lying.)

Seems like there's definitely more to it?

https://archive.is/6t7AG

1 comments

Interesting. I can still see these "deleted" tweets when I retrieve JSON from the command line. I do not like using Twitter's user interface, especially the way it uses Javascript, so I wrote a quick shell script called 1.sh to read Twitter without using a graphical web browser.

https://news.ycombinator.com/item?id=27056734

To read the JSON, I have been experimenting with json_reformat from https://github.com/lloyd/yajl

   1.sh > 1.json

   sed -n /{\"data\"/p 1.json|json_reformat|sed  -n -e 's/ *//' \ 
   -e '/created_at/p;/sation_id_str/p;/full_text/p'|grep -B2 full_text|less