Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bodhiandphysics
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bodhiandphysics
1y ago
more like wolves of the sea, since they hunt in packs and often attack prey larger than them.
2.
▲
by
bodhiandphysics
2y ago
you can just put a quartz watch in a faraday cage. That'll be more accurate than any mechanical timepiece. Mechanical clocks have a nasty habit of breaking.
3.
▲
by
bodhiandphysics
2y ago
The rest of the world only thinks the US is dumb because they rely upon us to make the kind of decisions that they don't want to have to make. It's easy to criticize without real skin in the game. I mean Trump is an idiot... but u
4.
▲
by
bodhiandphysics
2y ago
It's a little more complicated than that. There are two international treaties at play here (that the US has ratified)... the Outer Space Treaty requires that countries regulate the actions in outer space of their citizens and compan
5.
▲
by
bodhiandphysics
2y ago
no... you can do fibonacci as O(log n)... you cannot represent (1 + sqrt(5))/2 on a computer.
6.
▲
by
bodhiandphysics
2y ago
no... if she's losing a steady 5% of $1000 bucks, she's paying 50 dollars to the casino. That's not enough for the casinos... her room costs more. The casinos want her to spending a lot more money. That's the really
7.
▲
by
bodhiandphysics
2y ago
The security council defines terrorism as "…criminal acts, including against civilians, committed with the intent to cause death or serious bodily injury, or taking of hostages, with the purpose to provoke a state of terror in the gene
8.
▲
by
bodhiandphysics
2y ago
you still need to agree on some things... For instance even if you're passing data through text, you have to agree on the actual encoding (Unix uses ascii, but there are lots of different text encodings!). You also have to agree on th
9.
▲
by
bodhiandphysics
2y ago
This seems like a great idea! It was in fact a major focus on effort by basically everyone from about 1988 until 2004... This was the idea behind Microsoft's COM, IBMs SOM, smalltalk, Objective C and Openstep, many different projects
10.
▲
by
bodhiandphysics
2y ago
Try animating a photogrammetric model! How about one that changes its shape? You get awful geometry from photogrammetry… In practice the answer to will this be useful is yes! Subdivision surfaces coexist with nurbs for different applicati
11.
▲
by
bodhiandphysics
2y ago
Boeing "recalls" aircraft all the time. That's what it means when the FAA grounds an aircraft type. Any problems will be identified, and then fixed, either by Boeing or the carriers.
12.
▲
by
bodhiandphysics
2y ago
Ammonia has the mild issue that it's not just flammable, but toxic and flammable!
13.
▲
by
bodhiandphysics
2y ago
Just to point out... the whole point of Terraform Industries is to solve the problems that are raised in that sobering view! That doesn't mean they will succeed, but saying "this is hard, so they won't" is also not ter
14.
▲
by
bodhiandphysics
3y ago
Even the biggest artists still need promoters (Taylor Swift has a promoter... it's Massina Touring Group, Beyonce is with Live Nation). The reason is obvious... star's can't afford the capitol costs of their own shows. Rena
15.
▲
by
bodhiandphysics
3y ago
No... first hebrew is basically just a dialect of Phoenician, and phoenecian isn't an indo european language! It's semitic, like arabic and Akkadian. Also the name Casesarea is of course from Caesar (the city was founded in hono
16.
▲
by
bodhiandphysics
3y ago
Modern hebrew gets the name from the Mishnaic hebrew name for the city. It's also spelled with a unvoiced glottal in arabic. Note that Israel was in the hellenistic part of the empire, and caesarea was very much a greek speaking city
17.
▲
by
bodhiandphysics
3y ago
it can be probably polynomial time... that's ZPP! (ZPP is the complexity class of languages that are accepted by a randomized turing machine in expected polynomial time. However, in the worst case, the turing machine is allowed to ta
18.
▲
by
bodhiandphysics
3y ago
If you can make pseudorandom numbers well enough deterministically in polynomial time, you can simulate any algorithm in BPP in polynomial time on a deterministic turing machine, so BPP = P
19.
▲
by
bodhiandphysics
3y ago
It's a little funny for me to say this (my shtick in my lab is that I used randomized algorithms for everything), but whether this is true is actually a major open problem in complexity theory. Many famous problems are polynomial usin
20.
▲
by
bodhiandphysics
3y ago
Astronauts also need to be able to survive 1) high g reentrues (apollo reached 7 gs on reentry) and abort modes, which can be very high acceleration indeed
21.
▲
by
bodhiandphysics
4y ago
not if you already have one! In general, a second bachelors in the US and Canada requires 60 credits, or two years of studies. Schools generally don't require you to redo gen ed requirements. This is important to consider, since man
22.
▲
by
bodhiandphysics
4y ago
Again this is not about people but about businesses... in this case startups which are somewhat unusual businesses since they have tons of cash an no income, and often don't spend money on things like CFOs that aren't really nece
23.
▲
by
bodhiandphysics
4y ago
While it’s easy to say to administration… it’s more complicated than that. Salary for professors didn’t increase much, but benefits increased massively (because of the increased cost of health care and pensions). administrators also get
24.
▲
by
bodhiandphysics
4y ago
Me neither.. but cmake is infectious. You end up using it because you need libraries that use it
25.
▲
by
bodhiandphysics
4y ago
I disagree… cmake is very clear about what problem it’s trying to solve… build portability. If you need something to build on windows Mac and a variety of unixen cmake works much better than make. The trouble is that a ) you probably do
26.
▲
by
bodhiandphysics
4y ago
No... lattice-boltzmann discritizes the navier stokes equations. This is just a cellular automaton. It uses a small number of rules in order to determine the change of every cell. You can of course conceptualize an eulerian solver of navi
27.
▲
by
bodhiandphysics
4y ago
Yes actually... i'm using a similar model right now to model bubbles dynamics (though my model is somewhat more complicated, and oh yes... it's in 3d)
28.
▲
by
bodhiandphysics
4y ago
generally, as in many things in music, orchestrators work freelance. Music is a low paying field, so the pay isn't great, but its not terrible
29.
▲
by
bodhiandphysics
4y ago
bernstein "touched up" the orchestrations, and of course orchestrated the overture, but you're right. Hershey Kay and Maurice Peress did the orchestrations. West Side Story was also not orchestrated by bernstein (except for
30.
▲
by
bodhiandphysics
4y ago
In John Williams' case it's particularly funny, since he got his start as an orchestrator! The notable exceptions to this rule on broadway are Kurt Weil and Leonard Bernstein.
More ›