<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: vxsz</title><link>https://news.ycombinator.com/user?id=vxsz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 10:30:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vxsz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vxsz in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>Playing with an idea of a next-gen self-hosted media server software, with rust, svelte and all the goodies.<p>But at my current knowledge and practical work, its like giving a chimpanzee a nuclear reactor schematic. 
But it's a passion project idea of mine, I really want it to become real one day. Personally, I feel like something much better can be made than current solutions.</p>
]]></description><pubDate>Sun, 12 Apr 2026 22:27:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47745207</link><dc:creator>vxsz</dc:creator><comments>https://news.ycombinator.com/item?id=47745207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47745207</guid></item><item><title><![CDATA[New comment by vxsz in "I run multiple $10K MRR companies on a $20/month tech stack"]]></title><description><![CDATA[
<p>I learned nothing. Most of this seems like common basic advice, wrapped up in AI written paragraphs...<p>Initially from the title, I thought it would be about brainstorming and launching a successful idea, and that sort of thing.</p>
]]></description><pubDate>Sun, 12 Apr 2026 07:52:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47737077</link><dc:creator>vxsz</dc:creator><comments>https://news.ycombinator.com/item?id=47737077</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47737077</guid></item><item><title><![CDATA[New comment by vxsz in "Ask HN: Decentralized Auth for Information Exchange?"]]></title><description><![CDATA[
<p>Yeah I think decentralization will be a stretch, especially at the beginning.<p>About the login, SSO is nice and it will probably be an option, but I heavily prefer good old email+password. It might be trickier, haven't explored SSO before.<p>The auth/central server will be open source of course, and I'm hoping I could get feedback/auditing that way if anything's wrong (even tho I feel like the process is simple with encryption libs and knowledge). At first it will be heavily experimental and will hold just dummy data and then gradually go from there if it works out.</p>
]]></description><pubDate>Thu, 18 Dec 2025 09:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46310776</link><dc:creator>vxsz</dc:creator><comments>https://news.ycombinator.com/item?id=46310776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46310776</guid></item><item><title><![CDATA[Ask HN: Decentralized Auth for Information Exchange?]]></title><description><![CDATA[
<p>I have a media server project that I want to work on. But I'm stuck on one thing, convenience vs privacy.<p>As the project is about spinning your own server (media server), I want to have a smoother way to have a simple account system where the user just enters an email and a password, and get the server/ip list (everything from there is done on the actual server). For example, a user could be invited to 2 servers, and would see them in the same page, which makes things more straight-forward and a lot easier.<p>Now, I thought a lot about it, and mostly came down to the conclusion that centralizing it is the most sane option. The data itself comes down to: email, encrypted password, encrypted IP(s) list (via key exchanges).Is there any-way to do it decentralized? I searched, even asked LLMs, but nothing felt solid (best was a Nostr suggestion) but such method would make emails, password resets painful or almost impossible. I don't know a lot regarding this topic so its quite the challenge.<p>What's the point/why not just use URL? convenience. I know, but it SUCKS having to give a parent a URL, even with some techy friends it takes a bit communicating it. I want to eliminate as much friction as possible. Also, if centralized, this has the ability that users don't need to buy a domain, setup lets encrypt and all that which costs money and time (especially for simple/new selfhosters); its a lot nicer and smoother and in a way provide better privacy out-of-the-box.<p>Note, This project doesn't even exist yet. But I'm pursuing quite soon. I also only took 1 encryption course back in college days, while I understood and was good at it, I still need to audit/verify my method. 
It basically is: 
1. hash the password+salt in a different algorithm, save the private key from it and send the public key to the central server 
2. (media server owner wants to invite) the media server checks for a public key, encrypts the message containing all the details (IP, status, ports etc), and sends the encrypted message to the central server. 
3. The client later checks, if there's a new message, it decrypts the ip/info from the server and connect.<p>Every device can login in this way and grab server list info securely. There's gonna be some sort of way to "quick connect" on TVs and such, and change passwords, but I don't want to get ahead of myself for now. I don't think the IP/server-info encryption suffers from any major things, but that's the general core principle. I maybe (probably?) have missed something.<p>The only issues I can maybe think of, is a "centralized" URL/domain would be showing up all the time instead of the owner. Note, it would be designed in a way that would allow you to instead send them to your own URL/domain and such.<p>Anyways, let me know what would be best. btw I'm not rich but such simple "auth" server would probably cost like $5/m + 2x5/m for redundancies, shouldn't be too bad.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46310517">https://news.ycombinator.com/item?id=46310517</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 18 Dec 2025 09:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46310517</link><dc:creator>vxsz</dc:creator><comments>https://news.ycombinator.com/item?id=46310517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46310517</guid></item></channel></rss>