Viewing profile — rxliuli
rxliuli
HN member- Joined
- Thu, Feb 06, 2025, 9:57 PM UTC
- HN karma
- 62
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About rxliuli
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #46753503
This is the fourth post in the extension development series. I've just finished writing the seventh one, which will be published gradually after proofreading.
- story
-
comment
Comment #46707471
This is the second post in the extension development series blog. I just finished it, so if you find any errors or have any questions, feel free to leave me a comment!
- story
-
comment
Comment #46645765
I've been building browser extensions for about a year and created around 20 of them. Thought it might be useful to share what I've learned in a series of posts. This first one cov…
- story
-
comment
Comment #46188140
That's right, there's a similar comparison between the iOS App Store and Android Play Store. Although the annual $99 fee is indeed expensive, the Play Store requires every app to f…
- story
-
comment
Comment #45812010
Haven't received it yet.
-
comment
Comment #45808533
It appears to have been an accident now - they fixed the issue two hours after I posted on Reddit.
-
comment
Comment #45630905
I guess you're promoting something, which could indeed get blocked.
-
comment
Comment #45139022
Got tired of dealing with unreadable fetch code when copying from browser DevTools - especially those with long query strings and minified JSON. Built *Fetch Beautifier* to solve t…
- story
-
comment
Comment #44274682
I built a simple tool to clean them up instantly. It auto-parses URL params, nested JSON, and formats the body perfectly.
- story
-
comment
Comment #44116152
I want to be able to understand your point. For those who enjoy programming, writing code is indeed a pleasure. I spent the whole day today writing a JavaScript serialization packa…
-
comment
Comment #44116086
Based on devalue, I wrote a new JS serialization library called devaluex, which supports asynchronous serialization and plugins. Through plugins, it supports types like Blob, Strea…
- story
-
comment
Comment #44116040
I haven't used Starlight, but Docusaurus is very slow. The last time I used it, its performance on a large documentation site was terrible, even causing the GitHub Actions Runner t…
-
comment
Comment #44114967
Your journey of discovery is really cool.
- story
-
comment
Comment #43917700
I was frustrated with the default styles of @tailwindcss/typography, so I created a plugin that ports GitHub's beautiful Markdown styling to Tailwind CSS. The plugin (`tailwindcss-…