Live data from Hacker News

Viewing profile — Yiling-J

Yiling-J

HN member
Joined
Wed, Mar 05, 2025, 3:19 AM UTC
HN karma
51
Public activity
18 items

About Yiling-J

https://github.com/Yiling-J

Recent public activity

  1. comment
    Comment #49177874

    Pi is really good. For people who want to build their own agent with even more minimal and extensible, the underlying agent harness is also worth looking: https://github.com/earend…

  2. comment
    Comment #48646996

    This project uses Bun, and I'm Chinese, so naming it Shumai felt like a natural choice :)

  3. story
    Show HN: Shumai – open-source Frame.io alternative for creative work

    Shumai is an open source platform for uploading creative files, managing projects, collecting precise feedback, sharing work, and collaborating with AI agents, all in one simple cr…

  4. comment
    Comment #44450943

    I'm the author of Theine (both Go and Python). I actually started with the Python version, using Ristretto as a reference implementation, including its hit ratio benchmarks. Natura…

  5. comment
    Comment #44096175

    I think Jules does a good job at "generating code I'm willing to maintain." I never use Jules to write code from scratch. Instead, I usually write about 90% of the code myself, the…

  6. comment
    Comment #44092702

    Prepare to release https://github.com/Yiling-J/tablepilot v0.4.0, new workflow feature

  7. comment
    Comment #44020172

    I think Hugging Face will soon add an MCP category to their homepage, similar to what modelscope has done(the Chinese equivalent of Hugging Face): https://www.modelscope.cn/mcp

  8. comment
    Comment #44001471

    Seems like there are more and more fake stars on GitHub these days. For example, this one: https://github.com/Hammerock?tab=stars , this https://github.com/MacKeepUS?tab=stars and …

  9. story
  10. comment
    Comment #43969097

    It would be interesting if there were an AI tool to analyze the growth pattern of an OSS project. The tool should work based on star info from the GitHub API and perform some web s…

  11. comment
    Comment #43921536

    I generated 100 recipes with images using gemini-2.0-flash and gemini-2.0-flash-exp-image-generation as a demo of text+image generation in my open-source project: https://github.co…

  12. comment
    Comment #43800380

    https://rowzero.io/ can handle 1 billion+ rows and offers native Python support. Also compatible with Excel and Google Sheets. However it’s a cloud based solution, and the private …

  13. comment
    Comment #43789389

    gemini-2.0-flash-exp-image-generation doesn’t perform as well as GPT-4o's image generation, as mentioned in section 5.1 of this paper: https://arxiv.org/pdf/2504.02782 . However ba…

  14. story
    Show HN: Generate 100 recipes with images using Tablepilot

    Hey HN, I’m the creator of Tablepilot ( https://github.com/Yiling-J/tablepilot ), an open-source tool that lets you effortlessly generate or autofill content for tables using AI. T…

  15. comment
    Comment #43778203

    "Gemini Flash fails even for simple tasks." On the Gemini Flash page ( https://deepmind.google/technologies/gemini/flash/ ), it claims to be 'best for fast performance on complex t…

  16. comment
    Comment #43715355

    I noticed there's an example in the docs: plandex rm app/**/*.ts # by glob pattern. However, looking at the code ( https://github.com/plandex-ai/plandex/blob/main/app/cli/cmd/... )…

  17. comment
    Comment #43553531

    I think the recipes on your site are AI-generated? If you're looking to generate a large number of recipes, I highly recommend my tool: https://github.com/Yiling-J/tablepilot . It'…

  18. story
    Show HN: Tablepilot – Open-source CLI tool designed to generate tables using AI

    Hi HN, Tablepilot is a CLI tool designed to generate tables based on a predefined JSON format schema. As you might have guessed, the schema defines the table's columns, including t…