HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mansarip

no profile record

投稿

Chrome 150 breaks legacy -WebKit-box layouts

issues.chromium.org
1 ポイント·投稿者 mansarip·11 日前·0 コメント

Seven database engines in a single Rust binary

github.com
3 ポイント·投稿者 mansarip·3 か月前·1 コメント

Using the 8BitDo Mechanical Keyboard on macOS with Super Buttons

mansarip.org
2 ポイント·投稿者 mansarip·8 か月前·0 コメント

Malaysian Ringgit

wang.mansarip.org
1 ポイント·投稿者 mansarip·2 年前·0 コメント

cdn.jsdelivr.net has SSL issue

github.com
6 ポイント·投稿者 mansarip·2 年前·0 コメント

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

obiklip.com
12 ポイント·投稿者 mansarip·3 年前·3 コメント

コメント

mansarip
·先月·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
my eyes!
mansarip
·3 年前·議論
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.