<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: TechExpert2910</title><link>https://news.ycombinator.com/user?id=TechExpert2910</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 21:18:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TechExpert2910" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Hacked iPhone running iPadOS + a Mac-like experience on an external monitor]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/iphone/comments/1p3e2bf/my_hacked_iphone_running_ipados_and_running_a/">https://old.reddit.com/r/iphone/comments/1p3e2bf/my_hacked_iphone_running_ipados_and_running_a/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46011367">https://news.ycombinator.com/item?id=46011367</a></p>
<p>Points: 7</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 22 Nov 2025 01:57:54 +0000</pubDate><link>https://old.reddit.com/r/iphone/comments/1p3e2bf/my_hacked_iphone_running_ipados_and_running_a/</link><dc:creator>TechExpert2910</dc:creator><comments>https://news.ycombinator.com/item?id=46011367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46011367</guid></item><item><title><![CDATA[Show HN: Open-Source Apple Intelligence Writing Tools for Windows and Linux]]></title><description><![CDATA[
<p>I posted this previously, but there's been a major update.<p>As a high school student, I love LLMs and the execution of Apple's Appel Intelligence Writing Tools, but was disappointed that nothing like that existed for Windows. I thus created Writing Tools, a better than Apple Intelligence open-source alternative that works system-wide on Windows.
It's much better than the tiny 2B parameter Apple Intelligence model!<p>Features (works system-wide):
1. Select text in a textbox, press the hotkey, and optimise your text in a click (proofread, rewrite, tone changes, custom instructions...). You can also select code to fix/refactor it with the custom instructions.
2. Press the hotkey without selecting any text to bring up a chat UI with the LLM.
3. Select all text on a webpage, press the hotkey, and use the Summarise button to get summary of the webpage/text!<p>It can use the free Gemini API, or a multitude of local LLMs via Ollama, llama.cpp, KoboldCPP, TabbyAPI, vLLM, etc.<p>It's completely free & open source, and is heavily privacy-focused (local LLM support, your API key stays on-device, no logging, no tracking, etc.)<p>GitHub (with a demo video): <a href="https://github.com/theJayTea/WritingTools">https://github.com/theJayTea/WritingTools</a><p>Writing Tools has also been featured on XDA, Beebom, Windows Central, Neowin, and more! :D<p>P.S. This is my first major Windows coding project, so I'm especially keen on advice for best practices and potential improvements! Thank you so much for your time :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42193478">https://news.ycombinator.com/item?id=42193478</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 20 Nov 2024 12:50:32 +0000</pubDate><link>https://github.com/theJayTea/WritingTools/releases/tag/v5</link><dc:creator>TechExpert2910</dc:creator><comments>https://news.ycombinator.com/item?id=42193478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42193478</guid></item><item><title><![CDATA[Show HN: I built open-source Apple Intelligence-like Writing Tools for Windows]]></title><description><![CDATA[
<p>I posted this a while back, but there's been a major update — it now supports local LLMs, multiple cloud LLMs, code editing, chat mode, themes, dark mode, and more!<p>As a high school student, I love LLMs and the execution of Apple's Appel Intelligence Writing Tools, but was disappointed that nothing like that existed for Windows.
So, I created Writing Tools, a better than Apple Intelligence open-source alternative that works system-wide on Windows!
It can use the free Gemini API, or a multitude of local LLMs via Ollama, llama.cpp, KoboldCPP, TabbyAPI, vLLM, etc.
It's much better than the tiny 2B parameter Apple Intelligence model!
It works in any application with a customizable hotkey - Proofreads, rewrites, summarizes, and more - Free and privacy-focused (your API key stays local, no logging, no tracking, local model options, etc.)<p>It's built with Python and PySide6, and I've made it easy to install with a pre-compiled exe. For the technically inclined, the well-documented source is available to run or modify.<p>I'd love feedback from the HN community on both the concept and the implementation. Are there features you'd like to see? Any thoughts on making it more robust or user-friendly?<p>GitHub: <a href="https://github.com/theJayTea/WritingTools">https://github.com/theJayTea/WritingTools</a><p>P.S. This is my first major Windows coding project, so I'm especially keen on advice for best practices and potential improvements! Thanks so much for your time :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41896518">https://news.ycombinator.com/item?id=41896518</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 20 Oct 2024 16:32:02 +0000</pubDate><link>https://github.com/theJayTea/WritingTools/releases/tag/v3</link><dc:creator>TechExpert2910</dc:creator><comments>https://news.ycombinator.com/item?id=41896518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41896518</guid></item><item><title><![CDATA[Show HN: I built an open-source Apple Intelligence-like Writing Tool for Windows]]></title><description><![CDATA[
<p>As a high school student, I love LLMs and the execution of Apple's Appel Intelligence Writing Tools, but was disappointed that nothing like that existed for Windows. So, I created Writing Tools, a better than Apple Intelligence open-source alternative that works system-wide on Windows!<p>Key features:
- Uses Google's Gemini 1.5 Flash model for superior AI-assisted writing (much better than the tiny 2B parameter Apple Intelligence model)
- Works in any application with a customizable hotkey
- Proofreads, rewrites, summarizes, and more
- Free and privacy-focused (your API key stays local, no logging, no tracking, etc.)<p>It's built with Python and PySide6, and I've made it easy to install with a pre-compiled exe. For the technically inclined, the well-documented source is available to run or modify.<p>I'd love feedback from the HN community on both the concept and the implementation. Are there features you'd like to see? Any thoughts on making it more robust or user-friendly?<p>GitHub: <a href="https://github.com/theJayTea/WritingTools">https://github.com/theJayTea/WritingTools</a><p>P.S. This is my first major Windows coding project, so I'm especially keen on advice for best practices and potential improvements!
Thanks so much for your time :)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41864096">https://news.ycombinator.com/item?id=41864096</a></p>
<p>Points: 9</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 16 Oct 2024 21:38:13 +0000</pubDate><link>https://github.com/theJayTea/WritingTools/blob/main/README.md</link><dc:creator>TechExpert2910</dc:creator><comments>https://news.ycombinator.com/item?id=41864096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41864096</guid></item></channel></rss>