Live data from Hacker News

Viewing profile — bmichel

bmichel

HN member
Joined
Sun, Oct 25, 2009, 12:41 PM UTC
HN karma
224
Public activity
45 items

About bmichel

http://blog.menfin.info

Recent public activity

  1. story
  2. story
  3. comment
    Comment #43481520

    There is an Open-Source tool named Aider that can use Gemini: https://aider.chat/

  4. story
  5. comment
    Comment #28728951

    CouchDB 4 may change a few things in this space. It will be based on top of FoundationDB, which should make it a lot better for running "at scale PaaS".

  6. comment
    Comment #23448408

    The name SQLancer suggests that it is made for SQL databases. Do you think it would be easy to adapt it for documents databases like CouchDB or MongoDB?

  7. comment
    Comment #23372640

    The former proposal was made by 2 members of the Go core team. And they are also in the team of the latter proposal. So, no, the first proposal wasn't good enough for the Go author…

  8. comment
    Comment #23369231

    The syntax really makes me think to Zig - https://ziglang.org/documentation/master/#Introducing-the-Co... . I'd be curious to know if the authors of this paper have looked at it.

  9. comment
    Comment #23349528

    By curiosity, did you try Lezer? https://marijnhaverbeke.nl/blog/lezer.html

  10. comment
    Comment #22943378

    Thanks for the answers, I appreciate that. If you have time, I have another round of questions: 1. Did you try formal methods like TLA+ on the client? I think that the logic covere…

  11. comment
    Comment #22937229

    Thanks for sharing your experience on this rewrite. I have a few questions: 1. I'm a bit surprised that you don't persist the scenarios of the tests after a failure, only its seed.…

  12. comment
    Comment #22354780

    https://medium.com/@herbcaudill/lessons-from-6-software-rewr... suggests to build a new product without throwing away the legacy one.

  13. comment
    Comment #19127865

    Tanspiling from ES2015 to ES5 is no longer the main usage of babel. For example, there is transforming JSX to normal JS. And object rest/spread proprerties (ES2018) is often used b…

  14. comment
    Comment #18909884

    There is also Blast (golang), built on top of Bleve. - https://github.com/mosuka/blast - http://blevesearch.com/

  15. comment
    Comment #18723739

    I don't think so. It was used for scraping dating websites, but not porn IIRC.

  16. comment
    Comment #17321184

    Did you look at Erlang/Elixir?

  17. comment
  18. story
  19. story
  20. story
  21. comment
    Comment #11678441

    Zsh has a plugin for syntax highlighting: https://github.com/zsh-users/zsh-syntax-highlighting

  22. comment
    Comment #11669783

    Did you try dialyzer for Erlang[1] or Elixir[2]? [1]: http://erlang.org/doc/apps/dialyzer/dialyzer_chapter.html [2]: http://elixir-lang.org/docs/stable/elixir/typespecs.html Not su…

  23. story
  24. story
  25. story