HN user

nynx

2,623 karma
Posts21
Comments660
View on HN
twitter.com 1y ago

Starlink direct-to-cell enabled for hurricane helene emergency messaging

nynx
147pts164
toughsf.blogspot.com 3y ago

Fusion Without Fissiles: Superbombs and Wilderness Orion (2022)

nynx
2pts0
www.numenta.com 3y ago

A Machine Learning Guide to HTM (Hierarchical Temporal Memory) (2019)

nynx
1pts0
dallasinnovates.com 3y ago

Zyvex Labs Unveils ‘World’s Highest-Resolution Lithography System’

nynx
1pts0
www.avalanche.energy 4y ago

Avalanche Energy – Fusion power you can hold in your hands

nynx
46pts49
sophant.substack.com 4y ago

Modern ML is incredibly inefficient

nynx
1pts0
www.ascenium.com 4y ago

Ascenium Aptos – A New Class of General Purpose Processor

nynx
1pts0
arxiv.org 4y ago

Graphene FET on diamond for high-frequency electronics (2021)

nynx
35pts22
aspirationalneuroscience.org 4y ago

Aspirational Neuroscience

nynx
2pts0
www.thevenusproject.com 4y ago

The Venus Project

nynx
63pts114
docs.unrealengine.com 5y ago

Nanite Virtualized Geometry

nynx
1pts0
internals.rust-lang.org 5y ago

Add rustc flag to disable mutable no-aliasing optimizations?

nynx
1pts0
arxiv.org 5y ago

Observation of superluminal signaling of terahertz pulses

nynx
1pts0
blog.rust-lang.org 5y ago

Rust: Const generics MVP hits beta

nynx
3pts0
www.mattkeeter.com 5y ago

Writing a Siggraph Paper (For Fun)

nynx
1pts0
millcomputing.com 5y ago

Mill Computing

nynx
1pts0
charted.space 5y ago

Orthogonal Persistence and WebAssembly

nynx
2pts0
www.gregegan.net 5y ago

The Planck Dive by Greg Egan

nynx
2pts0
www.cg.tuwien.ac.at 6y ago

CellView – Tool for rendering biological scenes with billions of atoms at 60 Hz

nynx
1pts0
medium.com 6y ago

Wasmer, Webassembly, and SIMD

nynx
2pts0
github.com 8y ago

Nebulet: A microkernel that runs WebAssembly in Ring 0

nynx
248pts125

I don’t understand why this is a useful effort. It seems like a solution in source of a problem. It’s going to be incredibly easy to end up with hopelessly inefficient programs that need a full redesign in a normal gpu programming model to be useful.

In my mind, cad that you’re not going to manufacture is “modeling”. Not sure if that’s a common verbal distinction.

I don’t think it’s falsifiable until there are autism diagnostics that aren’t behavioral. Right now, they’re 100% behavioral, which that any theory that tries to cluster autism symptoms is hopelessly tainted by a recursive definition -> diagnosis -> definition cycle.

I find this type of science is infuriating. Monotropism as a theory of autism or adhd is equivalent to saying that “tendency to focus on a few things” is a theory of autism or adhd. You’re describing the symptoms, which explains almost nothing. A theory of autism would explain the underlying physical causes of the behavior.

In this specific situation i constructed that precludes inlining of iterators and allows inlining of for-each, then iterators aren’t inlined.

I must be missing something here. How would this help predict interpreter dispatch? Those won’t be a function of previous branch history or pc, which may very well be independent of the next opcode. They’d be a function of state in memory or registers.

This is cool for sure. I think you’ll ultimately find that this can’t really be faster than modern OoO cores because python instructions are so complex. To execute them OoO or even at a reasonable frequency (e.g. to reduce combinatorial latency), you’ll need to emit type-specialized microcode on the fly, but you can’t do that until the types are known — which is only the case once all the inputs are known for python.

[dead] 2 years ago

Forcing an unreasonable price for all broadband providers is an excellent way to prevent any from operating in the area. It seems like people learn this lesson over and over — a market is an efficient way to do demand/price discovery.

Biologically inspired neuron models like Hodgkin–Huxley are about as far from an emulation of real neuron behavior as a paper airplane is from the space shuttle. We can learn things from using them and they're an important stepping stone, but they aren't really that useful.

That being said, I hope the founder keeps it up — it's great to have more bright, driven people in this field.

Pretty much no software, even when run deterministically, is bijective. There are almost always cases where two different states map to the same state.

How does this tooling deal with that?