HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mansarip

no profile record

Submissions

Chrome 150 breaks legacy -WebKit-box layouts

issues.chromium.org
1 points·by mansarip·12 วันที่ผ่านมา·0 comments

Seven database engines in a single Rust binary

github.com
3 points·by mansarip·3 เดือนที่ผ่านมา·1 comments

Using the 8BitDo Mechanical Keyboard on macOS with Super Buttons

mansarip.org
2 points·by mansarip·8 เดือนที่ผ่านมา·0 comments

Malaysian Ringgit

wang.mansarip.org
1 points·by mansarip·2 ปีที่แล้ว·0 comments

cdn.jsdelivr.net has SSL issue

github.com
6 points·by mansarip·2 ปีที่แล้ว·0 comments

Show HN: Obiklip – read transcripts, find and create video segments quickly

obiklip.com
12 points·by mansarip·3 ปีที่แล้ว·3 comments

comments

mansarip
·เดือนที่แล้ว·discuss
a major factor is the lack of societal assimilation.

with separate schooling systems, many Malaysians grow up in ethnic silos, which fundamentally hinders national unity even beyond any legal framework
mansarip
·2 ปีที่แล้ว·discuss
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.

Anyway, the UI is beautiful, you must have some design skills already.
mansarip
·2 ปีที่แล้ว·discuss
Tools like this are actually very helpful especially if you are learning to understand them.

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.

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.

Keep up the good work. It will always make it easy for people to learn, or use it directly.
mansarip
·2 ปีที่แล้ว·discuss
Recently, I've been looking for a suitable stack for another pet project. Personally my go-to stack is Remix.

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.

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.

And just yesterday, after spending hours I found a way to use PDFKit with Hono (Bun runtime), so I created a gist for reference:

https://gist.github.com/mansarip/eb11b66e7dc65cee988155275a1...

Anyway I'm still cautious about putting this Hono + htmx stack into production use.
mansarip
·2 ปีที่แล้ว·discuss
my eyes!
mansarip
·3 ปีที่แล้ว·discuss
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.

I've tried using ffmpeg-wasm, but it has some limitations. I find that native ffmpeg is much more effective than the wasm version.