Live data from Hacker News

Viewing profile — wkyleg

wkyleg

HN member
Joined
Wed, May 09, 2018, 2:57 AM UTC
HN karma
111
Public activity
110 items

About wkyleg

Built HN Reader: https://brutalisthackernews.com (suggestions welcome!)

wkyleg.eth https://x.com/wkylegDotEth https://github.com/wkyleg https://warpcast.com/wkyleg https://www.reddit.com/user/wkyleg/ https://www.linkedin.com/in/wkylegraves/ Email: "wkyleg_eth" @@@ "pm.me"

Recent public activity

  1. story
  2. story
    Ask HN: Are we close to figuring out LLM/Agent Memory

    The main issue I experience with LLMs, and the one that seems to most inhibit my further adoption is lack of ability of agents to remember relevant context. A few years ago everyon…

  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
    Show HN: Local DNA analysis skill for OpenClaw

    I built a skill for OpenClaw (open source AI agent framework) that lets agents analyze raw genetic data from 23andMe, AncestryDNA, and similar services. The motivation was privacy.…

  9. story
  10. comment
    Comment #44435106

    FREELANCER | USA/REMOTE | WORLDWIDE ABOUT ME Full-stack engineer with 9+ years of experience shipping production software and leading technical teams. I specialize in turning compl…

  11. story
  12. comment
    Comment #43094690

    In my experience Pi hole is a very worthwhile investment. People who used my internet when I had one would remark how much faster it was. Everything in general seems faster, even t…

  13. comment
    Comment #43054678

    Interesting that they don't know exactly how they are perceiving magnetism. I suppose it could be an internal brain mechanism, but if that were to be able to operate without direct…

  14. comment
    Comment #42498630

    I can see that. On most metrics I've seen Rust is comparable on general speed. Maybe if you're at the level where you've essentially writing portable assembly and are okay with lac…

  15. comment
    Comment #42498398

    I learned C++ and enjoyed it but never went too deep. I always enjoyed C more. There's also so many S tier codebases to read to learn C better like the original Dune game engine or…

  16. comment
    Comment #42475062

    Something like air tags would be a great use case for an open source DePin project. Ideally Zero Knowledge proofs would be used to preserve privacy.

  17. story
  18. story
    Show HN: News Site for Psychiatry, Neuroscience, Biohacking, DeSci Run by LLM

    Hi HN! I built a news site that uses scraping and LLMs to aggregate and analyze news in neuroscience, computational psychiatry and mental health research, biohacking, and decentral…

  19. comment
    Comment #42320147

    The Counterfactuals of his ideas are very interesting. Chilean socialism didn't work (just ignoring the coup, it couldn't actually run the economy), but the reasons why it failed, …

  20. comment
    Comment #42313330

    This is how cool new ideas arrive each generation

  21. comment
    Comment #42312535

    Amazing. Younger people (and people new in any field) often think of intersting approaches without the blessing/curse of "best practices." The process for creating the game was ver…

  22. comment
    Comment #42177513

    Yes, in terms of market share. But the key difference is that it's leagues better than other browser engines on quality. From the perspective of competition this isn't great, but t…

  23. comment
    Comment #42177322

    Deno doesn't implements this differently, it's just an alternative server side run time. It has some better defaults compared to node though

  24. comment
    Comment #42177229

    Nobody really uses multithreading for node. I mean I'm some projects do (maybe pnpm?) but the threading support isn't great and the event loop performs well.

  25. comment
    Comment #42177210

    Agreed, I realize it would need to be effectively another language, or at least a very different implementation. This isn't to far off from what new projects like Deno and Bun are …