<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: sureglymop</title><link>https://news.ycombinator.com/user?id=sureglymop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:32:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sureglymop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sureglymop in "Sometimes powerful people just do dumb shit"]]></title><description><![CDATA[
<p>Recently an xAI recruiter reached out to me for a position at xAI. They mentioned that they had been impressed by my GitHub profile and wanted to fast track me to an interview.<p>Fun fact: I have not a single repository on my GitHub.<p>I think the position was about creating training data and realistic coding scenarios or something.</p>
]]></description><pubDate>Tue, 14 Apr 2026 07:17:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47762320</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47762320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47762320</guid></item><item><title><![CDATA[New comment by sureglymop in "The difficulty of making sure your website is broken"]]></title><description><![CDATA[
<p>I don't think those certs are revoked yet.</p>
]]></description><pubDate>Fri, 10 Apr 2026 23:49:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47725418</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47725418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725418</guid></item><item><title><![CDATA[New comment by sureglymop in "OpenAI Acquires TBPN"]]></title><description><![CDATA[
<p>I've read this word 50 times in this thread so far and still don't know what it is an acronym for...</p>
]]></description><pubDate>Fri, 03 Apr 2026 07:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47624174</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47624174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47624174</guid></item><item><title><![CDATA[New comment by sureglymop in "Email obfuscation: What works in 2026?"]]></title><description><![CDATA[
<p>What I often see is js that fetches the email from the server separately and inserts it.</p>
]]></description><pubDate>Thu, 02 Apr 2026 08:41:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47611661</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47611661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47611661</guid></item><item><title><![CDATA[New comment by sureglymop in "Is BGP safe yet?"]]></title><description><![CDATA[
<p>You could mitigate this by monitoring certificate transparency logs for unwanted certificates issued for your domain.<p>Currently there are no good monitors though aka the system is a bit broken.</p>
]]></description><pubDate>Wed, 01 Apr 2026 23:49:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47608178</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47608178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47608178</guid></item><item><title><![CDATA[New comment by sureglymop in "Shell Tricks That Make Life Easier (and Save Your Sanity)"]]></title><description><![CDATA[
<p>I agree it's a game changer! For bash to do the same I put this in my .inputrc:<p><pre><code>    ## arrow up
    "\e[A":history-search-backward
    ## arrow down
    "\e[B":history-search-forward</code></pre></p>
]]></description><pubDate>Thu, 26 Mar 2026 16:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47532581</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47532581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47532581</guid></item><item><title><![CDATA[New comment by sureglymop in "Goodbye to Sora"]]></title><description><![CDATA[
<p>It kind of seems obvious that people would rather share their content on the pre-established platforms.<p>I believe OpenAI didn't actually want to create an alternative platform. Instead, they wanted (and needed) to be in control. This is really due to the experimental nature of the technology and platform. They wanted to do market research yet retain the power to pull it at any time.<p>Arguably they were successful in that given that they now have the ability to stop it.</p>
]]></description><pubDate>Thu, 26 Mar 2026 09:31:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47528337</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47528337</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47528337</guid></item><item><title><![CDATA[New comment by sureglymop in "Qite.js – Frontend framework for people who hate React and love HTML"]]></title><description><![CDATA[
<p>This made me immediately think of the Elm architecture.<p>To an extent this is how react works internally. There is a function which takes state and produces UI. In order not to have to re-render the whole UI if only a small part of the state changes, there is a diffing algorithm and "virtual dom" that is diffed against. Maybe it doesn't work exactly like that anymore but that's the gist of it.</p>
]]></description><pubDate>Tue, 24 Mar 2026 21:10:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47509383</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47509383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47509383</guid></item><item><title><![CDATA[New comment by sureglymop in "The Impact of AI on Game Dev Jobs. Open to Work Crisis"]]></title><description><![CDATA[
<p>What made it so popular was a combination of it being cross platform as well as turning into a "game/experience platform" instead of just a game.<p>But it is legitimately incredible what some people created in it. I remember playing a very good/accurate counter strike source clone in roblox. Felt exactly like playing a source engine game. I doubt that it was made by a kid.</p>
]]></description><pubDate>Sun, 22 Mar 2026 12:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47476808</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47476808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47476808</guid></item><item><title><![CDATA[New comment by sureglymop in "Windows 11's Start menu was built using React – now switching to native WinUI"]]></title><description><![CDATA[
<p>Agreed and it's an important distinction to bring up. There are some pretty cool projects that use react like that, e.g., vicinae [0]. And one can implement a different renderer for react, here is a tui renderer [1].<p>0: <a href="https://www.vicinae.com/" rel="nofollow">https://www.vicinae.com/</a>
1: <a href="https://github.com/vadimdemedes/ink" rel="nofollow">https://github.com/vadimdemedes/ink</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 16:13:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47468338</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47468338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47468338</guid></item><item><title><![CDATA[New comment by sureglymop in "Google details new 24-hour process to sideload unverified Android apps"]]></title><description><![CDATA[
<p>Sure, they have no obligation but the way you describe Newpipe to paint it as "obstructive" feels off to me.<p>When you offer a <i>free</i> service, by definition of it being free, you can't hold consumers of that service accountable for not furthering your revenue. They are impeding revenue only if it's not actually <i>free</i> (or only under false pretenses) which dismantles your first sentence here.</p>
]]></description><pubDate>Fri, 20 Mar 2026 11:41:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47453236</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47453236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47453236</guid></item><item><title><![CDATA[New comment by sureglymop in "Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m"]]></title><description><![CDATA[
<p>So they are sharding by time/day?<p>I have a similar project right now where I am scraping a dataset that is only ever offering the current state. I am trying to preserve the history of this dataset and was thinking of using the same strategy. If anyone has experience or pointers in how to best add time as a dimension to an existing generic dataset, I'd love to read about it.</p>
]]></description><pubDate>Thu, 19 Mar 2026 10:09:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47437058</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47437058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47437058</guid></item><item><title><![CDATA[New comment by sureglymop in "Type resolution redesign, with language changes to taste"]]></title><description><![CDATA[
<p>At this point do you believe porting the codebase to Zig was the right decision? Do you have any regrets?<p>Also, I'm excited about trying out your language even moreso than Zig. :)</p>
]]></description><pubDate>Wed, 11 Mar 2026 11:40:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47334325</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47334325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47334325</guid></item><item><title><![CDATA[New comment by sureglymop in "Standardizing source maps"]]></title><description><![CDATA[
<p>This is a great endeavour. Recently I have been thinking about how to add syntax and metaprogramming extensions to programming languages without forking the compiler/interpreter. Source maps are needed there in order to have good editor support through e.g. an LSP server proxy. In researching it I was a bit let down I couldn't find too much research and specifications for the topic.</p>
]]></description><pubDate>Wed, 11 Mar 2026 08:38:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47333063</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47333063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47333063</guid></item><item><title><![CDATA[New comment by sureglymop in "Rebasing in Magit"]]></title><description><![CDATA[
<p>It looks really cool but the thing is, having learned git just as a cli tool, I don't think any UI would convert me from that workflow.<p>The exception is maybe diffing, where I just use meld as the difftool.</p>
]]></description><pubDate>Tue, 10 Mar 2026 17:10:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47326055</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47326055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47326055</guid></item><item><title><![CDATA[New comment by sureglymop in "Electrobun and WGPU: Tiny, cross-platform games and ML with Bun"]]></title><description><![CDATA[
<p>I tried but had some issues with it. Docs that referred to non existing/non working features and features not covered by the docs. Felt a bit vibe coded unfortunately.</p>
]]></description><pubDate>Fri, 06 Mar 2026 10:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47273338</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47273338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47273338</guid></item><item><title><![CDATA[New comment by sureglymop in "Seventeen Years of Coding and Starting Over"]]></title><description><![CDATA[
<p>At the end of last year I started to feel a little burned out and seemingly had lost my curiosity, motivation and passion for computers.<p>I started again with something I don't do at my day job, assembly and low level programming. It's been a blessing to learn and realize that things can actually be much simpler at that level. I'm especially interested in anything that actually needs one to drop down to assembly level and can't be done in some low level languages. E.g. implementing coroutines, jit compilation, self modifying binaries etc. I don't think I'll ever be able to use this knowledge professionally but more importantly, it's fun! Any more ideas for fun stuff are welcome. :)</p>
]]></description><pubDate>Fri, 06 Mar 2026 10:32:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47273231</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47273231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47273231</guid></item><item><title><![CDATA[New comment by sureglymop in "How to record and retrieve anything you've ever had to look up twice"]]></title><description><![CDATA[
<p>Thank you for the links/resources!
I've come across these in my research and they book look interesting. I've contemplated contributing to Timelinize but ultimately decided I want to create my own thing, also for educational purposes.</p>
]]></description><pubDate>Tue, 03 Mar 2026 19:12:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47237254</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47237254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47237254</guid></item><item><title><![CDATA[New comment by sureglymop in "Daily Driving GrapheneOS"]]></title><description><![CDATA[
<p>I've used GrapheneOS for years at this point and all my banking apps work fine. It's just definitely worth a try.<p>I've had a government app not working once and one of the devs actually showed up on the GrapheneOS forums and now it does.</p>
]]></description><pubDate>Tue, 03 Mar 2026 08:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47229554</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47229554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47229554</guid></item><item><title><![CDATA[New comment by sureglymop in "Claude Experiencing Elevated Errors Across All Platforms"]]></title><description><![CDATA[
<p>Well if you look at the status page [0], it only seems to have become a daily occurrence in the past two weeks. Even before that uptime wasn't so good though.<p>[0]: <a href="https://status.claude.com/" rel="nofollow">https://status.claude.com/</a></p>
]]></description><pubDate>Mon, 02 Mar 2026 15:40:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47219381</link><dc:creator>sureglymop</dc:creator><comments>https://news.ycombinator.com/item?id=47219381</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47219381</guid></item></channel></rss>