<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: jonpalmisc</title><link>https://news.ycombinator.com/user?id=jonpalmisc</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 11 Apr 2026 08:07:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jonpalmisc" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jonpalmisc in "FBI used iPhone notification data to retrieve deleted Signal messages"]]></title><description><![CDATA[
<p>There is a documented list of things that Lockdown Mode affects [1], this is not one of the advertised ones. There <i>are</i> a bunch of other (undocumented) things it affects (some of which are bugs :/), but I don't believe it has any affect on notification storage.<p>[1] <a href="https://support.apple.com/en-us/105120" rel="nofollow">https://support.apple.com/en-us/105120</a></p>
]]></description><pubDate>Fri, 10 Apr 2026 13:27:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47717833</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47717833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47717833</guid></item><item><title><![CDATA[New comment by jonpalmisc in "FBI used iPhone notification data to retrieve deleted Signal messages"]]></title><description><![CDATA[
<p>Settings > Notifications > Notification Content > Show: "Name Only" or "No Name or Content"<p>I've had this enabled to prevent sensitive messages from appearing in full whilst showing someone something on my phone, but I guess this is an added benefit as well.</p>
]]></description><pubDate>Fri, 10 Apr 2026 12:18:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47716967</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47716967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47716967</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Show HN: Anos – a hand-written ~100KiB microkernel for x86-64 and RISC-V"]]></title><description><![CDATA[
<p>Going to take a guess the author is not a Spanish speaker :p</p>
]]></description><pubDate>Mon, 06 Apr 2026 23:21:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47668707</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47668707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47668707</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Font Smuggler – Copy hidden brand fonts into Google Docs"]]></title><description><![CDATA[
<p>The licenses (from major foundries/vendors) are indeed usually quite restrictive; however, the hard part has always been enforcing them. It's not surprising to me that Google hasn't built any guardrails around this.<p>After all, gating by IP address? What happens if someone from the marketing team logs on from an airport? All of the slides revert to Arial?</p>
]]></description><pubDate>Tue, 17 Mar 2026 13:44:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47412575</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47412575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47412575</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Rebasing in Magit"]]></title><description><![CDATA[
<p>> You seem to think that the interface obliges a program into a certain performance pattern.<p>I think all software (or at least, any text editor) regardless of interface type should launch instantly. But it's more unjustifiable with TUI programs.</p>
]]></description><pubDate>Tue, 10 Mar 2026 16:05:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47325120</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47325120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47325120</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Rebasing in Magit"]]></title><description><![CDATA[
<p>Personally, I don't buy into this argument. I think having a globally shared buffer state, etc. is an antifeature. Plus, there's no reason that starting a TUI program <i>should</i> be that slow.<p>Either way, this only addresses startup time too. The rest of the issues: text insertion lag, `project-find-file` being slow in large repos, etc. all remain.</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:30:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323807</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47323807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323807</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Rebasing in Magit"]]></title><description><![CDATA[
<p>Not using Emacs.app because you aren't on macOS, or using some other build/setup? If the latter, I'm curious.</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323755</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47323755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323755</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Rebasing in Magit"]]></title><description><![CDATA[
<p>Tangential, but I really wish there would be a performance renaissance with Emacs.<p>Native-comp was a good step forward, but Emacs is still so much slower than Neovim, even in the case of launching and immediately quitting, with no config:<p><pre><code>    $ time emacs -Q -e kill-emacs
    /Applications/Emacs.app/Contents/MacOS/Emacs -nw -Q -e kill-emacs  0.18s user 0.03s system 98% cpu 0.213 total
    
    $ time nvim -es --cmd 'vim.cmd("q")'
    nvim -es --cmd 'vim.cmd("q")'  0.02s user 0.01s system 82% cpu 0.034 total
