HN user

newtonapple

622 karma
Posts28
Comments29
View on HN
www.youtube.com 4y ago

Building the Ultimate LED Matrix Dashboard

newtonapple
2pts0
www.youtube.com 10y ago

How to trick a neural network

newtonapple
1pts0
arxiv.org 10y ago

Optimal Quantile Approximation in Streams

newtonapple
2pts0
www.youtube.com 10y ago

Advanced Testing with Go by Mitchell Hashimoto

newtonapple
7pts0
github.com 10y ago

Amazon's Raspberry Pi and Alexa Voice Service Demo Project

newtonapple
3pts0
www.youtube.com 10y ago

Lego Mindstorms Wireless Remote Focus Rig for DSLR Lenses

newtonapple
3pts0
redis.io 10y ago

Secondary indexing with Redis

newtonapple
37pts6
medium.com 10y ago

The New Faces of Coke

newtonapple
40pts31
medium.com 10y ago

Announcing: The Go Forum

newtonapple
2pts0
github.com 11y ago

RedditStorage

newtonapple
371pts166
www.youtube.com 11y ago

PostgreSQL 9.5's Upsert Feature Explained

newtonapple
3pts0
medium.com 11y ago

Build Up a High Availability Distributed Key-Value Store

newtonapple
7pts1
blog.booking.com 11y ago

Sereal – a binary data serialization format

newtonapple
3pts0
americablog.com 12y ago

120 Computer-generated Research Papers Got Published

newtonapple
2pts0
www.goophone.cc 12y ago

Goophone

newtonapple
1pts0
matt.aimonetti.net 13y ago

Inspecting Rails 4 Using Ruby 2.0

newtonapple
3pts0
leafo.net 14y ago

Aroma - The Native Client game engine powered by Lua

newtonapple
45pts34
www.theartofsc2.com 14y ago

The Art of SC2

newtonapple
2pts0
alex.smola.org 14y ago

Scalable Machine Learning Lectures

newtonapple
2pts1
www2.research.att.com 14y ago

Approximate String Processing

newtonapple
14pts0
hawtdispatch.fusesource.org 14y ago

HawtDispatch - The libdispatch style API for Java and Scala

newtonapple
3pts0
www.youtube.com 14y ago

Steve Jobs on Life

newtonapple
1pts0
confreaks.net 14y ago

Stratocaster: (GitHub's) Redis Event Timeline

newtonapple
4pts0
moonscript.org 14y ago

MoonScript - A programmer friendly language that compiles to Lua.

newtonapple
107pts67
www.scribd.com 15y ago

Play a game of Brickout on Scribd

newtonapple
10pts0
radar.oreilly.com 15y ago

Radiation visualizations paint a different picture of Japan

newtonapple
6pts0
jan.newmarch.name 15y ago

Network programming with Go

newtonapple
81pts4
www.cs.princeton.edu 16y ago

Algorithms for Massive Data Sets (Lectures from the Princeton CS department)

newtonapple
10pts2

Has anyone tried immudb in production? What are some of immudb's performance characteristics? It'd be nice to know how it performs under various conditions: query per sec, database / table sizes, SQL join performance etc.

Also, what are the system requirements for immudb? What kind of machine would I need to run a medium to large website (say, 1TB of data, 5-25K qps, e.g. Wikipedia)?

It mentioned in the documentation that it can use S3 as its storage? Are there performance implications if you do this?

Google Maps Hacks 6 years ago

I drove through North Lake Tahoe one time on a weekday around midnight, and Google Maps was showing all red as I was driving up the mountain... I was super confused as there were no cars around me and it was not snowing either. What I later realized was that all the trucks were parked alongside the freeway taking breaks... I never realized that you could basically trick Google Maps by using a bunch of cellphones. Very neat!

MacBook Pro 10 years ago

"Then again, with Chrome taking up >4GB of RAM, they probably could have gotten half that performance just by closing their browser or using Safari." This is so true. I've recently stopped using Chrome and switched to Safari. Now my 5-year old MacBook Pro runs like butter.

I'd argue that sometimes you don't really know what good taste is or whether or not you would enjoy something until you've acquired a certain level of competency for it. Sports, programming and math are all like this. The more you work on them the more enjoyable they become, and you'd become a lot more "tasteful".

I made something similar except you can practice using any Gist you want. http://newtonapple.github.com/Gistype/#1 It still needs some work on the current cursor movement for longer Gists, but the basic functionality is there. No login required, just type. :) Note that if you have Vimium installed, you'll have to put the URL on your "excluded URLs" list.

Does anyone know how this actually works? From their website: "Unlike other conversion tracking solutions available to app developers, Tapstream doesn't rely on mobile ad networks, cookies or UDIDs. Instead, we fingerprint your web visitors with our tasty secret sauce to match them up with conversions that you define inside your app." This sounds a little fishy.

I ain't gonna lie. I vomited a little when I first saw the new logo. The pixelated green is seizure inducing. Congrats TechCrunch, you've just topped the Gawker redesign. Keep up the good work.

I have a question. How does IncPy keep track of data dependency coming from IO layer e.g. sockets. Say I want to write a simple web crawler. The function crawls a website, spits out the HTML in raw string, sleeps for 5 seconds and then crawls the site again. Will IncPy not memoize the function at all, knows that the data coming from the network layer has not changed and return the memoized string immediately, and/or smart enough to detect when input (the website) has changed and expires the cache automatically?

You can simply map the menu item "Zoom" under "Window" to your preferred keyboard shortcut. I use Cmd-Enter. It'll even toggle between "fullscreen" and normal screen. It's not true fullscreen, but close enough.