HN user

evv

2,108 karma

co-founder of seed.hyper.media

Github: /ericvicenti

Email: eric at vicenti dot net

Posts23
Comments566
View on HN
www.youtube.com 5mo ago

Digital Sovereignty with Seed Hypermedia (FOSDEM '26) [video]

evv
2pts0
eric.vicenti.net 6mo ago

The Meaning Machine: A Dream for Universal Language

evv
1pts1
artisanal-ai.com 1y ago

Artisanal AI

evv
4pts0
rise.tools 2y ago

Show HN: Rise Tools. Server Defined Rendering for React Native

evv
10pts4
reactjs.org 6y ago

Preparing for the Future with React Prereleases

evv
7pts1
www.forbes.com 6y ago

Ono Food Co launches the first mobile restaurant powered entirely by robotics

evv
3pts0
www.indiegogo.com 6y ago

Greenlock, (Easy HTTPS for Node.js) Will Be Broken by Let's Encrypt on Nov First

evv
2pts0
twitter.com 7y ago

Patreon is about to eat itself

evv
204pts215
github.com 7y ago

Node Media Server

evv
2pts0
threadreaderapp.com 8y ago

Discussing Tradeoffs of TLS 1.3 (via Colm MacCárthaigh on Twitter)

evv
2pts1
github.com 8y ago

Airbnb Lona

evv
2pts0
medium.com 9y ago

Playing with React Navigation and Airbnb’s Native Navigation

evv
3pts0
github.com 9y ago

Show HN: React FS Renderer

evv
6pts0
reactnavigation.org 9y ago

Introducing React Navigation for React Native

evv
295pts66
facebook.github.io 9y ago

A monthly release cadence for React Native

evv
42pts21
github.com 10y ago

Facebook's React Native F8 App Open Sourced

evv
8pts0
code.facebook.com 11y ago

React Native: Bringing modern web techniques to mobile

evv
4pts0
worldwildlife.org 13y ago

Google to deploy tracking system and UAVs in Africa to protect wildlife

evv
2pts0
projectopencontent.org 13y ago

Introducing OpenBook, a simple and flexible distributed social protocol

evv
4pts0
projectopencontent.org 13y ago

Core Needs of an Open Social Protocol

evv
1pts0
projectopencontent.org 13y ago

Existing Open Social Movements

evv
1pts0
projectopencontent.org 13y ago

Why the Social Networking Oligopoly Needs to be Broken Open

evv
1pts0
markshow.org 13y ago

Show HN: Turn any folder of markdown into a mini-documentation site

evv
5pts1

This is how infrastructure works, and supposed to work

No, infrastructure doesn't have to work this way. This is a very old-school mentality.

Sign the content with a key that you control. Back up the content locally. And boom- your server is easily replaced. It only helps copy data around and performs certain conveniences.

I've been working on this full-time for a few years. If we succeed, we solve link rot (broken links) on the web.

Dumb question: whats the difference between "low-code" and "libraries+frameworks"?

Usually the point of a library or framework is to reduce the amount of code you need to write. Giving you more functionality at the cost of some flexibility.

Even in the world of LLMs, this has value. When it adopts a framework or library, the agent can produce the same functionality with fewer output tokens.

But maybe the author means, "We can no longer lock in customers on proprietary platforms". In which case, too bad!

Hey HN, hope you enjoy this idea!

LLMs are a game-changer, but they’re only half the story: probabilistic and fuzzy. The missing half is a universal formal language: something precise enough to translate cleanly between human languages and let anyone communicate with computers, without learning programming!

My dream is to remove barriers everywhere: culture, science, medicine, law, diplomacy. You don’t erase ambiguity, you encode it! Dialects, jargon, puns, inside jokes, social context.. we can build everything in.

Maybe this isn't possible, but now that we have language models to help... it might be!

Fossil versus Git 6 months ago

Your alternative is... what exactly? A unique and baroque file format for each application (see: Git)? Folders of JSON or markdown files which are slow, easily corrupted, and lack indexing? Depend on some memory-heavy external DB service like Postgres?

In most cases, embedding SQLite is the best solution. And that is exactly what it was designed for.

Thanks for spawning many interesting topics. A dose of cynicism is great, in moderation!

P2P is cool if you have a desktop, but you cannot host from laptop or phone that spends most of the time sleeping (unless you want your battery to die real fast). The solution is hosting providers - which are already decentralized (and federated, if you squint hard enough)

Yes, most people will rely on servers because phones are terrible p2p nodes. When identity is properly owned by the end users, the servers have nearly zero lock-in, unlike traditional hosting providers. A community's server can go down for some reason and the community can easily transition to other server(s), keeping their conversations and knowledge intact. Sadly this is not the case with Mastodon or even Bluesky.

_Cryptographic_ identities have huge problem of it's own - there are many people who don't have any persistent data on their PC

This is probably the single biggest problem we are facing, because it impacts UX. There are several tools available to mitigate this issue, but I don't believe there is a perfect solution. Keys can be linked across devices with cross-signing, there are mechanisms that can enable key rotation: DNS, social media connections, and social/manual rotation in the worst case. The plan is to leverage existing tools that are used to keep secrets safe for regular people: system keychains, password managers, passkeys, smartphone "wallets".

Turns out, other than piracy, there are no legitimate uses. The existing technologies are good enough.

People become very comfortable in their virtual prisons, and most people won't change unless they have a reason to. Maybe they have legitimate work or content that is stigmatized and censored by other platforms. Maybe they live under an autocratic regime. But I think most people want better control over their content moderation and feed algorithm.

People has been proposing those things forever. No one needed them back then, and no one needs them today.

I'm not laughing at your exaggerated use of "no one". Decentralized and censorship-resistant technology is society's fail-safe. Maybe your social media oligarch isn't abusing their power too much today. Maybe your government actually supports free speech today. What about tomorrow, the next decade, and the next century?

The solution is to build on the traditional web. How does anybody find anything new on the web? Basically: hyperlinks!

People will create links from social media. With some basic SEO, your content can be indexed by your favorite search engines. Increasingly these "web4" sites will link to themselves, leveraging the built-in social features that are portable across sites/servers/peers.

As somebody working in this "future-web" space, I see HUGE issues with the legacy web stack:

- It requires a server to publish, which is expensive and difficult for regular users with a laptop or a phone. This can be solved with a mix of p2p and federation

- There is no decentralized trust system- only DNS+HTTPS, which requires centralized registration (TLDs). A domain may be cost-prohibitive for somebody who just wants to write comments and a few documents on the web. This can be solved by forming a social graph of cryptographic identity validations (aka, the "web of trust")

- There is no versioning system. This can be solved by making chains of immutable signed content, like we do with git.

- There is no archival system that allows you to "back up" the content of a website in a trustless way. Look at IPFS and BitTorrent for the solution there.

I believe these are the main reasons the web has failed as a social publishing system. Aside from companies and technically skilled individuals, everyone publishes on centralized social media platforms. This is a dangerous consolidation of power.

We hate to admit it, but the open web has taken the "L". The good news: these are solvable problems and I'm not giving up anytime soon!

Honestly there kinda is a new web, they call it web 3 and it's only crypto scams.

To distance ourselves from crypto scams, we strongly avoid the web3 label, despite some similarities.

Utilizing p2p tech is not illegal. It is illegal to redistribute copyrighted content without authorization- and we are working to build this into the protocol so that peers will respect copyright by default. People can redistribute at their own risk. I'll be the first to admit that this is complicated, and we have a long way to go in this regard.

Plus, the vast majority of people will just use the web frontend, with a peer on the server. Most peers can be hosted by content creators and tech-savvy friends+family.

I get freaked out when I consider the future of archive.is. Thanks to the nature of the web today, it is incredibly fragile.

As the co-creator of a censorship-resistant publishing platform, I really wish we would migrate to a peer-to-peer technology. We could develop network effects on a decentralized platform with a cryptographically-provable network of trust. Most people don't realize it is possible to handle media distribution in a robust way.

I'm not just trying to shill my solution! I wish there were more competitors using these techniques to try and save the web.

I'm confused how you would "build something on ChatGPT" in the first place. Does ChatGPT have an API?

Of course OpenAI's GPT-5 and family are available as an API, but this is the first time I'm hearing about the ability to build on top of ChatGPT (the consumer product). I'm guessing this is a mistake by the journalist, who didn't realize that you can use GPT-5 without using ChatGPT?

It seems that they have a unified TOS for the APIs and ChatGPT: https://openai.com/policies/row-terms-of-use/

The seemingly-relevant passage:

You must not use any Output relating to a person for any purpose that could have a legal or material impact on that person, such as making credit, educational, employment, housing, insurance, legal, medical, or other important decisions about them.

It is honestly ridiculous that "Open WebUI" made it past the US trademark office.

https://www.trademarkia.com/open-webui-99027970

If somebody forks this project, I dare you to name it "Open Open Web UI". If they threaten you, just rename to "Open WebAI", "Open UI Web", and other permutations, until their legal budget runs dry.

Clearly this company is following OpenAI's playbook- start with lofty OSS ideals, put "open" in your name, then fall down a slippery slope.

It's funny how they mixed in proprietary models like GPT-5 and Anthropic with the "comparable U.S. models".

Until they compare open-weight models, NIST is attempting a comparison between apples and airplanes.

A few months ago I was asking myself, why is the "standard" width of a terminal 80 characters? I assumed it had to do with the screen size of some early PCs.

But nope, its because a punch card was 80 characters wide. And the first punch cards were basically just index cards. Another hat tip to the librarians.

I guess this is the computing equivalent of a car being the width of two horse's asses...

Developers are entitled to earn more money when they continue working. On the other hand, it is unfair how consumers have frequently needed to re-purchase products that they bought with the impression it would last a long time.

At least, the developer should specify how long the product will be supported for security and bug fixes.

A great solution, if you can pull it off: You continue maintaining the base product indefinitely, but "v2" features are disabled until the user pays more. And if you buy v2 in full you get the full feature set.

They have gone with an interesting licensing solution here. I really appreciate that it is labeled as a source-available license instead of Open Source.

https://defold.com/license/

You can make proprietary changes to the engine without releasing them (unlike GPL). You can freely monetize games built with the engine, and they make some assurances that there won't be a bait-and-switch.

And finally, the reason why this is not Apache 2.0- you cannot monetize (forks of) the game engine itself.

This seems fair and carefully considered. Kudos to the team!

The DIY Multideck 2 years ago

It baffles me that this isn't mentioned in the page,

The first paragraph says: "The DIY multideck is ideal for traveling, prototyping new games, and trying games before buying." (emphasis mine)

Wild Ball 2 years ago

Wow you reminded me of this game I played as a teenager: Marble Blast

Looks like somebody made a web version that is very similar to the version I played: https://marbleblast.vaniverse.io/

Thanks for the unexpected hit of nostalgia!

This is probably the strangest post I have read in a long time.

"They claim that we demanded money from them around these dates.. not true!"

"So here is the demand for money that we requested they sign, around these dates"

Maybe I'm not reading this correctly but... it seems like the most obvious interpretation.

Also, what is the purpose of listing all these dates when the two companies met? Without knowing the content of these discussions, this list doesn't remotely meet the community's request for transparency.

Hey HN! We have been involved in the React Native community for many years, and we have helped create many projects, including React Navigation and the native code linking behavior when you npm install native components.

Server-Defined Rendering is super common in the enterprise, but we don't talk about it often in the open source community because it can be a pain to implement. This is why we are launching Rise Tools: to help you use this technique in your apps.

Here's a fun thought: As humans dig heavy materials out of the earth and build taller buildings, we increase the moment of inertia of the planet. This theoretically slows the rotation of the earth.

Of course, given the huge mass of the earth, the effect so far would be negligible. But maybe it would be noticed in the distant future if it were done on a much much greater scale than it is today.

As more food for thought, we are also changing the moment of inertia by putting so many planes in the sky, and by sending mass to space. If every plane were to land, the earth should rotate slightly faster.