Live data from Hacker News

Viewing profile — fmdz

fmdz

HN member
Joined
Fri, Dec 01, 2023, 4:22 PM UTC
HN karma
13
Public activity
14 items

About fmdz

Software engineer building cool SaaS

snippethub.io - Powerful AI features and unit tests generation in VS Code

Twitter: @fahirmdz

Recent public activity

  1. comment
    Comment #46870714

    I've been keeping eye on my usage with Codex and Claude Code lately, so last night I built costats. It's an open source and lightweight Windows tray app that shows your LLMs usage …

  2. story
  3. story
    I hacked a BIG prize web game hosted by a popular supermarket chain

    A few years back, a well-known supermarket chain, part of Delhaize Belgium, set up a prize game. It was a web game where your prizes depended on your ranking. Since it was a web-ba…

  4. comment
    Comment #39011029

    It is, I agree. You have full control over generated tests. Also, I put focus on putting as much control as possible, so you can set different inputs to reach higher quality of gen…

  5. comment
    Comment #39008017

    There are positive, negative and edge cases. They are generated by AI, so unit tests will be implemented by case definitions.

  6. comment
    Comment #39007042

    Sure. Here is one example from run I performed just now. TypeScript utility method I generated cases and tests for ------- static merge (arr1: T[], arr2: T[]): T[] { arr1 = arr1 ||…

  7. comment
    Comment #39006958

    Do you mean within overview page of extension, on examples gif/images or within real flow in VS Code?

  8. comment
    Comment #39006683

    We are writting ton of such tests, on daily basis haha. That is infinite process, we're all stuck within :-)

  9. comment
  10. story
    Show HN: Wasted hours on Unit tests, so I built VS Code ext for AI tests

    Hey guys, I'm investing a ton of time on writing unit tests, for both enterprise and personal projects. I came up with the idea to make extension for AI-generated tests and cases w…

  11. story
    Show HN: I made a VS Code extension where you can use Mixtral 8x7B for free

    Hey guys, I made a VS Code extension, within which you can use the Mixtral 8x7B AI model for free. Mixtral 8x7B is a new AI model from the Mistral family, which outperforms GPT-3 i…

  12. story
    Show HN: GPTs directory where you can get $ tips and track detailed analytics

    Hey HN, I've built GPTs Hub, a GPTs directory with some cool features like detailed analytics, tipping, etc... GPTs Hub is composed of carefully reviewed and handpicked GPTs. The a…

  13. comment
    Comment #38489613

    It's Codey, text generation model from Vertex AI family. Currently, it's Codey for Code Chat

  14. story
    Show HN: I made feature-rich and free VS Code extension to use GPT-3/4 (PaLM2)

    Hey HN, I am a software engineer and solopreneur who has recently been delivering a bunch of apps. While coding, at the beginning of the year, I developed my own VS Code extension,…