HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vitalnodo

no profile record

Submissions

[untitled]

1 points·by vitalnodo·5 maanden geleden·0 comments

Flat Assembler

publish.obsidian.md
3 points·by vitalnodo·5 maanden geleden·0 comments

Programming with circles (2014)

cargowire.net
2 points·by vitalnodo·6 maanden geleden·0 comments

So you want to get into electronics?

dmytroengineering.com
2 points·by vitalnodo·6 maanden geleden·0 comments

Facing the Paradox of Software Visualization

dundalek.com
2 points·by vitalnodo·6 maanden geleden·0 comments

A curated list of awesome explorable explanations

github.com
6 points·by vitalnodo·6 maanden geleden·0 comments

Tool for live presentations using manim

github.com
1 points·by vitalnodo·6 maanden geleden·0 comments

Librarians tired of being accused of hiding secret books that were made up by AI

gizmodo.com
88 points·by vitalnodo·7 maanden geleden·83 comments

Salmon Recipe

waveinscriber.com
38 points·by vitalnodo·7 maanden geleden·3 comments

Keep Effects at the Edges

agentultra.com
1 points·by vitalnodo·7 maanden geleden·0 comments

When functions dissolve (2020)

rubber-duck-typing.com
18 points·by vitalnodo·8 maanden geleden·4 comments

Intro to Telegraphy

phreaknet.org
2 points·by vitalnodo·8 maanden geleden·0 comments

libwifi: an 802.11 frame parsing and generation library written in C (2023)

libwifi.so
151 points·by vitalnodo·8 maanden geleden·14 comments

Why does native UI still matter?

zen1th.me
7 points·by vitalnodo·8 maanden geleden·1 comments

Building an epaper laptop: the monitor

peterme.net
3 points·by vitalnodo·8 maanden geleden·0 comments

An introduction to computer algebra (2018)

corywalker.me
2 points·by vitalnodo·8 maanden geleden·0 comments

Ironclad – formally verified, real-time capable, Unix-like OS kernel

ironclad-os.org
375 points·by vitalnodo·8 maanden geleden·144 comments

Why to use vector graphics everywhere?

nilostolte.github.io
6 points·by vitalnodo·8 maanden geleden·1 comments

Why is Zig so cool?

nilostolte.github.io
565 points·by vitalnodo·8 maanden geleden·506 comments

Binary Formats Gallery

formats.kaitai.io
117 points·by vitalnodo·9 maanden geleden·25 comments

comments

vitalnodo
·6 maanden geleden·discuss
This fits into the broader evolution of the visualization market. As data grows, visualization becomes as important as processing. This applies not only to applications, but also to relating texts through ideas close to transclusion in Ted Nelson’s Xanadu. [0]

In education, understanding is often best demonstrated not by restating text, but by presenting the same data in another representation and establishing the right analogies and isomorphisms, as in Explorable Explanations. [1]

[0] https://news.ycombinator.com/item?id=40295661

[1] https://news.ycombinator.com/item?id=22368323
vitalnodo
·6 maanden geleden·discuss
With a tool like this, you could imagine an end-to-end service for restoring and modernizing old scientific books and papers: digitization, cleanup, LaTeX reformatting, collaborative or volunteer-driven workflows, OCR (like Mathpix), and side-by-side comparison with the original. That would be useful.
vitalnodo
·6 maanden geleden·discuss
> Prism builds on the foundation of Crixet, a cloud-based LaTeX platform that OpenAI acquired and has since evolved into Prism as a unified product. This allowed us to start with a strong base of a mature writing and collaboration environment, and integrate AI in a way that fits naturally into scientific workflows.

They’re quite open about Prism being built on top of Crixet.
vitalnodo
·6 maanden geleden·discuss
Previously, this existed as crixet.com [0]. At some point it used WASM for client-side compilation, and later transitioned to server-side rendering [1][2]. It now appears that there will be no option to disable AI [3]. I hope the core features remain available and won’t be artificially restricted. Compared to Overleaf, there were fewer service limitations: it was possible to compile more complex documents, share projects more freely, and even do so without registration.

On the other hand, Overleaf appears to be open source and at least partially self-hostable, so it’s possible some of these ideas or features will be adopted there over time. Alternatively, someone might eventually manage to move a more complete LaTeX toolchain into WASM.

[0] https://crixet.com

[1] https://www.reddit.com/r/Crixet/comments/1ptj9k9/comment/nvh...

[2] https://news.ycombinator.com/item?id=42009254

[3] https://news.ycombinator.com/item?id=46394937
vitalnodo
·6 maanden geleden·discuss
Can you recall the link?
vitalnodo
·7 maanden geleden·discuss
As an alternative to Overleaf, I found Crixet to be quite useful. It appears to be based on WASM and has fewer usage restrictions.
vitalnodo
·7 maanden geleden·discuss
Another potentially interesting project is zigx, an X11 client library for Zig applications:

https://github.com/marler8997/zigx

https://www.youtube.com/watch?v=aPWFLkHRIAQ

Compared to libX11, it avoids dynamic dependencies, uses less memory, and provides better error messages.
vitalnodo
·8 maanden geleden·discuss
I’m wondering what’s the proper way to draw Venn diagrams. I’ve seen that Graphviz has a “nice to have” mention about them, and there are a few simple JS libraries - mostly for two sets. Here’s also my own attempt using an LLM [1].

But maybe someone knows a more general or robust solution - or a better way to achieve this? In the future, I’d like to be able, for example, to find the intersection between two Venn diagrams of three sets each etc.

[1] https://vitalnodo.github.io/FSLE/
vitalnodo
·9 maanden geleden·discuss
Can you share the link? I wonder also whether it uses comptine features.
vitalnodo
·9 maanden geleden·discuss
There are many other so-called models of computation that are useful for representing ideas such as actor models, abstract rewriting systems, decision trees, and so on. Without them, you might feel that something is missing, so relying on assembly alone would not be enough.
vitalnodo
·10 maanden geleden·discuss
I found out about milk.com when I was thinking about how to make an Android app completely from scratch (assembling DEX bytes from zero, kind of like writing an assembler for the Dalvik VM). That’s when I came across the author of the DEX format, Dan Bornstein — and I was surprised he actually owns a domain like that.