Live data from Hacker News

Viewing profile — folex

folex

HN member
Joined
Thu, Oct 27, 2016, 10:53 PM UTC
HN karma
362
Public activity
99 items

About folex

No profile information was provided.

Recent public activity

  1. comment
    Comment #47111835

    > The executables in our benchmark often have hundreds or thousands of functions — while the backdoors are tiny, often just a dozen lines buried deep within. Finding them requires …

  2. comment
    Comment #47110039

    this is exactly how I work with cursor except that I put notes to plan document in a single message like: > plan quote my note > plan quote my note otherwise, I'm not sure how to g…

  3. comment
    Comment #46613939

    > static types often reduce to a bunch of optionals, forcing you to null check every field On one end, you write / generate / assume a deserialisator that checks whether incoming d…

  4. comment
    Comment #46613876

    > ends up being the same checks you would be doing with a dynamic language Sure thing. Unless dev forgets to do (some of) these checks, or some code downstream changes and upstream…

  5. comment
    Comment #44018447

    Where does the stereotype 'thesaurus = synonyms + antonyms' come from? I'm not a native english speaker, and I never heard that idea besides in, I'd guess, Friends TV show. I've us…

  6. comment
    Comment #37096477

    https://github.com/narrowlink/narrowlink/blob/main/agent/src... mhm. single-handedly, though.

  7. comment
    Comment #36591389

    I like that the URL is basically the answer to the question.

  8. comment
    Comment #35544016

    I wouldn't describe it as a comedy as well. However, I'd recommend Murderbot series, it is full of humour and shares atmosphere of Bobiverse and this personal approach to character…

  9. comment
  10. comment
    Comment #35329956

    I'm yet not doing this, unfortunately. API limits wouldn't allow me to load in some IRC chat there.

  11. comment
    Comment #35329911

    I can't really wait for tooling to visualise complex technical concepts into nice animations and static images. Imagine describing how some system works, what it consists of, and g…

  12. comment
    Comment #35329772

    Retrieve information from public technical chats to provide Q&A on programming languages, technologies, engineering approaches and so on.

  13. comment
    Comment #34984694

    I can't wait for a tool that would allow me to draw architecture diagrams, and maybe even process animations to explain how my software works. https://scribblediffusion.com/scribbl…

  14. comment
    Comment #34578359

    Being in the Rust full time for last 2 or 3 years: it is quite a pain to setup a release process for big Rust workspace. Version incrementing, packaging wasms, dancing around code …

  15. comment
    Comment #34578329

    Yes! I'm in a team that works on a pet prog lang for distributed systems, and we did some research of using an existing package managing systems. We've settled on NPM for now, but …

  16. comment
    Comment #34475888

    we're building open serverless-centered cloud-like p2p network to aolve exactly this issue. to eliminate vendor lock and make it open so anyone can both provide and consume compute…

  17. comment
  18. comment
    Comment #34279218

    pile of tickets is a very nice metaphor

  19. comment
    Comment #33152588

    Do you think it's gonna be a tool used by these "average teams" or like a standalone self-serve product without any service human involved? I'd bet on a former, but why do you thin…

  20. comment
    Comment #33021795

    I wish to have such a tool to generate tutorials for different technologies. Like distributed systems, consensuses, replication, this kind if stuff. Something like: there are 10 pe…

  21. comment
    Comment #32307820

    Fluence | Full Remote | Worldwide Distributed VM over a p2p network. https://fluence.one/join.html https://github.com/fluencelabs One of the target audience are distributed systems…

  22. story
  23. comment
    Comment #30819026

    Awesome! Can it be used for Rust?

  24. comment
    Comment #30027014

    It depends on specific WASM runtime implementation, but usually you have to be explicit about allowing each syscall.

  25. comment
    Comment #30022752

    > This post describes something like Erlang actors, but if each can be a pure function encoded in WASM... Not just a dream. https://github.com/fluencelabs/fluence