<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: ivankra</title><link>https://news.ycombinator.com/user?id=ivankra</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Apr 2026 08:39:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ivankra" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ivankra in "CEOs admit AI had no impact on employment or productivity"]]></title><description><![CDATA[
<p>Trend following - everyone's jumping. And bad economy.</p>
]]></description><pubDate>Mon, 20 Apr 2026 00:14:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47828932</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47828932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47828932</guid></item><item><title><![CDATA[New comment by ivankra in "Claude Code Opus 4.7 keeps checking on malware"]]></title><description><![CDATA[
<p>Happening already. My new claude max account got instabanned after just a few messages asking it to debug some stuff for me, that they felt like a TOS violation.  Nothing remotely controversial. The main model didn't even complain, some dumber background censorship model flagged it.</p>
]]></description><pubDate>Sat, 18 Apr 2026 13:07:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47815619</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47815619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47815619</guid></item><item><title><![CDATA[New comment by ivankra in "Claude Code Opus 4.7 keeps checking on malware"]]></title><description><![CDATA[
<p>Lucky you. My new claude max account simply got instabanned. All I asked it was to build node and V8 "to investigate some node crashes" (the part I think it overindexed on) and look into a few diffs. And bam, "An internal investigation of suspicious signals associated with your account indicates a violation of our Usage Policy. As a result, we have revoked your access to Claude"<p>They are even worse than Google, which at least doesn't ban your whole account if you search the wrong thing.</p>
]]></description><pubDate>Sat, 18 Apr 2026 11:59:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47815223</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47815223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47815223</guid></item><item><title><![CDATA[New comment by ivankra in "Layoff Thinking"]]></title><description><![CDATA[
<p>Founder & CEO at stealth startup</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:49:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47740392</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47740392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47740392</guid></item><item><title><![CDATA[New comment by ivankra in "JSSE: A JavaScript Engine Built by an Agent"]]></title><description><![CDATA[
<p>Don't we all stand on the shoulders of giants?</p>
]]></description><pubDate>Wed, 01 Apr 2026 15:56:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47602579</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47602579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47602579</guid></item><item><title><![CDATA[New comment by ivankra in "Ask HN: Client took over development by vibe coding. What to do?"]]></title><description><![CDATA[
<p>Nothing new. Classic joke goes like<p>$100/hr standard rate<p>$150/hr if you watch<p>$175/hr if you help<p>$250/hr if you tell me how to do my job</p>
]]></description><pubDate>Wed, 01 Apr 2026 14:30:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47601468</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47601468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47601468</guid></item><item><title><![CDATA[New comment by ivankra in "JSSE: A JavaScript Engine Built by an Agent"]]></title><description><![CDATA[
<p>You can prompt an LLM to generate tests from the spec and I'd bet it would easily get most of the way there, especially if you give it a reference implementation to test against. I did just that, though on a small scale - just for feature tests. The last few percent would be the real challenge, you probably don't want it to just imitate another implementation's bugs.</p>
]]></description><pubDate>Wed, 01 Apr 2026 04:18:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47596772</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47596772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47596772</guid></item><item><title><![CDATA[New comment by ivankra in "JSSE: A JavaScript Engine Built by an Agent"]]></title><description><![CDATA[
<p>More like 8th. These pass nearly all Temporal tests as well: v8, spidermonkey, libjs, boa, escargot, kiesel, jint. Almost there: graaljs, yavashark.</p>
]]></description><pubDate>Wed, 01 Apr 2026 04:12:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47596730</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47596730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47596730</guid></item><item><title><![CDATA[New comment by ivankra in "JSSE: A JavaScript Engine Built by an Agent"]]></title><description><![CDATA[
<p>They really did manage to benchmaxx test262 and beat everyone at it. In my testing (all engines with experimental flags in same conditions on full test262):<p><pre><code>  99.5 jsse
  99.1 v8
  99.0 spidermonkey
  98.1 libjs
  97.4 escargot
  97.3 jint
  96.4 boa
  95.0 graaljs
  93.2 kiesel
  92.1 jsc
  82.8 quickjs
  82.5 quickjs-ng
  82.1 xs
  80.1 brimstone
  77.7 nova
  74.6 jerryscript
  66.5 sobek
  65.5 goja
</code></pre>
It ain't fast (~10x slower than boa), but very compliant.</p>
]]></description><pubDate>Wed, 01 Apr 2026 00:06:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47595127</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47595127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47595127</guid></item><item><title><![CDATA[JSSE: A JavaScript Engine Built by an Agent]]></title><description><![CDATA[
<p>Article URL: <a href="https://p.ocmatos.com/blog/jsse-a-javascript-engine-built-by-an-agent.html">https://p.ocmatos.com/blog/jsse-a-javascript-engine-built-by-an-agent.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47570292">https://news.ycombinator.com/item?id=47570292</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 30 Mar 2026 04:08:49 +0000</pubDate><link>https://p.ocmatos.com/blog/jsse-a-javascript-engine-built-by-an-agent.html</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47570292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47570292</guid></item><item><title><![CDATA[New comment by ivankra in "Ask HN: Running legacy IE/ActiveX clients without local admin rights?"]]></title><description><![CDATA[
<p>If you can make it run in a standard qemu/libvirt VM, you likely should be able to ship that VM in the browser as the site I linked demonstrates.<p>Only problem I see is, does it need custom hardware/drivers? If yes and you can make hardware passthrough work with qemu, perhaps you could host a VM instance on a server and ship some web UI or RDP client for users to connect to it.</p>
]]></description><pubDate>Fri, 27 Mar 2026 08:07:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47540094</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47540094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47540094</guid></item><item><title><![CDATA[New comment by ivankra in "Ask HN: Running legacy IE/ActiveX clients without local admin rights?"]]></title><description><![CDATA[
<p>You can run just run whole Windows with IE6 in the browser these days thanks to WebAssembly:
<a href="https://oldweb.today/?browser=ie6" rel="nofollow">https://oldweb.today/?browser=ie6</a>. It even works on my phone.</p>
]]></description><pubDate>Fri, 27 Mar 2026 00:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47537731</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47537731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47537731</guid></item><item><title><![CDATA[New comment by ivankra in "Opera: Rewind The Web to 1996 (Opera at 30)"]]></title><description><![CDATA[
<p>Eh, marketing fluff. This is more like it: <a href="https://oldweb.today/" rel="nofollow">https://oldweb.today/</a> - browse old web (from archive.org) with old browsers (in Wasm)<p>A better way to celebrate 30 years of their browser would be to just open source it. Code's been leaked and irrelevant today anyway but still.</p>
]]></description><pubDate>Tue, 24 Mar 2026 10:12:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47500569</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47500569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47500569</guid></item><item><title><![CDATA[New comment by ivankra in "What Young Workers Are Doing to AI-Proof Themselves"]]></title><description><![CDATA[
<p>Eh, it's been cheaper and better for a long time to just demolish and rebuild rather than deal with neverending issues at major fixer uppers. Robots probably would be able to do uncomplicated cookie-cutter builds in a decade or two, there's just too much money in the construction sector that AI companies looking for the next big thing to disrupt can't ignore.</p>
]]></description><pubDate>Mon, 23 Mar 2026 05:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47485852</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47485852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47485852</guid></item><item><title><![CDATA[New comment by ivankra in "A curated list of AI slops"]]></title><description><![CDATA[
<p>Found this gem today: <a href="https://github.com/pmatos/jsse/" rel="nofollow">https://github.com/pmatos/jsse/</a> - "An agent-coded JS engine in Rust. I didn't touch a single line of code here... didn't even create this repo by hand -- my agent did that."<p>Passes 99.96% of test262 - that's more than V8 & co!</p>
]]></description><pubDate>Mon, 16 Mar 2026 08:00:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47396216</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47396216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47396216</guid></item><item><title><![CDATA[New comment by ivankra in "Ask HN: Are there any CS niches safe from AI?"]]></title><description><![CDATA[
<p>Security / Finance. People aren't going to trust slop to make critical decisions for a long time.<p>Any niche areas - once you venture outside of topics/tasks well represented on the Internet and GitHub, even frontier LLMs still quickly take a nosedive.</p>
]]></description><pubDate>Mon, 16 Mar 2026 04:15:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395175</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47395175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395175</guid></item><item><title><![CDATA[Jsse: Agent-coded JavaScript engine in Rust passing 99.96% of test262]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/pmatos/jsse">https://github.com/pmatos/jsse</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47394336">https://news.ycombinator.com/item?id=47394336</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Mar 2026 02:07:30 +0000</pubDate><link>https://github.com/pmatos/jsse</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47394336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394336</guid></item><item><title><![CDATA[New comment by ivankra in "Temporal: The 9-year journey to fix time in JavaScript"]]></title><description><![CDATA[
<p>Try `node --harmony-temporal`</p>
]]></description><pubDate>Fri, 13 Mar 2026 09:15:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47362163</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47362163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47362163</guid></item><item><title><![CDATA[New comment by ivankra in "Traffic from Russia to Cloudflare is 60% down from last year"]]></title><description><![CDATA[
<p>VPNs are widespread in Russia, so they probably misattribute a good chunk of the traffic.<p>"By 2025, about 41% of Russian internet users were relying on VPNs — one of the highest adoption rates in the world." [1]<p>[1] <a href="https://cepa.org/article/blocked-and-bypassed-russians-evade-internet-censorship/" rel="nofollow">https://cepa.org/article/blocked-and-bypassed-russians-evade...</a></p>
]]></description><pubDate>Tue, 10 Mar 2026 15:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324449</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47324449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324449</guid></item><item><title><![CDATA[New comment by ivankra in "MacBook Pro with M5 Pro and M5 Max"]]></title><description><![CDATA[
<p>But memory bandwidth (bottleneck for LLM inference) is only marginally improved, 614 GB/s vs 546 GB/s for M4/M5 Max - where is this 4x improvement coming from?<p>I think I'll pass on upgrading.</p>
]]></description><pubDate>Tue, 03 Mar 2026 14:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47232919</link><dc:creator>ivankra</dc:creator><comments>https://news.ycombinator.com/item?id=47232919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47232919</guid></item></channel></rss>