Live data from Hacker News

Viewing profile — rxliuli

rxliuli

HN member
Joined
Thu, Feb 06, 2025, 9:57 PM UTC
HN karma
62
Public activity
47 items

About rxliuli

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. 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.

  5. story
  6. 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!

  7. story
  8. 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…

  9. story
  10. 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…

  11. story
  12. comment
    Comment #45812010

    Haven't received it yet.

  13. comment
    Comment #45808533

    It appears to have been an accident now - they fixed the issue two hours after I posted on Reddit.

  14. comment
    Comment #45630905

    I guess you're promoting something, which could indeed get blocked.

  15. 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…

  16. story
  17. 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.

  18. story
  19. 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…

  20. 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…

  21. story
  22. 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…

  23. comment
    Comment #44114967

    Your journey of discovery is really cool.

  24. story
  25. 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-…