<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: aziis98</title><link>https://news.ycombinator.com/user?id=aziis98</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 24 Aug 2026 21:55:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=aziis98" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by aziis98 in "Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning"]]></title><description><![CDATA[
<p>When for the training part you have to consider brains had like billions of years to develop. Maybe one of the reasons llms seem to be so expensive to train is because we are "compressing" in far less time that learning part</p>
]]></description><pubDate>Thu, 16 Jul 2026 23:32:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48941659</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48941659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48941659</guid></item><item><title><![CDATA[New comment by aziis98 in "Running Gemma 4 26B at 5 tokens/sec on a 13-year-old Xeon with no GPU"]]></title><description><![CDATA[
<p>For me, at least for agentic use, you need at least ~40tps. Less might be good only for tasks you could run in the background (like at night maybe).<p>Instead of coding agents like tool for local models I would like to see more "docker ps" like tools where you can queue up tasks that get processes incrementally (maybe when the pc i idle) and are specialized for doing retries and caching as much work as possible to work decently with slow local models.</p>
]]></description><pubDate>Wed, 15 Jul 2026 18:01:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48924752</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48924752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48924752</guid></item><item><title><![CDATA[New comment by aziis98 in "Show HN: I mapped 8.5M research papers into an interactive atlas"]]></title><description><![CDATA[
<p>I also made my own variant recently. I really liked the idea of litmaps but I didn't really like the UI/UX or "graph expand" feature (it uses some internal heuristic that is not very clear).<p><a href="https://paper-explorer.aziis98.com/" rel="nofollow">https://paper-explorer.aziis98.com/</a> (also on github <a href="https://github.com/aziis98/paper-explorer" rel="nofollow">https://github.com/aziis98/paper-explorer</a>)<p>This uses OpenAlex as a source of articles and to let you explore the citation graph of papers. This is still a prototype mostly made to test out how far I could go with vibecoding (well I still checked the code now and then) something without a js framework. Someday I think I will add more features to it, but now there is already a somewhat working version of import/export so I'm fine with it.</p>
]]></description><pubDate>Thu, 09 Jul 2026 21:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48852379</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48852379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48852379</guid></item><item><title><![CDATA[New comment by aziis98 in "Ternlight – 7 MB embedding model that runs in browser (WASM)"]]></title><description><![CDATA[
<p>This would be nice as an Astro (or generic meta-framework plugin) that automatically parses all generated html files and generates a small db of embeddings.<p>This way on the frontend you can lazily load this. Maybe you could even store the HNSW in chunks and just load the pieces you need for your specific search query.<p>i.e. like <a href="https://pagefind.app/" rel="nofollow">https://pagefind.app/</a> but to get fully static vector search.</p>
]]></description><pubDate>Tue, 07 Jul 2026 10:44:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48815988</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48815988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48815988</guid></item><item><title><![CDATA[New comment by aziis98 in "ZCode – Harness for GLM-5.2"]]></title><description><![CDATA[
<p>Is this GUI only?</p>
]]></description><pubDate>Wed, 01 Jul 2026 19:36:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48752037</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48752037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48752037</guid></item><item><title><![CDATA[New comment by aziis98 in "A native graphical shell for SSH"]]></title><description><![CDATA[
<p>Love it!<p>I also did some experiments some time ago. The thing this is missing for me is the ability to also run arbitrary commands other that just using a few premade apps. In fact I think this stuff becomes really interesting when you put a real "shell" on top of this.<p>And I don't mean a classical posix shell, something that can be used to leverage the full power of the custom ui and frontend. Also a must have is "nestable connections".<p>The experiment I was doing was with a web interface and a statically compiled Go backend (for easy deployment via ssh). Maybe some day I will finish it xD</p>
]]></description><pubDate>Mon, 29 Jun 2026 23:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48726458</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48726458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48726458</guid></item><item><title><![CDATA[New comment by aziis98 in "Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX"]]></title><description><![CDATA[
<p>Wow, awesome project! I gave a look a bit at the code (before realizing this was made with coding agents as said below on the website) and this seems really well made.<p>Still, I would really like to know how you approached this from an architecture perspective. I'm also curious to how much coding agents structured the code like so by themselves or if you had to steer them heavily (I've just tried a bit gemini flash from antigravity cli so I'm a bit behind on this).<p>Also how did you approach the rendering correspondence with actual tikz code? Do you have some tests that like render the tikz using latex and your js pipeline and compare the result for differences?</p>
]]></description><pubDate>Tue, 23 Jun 2026 21:19:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48651614</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48651614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48651614</guid></item><item><title><![CDATA[Introducing HRM-Text]]></title><description><![CDATA[
<p>Article URL: <a href="https://sapient.inc/introducing-hrm-text/">https://sapient.inc/introducing-hrm-text/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48261064">https://news.ycombinator.com/item?id=48261064</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 24 May 2026 21:15:46 +0000</pubDate><link>https://sapient.inc/introducing-hrm-text/</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=48261064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48261064</guid></item><item><title><![CDATA[New comment by aziis98 in "LFM2-24B-A2B: Scaling Up the LFM2 Architecture"]]></title><description><![CDATA[
<p>> I was able to get I think 20 or 30 tokens per second on CPU (DDR4 ram) alone<p>What are you using for inference? I have a recent intel laptop with 32GB of DDR5 and I am getting at most 25tps with the llama cpp vulkan backend (that is the fastest, I also tried sycl but it is a bit slower)</p>
]]></description><pubDate>Sat, 02 May 2026 14:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47986534</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47986534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47986534</guid></item><item><title><![CDATA[New comment by aziis98 in "LFM2-24B-A2B: Scaling Up the LFM2 Architecture"]]></title><description><![CDATA[
<p>I just tried the Q4_K_M variant of this [] and this is one of the first models that run at ~20tps on my laptop. I also tried it with some "hard" maths questions and it clearly knows much. Can't wait to try some local coding agent harnesses with it (I recently discovered kon [1] and dirac [2] and wanted to try them out)<p>The only thing I'm not sure about is if this model supports thinking or not.<p>[1]: <a href="https://github.com/0xku/kon" rel="nofollow">https://github.com/0xku/kon</a><p>[2]: <a href="https://github.com/dirac-run/dirac" rel="nofollow">https://github.com/dirac-run/dirac</a></p>
]]></description><pubDate>Sat, 02 May 2026 13:54:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47986441</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47986441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47986441</guid></item><item><title><![CDATA[New comment by aziis98 in "Boss-CSS: I created another "CSS-in-JS" lib"]]></title><description><![CDATA[
<p>I also did some experiments in this space as I have the same complaints about Tailwind<p><a href="https://github.com/aziis98/preact-css-extract" rel="nofollow">https://github.com/aziis98/preact-css-extract</a><p>I made this as I couldn't stand writing another 2K lines css file and wanted to try the atomic css wagon without having to switch from preact or having to learn tailwind</p>
]]></description><pubDate>Mon, 02 Mar 2026 23:04:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47225506</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47225506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47225506</guid></item><item><title><![CDATA[New comment by aziis98 in "An interactive intro to quadtrees"]]></title><description><![CDATA[
<p>On Firefox and Chrome the rectangle to make a query is offset wrong relative to the mouse D:</p>
]]></description><pubDate>Fri, 27 Feb 2026 11:16:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47179182</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47179182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47179182</guid></item><item><title><![CDATA[New comment by aziis98 in "Show HN: Steerling-8B, a language model that can explain any token it generates"]]></title><description><![CDATA[
<p>Does anybody know if I can try this online?</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:57:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47136012</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47136012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47136012</guid></item><item><title><![CDATA[Prism: When an LLM predicts the next token, which training does it relying on?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.guidelabs.ai/post/prism/">https://www.guidelabs.ai/post/prism/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47135972">https://news.ycombinator.com/item?id=47135972</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:52:28 +0000</pubDate><link>https://www.guidelabs.ai/post/prism/</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47135972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135972</guid></item><item><title><![CDATA[New comment by aziis98 in "Two Bits Are Better Than One: making bloom filters 2x more accurate"]]></title><description><![CDATA[
<p>> The win? Massive.<p>But there are benchmark numbers at least, so maybe they only used it for the prose</p>
]]></description><pubDate>Sun, 22 Feb 2026 12:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47110381</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47110381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47110381</guid></item><item><title><![CDATA[Experiments with CodeMirror: Building a code review tool]]></title><description><![CDATA[
<p>Article URL: <a href="https://aziis98.com/blog/codemirror-review-tool/">https://aziis98.com/blog/codemirror-review-tool/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47032679">https://news.ycombinator.com/item?id=47032679</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Feb 2026 09:06:08 +0000</pubDate><link>https://aziis98.com/blog/codemirror-review-tool/</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=47032679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47032679</guid></item><item><title><![CDATA[New comment by aziis98 in "Bun v1.3.9"]]></title><description><![CDATA[
<p>Why didn't I know about this before</p>
]]></description><pubDate>Sun, 08 Feb 2026 23:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46939837</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=46939837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46939837</guid></item><item><title><![CDATA[Run Typst in JavaScriptWorld]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Myriad-Dreamin/typst.ts">https://github.com/Myriad-Dreamin/typst.ts</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46704136">https://news.ycombinator.com/item?id=46704136</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 21 Jan 2026 11:29:21 +0000</pubDate><link>https://github.com/Myriad-Dreamin/typst.ts</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=46704136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46704136</guid></item><item><title><![CDATA[New comment by aziis98 in "GLM-4.7-Flash"]]></title><description><![CDATA[
<p>I hope we get to good A1B models as I'm currently GPU poor and can only do inference on CPU for now</p>
]]></description><pubDate>Mon, 19 Jan 2026 21:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46684777</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=46684777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46684777</guid></item><item><title><![CDATA[New comment by aziis98 in "Iconify: Library of Open Source Icons"]]></title><description><![CDATA[
<p>This simply solved icons for me</p>
]]></description><pubDate>Sun, 18 Jan 2026 10:17:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46666519</link><dc:creator>aziis98</dc:creator><comments>https://news.ycombinator.com/item?id=46666519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46666519</guid></item></channel></rss>