<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: mansarip</title><link>https://news.ycombinator.com/user?id=mansarip</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 08:41:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mansarip" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Seven database engines in a single Rust binary]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nodeDB-Lab/nodedb">https://github.com/nodeDB-Lab/nodedb</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47908117">https://news.ycombinator.com/item?id=47908117</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 26 Apr 2026 07:15:23 +0000</pubDate><link>https://github.com/nodeDB-Lab/nodedb</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=47908117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47908117</guid></item><item><title><![CDATA[Using the 8BitDo Mechanical Keyboard on macOS with Super Buttons]]></title><description><![CDATA[
<p>Article URL: <a href="https://mansarip.org/how-i-set-up-the-8bitdo-mechanical-keyboard-on-macos">https://mansarip.org/how-i-set-up-the-8bitdo-mechanical-keyboard-on-macos</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45911923">https://news.ycombinator.com/item?id=45911923</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 13 Nov 2025 07:42:09 +0000</pubDate><link>https://mansarip.org/how-i-set-up-the-8bitdo-mechanical-keyboard-on-macos</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=45911923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45911923</guid></item><item><title><![CDATA[New comment by mansarip in "Show HN: I completed shipping my desktop app"]]></title><description><![CDATA[
<p>This is very inspiring. I quit using Flutter because the required size was too large, including cache and so on. I’m only using a 256GB Mac M1.<p>Anyway, the UI is beautiful, you must have some design skills already.</p>
]]></description><pubDate>Sat, 04 Jan 2025 07:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42593256</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=42593256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42593256</guid></item><item><title><![CDATA[Malaysian Ringgit]]></title><description><![CDATA[
<p>Article URL: <a href="https://wang.mansarip.org">https://wang.mansarip.org</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42468370">https://news.ycombinator.com/item?id=42468370</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 20 Dec 2024 04:48:42 +0000</pubDate><link>https://wang.mansarip.org</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=42468370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42468370</guid></item><item><title><![CDATA[New comment by mansarip in "Show HN: I made a drag and drop CSS grid generator"]]></title><description><![CDATA[
<p>Tools like this are actually very helpful especially if you are learning to understand them.<p>A few years ago, I found a site generator similar to this one, but it wasn't drag and drop. I can't remember the name of the site.<p>From there I learned about grid-template-columns, gap, and some basic things about CSS grid. It didn't cover everything, but it introduced me to how the grid works when I was just learning about it.<p>Keep up the good work. It will always make it easy for people to learn, or use it directly.</p>
]]></description><pubDate>Sat, 13 Jul 2024 09:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=40952845</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=40952845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40952845</guid></item><item><title><![CDATA[cdn.jsdelivr.net has SSL issue]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/jsdelivr/jsdelivr/issues/18565">https://github.com/jsdelivr/jsdelivr/issues/18565</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40232720">https://news.ycombinator.com/item?id=40232720</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 02 May 2024 04:30:46 +0000</pubDate><link>https://github.com/jsdelivr/jsdelivr/issues/18565</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=40232720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40232720</guid></item><item><title><![CDATA[New comment by mansarip in "HonoJS: Small, simple, and ultrafast web framework for the Edges"]]></title><description><![CDATA[
<p>Recently, I've been looking for a suitable stack for another pet project. Personally my go-to stack is Remix.<p>But I want to use a server other than the default provided by Remix, i.e minimal Express. So, I found Hono. It looks interesting because it can run on many runtimes, and this time I want to try using Bun.<p>After researching Hono, it turns out it can render JSX directly from the server, which piqued my interest. Then I tried to make the JSX interactive, and finally, I used htmx. Lol.<p>And just yesterday, after spending hours I found a way to use PDFKit with Hono (Bun runtime), so I created a gist for reference:<p><a href="https://gist.github.com/mansarip/eb11b66e7dc65cee988155275a17a119" rel="nofollow">https://gist.github.com/mansarip/eb11b66e7dc65cee988155275a1...</a><p>Anyway I'm still cautious about putting this Hono + htmx stack into production use.</p>
]]></description><pubDate>Tue, 16 Apr 2024 04:50:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40048478</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=40048478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40048478</guid></item><item><title><![CDATA[New comment by mansarip in "Guess my RGB"]]></title><description><![CDATA[
<p>my eyes!</p>
]]></description><pubDate>Sun, 31 Mar 2024 15:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=39885003</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=39885003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39885003</guid></item><item><title><![CDATA[New comment by mansarip in "Show HN: Obiklip – read transcripts, find and create video segments quickly"]]></title><description><![CDATA[
<p>Yes, it was ffmpeg. Some operations, ie audio preview and video clipping to create segments from start-end, are performed as needed in the background.<p>I've tried using ffmpeg-wasm, but it has some limitations. I find that native ffmpeg is much more effective than the wasm version.</p>
]]></description><pubDate>Fri, 20 Oct 2023 01:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=37951025</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=37951025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37951025</guid></item><item><title><![CDATA[Show HN: Obiklip – read transcripts, find and create video segments quickly]]></title><description><![CDATA[
<p>I'm a video editor, but not very professional. I mostly edit speech and podcast videos to highlight interesting parts and make short clips. I've found that the most time-consuming task is finding interesting segments in a full-length video.<p>It usually takes me 2-3 hours of continuous listening just to find the 'timestamps' where the interesting points start and end. I'm referring to source videos that are 30 min to 1 hour long.<p>Nowadays, getting transcriptions for videos is easy with AI. So, why not use that to find segments? Reading through a transcription is much quicker and easier than listening to the whole video.<p>You can't predict what the speaker in the video will say, so you need to listen, go back and forth, and keep repeating this process until you finish the video.<p>So, I created Obiklip. Now I can go through each line of the transcription, listen to each line, read or skim through it. It saves me hours! Of course, there's still detailed post-production editing to do, but finding points to highlight is no longer a pain.<p>As the only developer for this project, I'm happy to share this and hear feedback from the community!<p>P.S. It's a free software. But if you need to buy a license, use the "HELLOHN" coupon. You'll get 50% off.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37909115">https://news.ycombinator.com/item?id=37909115</a></p>
<p>Points: 12</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 17 Oct 2023 01:21:46 +0000</pubDate><link>https://www.obiklip.com/</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=37909115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37909115</guid></item><item><title><![CDATA[New comment by mansarip in "I want an iPhone Mini-sized Android phone"]]></title><description><![CDATA[
<p>Searching something like this for months. I ended up having an Asus Zenfone 8.</p>
]]></description><pubDate>Wed, 18 May 2022 00:44:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=31417971</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=31417971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31417971</guid></item><item><title><![CDATA[Xbox co-pilot mode changed disabled sister’s life]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reddit.com/r/XboxSeriesX/comments/nqk3nb/copilot_mode_changed_my_disabled_sisters_life/">https://www.reddit.com/r/XboxSeriesX/comments/nqk3nb/copilot_mode_changed_my_disabled_sisters_life/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27376677">https://news.ycombinator.com/item?id=27376677</a></p>
<p>Points: 277</p>
<p># Comments: 56</p>
]]></description><pubDate>Thu, 03 Jun 2021 02:43:11 +0000</pubDate><link>https://www.reddit.com/r/XboxSeriesX/comments/nqk3nb/copilot_mode_changed_my_disabled_sisters_life/</link><dc:creator>mansarip</dc:creator><comments>https://news.ycombinator.com/item?id=27376677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27376677</guid></item></channel></rss>