HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Vox_Leone

no profile record

Submissions

Spinnin' and Steppin': Traversing 3D Space with SpinStep

d1gesto.blogspot.com
1 points·by Vox_Leone·ปีที่แล้ว·0 comments

Show HN: SpinStep – Quaternion-based 3D graph explorer

github.com
2 points·by Vox_Leone·ปีที่แล้ว·1 comments

The Eternal November

d1gesto.blogspot.com
2 points·by Vox_Leone·ปีที่แล้ว·0 comments

What Would Augustine Say About Social Media Humor?

d1gesto.blogspot.com
1 points·by Vox_Leone·ปีที่แล้ว·0 comments

The Split in OOP: Compositional vs. Genealogical Design

d1gesto.blogspot.com
1 points·by Vox_Leone·ปีที่แล้ว·0 comments

Startups Are Building Advanced AI Models Without Data Centers

wired.com
4 points·by Vox_Leone·ปีที่แล้ว·0 comments

Spain power cut 'caused by solar farm failures'

telegraph.co.uk
3 points·by Vox_Leone·ปีที่แล้ว·0 comments

How much evidence scientists need to claim discoveries like E.T. life

theconversation.com
2 points·by Vox_Leone·ปีที่แล้ว·0 comments

'Monster Tornado' on the Sun

spaceweather.com
3 points·by Vox_Leone·ปีที่แล้ว·0 comments

MIT astronomers discover crumbling planet

bostonglobe.com
1 points·by Vox_Leone·ปีที่แล้ว·0 comments

With 'AI slop' distorting our reality, the world is sleepwalking into disaster

theguardian.com
7 points·by Vox_Leone·ปีที่แล้ว·2 comments

Mars Attacks: How Elon Musk's Plans to Colonize Mars Threaten Earth

thebulletin.org
4 points·by Vox_Leone·ปีที่แล้ว·0 comments

I Used to Work at NASA. I Have Some Insights About Sex in Space

slate.com
6 points·by Vox_Leone·ปีที่แล้ว·1 comments

Why Have Sentence Lengths Decreased?

lesswrong.com
3 points·by Vox_Leone·ปีที่แล้ว·2 comments

The Hypnotic Architecture of Digital Power

academia.edu
3 points·by Vox_Leone·ปีที่แล้ว·0 comments

The Rationality of Deterring ASI

lesswrong.com
1 points·by Vox_Leone·ปีที่แล้ว·0 comments

We've entered a forever war with bird flu

theverge.com
6 points·by Vox_Leone·ปีที่แล้ว·0 comments

Population may be vastly undercounted, study claims

independent.co.uk
2 points·by Vox_Leone·ปีที่แล้ว·1 comments

Fear in Antarctic base as researcher accused of assault

cnn.com
1 points·by Vox_Leone·ปีที่แล้ว·2 comments

The New Age Militarists

tomdispatch.com
3 points·by Vox_Leone·ปีที่แล้ว·0 comments

comments

Vox_Leone
·ปีที่แล้ว·discuss
>>Just wait until these things can move through space with physical/gyro sensors on their own,

and better guidance software. Yeah, there's a lot of room for improvement

"Traditional waypoint navigation assumes movement through a series of Cartesian positions. But in pursuit dynamics, for example, what matters is directional alignment over time"

https://github.com/VoxleOne/SpinStep/blob/main/docs/01-ratio...
Vox_Leone
·ปีที่แล้ว·discuss
Fascinating article – a great example of J's array-processing power for concise, performant geometric computation.

It got me thinking about how different paradigms could complement this. I've been working on a Python project[0], which is a framework for quaternion-driven traversal of tree-like structures based on orientation rather than just position or order.

Essentially, J handles the low-level "how" of vector math at scale, while SpinStep-like concepts could provide a higher-level, more semantic "what" and "why" for decisions driven by explicit orientation sets and angular relationships.

It's an interesting thought experiment on combining the raw power of array languages for geometry with more specialized frameworks for orientation-based reasoning.

[0] https://github.com/VoxleOne/SpinStep
Vox_Leone
·ปีที่แล้ว·discuss
Well done — really enjoyed this. We could use this kind of optimization in our library[0], which builds differentiable logic networks out of gates like AND, XOR, etc.

It focuses on training circuit-like structures via gradient descent using soft logic semantics. The idea of compiling trained models down to efficient bit-parallel C is exactly the kind of post-training optimization we’ve been exploring — converting soft gates back into hard boolean logic (e.g. by thresholding or symbolic substitution), then emitting optimized code for inference (C, WASM, HDL, etc).

The Game of Life kernel is a great example of where logic-based nets really shine.

[0]https://github.com/VoxLeone/SpinStep/tree/main/benchmark
Vox_Leone
·ปีที่แล้ว·discuss
Hi HN,

I'm a solo developer working on SpinStep. It is a proof-of-concept quaternion-based traversal framework for 3D graph, trees and orientation-based data structures. I'm actively developing it and looking for contributors, testers, and curious minds.

Appreciate your time — feel free to drop questions, suggestions, or PRs!
Vox_Leone
·ปีที่แล้ว·discuss
To the unaided human eye, space is largely a muted void. Stars pierce through the darkness like pinholes in velvet, but much of the grand tapestry—the swirling colors of nebulae, the fiery birthplaces of stars, the delicate filaments of distant galaxies—are invisible. Our vision, evolved for survival under a sunlit sky and on a green-blue Earth, isn’t tuned to perceive the vast electromagnetic chorus the universe sings in.

