<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: mavdol04</title><link>https://news.ycombinator.com/user?id=mavdol04</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 03 Sep 2026 12:02:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mavdol04" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[AIgnostic]]></title><description><![CDATA[
<p>Article URL: <a href="https://lewiscampbell.tech/blog/260723">https://lewiscampbell.tech/blog/260723</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49542967">https://news.ycombinator.com/item?id=49542967</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 02 Sep 2026 21:42:13 +0000</pubDate><link>https://lewiscampbell.tech/blog/260723</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=49542967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49542967</guid></item><item><title><![CDATA[LLMs and Self-Referentiality]]></title><description><![CDATA[
<p>Article URL: <a href="https://scottaaronson.blog/?p=10046">https://scottaaronson.blog/?p=10046</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49530169">https://news.ycombinator.com/item?id=49530169</a></p>
<p>Points: 57</p>
<p># Comments: 63</p>
]]></description><pubDate>Wed, 02 Sep 2026 00:20:06 +0000</pubDate><link>https://scottaaronson.blog/?p=10046</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=49530169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49530169</guid></item><item><title><![CDATA[ChatGPT becomes first AI chatbot to face tougher EU rules]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.lemonde.fr/en/pixels/article/2026/08/31/chatgpt-becomes-first-ai-chatbot-to-face-tougher-eu-rules_6757011_13.html">https://www.lemonde.fr/en/pixels/article/2026/08/31/chatgpt-becomes-first-ai-chatbot-to-face-tougher-eu-rules_6757011_13.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49515976">https://news.ycombinator.com/item?id=49515976</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 31 Aug 2026 23:15:30 +0000</pubDate><link>https://www.lemonde.fr/en/pixels/article/2026/08/31/chatgpt-becomes-first-ai-chatbot-to-face-tougher-eu-rules_6757011_13.html</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=49515976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49515976</guid></item><item><title><![CDATA[New comment by mavdol04 in "Show HN: Vpod – Tiny Linux sandbox running in WASM"]]></title><description><![CDATA[
<p>It doesn't have browser support yet because it's WASI-based, so there are a few more steps compared to Emscripten (two different ways to build for WebAssembly). But networking is supposed to work, did you have trouble with it?</p>
]]></description><pubDate>Thu, 18 Jun 2026 11:54:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48583986</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48583986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48583986</guid></item><item><title><![CDATA[New comment by mavdol04 in "Show HN: Vpod – Tiny Linux sandbox running in WASM"]]></title><description><![CDATA[
<p>With RISC‑V emulation we get the virtual hardware components we need to boot Linux like MMU, registers etc. So a GCC WASM backend could definitely help, but I'm not sure it could replace the whole emulation layer.</p>
]]></description><pubDate>Thu, 18 Jun 2026 07:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48582052</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48582052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48582052</guid></item><item><title><![CDATA[Show HN: Vpod – Tiny Linux sandbox running in WASM]]></title><description><![CDATA[
<p>Hi HN,<p>I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required.<p>The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example.<p>More info is in the README
<a href="https://github.com/capsulerun/vpod" rel="nofollow">https://github.com/capsulerun/vpod</a><p>Happy to answer any questions!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48572970">https://news.ycombinator.com/item?id=48572970</a></p>
<p>Points: 12</p>
<p># Comments: 5</p>
]]></description><pubDate>Wed, 17 Jun 2026 16:41:12 +0000</pubDate><link>https://github.com/capsulerun/vpod</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48572970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48572970</guid></item><item><title><![CDATA[WASI 0.3]]></title><description><![CDATA[
<p><a href="https://github.com/WebAssembly/WASI/releases/tag/v0.3.0" rel="nofollow">https://github.com/WebAssembly/WASI/releases/tag/v0.3.0</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48504063">https://news.ycombinator.com/item?id=48504063</a></p>
<p>Points: 260</p>
<p># Comments: 98</p>
]]></description><pubDate>Fri, 12 Jun 2026 13:51:15 +0000</pubDate><link>https://bytecodealliance.org/articles/WASI-0.3</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48504063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48504063</guid></item><item><title><![CDATA[New comment by mavdol04 in "Show HN: Eyeball"]]></title><description><![CDATA[
<p>It's a bit of a cheat, but you can hit 0.00% every time. Just measure the bar length, then cross-multiply. :)<p>Example: bar is 1250px, max is 2100, number is 376 → (1250 × 376) / 2100 ≈ 223.8px from the start, that's the 0.00%.</p>
]]></description><pubDate>Wed, 03 Jun 2026 09:06:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48381642</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48381642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48381642</guid></item><item><title><![CDATA[New comment by mavdol04 in "RISC-V and Floating-Point"]]></title><description><![CDATA[
<p>Working on a RISC-V emulator targeting Wasm. Is RVV 1.0 stable enough to be worth implementing, or would Zve32f/Zve64d already cover most use cases ?</p>
]]></description><pubDate>Wed, 20 May 2026 13:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48207533</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48207533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48207533</guid></item><item><title><![CDATA[New comment by mavdol04 in "Show HN: Watch a neural net learn to play Snake"]]></title><description><![CDATA[
<p>That's cool, i did exactly the same few years ago</p>
]]></description><pubDate>Fri, 15 May 2026 20:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48153251</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48153251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48153251</guid></item><item><title><![CDATA[New comment by mavdol04 in "Show HN: Capsule Bash – Sandboxed Bash for Agents"]]></title><description><![CDATA[
<p>Nice, what are you building exactly ?</p>
]]></description><pubDate>Mon, 04 May 2026 15:04:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48009633</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48009633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48009633</guid></item><item><title><![CDATA[Show HN: Capsule Bash – Sandboxed Bash for Agents]]></title><description><![CDATA[
<p>I've always felt that existing Bash wasn't adapted for agents. It gives way too much freedom and not enough feedback to enrich the context after each command.<p>I ended up building this TypeScript-based sandboxed Bash. If we compare it to other alternatives, it is divided into two layers:<p>- The core, with all the Bash commands and the operator logic.<p>- The runtime, a pluggable part that manages code execution in the sandbox. There's a Wasm runtime available based on a Rust runtime I launched a few months ago. [1]<p>In practice, the core calls the runtime to execute code and get back structured information from the sandbox, including exact filesystem changes (what was created, modified or deleted) and direct feedback in stdout.<p>I added commonly used commands, including `python3 -c` and `node -e`, but if you find an edge case where the current commands aren't enough, let me know.<p>GitHub: <a href="https://github.com/capsulerun/bash" rel="nofollow">https://github.com/capsulerun/bash</a><p>--<p>[1]: <a href="https://news.ycombinator.com/item?id=46871387">https://news.ycombinator.com/item?id=46871387</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48009460">https://news.ycombinator.com/item?id=48009460</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Mon, 04 May 2026 14:49:16 +0000</pubDate><link>https://github.com/capsulerun/bash</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=48009460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48009460</guid></item><item><title><![CDATA[New comment by mavdol04 in "Ask HN: Why are people leaving GitHub now?"]]></title><description><![CDATA[
<p>I am in the EU timezone and had some minor issues recently with GitHub as well, but it never lasts very long.</p>
]]></description><pubDate>Thu, 30 Apr 2026 11:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47961033</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47961033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47961033</guid></item><item><title><![CDATA[Reimagining Bash for Untrusted Contexts]]></title><description><![CDATA[
<p>Article URL: <a href="https://capsulerun.github.io/blog/reimagining-bash-for-untrusted-contexts">https://capsulerun.github.io/blog/reimagining-bash-for-untrusted-contexts</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47936409">https://news.ycombinator.com/item?id=47936409</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 28 Apr 2026 16:10:38 +0000</pubDate><link>https://capsulerun.github.io/blog/reimagining-bash-for-untrusted-contexts</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47936409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47936409</guid></item><item><title><![CDATA[New comment by mavdol04 in "Ask HN: What would be the impact of a LLM output injection attack?"]]></title><description><![CDATA[
<p>The worst that could happen is having your credentials stolen. It’s an LLM architectural flaw, so it has to be at the tools level so the only way to prevent it is still sandboxing in my opinion. Or at least sandboxing the tools themselves</p>
]]></description><pubDate>Tue, 21 Apr 2026 19:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47853073</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47853073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47853073</guid></item><item><title><![CDATA[One-time pad encryption with DNA (Paris to Tokyo)]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2603.17149">https://arxiv.org/abs/2603.17149</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47614857">https://news.ycombinator.com/item?id=47614857</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 02 Apr 2026 14:18:21 +0000</pubDate><link>https://arxiv.org/abs/2603.17149</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47614857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47614857</guid></item><item><title><![CDATA[New comment by mavdol04 in "We rewrote our Rust WASM parser in TypeScript and it got faster"]]></title><description><![CDATA[
<p>I think a shared array just avoids the copy, not the serialization which is the main problem as they showed with serde-wasm-bindgen test</p>
]]></description><pubDate>Sat, 21 Mar 2026 00:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47462721</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47462721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47462721</guid></item><item><title><![CDATA[New comment by mavdol04 in "Prompt Injecting Contributing.md"]]></title><description><![CDATA[
<p>Wait, you just invented a reverse CAPTCHA for AI agent</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:20:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47443637</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47443637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47443637</guid></item><item><title><![CDATA[New comment by mavdol04 in "Docker Sandboxes and Docker Agent"]]></title><description><![CDATA[
<p>That’s great, but it can’t be used in production because it’s not available for Linux (so no AWS, no GCP, etc.) and requires Docker Desktop. Still nice for experimenting, though.</p>
]]></description><pubDate>Mon, 16 Mar 2026 10:09:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47397099</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47397099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47397099</guid></item><item><title><![CDATA[New comment by mavdol04 in "Nominal Types in WebAssembly"]]></title><description><![CDATA[
<p>I mean standardizing on an x86 subset would replace wasm's native portability with a kind of 'emulated' compatibility, and this is one of wasm's strengths. If we do that, non-x86 hardware(mobile etc.) will pay the translation tax. So, keeping Wasm agnostic makes more sense anyway.</p>
]]></description><pubDate>Sat, 14 Mar 2026 18:18:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47379489</link><dc:creator>mavdol04</dc:creator><comments>https://news.ycombinator.com/item?id=47379489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47379489</guid></item></channel></rss>