kitsuac
|
6 years ago
|
on: CDC to cut by 80 percent efforts to prevent global disease outbreak (2018)
I'm at a loss how my good faith reply gets immediately downvoted away. The game has broken our collective ability to make sense of anything. The wrong scent gets pushed away without any authentic attempt to cohere.
kitsuac
|
6 years ago
|
on: CDC to cut by 80 percent efforts to prevent global disease outbreak (2018)
Isn't one country paying the bill the definition of a non cooperative game? It's one player repeatedly 'tit' without any corresponding 'tat'
kitsuac
|
6 years ago
|
on: CDC to cut by 80 percent efforts to prevent global disease outbreak (2018)
Why is the US apparently responsibile for this financially in the first place? For the future, will other countries join financially to up our global defenses against future outbreaks?
It sounds like the US took up a global cause on its own and when the clock ran out they didn't renew because that emergency had subsided.
Is this what was being pinned as Trump's "fault" in recent press and social media?
kitsuac
|
6 years ago
|
on: Software optimization resources for C++, assembly, Windows, Linux, BSD, Mac OS
Low level optimization (assembly) is mostly only useful with algorithms which have instruction level parallelism. Modern compilers are incredibly good at optimizing serial algorithms.
Making use of compile time branch reduction can be massive. For example template parameters which are evaluated at compile time skipping lots of work at runtime.
kitsuac
|
6 years ago
|
on: NASA images show China pollution clear amid slowdown
It's crazy to think, if human civilization were to shut down the earth would fairly rapidly become much better off. Other species would flourish again, plants would slowly take over our cities. There'd be less bickering. Hm.
kitsuac
|
6 years ago
|
on: 100% winrate trading strategy open sourced?
Consider if your trading algorithm simply searched the history for that sliding window of data and then presented the following data as it's "prediction" -- it's utterly useless. This is the function of a compressor rather than a predictor.
kitsuac
|
6 years ago
|
on: Reasons not to scoff at ghosts, visions and near-death experiences
Relax, I'm a time traveler from the future. By 3030 fart is the only acceptable word. I've taken great risk by typing this message.
kitsuac
|
6 years ago
|
on: Ask HN: How surface-to-air missile can be fired unintentionally not deliberately
I'm in a similar boat, being rather uneducated here. But I thought it wasn't completely unusual for countries to prod each other's air space. It seems really dangerous for Iran to just auto fire at an encroaching aircraft, potentially starting off a war. In that sense it may be lucky it wasn't a US fighter.
kitsuac
|
6 years ago
|
on: Cultural Context of “Death to America” Chants
But when you order the Death by Chocolate, it doesn't actually contain any chocolate.
kitsuac
|
6 years ago
|
on: No nuances, just buggy code (was: related to Spinlock implementation)
All of these little details vary dramatically depending on the exact CPU and workload. I've developed a wide variety of scheduling strategies and have used neural networks to predict when a given strategy will be better. Scheduling is giant non deterministic mess with no ideal answers.
kitsuac
|
6 years ago
|
on: Machine learning is fundamentally conservative
Without AGI there are still cases when the lower probability prediction will be better, and will lead to escaping a local minima. I'd argue that the potential benefits of calibrating that axis dynamically exist with or without AGI.
kitsuac
|
6 years ago
|
on: Machine learning is fundamentally conservative
It isn't /fundamentally/ conservative, it is just typically programmed to choose the most conservative (highest probability) predictions. You could integrate a liberal aspect by fuzzing the decision process to choose from lower probability predictions.
More creativity, and ability to escape local minima, but at some cost when dealing with 'typical' cases and when making particularly damaging mispredictions.
kitsuac
|
6 years ago
|
on: A lot of complex “scalable” systems can be done with a simple, single C++ server
It depends. You aren't going to make a very fast modern codec encoder or decoder using Python. The hotspot ends up being the vast majority of the process. That management/glue layer becomes very thin, amounting only to feeding in the bitstream and reading back the raw video frames.
kitsuac
|
6 years ago
|
on: The Linux codebase has over 3k TODO comments, many from over a decade ago
Most anything you do, in general, will fork off into many branches. Some being required dependencies and many others being tangential improvements or generalizations.
You can either note them in some way as they emerge, or ignore them and keep your code tidy of such notes.
kitsuac
|
6 years ago
|
on: A lot of complex “scalable” systems can be done with a simple, single C++ server
I'm speaking in terms of the reality of what is effective in development. Not in terms of what management at particular companies will approve.
kitsuac
|
6 years ago
|
on: A lot of complex “scalable” systems can be done with a simple, single C++ server
I've been programming C++ and assembly for 23 years. Few years ago I became a huge fan of Python. In my opinion Python is amazingly well suited for rapid first revision and can then be swapped out for C++ / asm.
kitsuac
|
6 years ago
|
on: Show HN: Dating Site Without Pictures
The site should be unattractive but functional. Gotta drink your own koolaid.
kitsuac
|
6 years ago
|
on: H
What's coming through is alive
What's holding up is a mirror
But what's singing songs is a snake
Looking to turn this piss to wine
They're both totally void of hate
But killing me just the same
kitsuac
|
6 years ago
|
on: Online hate speech could be contained like a computer virus, say researchers
Problem is a tribe and all its associated organizations become dependent on a fresh supply of racists, sexists in order to justify its own continued existence. Evolutionarily, it must continue to find more and more of them to survive, even if they are mostly imaginary
kitsuac
|
6 years ago
|
on: Merry Christmas HN
God bless you all HN.