Viewing profile — winchester6788
winchester6788
HN member- Joined
- Fri, Sep 20, 2019, 8:53 AM UTC
- HN karma
- 102
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About winchester6788
No profile information was provided.
Recent public activity
-
story
Show HN: KnowledgeForAI – remote MCP for various data sources
Hosted (remote) MCP enabling ChatGPT, Claude, and other LLMs or agents to search Reddit, Twitter, App Store, Play Store I was tired of paying to different services just to be able …
-
comment
Comment #46805252
I had a similar problem, and when claude code (or codex) is running in sandbox, i wanted to put a cap or get notified on large contexts. especially, because once x0K words crossed,…
-
comment
Comment #46805236
interesting that you chose to go the MITM way. https://github.com/quilrai/LLMWatcher here is my take on the same thing, but as a mac app and using BASE_URL for intercepting codex, …
-
comment
Comment #46742305
Only reason I use searchable logs is, when I roll back something in claude conversation but later want to refer it. Apart from that, may be somebody might find it useful for observ…
-
story
Show HN: I made a Mac app for rate limiting and monitoring LLM requests
https://github.com/quilrai/LLMWatcher/releases/latest/downlo... - Signed and Notarized app I use coding agents (claude code, codex, cursor etc) a lot and wanted a lightweight app w…
-
comment
Comment #46234228
Author of NudeNet here. I just scraped data from reddit and other sources so i could build a nsfw classifier and chose to open source the data and the model for general good. Note …
-
comment
Comment #46232435
Ooh, love the UX, the heat meter and contrarian detection are very nice ideas. I recently released https://trackernews.app/browse which surfaces out and groups content from hn, red…
-
comment
Comment #46232350
full of false positives though. but definitely good for some types of entities and regexes
-
story
Show HN: TrackerNews – Keyword monitoring and insight extraction
I built trackernews because, originally, I wanted to track opinions on few stocks I was interested in across some subreddits. The core idea is that, by defining keywords, and a des…
-
comment
Comment #44612398
This holds true in most other countries as well. Gore/ chopping of appendages is happily accepted and enjoyed (in movies, games etc) by all of India, whilst a simple kiss can be a …
-
comment
Comment #40883003
I made https://github.com/notAI-tech/fastDeploy for ease of use of deploying Deep learning models. Except me and the team at my company nobody uses it. After I made it lot of solut…
-
comment
Comment #39216822
The model is trained by giving pairs of examples. So that it learns to generate an internal representation of images, texts or whatever inputs. There are other ways to train, but t…
-
comment
Comment #39041438
2 chatgpt instances controlling the dual inputs would be funny
-
story
Show HN: Lightweight Nudity Detection In-Browser
NudeNet v3 is built on yolov8 and features a model for lightweight exposed part detection in python and in-browser via onnxruntime.
-
comment
Comment #35193713
They both solve different issues. This is a library akin to huggingface transformers, while tensorflow js is akin to tensorflow or pytorch
- story
-
comment
Comment #27543847
Just wanted to drop in and appreciate your work. It's documented very well, extremely easy to use and the pro version is priced very well.
- story
-
comment
Comment #26453462
> The 2021 M1 Air is a slightly chunkier fanless machine that runs circles around Intel laptops with desktop-class processors, at lower cost and up to triple/quadruple the battery …
-
comment
Comment #26052280
The new macbook air is actually decent for gaming. On the intel macbook airs (and on most pros without gpus) playing CS:GO at full resolution was a bad experience (overheating and …
- story
-
comment
Comment #24945731
If you can position the camera so that only the "counter" is visible from it, a much easier option is to use the pre-trained yolov4. https://gist.github.com/YashasSamaga/e2b19a6807…
- story
- story
-
comment
Comment #24362617
Length of given text after encoding it with their BPE. In general, you can expect it to be 1.2x-2x the len(words) in your text.