<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: dimiprasakis</title><link>https://news.ycombinator.com/user?id=dimiprasakis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 20 Jun 2026 11:12:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dimiprasakis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dimiprasakis in "Show HN: Kage – Shadow any website to a single binary for offline viewing"]]></title><description><![CDATA[
<p>Cool approach.<p>But, a compromise still lands on host's kernel, Docker doesn't provide kernel isolation (well it does on a macOS because it runs in Docker machine but thats a side effect).<p>I wonder if a better solution would be to play with seccomp or Linux capabilities so that Chrome is sandboxed even in Docker. Not sure how this would work tbh.<p>Answering here to get ideas, I saw your fix on Git and request for feedback (will try to review and give it some thought once I find some time)</p>
]]></description><pubDate>Mon, 15 Jun 2026 11:17:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48539656</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48539656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48539656</guid></item><item><title><![CDATA[New comment by dimiprasakis in "Show HN: Kage – Shadow any website to a single binary for offline viewing"]]></title><description><![CDATA[
<p>Neat project, I like the idea.
One thing from a quick read: you launch Chrome with --no-sandbox. Is there a good reason for that? Security wise it's probably not a good idea. If there is no reason, I'd suggest leaving the sandbox on!<p>In any case, cool stuff :)</p>
]]></description><pubDate>Sun, 14 Jun 2026 18:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48530697</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48530697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48530697</guid></item><item><title><![CDATA[New comment by dimiprasakis in "Linux 7.1"]]></title><description><![CDATA[
<p>- "Anyway, possible slight hiccups in the merge window aside, the news
today is 7.1."
- "nothing particularly interesting or scary stands out, which is as it should
be."<p>So, a number.</p>
]]></description><pubDate>Sun, 14 Jun 2026 17:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48530064</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48530064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48530064</guid></item><item><title><![CDATA[The Road to a Social Cybernetics]]></title><description><![CDATA[
<p>Article URL: <a href="https://miltonlmueller.substack.com/p/the-road-to-a-social-cybernetics">https://miltonlmueller.substack.com/p/the-road-to-a-social-cybernetics</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48529777">https://news.ycombinator.com/item?id=48529777</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 14 Jun 2026 17:11:16 +0000</pubDate><link>https://miltonlmueller.substack.com/p/the-road-to-a-social-cybernetics</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48529777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48529777</guid></item><item><title><![CDATA[Show HN: GitShare – Turn GitHub repos into beautiful social media screenshots]]></title><description><![CDATA[
<p>I needed a tool to turn GitHub repos into nice screenshots (for social media) but couldn't find one that I liked. There are plenty for X and LinkedIn posts, but not many for GitHub repositories.<p>I built a simple static web app (GitShare) where you paste any public repo URL, customize it live and then export as PNG/JPEG/WebP. It runs entirely in your browser (it uses GitHub's API client-side, so you're rate limited to 60 unauthenticated requests per hour).<p>Tested on Chrome, Firefox, Safari, Brave, and DuckDuckGo on macOS. Fixed tons of bugs, and I think it's reliable now. But if you hit issues on any of those or another browser/OS please let me know, happy to fix them ASAP (and it's open to feature requests and contributions, of course!)<p>Source: <a href="https://github.com/minoansecurity/gitshare" rel="nofollow">https://github.com/minoansecurity/gitshare</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48293726">https://news.ycombinator.com/item?id=48293726</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 May 2026 13:08:30 +0000</pubDate><link>https://gitshare.ch/</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48293726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48293726</guid></item><item><title><![CDATA[New comment by dimiprasakis in "How Shamir's Secret Sharing Works"]]></title><description><![CDATA[
<p>To be honest, I always wondered why variations of SSS haven't been seen commercial adoption more. For example, instead of storing API Keys in GitHub repos, the keys could be constructed on the fly by approvers signing their shares. I guess the UX of coordinating share-holders is what kills most implementations...<p>SSS does suffer though for some serious weaknesses, i.e. it trusts the shareholders. A cheating party can submit a fake share during reconstruction, corrupting the recovered secret, and honest parties have no way to detect this something that verifiable secret sharing fixes.<p>Anyway threshold crypto is a very elegant field and the math is there is really beautiful.</p>
]]></description><pubDate>Tue, 26 May 2026 22:36:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48286941</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=48286941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48286941</guid></item><item><title><![CDATA[New comment by dimiprasakis in "The death of social media is the renaissance of RSS (2025)"]]></title><description><![CDATA[
<p>What I'd love to see is an e-ink reader, purpose-built for RSS. Think of getting your morning digests from select sources without touching your smartphone or PC. Heaven</p>
]]></description><pubDate>Tue, 10 Mar 2026 00:06:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317537</link><dc:creator>dimiprasakis</dc:creator><comments>https://news.ycombinator.com/item?id=47317537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317537</guid></item></channel></rss>