Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bexp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bexp
5mo ago
any idea if it was MLX version or Ollama ?
2.
▲
by
bexp
10y ago
Hi @shacharz do customers approve that his device would be used in p2p work ? For example if I'm on cell network I don't want to server traffic to other clients.
3.
▲
Realtime Hacker News Summarization Using Machine Learning
(hn10.org)
3 points
by
bexp
10y ago
|
0 comments
4.
▲
by
bexp
10y ago
done !
5.
▲
by
bexp
10y ago
thanks will try that
6.
▲
by
bexp
10y ago
Thanks will try at some point, my biggest concern was that those kind of API's are almost all paid and rarely open sourced.
7.
▲
by
bexp
10y ago
Just pages for now.
8.
▲
by
bexp
10y ago
there are couple things here: 1. scrapping web page to get text content 2. use NLTK to proccess text and get summary and keywords 3. wrap it into REST API and serve as web service
9.
▲
by
bexp
10y ago
I used NLTK in Python http://nltk.org + Twisted for serving HTTP
10.
▲
Show HN: Realtime Hacker News Summarization Using Machine Learning
(hn10.org)
138 points
by
bexp
10y ago
|
29 comments
11.
▲
Show HN: HackerNews RealTime Summarization Using Machine Learning
(hn10.org)
1 points
by
bexp
10y ago
|
1 comments
12.
▲
Accelerate your react native app performance without rewriting networking code
(github.com)
1 points
by
bexp
10y ago
|
0 comments
13.
▲
Show HN: Accelerate your react native app networking performance
(npmjs.com)
3 points
by
bexp
10y ago
|
0 comments
14.
▲
Redefining Networking for React Native
(github.com)
2 points
by
bexp
10y ago
|
0 comments
15.
▲
by
bexp
10y ago
similar to healthcare and education
16.
▲
Do we really need to use DNS anymore?
(infoworld.com)
3 points
by
bexp
10y ago
|
0 comments
17.
▲
by
bexp
10y ago
In VC world there are only Limited Partners (LP who give money) and general/managing partners (who invest money), everything else is non-essential.
18.
▲
by
bexp
10y ago
Agree with above, Sama puts himself into same bucket of people as Zuck and Musk in how to build future series. What he has build so far ? Happened to be a VC partner sitting on huge pile of cash, distributing it to bunch of YC applicants ?
19.
▲
See how different 3rd party SDKs affect network performance and data usage
(packetzoom.com)
2 points
by
bexp
10y ago
|
0 comments
20.
▲
by
bexp
10y ago
And the charts looks very nice
21.
▲
by
bexp
10y ago
Awesome, I was waiting this to happen for years. Paying $$$ to newrelic was not an option for me.
22.
▲
Introducing free http optimizer and analytics service
(packetzoom.com)
2 points
by
bexp
10y ago
|
0 comments
23.
▲
by
bexp
11y ago
thanks for posting, really helpful guideline.
24.
▲
by
bexp
11y ago
Indeed I'm tired to read articles on how awesome SPDY, HTTP/2 is. Why nobody publishes fair benchmarks on various networks with packet loss ?
25.
▲
by
bexp
11y ago
Facebook using java.util.concurrent.Future<T> interface for downloading task: see here https://github.com/facebook/fresco/blob/c5e1d4cf2c081bf871f5... you can ether call future.cancel() or cancel(true):
26.
▲
by
bexp
11y ago
I would recommend Fresco from Facebook, they had implemented cancellation logic also memory allocation done in more efficient way than other libs.
27.
▲
by
bexp
11y ago
Nice writeup, would love to see more performance tests
28.
▲
by
bexp
11y ago
awesome explanation on how TCP slows everything down, I'm going to try this PacketZoom SDK mentioned in the article.