Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
rw
6y ago
Operational Transformation and Conflict-Free Replicated Datatypes are very different from each other. As the author explains, OT relies on some ordering of system events, and CRDTs don't. That means CRDTs need to be commutative (and pr
2.
▲
by
rw
7y ago
Stegasuras is convincing work and the quality looks excellent. I wrote a steganographic tool in this same spirit back in 2011, called Plainsight. Back then, we didn't have deep learning, and the "Imagenet moment for NLP" had
3.
▲
Tutorial: Use FlatBuffers in Rust
(rwinslow.com)
2 points
by
rw
7y ago
|
0 comments
4.
▲
by
rw
8y ago
The TimescaleDB benchmark code is a fork of code I wrote, as an independent consultant, for InfluxData in 2016 and 2017. The purpose of my project was to rigorously compare InfluxDB and InfluxDB Enterprise to Cassandra, Elasticsearch, Mongo
5.
▲
by
rw
8y ago
Hi Scott, thank you for writing your blog all these years. Your Busy Beaver essay ignited my passion for computer science, especially in algorithm analysis, logic, undecidability, and probability theory. I used to be someone who only though
6.
▲
by
rw
8y ago
Why the hard dependency on MySQL?
7.
▲
by
rw
9y ago
"Your scientists were so preoccupied with whether or not they could, that they didn't stop to think if they should." - Jeff Goldblum as Dr. Ian Malcolm in Jurassic Park
8.
▲
The untold story of systemic gender discrimination at UC Berkeley's IT Dept
(pando.com)
10 points
by
rw
9y ago
|
0 comments
9.
▲
We're building a dystopia just to make people click on ads
(ted.com)
2 points
by
rw
9y ago
|
1 comments
10.
▲
by
rw
9y ago
Good idea, the READMEs would be best of all.
11.
▲
by
rw
9y ago
As I said, your approach is a clever way to use the GitHub API. I think you need to change the title and readme to indicate that this isn't an LDA index of GitHub descriptions. To ML practitioners, that's what you are implying wit
12.
▲
by
rw
9y ago
This only uses LDA on your starred repository descriptions, to find topic terms that describe your starred repositories. These topic terms are then used to query the GitHub search API to find matching repositories. The results are then sort
13.
▲
by
rw
9y ago
No, polynomial time. For reference, see these Wikipedia pages: https://en.wikipedia.org/wiki/Polynomial-time_reduction https://en.wikipedia.org/wiki/Karp%27s_21_NP-complete_proble...
14.
▲
by
rw
9y ago
Why has this article been removed from the top 250 news results? It was #1 for a few minutes, then #5, and now it's gone. We've successfully discussed much more risqué topics here on HN... Why did the comment by `TAForObvReasons c
15.
▲
by
rw
9y ago
No, it's called insufficient feature engineering. Data leakage is when your test data contaminates your training data.
16.
▲
by
rw
9y ago
A) How would you characterize the differences and similarities between AlphaGo and the best human players? B) How has human play style changed since AlphaGo's introduction? C) What is the answer to the question you most want to be aske
17.
▲
by
rw
9y ago
TensorFlow is a dataflow computation system. Keras is for building neural networks. Each exists at a different level of abstraction.
18.
▲
by
rw
10y ago
How does this contrast with Answer Set Programming (using e.g. clasp)?
19.
▲
by
rw
10y ago
How did you find these changes?
20.
▲
by
rw
10y ago
You could have answered all of your questions with "finitely many", because, after all, we can each only perform a finite number of actions in the world. In general, the infinite hierarchy of infinite sets "exists" becau
21.
▲
by
rw
10y ago
Interesting. Whether that approach is efficient depends entirely on the workload. That complicates the analysis. (And one of the major benefits of skiplists is that the analysis is supposed to be simple.)
22.
▲
by
rw
10y ago
I've read this page before, and again today, and I still don't understand how these unrolled lists are supposed to work in practice. Based on the author's example at https://i.imgur.com/FYpPQPh.png , how do yo
23.
▲
by
rw
10y ago
This is pulling from a too-small data set. I was able to get correct detections with too little data: In no world is a circle with a bar coming out of it a "dumbbell".
24.
▲
by
rw
10y ago
The world is bigger than web companies. For contrast, one experiment at CERN produces 40TB/sec of sensor data, before downsampling and filtering: https://en.wikipedia.org/wiki/Compact_Muon_Solenoid#Collecti...
25.
▲
by
rw
10y ago
> biggest energy source of our galaxy You meant the Sun, of course. However, your phrasing sent me on a quest to answer the galactic question. From the following article, I learned that the "supermassive black hole at the centre of
26.
▲
by
rw
10y ago
What part of tech are you in? Maybe you're burnt out on that niche's particular subculture, not tech in general. For example: Tired of 10-person startups? Move to a bigger company. Tired by the constant churn in front-end librarie
27.
▲
What's Next for Artificial Intelligence
(wsj.com)
1 points
by
rw
10y ago
|
0 comments
28.
▲
Introducing our Hybrid lda2vec Algorithm
(multithreaded.stitchfix.com)
6 points
by
rw
10y ago
|
0 comments
29.
▲
by
rw
10y ago
Under the documentation section for "Ambiguous Methods"[0], why does the example compile? I would expect it to barf at compile time, not runtime. [0] http://lbstanza.org/chapter4.html#anchor52
30.
▲
by
rw
11y ago
I confusingly used 'data' in two senses there... the second was is in the sense of 'code is data'.
More ›