Hacker Newsnew | past | comments | ask | show | jobs | submit | jbenner-radham's commentslogin

I had a gun drawn on me and was told “I’m going to blow your f** brains out” because I was a stupid teenager toilet papering a house when I was young. That’s when fight or flight kicks in and logic goes out the window. Needless to say I didn’t fight.


Are those numbers in the article somewhere? From what I read it says that out of 7,062 cases, the platform was known for only 1,824. Then it says Snapchat accounts for 48% (not 54%). I don't see any other percentages.


Pretty neat, good job! It doesn't seem to support Setext headings though unfortunately.


I haven't looked at the GitHub API in a long time but I wonder if it would be possible for a 3rd party to replicate this functionality using the GitHub API.


Yes, quite easily I’d suggest. I’ve built a GitHub analytics tool on top of their api. Primarily for internal metrics & tracking community engagement. The api makes a lot available, it’s very open. For public repos you can get lots of stats around activity and community engagement that would enable monitoring/projecting growth.


Thanks for the response! Looks like I have a new project to start on this weekend.


This is a really simple script that I use to save a few keystrokes when I'm querying a package.json from the CLI. It depends on JQ. e.g., pkg dependencies, pkg version, etc.

  #!/usr/bin/env sh
  set -o errtrace; set -o errexit; set -o pipefail
  
  if [ -n "${1}" ]; then filter="${1}"; else filter=''; fi
  jq ."${filter}" package.json


If we're being pedantic technically it's npm and not NPM ;)


Oof. I did not know this one.

> npm (originally short for Node Package Manager)

Acronyms can make sense to switch case, but initialisms... en-pee-em... I guess it happens. I originally was introduced it as Node Package Manager, but I'm gonna make an effort to correct this now.


Had one as a kid too. It was my intro to video games so I've got fond memories of it. It's funny I had a lot of fun with the games but didn't realize until years later that a lot of the games we had were just clones of more popular games.


I've had good experiences with hover.com


They do sell directly. However unfortunately the OLED Switch is currently sold out: https://www.nintendo.com/store/products/nintendo-switch-oled...


TY


The Matias Ergo Pro Keyboard is similar and costs $200. I’ve got one and it’s been great.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: