<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: AndreyK1984</title><link>https://news.ycombinator.com/user?id=AndreyK1984</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 18:15:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AndreyK1984" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AndreyK1984 in "Ask HN: We just had an actual UUID v4 collision..."]]></title><description><![CDATA[
<p>Why not to have timestamp-uuid instead ?</p>
]]></description><pubDate>Fri, 08 May 2026 10:26:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061142</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=48061142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061142</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "Solar and batteries can power the world"]]></title><description><![CDATA[
<p>What about STORING excess power and delivering it during the day at a same level ? That is a critical part! I remember last time it was too expensive.</p>
]]></description><pubDate>Fri, 03 Apr 2026 15:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47627901</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=47627901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47627901</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "ChatGPT won't let you type until Cloudflare reads your React state"]]></title><description><![CDATA[
<p>CamuFox will fix it  easy peasy.</p>
]]></description><pubDate>Mon, 30 Mar 2026 09:30:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47572242</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=47572242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47572242</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "CSS is DOOMed"]]></title><description><![CDATA[
<p>I try a simple absolutely layout (all calculated on a server), and helps me a lot. 
1) no reflow 
2) very few exceptions
3) WAY EASIER FOR LLMs</p>
]]></description><pubDate>Sun, 29 Mar 2026 01:46:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47559754</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=47559754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47559754</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "The 49MB web page"]]></title><description><![CDATA[
<p>I started writing in  a Dioxus (rust framework) style. max 1KB of js code. Sending the diff via WebSocket from the rust server, and , what is more important, all code is now on a server, and because of websocket and rust it executes almost same speed as on the client. Back to normal pages sizes. And, of course, virtual scrolling everywhere.</p>
]]></description><pubDate>Mon, 16 Mar 2026 16:12:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47400942</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=47400942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47400942</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "Tesla ending Models S and X production"]]></title><description><![CDATA[
<p>I was exactly going to shot Tesla. Is Tesla more like Elon meme ?</p>
]]></description><pubDate>Thu, 29 Jan 2026 06:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46806457</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46806457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46806457</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "Man shot and killed by federal agents in south Minneapolis this morning"]]></title><description><![CDATA[
<p>Any chance to see the other side ? I regularly read the opposite side press, their points are basically this:<p>- get rid of all immigrants (illegal alients)<p>- get rid of everyone who is against ICE<p>- take Canada, Greenland, Mexico and Colombia<p>Thus seriously, any minimal possibility
 to justify actions of ICE? Scared, non trained, a very stupid agent, whatever ?</p>
]]></description><pubDate>Sun, 25 Jan 2026 21:23:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46758389</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46758389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46758389</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "The Overcomplexity of the Shadcn Radio Button"]]></title><description><![CDATA[
<p>Hard feelings here. I like react and have to work with it, still it is all insanely wrong.<p>The best approach I've found so far is egui , and I hope people are moving that direction. Draw whole frame, collect events, process, update internal state.</p>
]]></description><pubDate>Tue, 20 Jan 2026 16:57:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46694285</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46694285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46694285</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "Tell HN: The way I do simple data management for new prototypes"]]></title><description><![CDATA[
<p>Yep. If I have only one express js process - I can just save and load. if it is 1-5 users - lets story all in a single JSON (although sometimes I use excel for storage). People underestimate simplicity</p>
]]></description><pubDate>Sat, 17 Jan 2026 11:24:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46657165</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46657165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46657165</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "Tell HN: The way I do simple data management for new prototypes"]]></title><description><![CDATA[
<p>Thank you, yes and indexed db too, as in other comment.<p>I like to have exactly two API calls.<p>-- load data (returns json)<p>-- save data (sends json, returns 200 ok)<p>That is all! Let frontend bind everything to that json and save it every 1-2 seconds in setInterval.</p>
]]></description><pubDate>Sat, 17 Jan 2026 11:23:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46657161</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46657161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46657161</guid></item><item><title><![CDATA[Tell HN: The way I do simple data management for new prototypes]]></title><description><![CDATA[
<p>Hi folks! I have huge success on a prototype of this approach:<p>-  Store all data as json<p>- App loads: load full json on a client<p>- Something changes by user - change json locally and every 10 seconds save whole json to backend as a single json file<p>- also every 10 seconds load the updated json from backend to client.<p>Yes, I know, parallel access problems, lack of schema, lack of db, using file to store. But how much it makes life easier and speed ups development at start! I am in this over 20 years, and I like dumb stupid solutions applied properly. Duct taping forever!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46645553">https://news.ycombinator.com/item?id=46645553</a></p>
<p>Points: 15</p>
<p># Comments: 8</p>
]]></description><pubDate>Fri, 16 Jan 2026 11:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645553</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46645553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645553</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "The Palantir app helping ICE raids in Minneapolis"]]></title><description><![CDATA[
<p>Thank you all for detailed answers!  As I see, if all goes well the problem will be solved in two years (more or less).<p>Again, no comments regarding if it is good to hunt "illegal aliens" and kick them away - US citizens must decide this themselves.</p>
]]></description><pubDate>Fri, 16 Jan 2026 11:51:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46645534</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46645534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46645534</guid></item><item><title><![CDATA[New comment by AndreyK1984 in "The Palantir app helping ICE raids in Minneapolis"]]></title><description><![CDATA[
<p>Can someone tell me three things, please!
- is ICE illegal or immoral ? Or it is a good tool used wrong ?
- can people vote and make ICE stronger / weaker depending on their choice ?
- are non registered people breaking the law or not ? Is it basically bad law or bad people ?
I am sure US is republic and democracy together, but everyone here pretends ICE is a tool of dictatorship and should be stopped immediately.<p>If you ask about my personal opinion - it is an internal problem of US citizens, and they need to fix it.</p>
]]></description><pubDate>Thu, 15 Jan 2026 21:33:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46639645</link><dc:creator>AndreyK1984</dc:creator><comments>https://news.ycombinator.com/item?id=46639645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46639645</guid></item></channel></rss>