Live data from Hacker News

Viewing profile — FINDarkside

FINDarkside

HN member
Joined
Tue, Sep 19, 2023, 9:24 PM UTC
HN karma
110
Public activity
26 items

About FINDarkside

No profile information was provided.

Recent public activity

  1. comment
    Comment #47894537

    When stuff is delayed due to "safeguards" it just means they don't think they have the compute to release it right now.

  2. comment
    Comment #47549030

    I think people are looking at skills the wrong way. It's not like it gives it some kind of superpowers it couldn't do otherwise. Ideally you'll have Claude write the skills anyway.…

  3. comment
    Comment #47525031

    OpenAi does have python execution behind general purpose api, but it has to be enabled with a flag so I don't think it was used.

  4. comment
    Comment #47268527

    I wouldn't draw such conclusions from one preprint paper. Especially since they measured only success rate, while quite often AGENTS.md exists to improve code quality, which wasn't…

  5. comment
    Comment #47268334

    Also, GCP Cloud Run domain mapping, pretty fundamental feature for cloud product, has been in "preview" for over 5 years now.

  6. comment
    Comment #47210758

    > then you should create an example repo that shows the playwright CLI and playwright MCP add the same number of tokens to context and that both are equally configurable in this re…

  7. comment
    Comment #47210676

    This is very developer centric. While Github might have good CLI, there's absolutely no point in having most services develop CLIs and have their non-technical users install those.…

  8. comment
    Comment #46745605

    I feel like some people in this thread are talking about estimates and some are talking about deadlines. Of course we should be able to give estimates. No, they're probably not ver…

  9. comment
  10. comment
  11. comment
    Comment #46140869

    It's certainly not uncommon to cache deps in CI. But at least at some point CircleCI was so slow at saving+restoring cache that it was actually faster to just download all the deps…

  12. comment
  13. comment
    Comment #46127262

    Sure, but pnpm is very slow compared to bun.

  14. comment
    Comment #45818219

    They're not being harrassed. You're basically saying that because FFmpeg doesn't have enough resources to fix all the security vulnerabilities, we should fix it by pretending like …

  15. comment
    Comment #45379446

    None of those require AI though.

  16. comment
    Comment #45095267

    It's trivial to get better score than GPT-4 with 1% of the cost by using my propertiary routing algorithm that routes all requests to Gemini 2.5 Flash. It's called GASP (Gemini Alw…

  17. comment
    Comment #44279687

    Right, I agree there. Also that's something LLMs can already do. If you give the problem to ChatGPT o3 model, it will actually write python code, run it and give you the solution. …

  18. comment
    Comment #44279638

    I think it's very widely accepted definition and there's really no competing definitions either as far as I know. While some people might think AGI means superintelligence, it's on…

  19. comment
    Comment #44279559

    What does "choked on it" mean for you? Gemini 2.5 pro gives this, even estimating what amouns of those 3m ships that sank after pianos became common item. Not pasting the full reas…

  20. comment
    Comment #44279450

    Agreed. But also his point about AGI is incorrect. AI that will perform on the level of average human in every task is AGI by definition.

  21. comment
    Comment #44279368

    I don't think most of the objections are poor at all apart from 3, it's this article that seems to make lots of strawmans. Especially the first objection is often heard because peo…

  22. comment
    Comment #44121969

    The benchmark also says Tauri takes 25s to launch on Linux and build of empty app takes over 4 minutes on Windows. Not sure if those numbers are really correct.

  23. comment
    Comment #43450068

    This vuln doesn't really have anything to do with that premise. Middleware always run on the server.

  24. comment
    Comment #43450032

    Yeah, "obvious" critical vulnerability that is easy to use against any Nextjs app, spend 2 weeks making a fix and then announce on Friday evening that all Nextjs apps are free game…

  25. comment
    Comment #43449906

    That "article" looks like AI generated slop. It suggests `if (request.headers.has('x-middleware-subrequest'))` in your middleware as a fix for the problem, while the whole vulnerab…