<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: bobajeff</title><link>https://news.ycombinator.com/user?id=bobajeff</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 22 Jun 2026 22:42:29 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bobajeff" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bobajeff in "Deno Desktop"]]></title><description><![CDATA[
<p>No. As I understand it, the Raw backed just gives you a Window with input handling and you have to embed something like Skia, WebGPU for the graphics. So basically you have make your widget library yourself.<p>Now you can just start a server with deno pretty easily and serve a website. But WebUI will actually also manage opening the browser window for you as well a make the communication between backend and frontend just like using a Webview or electron.</p>
]]></description><pubDate>Mon, 22 Jun 2026 15:05:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48631212</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48631212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48631212</guid></item><item><title><![CDATA[New comment by bobajeff in "Deno Desktop"]]></title><description><![CDATA[
<p>I'm happy to see this I see that this provides CEF, Webview and Raw * backbends but it would be nice if there was also a launch in browser option (like WebUI has). To me that has the best tradeoffs if you want to avoid the mess that is webkitgtk but still not ship (and be in charge of updating) a chromium engine with your app.<p>* <a href="https://docs.deno.com/runtime/desktop/backends/" rel="nofollow">https://docs.deno.com/runtime/desktop/backends/</a></p>
]]></description><pubDate>Mon, 22 Jun 2026 13:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48629777</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48629777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48629777</guid></item><item><title><![CDATA[New comment by bobajeff in "Deno Desktop"]]></title><description><![CDATA[
<p>There's also just shipping with a Web interface that opens in a browser (like Jupyter, or WebUI apps). Plus there's the option to use the system Webview like Deno Desktop (this), Tauri and Electrobun do by default.<p>So thankfully we can still have our REPLs with live reloading and nice documentation (MDN, W3schools etc.) and large library of embeddable UI components without most the costs of using electron.</p>
]]></description><pubDate>Mon, 22 Jun 2026 13:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48629678</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48629678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48629678</guid></item><item><title><![CDATA[New comment by bobajeff in "Deno Desktop"]]></title><description><![CDATA[
<p>Deno actually has had a built in compile to binary feature * I've used it before a few times.<p>* <a href="https://docs.deno.com/runtime/reference/cli/compile/" rel="nofollow">https://docs.deno.com/runtime/reference/cli/compile/</a></p>
]]></description><pubDate>Mon, 22 Jun 2026 12:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48629513</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48629513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48629513</guid></item><item><title><![CDATA[New comment by bobajeff in "Office-open-xml-viewer: Office XML document viewer that renders to HTML Canvas"]]></title><description><![CDATA[
<p>For those interested here * is a similar project that I believe is *<i>not*</i> vibe coded posted a few weeks ago **.<p>* <a href="https://github.com/eigenpal/docx-editor" rel="nofollow">https://github.com/eigenpal/docx-editor</a><p>** <a href="https://news.ycombinator.com/item?id=48228411">https://news.ycombinator.com/item?id=48228411</a></p>
]]></description><pubDate>Sun, 07 Jun 2026 22:15:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48439131</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48439131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48439131</guid></item><item><title><![CDATA[New comment by bobajeff in "Blorp Language"]]></title><description><![CDATA[
<p>Scope being determined by indention makes it easier to paste things in the wrong scope and not notice.</p>
]]></description><pubDate>Mon, 01 Jun 2026 19:43:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48361648</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48361648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48361648</guid></item><item><title><![CDATA[New comment by bobajeff in "KDE at 30"]]></title><description><![CDATA[
<p>Just adding my respect for the team behind KDE. I left KDE for more resource friendly desktops and window managers around the KDE 4 transition. Then in the last couple of years came back. It's definitely the most feature complete and sane option for Linux desktops.<p>When they transition to Wayland I'll probably have to move away again as my hardware won't support it but I'll still likely use dolphin as it's a better file manager than all the others.</p>
]]></description><pubDate>Mon, 01 Jun 2026 19:33:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48361544</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48361544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48361544</guid></item><item><title><![CDATA[New comment by bobajeff in "Blorp Language"]]></title><description><![CDATA[
<p>I know there are people that are used to the indention based scope but that has a real problem when it comes to copy/pasting code. I think a alternative that still looks pretty clean is to do like Ruby and Julia and have the function/class imply begin and have a literal 'end'.</p>
]]></description><pubDate>Mon, 01 Jun 2026 12:49:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48356138</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48356138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48356138</guid></item><item><title><![CDATA[New comment by bobajeff in "Coalton is an efficient, statically typed Lisp with ideas from Haskell and OCaml"]]></title><description><![CDATA[
<p>I'm one of those people that prefer vscode (actually I'd prefer just about any editor with a UI designed within the last couple of decades over emacs). Lately I've been thinking about working though a nice Lisp book just because the idea appeals to me.</p>
]]></description><pubDate>Fri, 29 May 2026 03:29:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48318662</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48318662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48318662</guid></item><item><title><![CDATA[New comment by bobajeff in "Search engines alternatives now that Google isn't Google anymore"]]></title><description><![CDATA[
<p>This is great news!<p>Hister sounds like a idea I had years ago but gave up on after running into issues with index size taking up way too much storage.<p>Long ago I've used Searx and really liked it but after some point didn't see the point as opposed to using Google more directly. But lately in the back of my mind I've thinking about checking in on it again.</p>
]]></description><pubDate>Mon, 25 May 2026 16:08:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48268476</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48268476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48268476</guid></item><item><title><![CDATA[New comment by bobajeff in "Search engines alternatives now that Google isn't Google anymore"]]></title><description><![CDATA[
<p>I also like their AI Overview (though just like all the other LLMs it confidently tells me wrong info all the time). Still I miss when Google was a good information retrieval system where you could give it a string of text and it would find just about anything I was trying to remember having seen somewhere before.</p>
]]></description><pubDate>Mon, 25 May 2026 13:03:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48266374</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48266374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266374</guid></item><item><title><![CDATA[New comment by bobajeff in "Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite"]]></title><description><![CDATA[
<p>This is my first time hearing about Electrobun it sounds like it could be a good alternative to electron. Their site mention CEF bundling as an option has anyone tried this?</p>
]]></description><pubDate>Sat, 23 May 2026 14:11:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48247886</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48247886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48247886</guid></item><item><title><![CDATA[New comment by bobajeff in "Show HN: Open-source .docx editor library for building document apps"]]></title><description><![CDATA[
<p>This looks really impressive. How hard was it to implement this in typescript?</p>
]]></description><pubDate>Thu, 21 May 2026 23:59:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48230253</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48230253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48230253</guid></item><item><title><![CDATA[Presentation of Xcas, the Swiss knife for mathematics]]></title><description><![CDATA[
<p>Article URL: <a href="https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html">https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48180508">https://news.ycombinator.com/item?id=48180508</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 18 May 2026 14:36:26 +0000</pubDate><link>https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48180508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48180508</guid></item><item><title><![CDATA[New comment by bobajeff in "Native all the way, until you need text"]]></title><description><![CDATA[
<p>Qt Bridges might be better if your project can use the `Qt Design Studio Enterprise license`. Otherwise Slint looks like the better option.<p>Not that I'd use either when I can just make a Web based UI most of the time and be done with it.</p>
]]></description><pubDate>Sun, 17 May 2026 22:19:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48173680</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48173680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48173680</guid></item><item><title><![CDATA[New comment by bobajeff in "Native all the way, until you need text"]]></title><description><![CDATA[
<p>The link says litehtml is C++. I can't tell if it exposes an FFI (I bet not)<p>Of course blitz doesn't expose a FFI either and also if you need anything interactive you have to use the dioxius framework or implement you own APIs for that as well as take care of animation yourself.</p>
]]></description><pubDate>Sun, 17 May 2026 13:34:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48168806</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48168806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48168806</guid></item><item><title><![CDATA[New comment by bobajeff in "What's a mathematician to do? (2010)"]]></title><description><![CDATA[
<p>I like to watch 3blue1brown too but I think it's a bit of an exaggeration to say his topics are accessible to normal folks. From my perspective I think it's more realistic to say he makes videos that shows you the beauty in math without having to understand it really. Which is valuable since most people get turned off on math because tiresome drills and tests hammered into them at school by people with zero interest in it.</p>
]]></description><pubDate>Sun, 10 May 2026 17:35:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48086006</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48086006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48086006</guid></item><item><title><![CDATA[New comment by bobajeff in "Mojo 1.0 Beta"]]></title><description><![CDATA[
<p>I've been keeping my eye on mojo. Honestly though the thing I least like about Python is it's syntax.<p>Someone else here is bringing up Julia. Which I think is a fine language but the compiler error messages and the library documentation are not what I would want in a language as far along as it is. I'm also worried about the correctness issues I've read about in a blog awhile back. Also I don't feel like I can make the kind of Python module I want with it (because of binary size and time to first x)<p>That being said I'm only hoping that Mojo can become an option. But I really like to use a REPL and I like the dynamicness of Python. So I might not ever get around to doing anything outside of maybe Numpy for performance.</p>
]]></description><pubDate>Sat, 09 May 2026 00:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48070502</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48070502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48070502</guid></item><item><title><![CDATA[New comment by bobajeff in "PySimpleGUI 6"]]></title><description><![CDATA[
<p>No, sorry, I wasn't referring to any library. I just meant a UI I made out of HTML, JavaScript and CSS.</p>
]]></description><pubDate>Thu, 07 May 2026 18:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48053134</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48053134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48053134</guid></item><item><title><![CDATA[New comment by bobajeff in "PySimpleGUI 6"]]></title><description><![CDATA[
<p>I remember looking into GUI libraries for Python a while back and this one and qt came up.<p>However I ended up settling on making a Web UI served via FastAPI. I'm still happy about that decision but this one sounded really nice back then.</p>
]]></description><pubDate>Thu, 07 May 2026 17:54:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48052544</link><dc:creator>bobajeff</dc:creator><comments>https://news.ycombinator.com/item?id=48052544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48052544</guid></item></channel></rss>