Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joeyo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
joeyo
8mo ago
In the absence of other evidence, isn't it the case that any given trait is 50% heritable and 50% environmental?
2.
▲
by
joeyo
2y ago
Peter Godfrey-Smith discusses this topic at length in his recent-ish book Metazoa and uses observations of insects and other invertebrates to argue, compellingly in my opinion, that sentience and cognitive abilities are not intrinsically
3.
▲
by
joeyo
2y ago
See also: Marzullo, Rantze, and Gage. Stock Market Behavior Predicted by Rat Neurons. Annals of Improbable Research. Vol 12, No 4. July-August 2006. https://improbable.com/airchives/paperair/volume12/v12i4&
4.
▲
by
joeyo
2y ago
The US put a fission reactor in space too. They did it first, in fact: https://en.wikipedia.org/wiki/SNAP-10A Edit: it’s apparently still there and will be for a long time (!) albeit non-functional: > Decay date
5.
▲
by
joeyo
2y ago
The other pro is cost: cameras are much, much cheaper than LiDAR. Tesla is making the bet that they can close the performance gap between cameras and LiDAR faster than the cost of LiDAR will come down.
6.
▲
by
joeyo
2y ago
> Iteration itself isn’t inherently bad. It’s just that the objective > function usually isn’t what we want from a scientific perspective. I think this is exactly right and touches on a key difference between science and eng
7.
▲
by
joeyo
2y ago
Off-topic: in the photo lede at the top of the article, are the rescued merchant mariners wearing standard eye/ear protection or is something else going on? Based on how they are holding the shoulder of the person in front of them, it
8.
▲
by
joeyo
2y ago
I think language acquisition provides a pretty compelling example of learning affecting the experience of qualia. When someone is learning to speak a foreign language, there is often an period where certain sounds are difficult for the lear
9.
▲
by
joeyo
3y ago
See also: https://www.geisswerks.com/drempels/
10.
▲
by
joeyo
3y ago
David MacKay discusses this in Sustainable Energy Without the Hot Air . He concludes that, while it's on first glance appealing to want to use waste heat from power generation, heat pumps are strictly superior to combined heat and pow
11.
▲
by
joeyo
3y ago
Louis de Broglie's dissertation [1] is mindblowing and quite cogent (at least in the English translation, but presumably in French too ...) 1. https://fondationlouisdebroglie.org/LDB-oeuvres/De_Broglie_K...
12.
▲
by
joeyo
3y ago
Max Welling's Kalman Filter tutorial [1] derives the smoother equations using pretty clear and easy to follow notation (and is a great resource generally). Briefly: you first run the filter equations "forwards", processing ea
13.
▲
by
joeyo
3y ago
The Ottomans were also not originally from Anatolia ...
14.
▲
by
joeyo
3y ago
That doesn't pose an issue: the "observation model" of a Kalman filer allows for affine transformations (e.g. scale, rotation, and offset) between the sensor data and the "true" latent state that you wish to estimat
15.
▲
by
joeyo
3y ago
By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest.
16.
▲
by
joeyo
4y ago
What about something like Lua?
17.
▲
by
joeyo
4y ago
There are many ways to think about the Kalman filter. Here are a few that I like: * You can think of it as a Bayesian update process for linear Gaussian systems. That is: given a prior belief of the state of a system (and an uncertainty abo
18.
▲
by
joeyo
6y ago
The DM41X and DM42: https://www.swissmicros.com/products
19.
▲
by
joeyo
6y ago
Elon cares.
20.
▲
by
joeyo
6y ago
Your reputation only matters if you wish to have relationships with other humans.
21.
▲
by
joeyo
6y ago
That's a bit of a tautology because the population exchange was done on the basis of religion, not language. There were plenty of Greek speaking muslims and Turkish speaking orthodox christians before 1915.
22.
▲
by
joeyo
6y ago
> For example, we don’t call it “Constantinople” any more Not to detract from the rest of your point, but "Istanbul" actually comes from a Greek nickname meaning "to the city", and didn't even become the
23.
▲
by
joeyo
6y ago
The ground stations tie the satellite network into the internet. Once they have the inter-satellite laser links operational, they will be able to get by with many fewer ground stations.
24.
▲
by
joeyo
6y ago
Could not agree more. I throw in underscore and backslash for good measure too: bind-key | split-window -h bind-key \ split-window -h bind-key - split-window -v bind-key _ split-window -v
25.
▲
by
joeyo
6y ago
People are hacking together some interesting things in this space: https://fridge0.branchable.com
26.
▲
by
joeyo
7y ago
That's what it means here, too. The idea is that if you take the N-dimensional state-space of neural activity --- each dimension being the activity of a neuron or electrode or voxel or whatever --- and look at how the state evolves thr
27.
▲
by
joeyo
7y ago
This is because of transfer learning: for example, by default, DeepLabCut starts with a pre-trained ResNet-50. Thus these trackers start out with an excellent "understanding" of the statistics of natural scenes out of the box.
28.
▲
by
joeyo
7y ago
Yes, with zebra finches, bengalese finches, and starlings, among others.
29.
▲
by
joeyo
8y ago
For most intents and purposes this changed with Citizens United v FEC.
30.
▲
by
joeyo
8y ago
julia> x = collect(1:15)' 1×15 LinearAlgebra.Adjoint{Int64,Array{Int64,1}}: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 julia> x[1:10]' 1×10 LinearAlgebra.Adjoint{Int64,Array{Int64,1}}: 1 2 3 4 5
More ›