<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: nnurmanov</title><link>https://news.ycombinator.com/user?id=nnurmanov</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 20 Aug 2026 21:34:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nnurmanov" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Basecheck agent – Local database checks with HTTP/syslog output]]></title><description><![CDATA[
<p>Hi HN!<p>I am building basecheck, a database auditing tool. It currently supports PostgreSQL, SQL Server, Oracle, Supabase (preview), SQLite and the goal is to support more databases over time.<p>There is a standalone agent CLI that can be used in free or paid mode. The free mode includes six control packs with 61 controls and SIEM delivery to generic HTTP or syslog destinations. The paid mode allows you to run more control packs and use basecheck platform features.<p>The free packs cover concrete states: PostgreSQL SSL, password encryption, superuser and PUBLIC schema exposure; SQL Server `sa`, `xp_cmdshell`, sysadmin membership, and password policy; Oracle default accounts and audit settings; Supabase RLS and grants; and SQLite integrity and journal safety. Supabase is in preview. If you believe the free mode should definitely include some more controls, let me know.<p>Findings can be written to JSON or sent to an existing HTTP or syslog collector. If you just want to test, `--test-siem` sends a test event without running a scan.<p>The source is available under BSL 1.1 and free for internal use.<p>Repo and release: <a href="https://github.com/baselabs-io/basecheck-agent" rel="nofollow">https://github.com/baselabs-io/basecheck-agent</a><p>Native SIEM connectors are not built yet (I could not install one on my laptop:)). If you run a SIEM, I’d be glad to build and test one with you.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48993862">https://news.ycombinator.com/item?id=48993862</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Jul 2026 15:44:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48993862</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48993862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48993862</guid></item><item><title><![CDATA[New comment by nnurmanov in "GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos"]]></title><description><![CDATA[
<p>You have to have fixed commands that LLM could execute, just limit its universe. I don't think it is a good practice to give LLMs access to everything.</p>
]]></description><pubDate>Wed, 08 Jul 2026 09:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48829872</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48829872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48829872</guid></item><item><title><![CDATA[New comment by nnurmanov in "Anthropic's "J-lens" reveals workspace in Claude mirrors theory of consciousness"]]></title><description><![CDATA[
<p>I believe this may impact on post training.<p>Training for instruction following, reasoning, reflection, and self-monitoring may have forced models to learn resource allocation: compress the currently useful concepts into a sparse shared workspace instead of keeping all computation equally active.<p>This is actually interesting observation, what if they add resource allocation constraints in post training, will it force to add more workspaces?</p>
]]></description><pubDate>Wed, 08 Jul 2026 08:28:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48829175</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48829175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48829175</guid></item><item><title><![CDATA[New comment by nnurmanov in "Chat Control 1.0 and 2.0 Explained"]]></title><description><![CDATA[
<p>Wake me up in 100 years and ask me what EU politicians are doing.<p>My answer: regulating something:)</p>
]]></description><pubDate>Wed, 08 Jul 2026 03:40:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48827212</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48827212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48827212</guid></item><item><title><![CDATA[New comment by nnurmanov in "Is The Economist Always Wrong?"]]></title><description><![CDATA[
<p>We will never know as the article is behind a paywall:)</p>
]]></description><pubDate>Wed, 08 Jul 2026 03:37:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48827189</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48827189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48827189</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why about a third of the submissions become dead in mere minutes?"]]></title><description><![CDATA[
<p>Actually, my mornings start with reading HN; I am more of a reader than a writer :) But I see your point: if you find it useful, then repay it with a contribution.<p>I agree on the repo link as well; it was indeed selfish on my side. HN is one of the few places where you can read human content, so let's keep it that way. Lesson completely learned on my side.<p>Communicating with mods about issues could be a good idea too, but I shall keep it to a minimum. Apparently, they are super busy fighting AI :)</p>
]]></description><pubDate>Wed, 08 Jul 2026 03:35:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48827175</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48827175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48827175</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why coding assistants are so bad at UI?"]]></title><description><![CDATA[
<p>In this case, could coding it manually be faster?:)</p>
]]></description><pubDate>Tue, 07 Jul 2026 19:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48822114</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48822114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48822114</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why coding assistants are so bad at UI?"]]></title><description><![CDATA[
<p>1. Did not use the UI framework currently being used in the web app;
2. Did not see the pattern, I always use header, but it skipped;
3. Wrong placement of elements, e.g. one element should have been on the left pane, instead it put it on the top right and so on.<p>I agree that on pure code they are OK, but I thought maybe I am missing something?</p>
]]></description><pubDate>Tue, 07 Jul 2026 18:55:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48822029</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48822029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48822029</guid></item><item><title><![CDATA[Ask HN: Why coding assistants are so bad at UI?]]></title><description><![CDATA[
<p>A genuine question: I spent the whole day trying to get Codex to build a UI and finally gave up. Now I’m considering doing it manually.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48821916">https://news.ycombinator.com/item?id=48821916</a></p>
<p>Points: 2</p>
<p># Comments: 6</p>
]]></description><pubDate>Tue, 07 Jul 2026 18:48:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48821916</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48821916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48821916</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why about a third of the submissions become dead in mere minutes?"]]></title><description><![CDATA[
<p>I guess HN has become an AI/vs human battleground:)</p>
]]></description><pubDate>Tue, 07 Jul 2026 16:46:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48820326</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48820326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48820326</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Fable 5 promo ends today – is anyone keeping it once it's usage-billed?"]]></title><description><![CDATA[
<p>I guess UI hasn't been solved yet.</p>
]]></description><pubDate>Tue, 07 Jul 2026 16:44:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48820307</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48820307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48820307</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why about a third of the submissions become dead in mere minutes?"]]></title><description><![CDATA[
<p>My submission was killed immediately. It took me weeks to build the product and days to polish the documentation. At one point, I even went 24 hours without sleep working on it—only to have the submission killed instantly.<p>I emailed @dang at hn@ycombinator.com but never heard back. What should I do now? I’m scared to repost because I don’t want to risk a permanent ban.</p>
]]></description><pubDate>Tue, 07 Jul 2026 13:45:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48817795</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48817795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48817795</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Why about a third of the submissions become dead in mere minutes?"]]></title><description><![CDATA[
<p>But don't turn on the noprocrast option;) I did it today and had to wait for 3 hours:)</p>
]]></description><pubDate>Tue, 07 Jul 2026 13:41:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48817730</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48817730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48817730</guid></item><item><title><![CDATA[New comment by nnurmanov in "Ask HN: Fable 5 promo ends today – is anyone keeping it once it's usage-billed?"]]></title><description><![CDATA[
<p>How is it with UI? Any good?</p>
]]></description><pubDate>Tue, 07 Jul 2026 13:39:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48817692</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48817692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48817692</guid></item><item><title><![CDATA[New comment by nnurmanov in "Samsung profits jump 1,800% as AI chip sales soar"]]></title><description><![CDATA[
<p>I’m not sure this growth is sustainable. Even if the barriers are adequate, companies may be reluctant to invest if they believe the bubble could burst soon.</p>
]]></description><pubDate>Tue, 07 Jul 2026 10:32:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48815892</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48815892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48815892</guid></item><item><title><![CDATA[New comment by nnurmanov in "Samsung profits jump 1,800% as AI chip sales soar"]]></title><description><![CDATA[
<p>Any startup would envy this rate of growth:)</p>
]]></description><pubDate>Tue, 07 Jul 2026 09:58:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48815670</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48815670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48815670</guid></item><item><title><![CDATA[Samsung profits jump 1,800% as AI chip sales soar]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.bbc.com/news/articles/c1kyy8yrpxdo">https://www.bbc.com/news/articles/c1kyy8yrpxdo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48815657">https://news.ycombinator.com/item?id=48815657</a></p>
<p>Points: 6</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 07 Jul 2026 09:57:16 +0000</pubDate><link>https://www.bbc.com/news/articles/c1kyy8yrpxdo</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48815657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48815657</guid></item><item><title><![CDATA[New comment by nnurmanov in "Claude has the worst pricing – but people want it"]]></title><description><![CDATA[
<p>Fixed, now Fabric works with subscription plans as well. It took some time to figure it out, but the issue is resolved now. I shall push the updated release later to GitHub</p>
]]></description><pubDate>Tue, 07 Jul 2026 09:07:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48815286</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48815286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48815286</guid></item><item><title><![CDATA[New comment by nnurmanov in "Claude has the worst pricing – but people want it"]]></title><description><![CDATA[
<p>To the comment below, I have no idea why CC subscription did not work, apparently they have some different way to connect? Thanks to the leaked source code, I am going to find it out:)</p>
]]></description><pubDate>Tue, 07 Jul 2026 02:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48813132</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48813132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48813132</guid></item><item><title><![CDATA[New comment by nnurmanov in "Claude has the worst pricing – but people want it"]]></title><description><![CDATA[
<p>This is basically why I built HailMary Fabric.<p>Claude Code is good, but a lot of the cost is repo discovery: finding files, reading candidates, following imports, etc.<p>Fabric indexes the repo locally and gives Claude Code the relevant context up front. Nothing goes to HailMary.<p>Tiny early test on httpx: 58% lower API cost across 2 tasks, both passed tests.<p>Repo is here if anyone wants to try it or poke holes in it: <a href="https://github.com/hailmarylabs/fabric/" rel="nofollow">https://github.com/hailmarylabs/fabric/</a></p>
]]></description><pubDate>Mon, 06 Jul 2026 19:48:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48809592</link><dc:creator>nnurmanov</dc:creator><comments>https://news.ycombinator.com/item?id=48809592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48809592</guid></item></channel></rss>