Viewing profile — rw
rw
HN member- Joined
- Sun, Jan 27, 2008, 8:23 AM UTC
- HN karma
- 2,967
- Public activity
- 914 items
- HN profile
- View on Hacker News ↗
About rw
Recent public activity
-
comment
Comment #24622707
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…
-
comment
Comment #20894337
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 lea…
- story
-
comment
Comment #17768548
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 InfluxD…
-
comment
Comment #17426377
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, …
-
comment
Comment #16748426
Why the hard dependency on MySQL?
-
comment
Comment #16487279
"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
- story
- story
-
comment
Comment #15382557
Good idea, the READMEs would be best of all.
-
comment
Comment #15380470
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 …
-
comment
Comment #15380424
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 …
-
comment
Comment #15360092
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.…
-
comment
Comment #15355517
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 …
-
comment
Comment #14878791
No, it's called insufficient feature engineering. Data leakage is when your test data contaminates your training data.
-
comment
Comment #14398621
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…
-
comment
Comment #14062564
TensorFlow is a dataflow computation system. Keras is for building neural networks. Each exists at a different level of abstraction.
-
comment
Comment #13800690
How does this contrast with Answer Set Programming (using e.g. clasp)?
-
comment
Comment #13604655
How did you find these changes?
-
comment
Comment #13571713
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 h…
-
comment
Comment #13217264
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…
-
comment
Comment #13215735
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.imgu…
-
comment
Comment #12971603
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".
-
comment
Comment #12650252
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/Comp…
-
comment
Comment #12431586
> 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…