HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lusob

no profile record

Submissions

Embeddings is all you need

lusob.github.io
3 points·by lusob·hace 29 días·0 comments

Show HN: Neural window manager, neural network moving windows from mouse actions

lusob.github.io
8 points·by lusob·hace 2 meses·1 comments

ChatGPT Code Reviewer

github.com
1 points·by lusob·hace 3 años·4 comments

OpenaAI Code Reviewer: One Line to Automate Your Code Reviews

github.com
1 points·by lusob·hace 3 años·1 comments

Maiker-CLI: one line app, generates an entire code project from a prompt

github.com
1 points·by lusob·hace 3 años·0 comments

maiker: A VSCode Extension That Generates Code Projects from a Simple Prompt

marketplace.visualstudio.com
2 points·by lusob·hace 3 años·3 comments

MAIker: AI-powered VSCode extension that generates a code project from a prompt

github.com
1 points·by lusob·hace 3 años·1 comments

MAIker: AI-powered VSCode extension that generates a code project from a prompt

news.ycombinator.com
2 points·by lusob·hace 3 años·1 comments

comments

lusob
·hace 29 días·discuss
[dead]
lusob
·hace 3 años·discuss
This is a Python program that uses OpenAI's ChatGPT to generate code review comments from diffs. The program reads the diff changes from the standard input, which allows piping from git diffs (or any other diff tool) directly into the program.
lusob
·hace 3 años·discuss
git diff master..branch | python3 chatgpt_code_reviewer.py
lusob
·hace 3 años·discuss
Hi! the primary function of the mAIker is to generate code based on a prompt, rather than debugging existing code. However, it could be a good idea to add to the roadmap, thanks!
lusob
·hace 3 años·discuss
Have you ever wished you could generate a complete code project from a single sentence? Now you can, thanks to mAIker, the latest VSCode extension powered by OpenAI api.

With MAIker, all you have to do is enter a simple prompt, such as "build a space invaders game in js and html", and watch as the extension generates a fully-functional codebase that meets your requirements. MAIker uses advanced algorithms to analyze your prompt and select the most appropriate frameworks, libraries, and coding patterns to create a project that is efficient, maintainable, and scalable.

Whether you're a seasoned developer looking to save time on repetitive tasks or a beginner who wants to learn how to code by example, MAIker is the ultimate tool for boosting your productivity and creativity.

Give it a try today and experience the power of AI at your fingertips.
lusob
·hace 3 años·discuss
Maiker is a VSCode extension to generates coding projects from on a user prompt using OpenAI ChatGPT api
lusob
·hace 3 años·discuss
Maiker is a VSCode extension to generates coding projects from on a user prompt using OpenAI ChatGPT api