Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anonfunction
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
211.
▲
by
anonfunction
8y ago
What does API-linked mean?
212.
▲
by
anonfunction
8y ago
I was just about to make a bot for this!
213.
▲
by
anonfunction
8y ago
Congrats! Where does the data come from?
214.
▲
by
anonfunction
8y ago
Atom has a markdown preview plugin I use. For writing longer documentation I've used MacDown[1] in the past. 1. https://macdown.uranusjr.com/
215.
▲
by
anonfunction
8y ago
I built a library called human-date[1] that does this as a replacement for moment.js. It is ~30x faster according to this benchmark[2]. The API is not the same but very easy to use[3]. 1. https://github.com/montanaflynn/
216.
▲
by
anonfunction
8y ago
I like using make even for basic task running. It’s usually installed where I’m working and is familiar. I don’t want to install rake or mage.
217.
▲
by
anonfunction
8y ago
I had just used another submission[1] I found on HN to get it! Unfortunately the picture is still really low quality, and it's a good one that isn't anywhere else so I've been trying to find it for awhile. 1. https:/&#x
218.
▲
by
anonfunction
8y ago
I've never heard about this special mode.
219.
▲
by
anonfunction
8y ago
The project looks nice and easy to use but I wonder if it might be confused with the javascript bundler named Parcel. https://github.com/parcel-bundler/parcel
220.
▲
by
anonfunction
8y ago
It doesn't seem finished, there's nothing but a pretty screenshot and a homepage. Found an empty GitHub repo and lots of the links don't work.
221.
▲
by
anonfunction
8y ago
Was thinking same thing, there is a link to a video at the bottom though.
222.
▲
by
anonfunction
8y ago
Same thing happened to me with my original gmail address. So much spam before google was really good at filtering it. Had to change address to include my area code, and of course I don't live there anymore. I don't understand this
223.
▲
by
anonfunction
8y ago
Love this comment: // yeah yeah, goddamn, gotta fix this.....someday....soon....i promise....really
224.
▲
by
anonfunction
8y ago
I wish it showed the currently playing song, there is one I really like and it doesn't seem to be on https://soundcloud.com/letournedisque/tracks or at least I couldn't find it.
225.
▲
by
anonfunction
8y ago
My bad, I had multiple tabs open and got them confused.
226.
▲
by
anonfunction
8y ago
There's another report that it was a man in full body armor: https://pbs.twimg.com/media/DZ4me3FX4AENDyG.jpg
227.
▲
by
anonfunction
8y ago
Thanks, I didn't see those plans in the app. Video pricing is great, but may be hard to work with for real-time feeds. I would probably be reducing the framerate to 8 FPS and using those images for detection.
228.
▲
by
anonfunction
8y ago
There are plenty of real applications for inferring every frame of video. Any real time monitoring application would run all the frames, even if you cut it to 1 FPS with multiple video sources the monthly price doesn't make sense. One
229.
▲
by
anonfunction
8y ago
The two pricing tiers for the hosted API don't seem practical for real usage. $0 for 1,000 slow API calls $79 for 10,000 fast API calls To put that into perspective the 10k API calls is less than 10 minutes of 24 fps video. You should
230.
▲
by
anonfunction
8y ago
I recently made https://code.hn to filter non-code related links. I use http://www.hnreplies.com/ to get notified on replies to my comments.
231.
▲
by
anonfunction
8y ago
One reason is it's a lot easier to demo in person because you just need a browser. I wouldn't design any serious API with query params but I can understand the appeal.
232.
▲
by
anonfunction
8y ago
I was planning to add a filter by language which I get from GitHub API but I like the idea of adding other metadata as well. Thanks for the suggestion.
233.
▲
by
anonfunction
8y ago
Totally free and took less then 10 minutes! Specifically I used https://certbot.eff.org with nginx.
234.
▲
by
anonfunction
8y ago
That is pretty much what I hoped to create. I just didn't know about that, I wish I had because I've wanted this functionality for years. One difference is that ?site=github.com seems to only work on the /from page so the res
235.
▲
by
anonfunction
8y ago
Yeah I know about that, I wanted to play around with the links in the bottom and see what got clicked the most. I added a check to make sure google is loaded, can you try again?
236.
▲
by
anonfunction
8y ago
No I am not. I was interested in if people would click the bottom links and I have got quite a few events so far. I wonder if there is a way I could detect if google analytics is blocked and just fire the window location change. Edit: I add
237.
▲
by
anonfunction
8y ago
What browser are you using? I'm using Chrome and they work fine. It's just google analytics event tracking, and I can assure it's not blocked by everyone on HN.
238.
▲
by
anonfunction
8y ago
That would definitely be what I was hoping for. The main problems I had were: 1. The stories endpoints were limited to 200 or 500 results, not paginated. 2. I had to loop over and send a request to all the individual stories to check if the
239.
▲
by
anonfunction
8y ago
Hey HN! I've had this domain forever so finally decided to make a website for it. I use the HN API to get the stories and then filter out any none code stories. Next up I will add a filter for programming language so you can easily see
240.
▲
by
anonfunction
8y ago
It does not require CUDA or cuDNN on the client machine, it should work on most GPUs (even mobile) but won't be as performant as CUDA / cuDNN.
More ›