HN user

frankhsu

16 karma

Developer & Designer fangyexu.com

Posts2
Comments23
View on HN

Really interesting.

It's easy to get tired of seeing static lucide icons everywhere. It's refreshing to see something different.

Agree, best link today. Toss in random cat facts, a tiny CLI, and sane rate limits, and I’ll cron a daily cat without nuking the service.

Excellent idea. I thought this might be helpful to me, as I often need to switch between different SaaS products to view data.

I tried your AnyPanel, and although it lacked onboarding, I figured out how to use it after a few minutes.

My rough suggestion: Could you provide a faster way, such as using the npm/pnpm SDK, so I can send metrics data with just one line of code, like:

```import Sender from anypanel `const sender = New Sender() ```sender.record( 'user', users ) ```

A really cool experiment! And also a very interesting visualization tool.

Vibe Coding is very convenient for creating this kind of content, especially in Gemini 3 Pro mode.

I think you could have the Agent add some color adjustment sliders to the tool, and then add a "Download" button so that others can export the content from the canvas with one click.

I love it. I saw a comment in this thread saying that adding animation to a chart is pointless.

However in some public speeches, I've always wanted to add some cool charts to attract attention. Especially at large events, a slightly different presentation can make my stuff stand out and gain more attention.

Your work has a nice launch here in HackerNews but no upvotes on ProductHunt, so I just voted there to support you

I love this product immediately after typing something in it. For the foreseeable future, I'll be using it as my first choice when I want to jot down anything.

I've used products like Evernote and Notion before. Sometimes I just want to write down a fleeting idea, but other products are becoming increasingly cumbersome and slow to launch.

However, if I'm going to subscribe a plan for it, I'd like some extra features, such as direct voice recording then speech to text or the ability to sketch directly on my phone.

I've been working on UI/UX design since 2012, and have witnessed several major shifts in design styles.

I clearly remember the release of iOS7 (or maybe I'm mistaken) with its flat design in the summer of 2013. Users accustomed to the skeuomorphic style for years initially felt this change was terrible. However, within two months, people adapted to the change, and other companies' design teams were quickly following suit.

But this time is different. Even though Liquid Glass has been around for quite some time, looking at the screen on my Mac still makes me feeling unacceptable.

Really nice tool, Thank you! I had confronted some issues after cloned the repo and installed the node_modules. I'm using node.js v20, when I tried "node webclone.js --help" the terminal catch a error of "Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/fangyexu/Desktop/dev-s/_github/webclone/node_modules/yargs/index.mjs not supported."

Then I just throwed it to my Cursor and it help me solved the issue.

I agree that this year has been extremely difficult, but as far as I know, a large number of companies and individuals still made a fortune.

Two fundamental laws of nature: the strong prey on the weak, and survival of the fittest.

Therefore, why is it that those who survive are not the strong preying on the weak, but rather the "fittest"?

Next year's development of AI may be even more astonishing, continuing to kill off large companies and small teams unable to adapt to the market. Only by constantly adapting can we survive in this fierce competition.

Good Job. It looks feature-rich. However, I'm not keen on subscribing immediately unless I'm offered some free trial credits.

Suggestion: Offer new users at least 10 credits so they can try out your basic generation and discover how you differentiate yourself from other viral short video AI tools. This will facilitate better monetization.

This website is really cool; I love its clean and clear information display. The expanded panel on the side has a lot of configuration options, but I don't quite understand most of it.

I also followed you on Twitter; my name is winterx.

Bro, you could try creating a 3D version of the Earth using AI and Three.js. You'll gain 10 times more attention online.

Really cool to see a batteries‑included option in Django for background jobs.

For folks who’ve used Celery/Procrastinate/Chancy: how does retry/ACK behavior feel in real projects? Any rough edges?

What about observability — dashboards, tracing, metrics — good enough out of the box, or did you bolt on extra stuff?

Also, any gotchas with type hints or decorator-style tasks when refactoring? I’ve seen those bite before.

And lastly, does swapping backends for tests actually feel seamless, or is that more of a “works in the demo” thing?