Live data from Hacker News

Viewing profile — winchester6788

winchester6788

HN member
Joined
Fri, Sep 20, 2019, 8:53 AM UTC
HN karma
102
Public activity
31 items

About winchester6788

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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,…

  3. 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, …

  4. 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…

  5. 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…

  6. 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 …

  7. 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…

  8. comment
    Comment #46232350

    full of false positives though. but definitely good for some types of entities and regexes

  9. 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…

  10. 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 …

  11. 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…

  12. 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…

  13. comment
    Comment #39041438

    2 chatgpt instances controlling the dual inputs would be funny

  14. 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.

  15. 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

  16. story
  17. 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.

  18. story
  19. 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 …

  20. 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 …

  21. story
  22. 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…

  23. story
  24. story
  25. 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.