Live data from Hacker News

Viewing profile — gqgs

gqgs

HN member
Joined
Thu, Jan 09, 2025, 5:29 PM UTC
HN karma
16
Public activity
23 items

About gqgs

No profile information was provided.

Recent public activity

  1. comment
    Comment #49100835

    [flagged]

  2. comment
    Comment #48517223

    Could be one or one thousand. Frankly, the exact number doesn't matter. I'm assuming people are using the AUR to install programs that are sufficiently complex and the idea one can…

  3. comment
    Comment #48506641

    Regardless of it being just a collection of user-produced PKGBUILDs the community would certainly benefit from a more robust solution to this issue. Expecting users to manually rev…

  4. comment
    Comment #48344399

    >He sees the problem. He is building the thing that causes it. His company has not endorsed a single piece of legislation to address it. Is it truly fair to place the blame entirel…

  5. comment
    Comment #45100845

    Location: Brazil Remote: Yes Willing to relocate: Yes Technologies: Go, Python, Kubernetes, PostgreSQL, AWS, gRPC, GraphQL. Résumé/CV: https://drive.proton.me/urls/F2YRZV8NTG#QJdrJ…

  6. comment
    Comment #44687368

    >Or monetize via another way—ads, subscriptions, credits. All of those are still prone to censorship if the attacking group is motivated enough. Even crypto, which should be the id…

  7. comment
    Comment #43596808

    At the time of this writing this is getting stuck in an infinite redirect loop for me. $ curl -L https://gitmcp.io -v https://gitmcp.io/ https://gitmcp.io/ ... * Connection #0 to h…

  8. comment
    Comment #43554718

    I believe there is a distinction between those concepts. Axioms are true by their own definition. Therefore, discovering an axiom to be false is a concept that is inherently illogi…

  9. comment
    Comment #43550402

    A key concern I've consistently had regarding formal verification systems is: how does one confirm the accuracy of the verifier itself? This issue appears to present an intrinsical…

  10. comment
    Comment #43550279

    Cool anecdote but I'm not sure how reasonable it is to expect every person to have expert domain knowledge and recall of every single computer science field just because they got a…

  11. comment
    Comment #43343477

    I don't see which use case this is solving that hasn't already been solved by multiple other P2P file sharing browser based software available.

  12. comment
    Comment #43340215

    I guess this helps explain why Microsoft has their own fork on the Go language.

  13. comment
    Comment #43144481

    To optimize their portfolio, the primary objective defined for the LLMs, it is imperative to evaluate the risk-reward ratio, formulate cogent assumptions about future market condit…

  14. comment
    Comment #43144354

    >LLM:s for trading is so stupid. That's the hypothesis this experiment is trying to validate but so far I have no reasons to believe they will behave much worse than human portfoli…

  15. story
    Show HN: LLM 100k portfolio management benchmark

    PoC for something some the potential to yield some interesting results eventually.

  16. comment
    Comment #43074030

    A small script that just feeds every page to Gemini will likely beat every other method proposed in this thread.

  17. comment
    Comment #43010339

    >By default, Nix uses the unstable branch of packages. To switch to the stable channel, run: >nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs >This command sets yo…

  18. comment
    Comment #43005452

    I feel in a similar way when creating and open-sourcing software solutions to problems that no one except me might ever care about.

  19. comment
    Comment #42946398

    Location: Brazil Remote: Yes Willing to relocate: Yes Technologies: Go, Python, Ruby on Rails, TypeScript, JavaScript, PHP, Lua, Postgres, SQLite, Redis, WebRTC, Docker, Kubernetes…

  20. comment
    Comment #42938046

    >AI that manipulates a person’s decisions subliminally or deceptively. This is a strange one. Arguably this is the objective of marketing in general. Therefore, I'm not sure why dr…

  21. comment
    Comment #42937895

    I wonder how VGHF's OCR compares against something like just using OpenAI Vision. Based on my experience with Vision, I'd be extremely surprised if this OCR system is more accurate…

  22. comment
    Comment #42925444

    If I'm understanding this correctly it sounds functionally similar to the report generating project Standard released a few weeks ago [1]. [1] https://storm.genie.stanford.edu/

  23. comment
    Comment #42853100

    I don't love the pollution in the go.mod or being forced to have multiple files to track dependencies. Being able to run tools directly with go generate run [1] already works well …