Viewing profile — bmichel
bmichel
HN member- Joined
- Sun, Oct 25, 2009, 12:41 PM UTC
- HN karma
- 224
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About bmichel
Recent public activity
- story
- story
-
comment
Comment #43481520
There is an Open-Source tool named Aider that can use Gemini: https://aider.chat/
- story
-
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".
-
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?
-
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…
-
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.
-
comment
Comment #23349528
By curiosity, did you try Lezer? https://marijnhaverbeke.nl/blog/lezer.html
-
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…
-
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.…
-
comment
Comment #22354780
https://medium.com/@herbcaudill/lessons-from-6-software-rewr... suggests to build a new product without throwing away the legacy one.
-
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…
-
comment
Comment #18909884
There is also Blast (golang), built on top of Bleve. - https://github.com/mosuka/blast - http://blevesearch.com/
-
comment
Comment #18723739
I don't think so. It was used for scraping dating websites, but not porn IIRC.
-
comment
Comment #17321184
Did you look at Erlang/Elixir?
- comment
- story
- story
- story
-
comment
Comment #11678441
Zsh has a plugin for syntax highlighting: https://github.com/zsh-users/zsh-syntax-highlighting
-
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…
- story
- story
- story