</code></pre>
Even with a very minimal set of packages, text insertion, etc. is slower, and opening Magit (when it hasn't been loaded yet) takes about a second due to slow package loading.<p>Emacs is my favorite editor, full stop.<p>But every time I open Neovim or Sublime for quick tasks, it's always painfully apparent how much faster they are when I CMD+Tab back to Emacs.</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:16:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323594</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47323594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323594</guid></item><item><title><![CDATA[New comment by jonpalmisc in "MacBook Neo"]]></title><description><![CDATA[
<p>I think it's purely a pricing & supply chain thing. Certain iPads have M-series chips in them, now certain MacBooks have A-series chips in them.<p>Also, the chip used has no impact on the viability of merging macOS and iOS anyway.</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:40:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248069</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47248069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248069</guid></item><item><title><![CDATA[New comment by jonpalmisc in "MacBook Neo"]]></title><description><![CDATA[
<p>The Developer Transition Kit (DTK) ran on the A12Z chip. I don't think this should be interpreted as a signal of iOS/macOS unification.</p>
]]></description><pubDate>Wed, 04 Mar 2026 14:36:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47247988</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47247988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47247988</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Monosketch"]]></title><description><![CDATA[
<p>For a native macOS app, there is also Monodraw [1], which is great.<p>[1] <a href="https://monodraw.helftone.com" rel="nofollow">https://monodraw.helftone.com</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 12:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47002225</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=47002225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47002225</guid></item><item><title><![CDATA[New comment by jonpalmisc in "FBI couldn't get into WaPo reporter's iPhone because Lockdown Mode enabled"]]></title><description><![CDATA[
<p>There is a setting as of iOS 26 under "Privacy & Security > Wired Accessories" in which you can make data connections always prompt for access. Not that there haven't been bypasses for this before, but perhaps still of interest to you.</p>
]]></description><pubDate>Wed, 04 Feb 2026 15:48:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46887275</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=46887275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46887275</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Can you slim macOS down?"]]></title><description><![CDATA[
<p>Not bad, but different DAWs cater to different workflows. To me (and most), Bitwig feels much more optimized for creating electronic music than recording guitar or drums. It wouldn't be my first choice for the latter workflow, where I'd prefer REAPER or Logic. You also still have the issue with plugin compatibility and that 99% of commercial plugin vendors don't support Linux.</p>
]]></description><pubDate>Wed, 21 Jan 2026 11:30:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46704146</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=46704146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46704146</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Can you slim macOS down?"]]></title><description><![CDATA[
<p>For me: pro & creative apps. GIMP/Inkscape will never replace Photoshop/Illustrator/Affinity. Ableton, Logic, Pro Tools, etc. are not available on Linux and with the exception of REAPER, the alternatives are awful. And even with a Linux-compatible DAW, very few plugins are available on Linux.<p>On macOS, I can work on hobby software & graphics/music.</p>
]]></description><pubDate>Wed, 21 Jan 2026 10:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=46703732</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=46703732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46703732</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Tauri binding for Python through Pyo3"]]></title><description><![CDATA[
<p>The times of browsers having weirdly different rendering behavior are mostly gone, in my experience. I'm sure ~98% of Electron apps that expect Chromium would render just fine/same under WebKit as well.</p>
]]></description><pubDate>Mon, 13 Oct 2025 11:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45567358</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=45567358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45567358</guid></item><item><title><![CDATA[New comment by jonpalmisc in "[dead]"]]></title><description><![CDATA[
<p>This guy has a GitHub account [1] full of AI slop fake bug reports—this can be ignored.<p>[1] <a href="https://github.com/JGoyd" rel="nofollow">https://github.com/JGoyd</a></p>
]]></description><pubDate>Fri, 03 Oct 2025 16:32:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45464807</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=45464807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45464807</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Monodraw"]]></title><description><![CDATA[
<p>> I also don't want to make the software network dependent in any way.<p>As a user of Monodraw in an airgapped environment: thank you!</p>
]]></description><pubDate>Wed, 27 Aug 2025 12:18:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45038652</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=45038652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45038652</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Monodraw"]]></title><description><![CDATA[
<p>Monodraw is great. If I could change one thing, I would make it more expensive. $10 feels like a steal, given the use I've gotten out of it.</p>
]]></description><pubDate>Wed, 27 Aug 2025 12:18:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45038645</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=45038645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45038645</guid></item><item><title><![CDATA[New comment by jonpalmisc in "XMLUI"]]></title><description><![CDATA[
<p>Is it still not possible to use JUCE for free/open-source without the pesky "Made with JUCE" popup? Or did they remove that?</p>
]]></description><pubDate>Mon, 21 Jul 2025 00:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44630707</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=44630707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44630707</guid></item><item><title><![CDATA[New comment by jonpalmisc in "Introducing tmux-rs"]]></title><description><![CDATA[
<p>I don't think anyone is suggesting that the generated Rust is nicer than the original C.<p>It is auto-generated with the purpose of maintaining the exact same semantics as the C code, with no regard to safety, best practices, etc.—of course it is messier than actual, handwritten Rust.<p>As c2rust says in its documentation [1], it's meant to be the first step in an otherwise manual and incremental port of a codebase from C to Rust, and the author recognizes this in their closing remarks:<p>> The next goal is to convert the codebase to safe Rust.<p>[1] <a href="https://github.com/immunant/c2rust/raw/master/docs/c2rust-overview.png">https://github.com/immunant/c2rust/raw/master/docs/c2rust-ov...</a></p>
]]></description><pubDate>Thu, 03 Jul 2025 17:52:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44457553</link><dc:creator>jonpalmisc</dc:creator><comments>https://news.ycombinator.com/item?id=44457553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44457553</guid></item></channel></rss>