Live data from Hacker News

Show HN: Jless, a command-line JSON viewer

pauljuliusmartinez.github.io

41–50 of 91 posts

Re: Show HN: Jless, a command-line JSON viewer

#41

What are the odds that 3 separate, years-old accounts came out of the woodworks within the last hour to make their only comments of all time to support this post? 3/14 of the only comments as I make this... https://news.ycombinator.com/item?id=30275812 https://news.ycombinator.com/item?id=30280084 https://news.ycombinator.com/item?id=30277488

[deleted]

Re: Show HN: Jless, a command-line JSON viewer

#42
post #32

What are the odds that 3 separate, years-old accounts came out of the woodworks within the last hour to make their only comments of all time to support this post? 3/14 of the only comments as I make this... https://news.ycombinator.com/item?id=30275812 https://news.ycombinator.com/item?id=30280084 https://news.ycombinator.com/item?id=30277488

They could have sent the link to friends, some of which did not have an account yet but wanted to comment?

No post body was provided.

Re: Show HN: Jless, a command-line JSON viewer

#43

What are the odds that 3 separate, years-old accounts came out of the woodworks within the last hour to make their only comments of all time to support this post? 3/14 of the only comments as I make this... https://news.ycombinator.com/item?id=30275812 https://news.ycombinator.com/item?id=30280084 https://news.ycombinator.com/item?id=30277488

Ha! Says the anon account with not even two pages of comments in 4 years Why not use your real identity if you're so confident your claim is good? That's pretty creepy and a bit disgusting to post that on someone's Show HN. Be a nicer human! Tho.. Yeah... Sadly it does say something about how much HN can still improve it's response to Shows that people get so suspicious if there's too many positive comments and not e…

My claim? My post said - what are the odds all of these old accounts appeared out of the blue to post their first comment here? If you are taking that question as a personal insult, I'm sorry you feel that way.

Re: Show HN: Jless, a command-line JSON viewer

#44
post #28

Earlier quoted context omitted.

>You go to do what you go to do to promote your side hustle :) No, not here.

Its "Show HN..."

And here it's directly mentioned in the guidelines of how 'Show HN' should work:

https://news.ycombinator.com/showhn.html

> Please don't ask friends to upvote or comment. That's not ok on HN.

https://news.ycombinator.com/newsfaq.html#ring

> Can I ask people to upvote my submission?

> No. Users should vote for a story because they personally find it intellectually interesting, not because someone has content to promote. We penalize or ban submissions, accounts, and sites that break this rule, so please don't.

> Can I ask people to comment on my submission?

> No, for the same reason. It's also not in your interest: HN readers are sensitive to this and will detect it, flag it, and use unkind words like 'spam'.

Re: Show HN: Jless, a command-line JSON viewer

#45

Earlier quoted context omitted.

Ha! Says the anon account with not even two pages of comments in 4 years Why not use your real identity if you're so confident your claim is good? That's pretty creepy and a bit disgusting to post that on someone's Show HN. Be a nicer human! Tho.. Yeah... Sadly it does say something about how much HN can still improve it's response to Shows that people get so suspicious if there's too many positive comments and not e…

My claim? My post said - what are the odds all of these old accounts appeared out of the blue to post their first comment here? If you are taking that question as a personal insult, I'm sorry you feel that way.

Haha, you know you can't apologize for someone's feelings, right? Their feelings are their responsibility, not yours. But your actions are your responsibility. Trying to incorrectly apologize for someone else's feelings is not owning your responsibility, and doubly bad because you seem to suggest that the problem is not your action but someone else's reaction which is incorrect. So if you feel you need to apologize, you can only do so for your actions. Got it? So go ahead, if you want to apologize, your can say, "I'm sorry for posting that"

The problem with that post is it's unnecessarily mean and you don't actually have any data to back up that claim, it's just speculation and a nasty one at that. It degrades the tone of discussion on a Show HN which is inappropriate, and is not what is aimed for here. If you feel there's an issue then email the mods, as they can take a look at the real data. Don't make baseless and cruel speculation on someone showing their work. Got it?

Re: Show HN: Jless, a command-line JSON viewer

#47
This is great! I use the JSONVue Chrome extension at work to display JSON files, and I can see the similarities.

If I could suggest one thing: ctrl-u and ctrl-d are pretty common shortcuts for page up and page down, they're even supported in Vim and less. It would make sense to add support for those in addition to the actual PageUp/PageDown keys.

Re: Show HN: Jless, a command-line JSON viewer

#48

What are the odds that 3 separate, years-old accounts came out of the woodworks within the last hour to make their only comments of all time to support this post? 3/14 of the only comments as I make this... https://news.ycombinator.com/item?id=30275812 https://news.ycombinator.com/item?id=30280084 https://news.ycombinator.com/item?id=30277488

Isn't it also against Hacker News policy to go posting comments accusing other commenters as fake?

It just degrades the discussion as seen here.

Also, pretty sure that Hacker News has automatic detection for fake comments so no need to do manual moderating I think.

Re: Show HN: Jless, a command-line JSON viewer

#49

Earlier quoted context omitted.

Ha! Says the anon account with not even two pages of comments in 4 years Why not use your real identity if you're so confident your claim is good? That's pretty creepy and a bit disgusting to post that on someone's Show HN. Be a nicer human! Tho.. Yeah... Sadly it does say something about how much HN can still improve it's response to Shows that people get so suspicious if there's too many positive comments and not e…

My claim? My post said - what are the odds all of these old accounts appeared out of the blue to post their first comment here? If you are taking that question as a personal insult, I'm sorry you feel that way.

You might be onto something. See https://www.jeffgeerling.com/blog/2022/i-almost-got-banned-h...

But messaging the mods to investigate is the better strategy.

Re: Show HN: Jless, a command-line JSON viewer

#50
post #47

This is great! I use the JSONVue Chrome extension at work to display JSON files, and I can see the similarities. If I could suggest one thing: ctrl-u and ctrl-d are pretty common shortcuts for page up and page down, they're even supported in Vim and less. It would make sense to add support for those in addition to the actual PageUp/PageDown keys.

Yup, someone already made a PR for to add these! It turns out the behavior is pretty subtle in terms of how it handles count arguments (it's actually stateful!), and where the focus moves. I'll take some time to figure out how to exactly match the vim/less behavior, but that should be coming soon!

I'm more of a ctrl-e/ctrl-y guy myself, so I didn't feel a need to implement these commands right away.

Post reply on HN