<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: no1youknowz</title><link>https://news.ycombinator.com/user?id=no1youknowz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Apr 2026 06:47:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=no1youknowz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by no1youknowz in "Reallocating $100/Month Claude Code Spend to Zed and OpenRouter"]]></title><description><![CDATA[
<p>Agree, that was Feb.  Not now, I cancelled mine on the 7th.  Claude Opus via Gemini is just a few prompts then it locks you out for another week.</p>
]]></description><pubDate>Thu, 09 Apr 2026 18:02:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47707142</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=47707142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47707142</guid></item><item><title><![CDATA[New comment by no1youknowz in "Learn Claude Code by doing, not reading"]]></title><description><![CDATA[
<p>I've been jumping from Claude -> Gemini -> GPT Codex.  Both Claude and Gemini really reduced quotas and so I cancelled.  Only subbed GPT for the special 2x quota in March and now my allocation is done as well.<p>I decided to give opencode go a try today.  It's $5 for the first month.  Didn't get much success with Kimi K2, overly chatty, built too complex solutions - burned 40% of my allocation and nothing worked.  ¯\_(ツ)_/¯.<p>But Minimax m2.7.  Wow, it feels just like Claude Opus 4.6.  Really has serious chops in Rust.<p>Tomorrow/Wednesday will try a month of their $40 plan and see how it goes.</p>
]]></description><pubDate>Mon, 30 Mar 2026 22:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47580245</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=47580245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47580245</guid></item><item><title><![CDATA[New comment by no1youknowz in "Show HN: I rewrote my Mac Electron app in Rust"]]></title><description><![CDATA[
<p>Just recently Tauri announced:<p>> This year we've got a lot of exciting innovations in store for you, like CEF and SERVO based webviews...<p>From their discord.</p>
]]></description><pubDate>Wed, 28 May 2025 18:42:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44119245</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=44119245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44119245</guid></item><item><title><![CDATA[New comment by no1youknowz in "Show HN: HelixDB – Open-source vector-graph database for AI applications (Rust)"]]></title><description><![CDATA[
<p>> In-house graph-vector storage engine (to replace LMDB)<p>Not sure if it's possible.  But why not use fjall, if it is? [0]<p>[0]: <a href="https://github.com/fjall-rs/fjall/">https://github.com/fjall-rs/fjall/</a></p>
]]></description><pubDate>Wed, 14 May 2025 15:27:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43985706</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=43985706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43985706</guid></item><item><title><![CDATA[New comment by no1youknowz in "PostgreSQL High Availability Solutions – Part 1: Jepsen Test and Patroni"]]></title><description><![CDATA[
<p>Haven't used it yet.  But seeing as both Yugabyte and Cockroach being mentioned...<p>pgEdge: <a href="https://github.com/pgedge/pgedge">https://github.com/pgedge/pgedge</a>
Demo: <a href="https://youtu.be/Gpty7yNlwH4?t=1873" rel="nofollow">https://youtu.be/Gpty7yNlwH4?t=1873</a><p>Not affiliated with them.<p>I recall that aspirationally pgEdge aims to be compatible with the latest pg version or one behind.</p>
]]></description><pubDate>Sun, 08 Dec 2024 11:44:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42356595</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=42356595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42356595</guid></item><item><title><![CDATA[New comment by no1youknowz in "Collaborative text editing with Eg-Walker: Better, faster, smaller"]]></title><description><![CDATA[
<p>I've seen a comment from the YT page:<p>> While the downside of OT is p2p, the one up side is that you get GIT like history that is super valuable for us especially if we want to build a CDC system.<p>How trivial would it be, to implement a CDC system from a CRDT.  Does anyone know any github repos or any documentation I could refer to?  Thanks</p>
]]></description><pubDate>Mon, 07 Oct 2024 12:38:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=41765404</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=41765404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41765404</guid></item><item><title><![CDATA[New comment by no1youknowz in "Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative"]]></title><description><![CDATA[
<p>This is great.  Competition is definitely needed in the Authentication/Authorization space.<p>Quick question.  How would this compare to supabase/gotrue [0] and permify [1]?<p>[0]: <a href="https://github.com/supabase/auth">https://github.com/supabase/auth</a><p>[1]: <a href="https://github.com/Permify/permify">https://github.com/Permify/permify</a></p>
]]></description><pubDate>Thu, 08 Aug 2024 20:28:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=41195869</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=41195869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41195869</guid></item><item><title><![CDATA[New comment by no1youknowz in "The Apple Vision Pro’s missing apps"]]></title><description><![CDATA[
<p>One use case this would immediately solve for me.  Is travel.<p>When I travel I'm usually in an airbnb, hotel room or temporary rented apartment for months at a time.<p>Usually I may not even have a desk or a tiny one in the corner.<p>Having the ability to increase my area of productivity via this device from a 14"/16" laptop.  Intrigues me quite a bit.<p>However, the current weight factor and fov (rumoured 100deg) puts me off right now.<p>Should apple do something similar (or another competitor) like the big screen beyond and 210 deg (starvr) with a much later iteration.  The value proposition for me would make it an instant purchase.<p>I'm more than happy to sit this round out.  But the new product segment is something that I and probably many people are interested in.  I know Apple will innovate and more importantly push the whole industry forward.  I'm watching and waiting with interest!</p>
]]></description><pubDate>Mon, 29 Jan 2024 15:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39177273</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=39177273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39177273</guid></item><item><title><![CDATA[New comment by no1youknowz in "BlazingMQ: High-performance open source message queuing system"]]></title><description><![CDATA[
<p>Are there plans for a native Golang library?  That's the only thing stopping me from looking at this.  Many thanks!</p>
]]></description><pubDate>Fri, 28 Jul 2023 09:05:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=36904508</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=36904508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36904508</guid></item><item><title><![CDATA[New comment by no1youknowz in "Show HN: We built a developer-first open-source Zapier alternative"]]></title><description><![CDATA[
<p>Yes, definitely.  Put it on github, create a discord and see if a community forms around it.</p>
]]></description><pubDate>Thu, 02 Feb 2023 11:41:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=34625244</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=34625244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34625244</guid></item><item><title><![CDATA[New comment by no1youknowz in "Turbopack, the successor to Webpack"]]></title><description><![CDATA[
<p>> Looks like blitz is tRPC + next auth?<p>From what I understand Blitz is their own implementation of tRPC, their own Auth system, Prisma and Typescript support.  Blitz is also more of a toolkit that wraps around NextJS currently, but later on Remix, Svelte and Vue.<p>In future (probably in '23 and post 1.0) some things that may be coming are:<p>- backend functionality ala NestJS<p>- form component library<p>- permissions (rbac) library<p>- file upload library<p>- and a bunch of other stuff I'm forgetting right now.</p>
]]></description><pubDate>Tue, 25 Oct 2022 20:00:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=33335395</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=33335395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33335395</guid></item><item><title><![CDATA[New comment by no1youknowz in "Whisper – open source speech recognition by OpenAI"]]></title><description><![CDATA[
<p>This is awesome.  But I really want the other way.<p>To be able to give it text and hear the speech.  A TTS (text to speech).<p>As a language learner, the ability to create my own sentences (based on existing ones I have, in changing a word here or there).  Would be amazing.<p>How long till we have this I wonder.  I know I could use a service to do this currently.  But having something running locally, I'd prefer.<p>Hopefully someone in the OpenAI team reads this.  :)</p>
]]></description><pubDate>Wed, 21 Sep 2022 20:29:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=32931087</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=32931087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32931087</guid></item><item><title><![CDATA[New comment by no1youknowz in "A SpaceX booster now trails only 4 space shuttles in flight experience"]]></title><description><![CDATA[
<p>While I am totally excited about Starship and version 2 (that blows my mind, btw).<p>I cannot wait to see Starship dock (in orbit) with a frame that houses either nuclear or ion propulsion and then goes to Mars in 90 days or less.  I envisage such infrastructure to allow for interplanetary crossing, while chemical rockets are used to escape gravity wells.<p>That will change everything again.  Hopefully in my lifetime I'll see similar infrastructure parked near planets and moons to allow hopping through the solar system.<p>Edit: clarification and thanks to codeulike for linking to version 2.</p>
]]></description><pubDate>Tue, 11 May 2021 14:18:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=27118380</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=27118380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27118380</guid></item><item><title><![CDATA[New comment by no1youknowz in "iPad Pro M1"]]></title><description><![CDATA[
<p>Anyone remember the Ubuntu Edge? [0]<p>Perhaps with todays announcement, a bit into the future we will see a new class of phone that unfolds into a tablet and even docks to a screen with accompanying magic keyboard and trackpad.<p>I know, it's a real shame that I am probably dreaming.  But Apple will probably never release a similar phone as it'll cannibalise one of the other products.<p>Maybe someone can prod shuttleworth again and see if the time for this idea can be realised?  I'm sure soon it will be.<p>I also hope that this trend of arm minimization can continue so an idea like morph [1] will one day be come also.<p>[0] - <a href="https://www.indiegogo.com/projects/ubuntu-edge" rel="nofollow">https://www.indiegogo.com/projects/ubuntu-edge</a><p>[1] - <a href="https://www.youtube.com/watch?v=IX-gTobCJHs" rel="nofollow">https://www.youtube.com/watch?v=IX-gTobCJHs</a></p>
]]></description><pubDate>Tue, 20 Apr 2021 18:40:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=26879134</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=26879134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26879134</guid></item><item><title><![CDATA[New comment by no1youknowz in "We could see an orbital launch of SpaceX’s Starship this year"]]></title><description><![CDATA[
<p>What makes me most excited about Starship.  Is not the first iteration.  Of course, I will be ecstatic when it finally goes into space.  But I cannot wait for version 2!<p>Version 2 [0] has a diameter of 18m and an astonishing payload.<p>Whilst V1 will change space launches forever.  I think that V2 will become the most versatile of space vehicles.  The capacity so large that it would be able to launch a copy of the ISS by itself. [1].<p>I think V2 will usher in new capabilities of manufacturing in space, space mining on asteroids and off worlds, interstellar way stations (planet hopping across the solar system) and the ability to launch a global coverage of Starlinks in 1 launch instead of 24 falcon 9 launches [2].<p>So yes, while V1 changes the game and puts SpaceX at the forefront of space and rockets.  Once they turn their attention on V2 and that launches.  Absolutely everything changes and true infrastructures can then be built and once an infrastructure to the end of the solar system occurs.  We can only imagine what humanity looks like.<p>[0]: <a href="https://www.reddit.com/r/SpaceXLounge/comments/cwurkj/updated_18m_superheavy_vs_9m_superheavystarship/" rel="nofollow">https://www.reddit.com/r/SpaceXLounge/comments/cwurkj/update...</a><p>[1]: <a href="https://www.reddit.com/r/SpaceXLounge/comments/cy4lno/18m_starship_i_predict_a_first_launch_launch/" rel="nofollow">https://www.reddit.com/r/SpaceXLounge/comments/cy4lno/18m_st...</a><p>[2]: <a href="https://spacenews.com/spacex-plans-to-start-offering-starlink-broadband-services-in-2020" rel="nofollow">https://spacenews.com/spacex-plans-to-start-offering-starlin...</a></p>
]]></description><pubDate>Fri, 12 Jun 2020 15:53:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=23500448</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=23500448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23500448</guid></item><item><title><![CDATA[New comment by no1youknowz in "I can't process the information that is coming at me"]]></title><description><![CDATA[
<p>Here's how I cope:<p>Q: Where's my phone?  A: I think it's on the shelf somewhere.  Honestly I don't know.<p>Q: How many tabs do I have open.  A: Currently 5 and never more than 10.<p>Q: How many times do I watch the news on TV.  A: Never, I use youtube and I get the news from various sources on the topics that I want to hear.<p>Q: How many IM apps do I have open.  A: Just one, Skype and is reserved for friends only.<p>Q: How many forums do I go to.  A: Just two, HN and Reddit and on Reddit, I only browse the topics that I want to.  I almost never go to the front page.<p>Q: How many social media sites have I joined.  A: None.  Not on Facebook, Twitter, Instagram or any other apps.  Accounts created in the past were for test applications.<p>Q: How much unread mail do I have.  A: None, I have 1 inbox for friends and family and another for spam / anything I opt-into.<p>It all starts with you.  You have control over what you do and don't do.  If you reduce your surface area, the number of issues will diminish daily.</p>
]]></description><pubDate>Fri, 10 Apr 2020 14:05:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=22833119</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=22833119</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22833119</guid></item><item><title><![CDATA[New comment by no1youknowz in "I Learned French in 12 Months"]]></title><description><![CDATA[
<p>Reminds me of this [0].<p>Ikenna learned (conversational?) French in 6 months.  It's quite an inspiring video.  After watching a few of his videos now, it definitely plays a part in continuing to motivate me learning Japanese.<p>[0]: <a href="https://www.youtube.com/watch?v=X8gno6Uzuo8" rel="nofollow">https://www.youtube.com/watch?v=X8gno6Uzuo8</a></p>
]]></description><pubDate>Sun, 16 Feb 2020 18:33:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=22343010</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=22343010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22343010</guid></item><item><title><![CDATA[New comment by no1youknowz in "SpaceX will now let you book a rocket launch online starting at $1M"]]></title><description><![CDATA[
<p>I know at the moment there is some controversy with the spacex satellites blocking astronomy viewing and I really hope there is a fix soon.<p>But I would really like to see the day when governments aren't the only ones who build telescopes like the Hubble or James webb.<p>That instead amateur enthusiasts crowdfund and build custom telescopes, launched on sub $250k rocket launches which then can allocate hours of control at a time at cost or at least give the telemetry for free.  Imagine 25, 50, or 100 telescopes in space all looking out and mapping the night sky at ever increasing rates.<p>Couple this with advanced ML techniques for anyone to go over the data.  I'm sure a golden age for star gazing would just be beginning.<p>According to [0], we have only discovered a small glass in comparison to a sea on earth.<p>[0]: <a href="https://www.youtube.com/watch?v=VwtC_4t2g5M" rel="nofollow">https://www.youtube.com/watch?v=VwtC_4t2g5M</a><p>p.s If you haven't see The Age of A.I. on youtube, it's an amazing documentary consisting of 8 episodes.</p>
]]></description><pubDate>Thu, 06 Feb 2020 21:18:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=22260431</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=22260431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22260431</guid></item><item><title><![CDATA[New comment by no1youknowz in "U.S. wants the EU to accept chemical-washed chicken as part of trade deal"]]></title><description><![CDATA[
<p>> If the EU doesn't the UK will<p>The noises from the UK are that it won't [0].  But in reality let's see.<p>We won't really know what happens until the ink has dried on the trade deal with the US and it has been published.<p>> The UK will not lower food standards to secure a post-Brexit trade deal with the US, the government says.<p>[0]: <a href="https://www.bbc.com/news/uk-politics-47418505" rel="nofollow">https://www.bbc.com/news/uk-politics-47418505</a></p>
]]></description><pubDate>Tue, 28 Jan 2020 18:40:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22172622</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=22172622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22172622</guid></item><item><title><![CDATA[New comment by no1youknowz in "European Union Calls for Five Year Strict Ban on Facial Recognition Technology"]]></title><description><![CDATA[
<p>Here is what's happening in the UK.<p>> <a href="https://www.youtube.com/watch?v=0oJqJkfTdAg" rel="nofollow">https://www.youtube.com/watch?v=0oJqJkfTdAg</a><p>All I can hope for, is that some activist group takes the police to court and the legislative branch reacts to then impose rules for spying on its citizens.<p>Some of the things I can think off the top of my head:<p>1) Citizens can legally opt out by putting on face masks.  Especially when it's cold.<p>2) Video / Images are stored outside of government bodies and akin to a black box.  Must require warrants to review footage.<p>3) Video / Images / Data are deleted after 1 year.<p>4) No data of citizens facial features, body structure, gate are transferred into a national database.<p>Honestly though, where the UK is going.  I firmly believe in 20 years all citizens physical meta-data will be tracked and stored in a black box somewhere and then later leaked on-line.<p>1984 isn't just a book.  It's a handbook by all accounts.</p>
]]></description><pubDate>Thu, 23 Jan 2020 20:05:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=22131295</link><dc:creator>no1youknowz</dc:creator><comments>https://news.ycombinator.com/item?id=22131295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22131295</guid></item></channel></rss>