HN user

jaquers

224 karma

[ my public key: https://keybase.io/jonjaques; my proof: https://keybase.io/jonjaques/sigs/R2Ax-tg65D3Tav2z5B0tOe4lJC3fQqHDBdvq7MH2FvE ]

Posts1
Comments103
View on HN

I am not an expert, but the way that I understand self-driving systems is that there are multiple models running, and then those outputs are fused into yet another model which outputs the raw controls/actuations. In other words, I see this model/trainer as the "conductor", telling the car how it should approach an intersection, enter a highway, deal with merging traffic or construction zones, etc.

There is another model which interprets visual data to assist with lane-keeping, slow down or stop for pedestrians, inform the conductor of road signs... The final model combines all these inputs and incorporates the user preferences and then decides whether to brake or accelerate, how much to rotate the steering wheel.

Idk heh. The point of the high performance training is you can train the "conductor" role faster, and run inference faster. Assuming the car has limited compute/gpu resources, if you have a very high performance conductor function, you can dedicate that much more budget to visual/sensor inference and or any other models like the Trolley Problem decider (jk).

edit: grammar/details

I am "the react guy" -- but before that I built knockout applications with requirejs & angular applications with coffeescript and gulp, and before that with a 2000 line long script.js & jquery ;)

I don't really disagree with anything you said, except to point out that a lot of the current crop of web devs have never experienced what it is to build an app without any abstraction such as React, and quite understandably have no idea what problems it is doing for them.

I do know that since hopping onto react with all of that ~baggage~ context, I have never wanted to program UIs with a different model. It is true that hooks introduce a layer of abstraction that is sometimes difficult to reason about, but IMO they boil down the problems we faced with class components/lifecycle/server rendering gotchas, and put them front and center - forcing you to confront and fix them rather than settling for a solution that works 99% of the time.

where & how is the 'configuration' encoded? [we don't know, right] Is this why string theory requires higher dimensions? Also when I see the term 'harmonic oscillations', I think of plucking a string -- it seems so elegant for the physical particles to be manifestations of higher dimensional ~~vibrating~~ oscillating strings :) (thinking of flat-lander analogy)

gp's premise about learning with the multi-particle landscape first sort of blew my mind.

Later, it optimizes the process to reward you earlier for just planning to do the thing - sketching, architecting, dreaming, writing task lists. Eventually, it gives you the same "I'm really proud of that accomplishment" reward for just watching someone on Youtube do it (you don't even have to look at all the off-camera drudge work).

I'm deep in the depths like OP and I can relate to this, like, a lot. Do you know of any literature or 'what to google for' regarding this sentiment/behavior?

Raft Visualization 6 years ago

As does RabbitMQ, Docker Swarm, AlertManager (prometheus addon).

If you run any of these systems in production, it is good to have a cursory understanding.

Resigned from the case, but not resigned from the dept?

When you argue a case in court, you have to be a "zealous advocate" meaning you have to believe what you're arguing. I don't think a lawyer even employed by Justice Dept. can be compelled to argue a specific case.

Of course he can probably cook up whatever reason to fire them.

edit: in case it wasn't obvious, IANAL - thanks for clarifications

HashiCorp Boundary 6 years ago

This comment resonates with me so hard. Specifically TLS certs, private certificate authorities and Consul. Like I wanna run my PCA out of Vault (right?), but if using Consul as the backend how do I bootstrap? Sounds like the reply from Michael seems to suggest running the integrated backend, which I can get behind.

HashiCorp Boundary 6 years ago

https://smallstep.com/

One example. I have been testing smallstep, which puts IDP around ssh (with group management), and also includes a dynamic host catalog (hosts run an agent that phones home to your identity provider).

However, I am very excited about Boundary as it seems to be a much more comprehensive solution.

Probably. However you could make the argument that many of today's players wouldn't have had access to the sports medicine that is available today. Slow-mo analysis of pitching motion plus modern advances in understanding of biology, plus the expertise of the former greats.

Also, it's not _all_ about the fast ball. There are a good amount of pitchers who throw high-eighties/low-nineties - the difference is the amount of deceptive movement they are able to put on the ball as well as being able to locate and change speeds - both things that Whitey Ford was good at. He was also notorious for spitballs at the end of his career, something you don't get away with nowadays.

Nova by Panic 6 years ago

For me the lack of auto-complete that _I_ prompt (ctrl+space / otherwise known as intellisense) is a deal breaker, and TypeScript story is completely broken. Cmd+Click (goto definition) doesn't work across files (though I do like they've implemented 3D touch as an alternative to Cmd+Click).

Update: looks like if you context click on a path > Typescript > Goto definition works; Weird that it is not unified with the editor's concept of goto def though.

Agree with parent that it's a valiant effort, just way too immature w/ no compelling features over VSCode at this point.

Edit: Native editor is compelling for battery, but not at the expense of developer experience - and even then, it's been quite a while since VSCode has felt slow to me.