Although space may appear subdued to our eyes, that doesn’t mean it isn’t beautiful—only that we need to borrow better eyes to truly see it
Vox_Leone
·ปีที่แล้ว·discuss
Noted — but honestly, that's somewhat expected. Vibe-style coding often lacks structure, patterns, and architectural discipline. That means the developer must do more heavy lifting: decide what they want, and be explicit — whether that’s 'avoid verbosity,' 'use classes,' 'encapsulate logic,' or 'handle errors properly.'
Vox_Leone
·ปีที่แล้ว·discuss
It's interesting to note, that the Universal AC in “The Last Question” did not hallucinate an answer.

Instead, its response—"INSUFFICIENT DATA FOR MEANINGFUL ANSWER"—is a model of intellectual honesty.
Vox_Leone
·ปีที่แล้ว·discuss
>but transmutation of lead to gold - the dream of many alchemists - is now just a by product of particle accelerators.

The ultimate philosopher's stone.
Vox_Leone
·ปีที่แล้ว·discuss
The brevity of the conclave election seems to signal a continuation of Francis' policies
Vox_Leone
·ปีที่แล้ว·discuss
OpenSCAD is an underrated but powerful modeling tool, especially for developers and engineers who appreciate precision and code-driven design. It has a low barrier to entry — the syntax is simple, yet expressive — and with just a bit of practice, you can build tight, parametric models that are incredibly robust.

One of its standout features is the `hull()` function, which computes the convex hull of multiple shapes. When used skillfully, `hull()` becomes more than a geometric operation — it’s a design primitive that lets you smoothly bridge components, create enclosures, and generate complex organic forms without manual sculpting. It's like having a smart “connective tissue” for your model.

If you're comfortable with code and want exact control over your 3D prints or CAD designs, OpenSCAD delivers precision with minimal overhead. It rewards clean thinking and composability — making it ideal for rapid prototyping, parametric part libraries, and even mechanical design.
Vox_Leone
·ปีที่แล้ว·discuss
>>Can this be mitigated by putting the cables under ground?

Yes, it can (apparently), since these are mostly indirect effects of atmospheric vibrations (aka 'wind'). The vibration itself isn't usually the root cause of a blackout — but it sets off a chain reaction that leads to one (line contact/short circuit; conductor breakage; overcurrent & load shedding; protection system malfunction or overreaction, etc.)
Vox_Leone
·ปีที่แล้ว·discuss
The fewer resources we dedicate to grid resilience and modernization, the harder black starts become. And as grids get more complex and interdependent, recovering from total failure becomes exponentially harder.

A rare but sobering opportunity to reflect on something we usually take for granted: electricity.

We live in societies where everything depends on the grid — from logistics and healthcare to communications and financial systems. And yet, public awareness of the infrastructure behind it is shockingly low. We tend to notice the power grid only when it breaks.

We’ve neglected it for decades. In many regions, burying power lines is dismissed as “too expensive.” But compare that cost to the consequences of grid collapse in extreme weather, cyberattacks, or even solar storms — the stakes are existential. High-impact, low-frequency events are easy to ignore until they’re not.
Vox_Leone
·ปีที่แล้ว·discuss
Reinstate chronological order. Problem solved.
Vox_Leone
·ปีที่แล้ว·discuss
I think it's time the biggest players in the software industry step up, maybe through a formal consortium. This model would make sense because they benefit the most. Big tech companies rely on CVEs to secure their own products;

They have the means. With their massive revenue and dedicated security teams, these companies could easily fund CVE operations. A consortium approach spreads responsibility fairly;

Shared responsibility, shared benefits. Security is everyone's problem.
Vox_Leone
·ปีที่แล้ว·discuss
Your arguments are pretty lame. Pix was indeed launched in the Bolsonaro administration, but it is incidental. You are flailing around the bulk of my argument, which is about the source code openness, without actually attacking it.

It might as well be illegal today.

Art. 16 da Lei nº 14.063, de 23/09/2021: estabelece que os sistemas de informação e de comunicação desenvolvidos exclusivamente pela administração pública são regidos por licença de código aberto, permitida a sua utilização, cópia, alteração e distribuição sem restrições por todos os órgãos e entidades públicos.[0]

Art. 16 of Law No. 14,063, of 09/23/2021: establishes that information and communication systems developed exclusively by the public administration are governed by an open source license, allowing their use, copying, alteration and distribution without restrictions by all public bodies and entities.[0]

[0]https://www.gov.br/governodigital/pt-br/plataformas-e-servic...

So, lets open up its code!
Vox_Leone
·ปีที่แล้ว·discuss
But i have said nothing about Bolsonaro's lack of awareness -- his monumental ignorance is a known fact, mind you, and that is not the core of my argument.
Vox_Leone
·ปีที่แล้ว·discuss
This project is fantastic, but you also deserve congrats for the 'Lens Maker'[0].

"If we have a compound optical system made of a series of lenses, mirrors, etc., we can treat each optical element as the layer of a neural network." Kudos.

[0]https://victorpoughon.github.io/torchlensmaker/
Vox_Leone
·ปีที่แล้ว·discuss
>>It seems like quite a paradox to build something but to not know how it actually works and yet it works. This doesn't seem to happen very often in classical programming, does it?

Well, it is meant to be "unknowable" -- and all the people involved are certainly aware of that -- since it is known that one is dealing with the *emergent behavior* computing 'paradigm', where complex behaviors arise from simple interactions among components [data], often in nonlinear or unpredictable ways. In these systems, the behavior of the whole system cannot always be predicted from the behavior of individual parts, as opposed to the Traditional Approach, based on well-defined algorithms and deterministic steps.

I think the Anthropic piece is illustrating it for the sake of the general discussion.
Vox_Leone
·ปีที่แล้ว·discuss
Whatever happened to the Outer Space Treaty?

https://en.wikipedia.org/wiki/Outer_Space_Treaty
Vox_Leone
·ปีที่แล้ว·discuss
It could happen on Whatsapp. I've seen a lot of groups where everybody is an admin.