Live data from Hacker News

Viewing profile — greenbeans12

greenbeans12

HN member
Joined
Fri, Sep 16, 2022, 5:35 PM UTC
HN karma
2
Public activity
23 items

About greenbeans12

No profile information was provided.

Recent public activity

  1. comment
    Comment #48436732

    From someone who thinks there's too much AI doom right now and is a glass half full optimist: If you are a software engineer reading this and panicking, don't. The author only ment…

  2. comment
    Comment #46233173

    I’m currently not detecting content from scripts though, just raw HTML at the moment. Good thinking on your side for doing that, I’m gonna throw it in my backlog.

  3. comment
    Comment #46233153

    I have a 2-stage agent that analyzes all of the DOM content (including pop up ads). If anything remotely resembles a scam, it passes the DOM content to a second “judge” LLM that’s …

  4. comment
    Comment #46232586

    This is super cool. Tangentially related, I made Ward which analyzes harmful ads: https://tryward.app Blocking them altogether is definitely an elegant solution.

  5. story
    Show HN: Ward – Modern antivirus in your browswer

    I live in an area with a lot of older folks and I try to talk to them. One thing I've heard is how many of them have been scammed or know people who have gotten conned by phishing,…

  6. comment
    Comment #46232239

    This is pretty cool. I barely use the web UIs for LLMs anymore. Any way you could make a wrapper for Claude Code/Cursor/Gemini CLI? Ideally it works like github push protection in …

  7. comment
    Comment #46107840

    In the FBI's 2024 IC3 report, internet crime losses were estimated to be over $16B, with $4.8B attributed directly to individuals 60+. Many people know folks who have gotten hit by…

  8. story
  9. comment
    Comment #45877421

    Ooh, good idea. It started as a question: "How do we make this thing the most private?" and the obvious answer was using offline local device LLMs (e.g. Prompt API/Gemini Nano). Wi…

  10. comment
    Comment #45876466

    Very neat - I imagine you could even use this as a web scanner to identify security misconfigurations in API implementations (e.g. broken access control)

  11. comment
    Comment #45876415

    Love the name.

  12. comment
    Comment #45876000

    https://tryward.app We’re building Ward, a security browser extension that uses Gemini Nano, an on-device LLM, to scan for phishing, scams, and other threats from the DOM. Think of…

  13. comment
    Comment #45622248

    Is this a shocker? In the cloud, you pay for convenience. This is basically running your own Kubernetes cluster. Right for the right teams (highly technical infra engineers).

  14. comment
    Comment #45564468

    I’ve been casually getting into thrifting and realized pretty quickly that Lens is super limited in its functionality and is mostly a shopping app. I put a site together that is li…

  15. comment
    Comment #44827845

    GPT-5, announced today, follows the same pattern we've seen from OpenAI these past few releases - better model cards, faster inference, lower costs. And yet it still uses the em da…

  16. story
  17. comment
    Comment #44778017

    Just feedback - the site looks nice but is a little slow when scrolling

  18. comment
    Comment #44777920

    I wrote a short blog about the state of security for MFA in online banking after being mindblown SMS was still my only authentication option. I was inspired by this thread: https:/…

  19. story
  20. comment
    Comment #44704318

    We're working on Crystal: a real time infrastructure map for energy operations in the Pacific Northwest. Our focus is to inform energy traders, dam operators, and transmission anal…

  21. comment
    Comment #43547020

    Hey HN, I'm Cedric, the other dev behind Crystal here Hallucinated data sources and statistics from commercial chat interfaces is still a major problem. Reasoning models provide a …

  22. comment
    Comment #42633156

    This was a relatively quick project, taking a few weeknights. Tools: - Claude - Cursor (IDE) - Cursorful (for screen recording) - Chrome browser, obviously Chrome extensions are si…

  23. story
    Show HN: Blocky: Code Snippets in Gmail

    Hey HN, I was searching for the code snippet button in Gmail one day and turns out it just didn't exist! So I built it with this Chrome extension. One of the underrated features of…