HN user

cgs1019

1,067 karma
Posts25
Comments107
View on HN
a16z.com 10y ago

A16z Podcast: Beyond One Size Fits All for Startup Employee Options

cgs1019
1pts0
www.theguardian.com 11y ago

Google Ventures leads $60m funding round for music firm Kobalt

cgs1019
1pts0
www.kickstarter.com 11y ago

“Smart propane meter” kickstarter

cgs1019
2pts0
en.wikipedia.org 11y ago

Magic SysRq key

cgs1019
1pts0
pando.com 11y ago

Uber sponsoring San Francisco police militarization conference

cgs1019
2pts0
www.nature.com 12y ago

Fractal free energy landscapes in structural glasses

cgs1019
2pts0
www.laurly.com 12y ago

"Gravity," the Chinese, and an End to American Exceptionalism in Outer Space

cgs1019
2pts0
plus.google.com 13y ago

Larry Page funds voice health research initiative

cgs1019
1pts0
www.washingtonpost.com 13y ago

AIG considers suing government for bailing it out

cgs1019
67pts38
venturebeat.com 13y ago

Grooveshark app back in Google Play Store

cgs1019
3pts0
www.techdirt.com 14y ago

Judge Rejects Key UMG Argument In Legal Fight With Grooveshark

cgs1019
3pts0
www.nobelprize.org 14y ago

Feynman Nobel Lecture "The Development of the Space-Time View of QED"

cgs1019
8pts1
www.google.com 14y ago

NPR's Car Talk to end in September

cgs1019
99pts17
chrome.google.com 14y ago

Secure Shell chrome (killer) app

cgs1019
238pts170
news.ycombinator.com 14y ago

Ask HN: Random idea ("gitfs")

cgs1019
2pts1
play.google.com 14y ago

Terminal IDE: full-featured terminal/shell/SDKs on Android

cgs1019
71pts15
www.nytimes.com 14y ago

Seth MacFarlane Gets Behind "Cosmos" Update

cgs1019
3pts0
burtleburtle.net 15y ago

Hash functions and block ciphers

cgs1019
39pts5
www.simonschubert.de 15y ago

Simon Schubert creates complex scenes in paper using creases

cgs1019
66pts8
www.boingboing.net 15y ago

The Master Theorem: "members-only society of solvers"

cgs1019
4pts0
news.ycombinator.com 15y ago

Ask HN: Any alternatives to IP2Location?

cgs1019
2pts3
www.wired.com 15y ago

Bill Would Give USJD Power to Shutter Piracy Sites Worldwide

cgs1019
1pts0
news.ycombinator.com 15y ago

Multiple submissions after some period of time

cgs1019
3pts0
mail-archives.apache.org 16y ago

Google Grants MapReduce License to Apache/Hadoop

cgs1019
54pts20
marklodato.github.com 16y ago

A Visual Git Reference

cgs1019
7pts0

Oh yeah that's gonna be a dense read then :)

I really like Kevin Murphy's books. I learned a lot from them when I was getting started on this stuff. He's just released a two part follow up to his 2012 book. Both parts are available online.

I also really like David Mackay's book (also free online). It's...idiosyncratic. But fantastic!

Best of luck with your learning! Start simple, go slow. Write code every step of the way!! ^_^

Hi, tech lead for TFP here. The wording here was unclear -- sorry! We're fixing it presently.

We are not migrating away from TF; far from it!

The change here was to interoperate with TF and JAX (and numpy!), by way of some rewrite trickery under the hood. Essentially, we wrote a translation layer that implements the TF API surface (or, the parts we actually use) in terms of numpy & JAX primitives [1]. This lets us leave most TFP code intact, written in terms of the TF API, but interoperate with JAX by way of the API translation layer. (Actually we implemented numpy support first, and mostly got JAX for "free" since JAX is largely API-compatible with numpy).

Sorry for any confusion!

We're pretty stoked about this work, so happy to answer any other questions you may have (also feel free to chime in on the github tracker or email tfprobability@tensorflow.org)

[1] https://github.com/tensorflow/probability/tree/master/tensor...

I've always thought it would be fun to somehow incorporate technology into climbing for tracking or otherwise augmenting the experience.

Time trials sound like a quick avenue to painful injury, though. If I were a gym, I'd be cautious in encouraging it. In my experience, climbing prowess is not a matter of speed but control -- the more statically you can complete a route the more control you demonstrate. A friend of mine once said his goal is to complete a route as silently as possible, avoiding accidental scuffs of his shoes or knocking of his knuckles on the wall. This is actually a great measure of control, too.

It's not as snazzy as in the article but this alias in my .gitconfig is an integral part of my git workflow:

  gr = !git \
    --no-pager \
    log -n 16 --graph --date-order --date=short --branches \
    --pretty=\
  '%C(yellow bold)%h%Creset\
   %Creset %C(blue bold)%d%Creset\
   %C(white bold blink)%s'
The 'gr' is short for 'graph'. You can tweak the -n to show more history. I actually have several of these, 'gr', 'grr', 'grrr', etc. to show more and more history.
Apple Pay 12 years ago

I'm guessing they have established relationships with the card issuer and will use your card number only once to establish the link, after which the card info isn't needed.

I may be off base here, but I think the distinction is between number of degrees of freedom (what you describe) and density of bits of information. Bekenstein's result showed that the information in a black hole is proportional to its surface area, not its volume. This seems unintuitive in the sense that if you, e.g., stuff more ram chips into a box, its information content seems to increase as a function of volume; the disparity lies in the fact that bits in ram are not as densely packed as in a black hole.

EDIT: misspelled Bekenstein

downvoter(s) -- this is a subtle, poignant, and (IMHO) poetically written joke about the prevalence of non-convexity in real-world optimization problems.

0^0 12 years ago

"A deep truth is one whose opposite is also a deep truth" -Niels Bohr

Planning Algorithms 12 years ago

Can't figure out if this turn of phrase originates outside of the Laurie Anderson song Let X = X. Were you quoting it?

Look into the SecureShell chrome extension. I use a mac basically like a chromebook, using just chrome+SecureShell, and I do all my real work on a remote linux box through ssh. I do everything through SecureShell now...no more terminal or iterm. Chromoting is useful, too, if for some reason I need to use the GUI on said remote linux box, but this is rare.

It's similar to Green's Theorem, a special case of Stokes' Theorem. The latter is probably very closely related to the ideas underpinning the holographic principal (just guessing; my background is more math than physics, though I love both).