HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dh1011

no profile record

Submissions

Show HN: NoTime – a Firefox extension for one-sentence summaries

addons.mozilla.org
2 points·by dh1011·vor 2 Monaten·1 comments

[untitled]

17 points·by dh1011·vor 12 Monaten·0 comments

Show HN: C2p – VS Code Extension to Quickly Copy Codebase into a Prompt

marketplace.visualstudio.com
1 points·by dh1011·letztes Jahr·0 comments

comments

dh1011
·vor 2 Monaten·discuss
I have the same concern. Looks like they do include a disclaimer in the GitHub README, but not on zot.sh.
dh1011
·vor 2 Monaten·discuss
My problem with Warp is that I have to create an account to use my local llm
dh1011
·vor 3 Monaten·discuss
Very cool idea. Wish it could render faster.
dh1011
·vor 3 Monaten·discuss
> If you have a graphics card sitting somewhere in your house, you already have unlimited AI credits.

I tried running a local LLM, and it’s actually cheaper to use AI credits when you factor in electricity costs. Only use a local LLM if data privacy is your priority.
dh1011
·letztes Jahr·discuss
https://huggingface.co/IndexTeam/Index-anisora
dh1011
·letztes Jahr·discuss
https://github.com/dh1011/c2p

https://marketplace.visualstudio.com/items?itemName=H337.c2p

I’m developing a VS Code and Cursor extension that helps developers quickly copy all code in a workspace to the clipboard for use with LLMs.

It also displays the token count for each file, as well as the total token count across the workspace.

By default, it ignores files listed in .gitignore, but this behavior can be customized in the extension settings, along with many other options.
dh1011
·letztes Jahr·discuss
Thanks for sharing!

This is cool, but it only seems to work on the host that has the /etc/hosts loopback redirect to *.localhost. I run my app on a home server and access it from multiple PCs on the LAN. I have several apps, each associated with a different port number. Right now, I rely on a start page (https://github.com/dh1011/start-ichi) to keep track of all those ports. I’m wondering if there’s an easy way to resolve custom domains to each of those apps?
dh1011
·letztes Jahr·discuss
I'm working on a VSCode extension that lets me quickly copy code from a workspace into a structured format for LLMs. This makes it easy to provide context so the LLM can continue developing the codebase.

There are other similar tools out there—mostly web apps or CLI-based—but I found a VSCode extension to be the fastest and most convenient option for VSCode users.

Here’s the extension link: https://marketplace.visualstudio.com/items?itemName=H337.c2p

I'd love to get any feedback.
dh1011
·letztes Jahr·discuss
I copied all the text from this post and used an LLM to generate a list of all the ideas. I do the same for other similar HN post .