nuisance-bear | 4 years ago | on: YouTube Sponsored Freedom of Expression Award Goes to YouTube CEO [video]
nuisance-bear's comments
nuisance-bear | 4 years ago | on: Harvard Diploma for Sale
nuisance-bear | 4 years ago | on: Test for lists in Cython
Like OP, I observed that static typing make_list yields little benefit. It's runtime is 3x the runtime of iterate_list. And that makes sense. I'm not sure why we'd expect Cython to speed up the allocation of large numbers of Python objects.
nuisance-bear | 4 years ago | on: Dürer shaped the modern world
nuisance-bear | 4 years ago | on: The Future of Corporate Governance Part I: The Problem of Twelve (2019) [pdf]
"A small number of unelected agents, operating largely behind closed doors, are increasingly important to the lives of millions who barely know of the existence much less the identity or inclinations of those agents."
A little bit of Python can fix at least that small part.
nuisance-bear | 4 years ago | on: Unifying the CUDA Python Ecosystem
import time, torch
from itertools import product
N = 100
ten = torch.randn(N,N,N)
arr = ten.numpy()
def indexTimer(val):
start = time.time()
for i,j,k in product(range(N), range(N), range(N)):
x = val[i, j, k]
end = time.time()
print('{:.2f}'.format(end-start))
indexTimer(ten)
indexTimer(arr)nuisance-bear | 4 years ago | on: Unifying the CUDA Python Ecosystem
I foolishly built an options pricing engine on top of PyTorch, thinking "oooh, it's a fast array library that supports CUDA transparently". Only to find out that array indexing is 100x slower than numpy.
nuisance-bear | 4 years ago | on: Adversary Drones Are Spying on the U.S. and the Pentagon Acts Like They're UFOs
This seems to have become a deep-seated aspect of American culture. It extends into startup land as well. We on HN seem to be deeply skeptical of new applications of technology--like Dropbox and Coinbase--despite being highly receptive to developments lower in the abstraction hierarchy.
nuisance-bear | 5 years ago | on: Unusual Stock Trading by Whales in US Congress
The law doesn't require this of course, but basically all money managers get their insider trading compliance program from the same 3 outside law firms.
nuisance-bear | 5 years ago | on: The U.S. corn belt has lost a third of its topsoil
nuisance-bear | 5 years ago | on: The Pentagon will have to live with limits on F-35’s supersonic flights (2020)
Your problem set sounds super cool, and it would be nice if DOD had a functioning acquisition process that would allow people with interesting tech to out-compete companies whose boards are stacked with current and former public officials. But alas, that's not the world we live in.
The sad thing is, there are probably dozens of proto Kelly Johnson's out there. But they've made defense industries so intolerable that none of them work there.
nuisance-bear | 5 years ago | on: Effort to disrupt exploitation of Microsoft Exchange Server vulnerabilities
nuisance-bear | 5 years ago | on: Lost 72 hours worth of research data to forced update
nuisance-bear | 5 years ago | on: Signal Is a Government Op
This article is waste of time.
nuisance-bear | 5 years ago | on: China Creates Its Own Digital Currency, a First for Major Economy
US dollars are just rows in a distributed database. The database is distributed over a network of banking nodes. The network is highly concentrated [1], and its super-nodes are already very difficult to distinguish from government in anything but a formal legal sense.
Insofar as I can tell, a digital currency would be the same thing as government saying "banks need to provide unrestricted access to their networks" which has basically happened already.
nuisance-bear | 5 years ago | on: Signal Just Made One Years Worth of Server Source Code Available in One Dump
I like Signal. I want to like Signal. But I find myself making an increasing number of excuses for behavior inconsistent with their roots.
I wonder if there is enough energy out there to propel a thin-client fork.
nuisance-bear | 5 years ago | on: I refused to become an FBI informant, the government put me on the no fly list
nuisance-bear | 5 years ago | on: Show HN: See the stock trades your representative is making
These are their 1 year horizon alpha's and tstats against Fama French 3 factor:
alpha tstat
Long 6.5% 6.6
Shrt 5.0% 3.7
Those numbers are economically and statistically significant.nuisance-bear | 5 years ago | on: What does a PGP signature on a Git commit prove?
https://www.usenix.org/conference/usenixsecurity20/presentat...
nuisance-bear | 5 years ago | on: Ray Dalio: ‘Good probability’ the U.S. will outlaw Bitcoin
https://en.wikipedia.org/wiki/Capital_controls_in_Greece
https://en.wikipedia.org/wiki/Exchange_Controls_in_the_Unite...
"Honors is epaulets. My pop pop taught me that." -RPF