Viewing profile — rodrigobellusci
rodrigobellusci
HN member- Joined
- Mon, Aug 02, 2021, 7:14 PM UTC
- HN karma
- 19
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About rodrigobellusci
No profile information was provided.
Recent public activity
-
comment
Comment #42276526
Regarding you first point, that's expected to change sometime during next year. Let's hope they keep their word. Personally I don't think it would have been a good idea to let the …
-
comment
Comment #42135538
He explains that the broker found a buyer he couldn’t have found by himself. If I recall correctly he had looked for buyers but none had met his criteria.
-
comment
Comment #41583867
Do you know of any book or video to get started with Rabbit? Earlier this year I tried setting it up as a websockets message broker in a Spring Boot app but failed miserably. I end…
-
comment
Comment #41348845
That sounds amazing! I’d like to give it a try
-
comment
Comment #41220876
It seems something like that already exists: https://skip.tools/blog/scrumskipper I mostly work with flutter but Skip looks pretty cool.
-
comment
Comment #40020356
> allow tiny teams to manage large domains Is that a virtue of the language (Clojure/lisp/any other) or a virtue of the 5 experienced programmers? I ask because I’ve never delved d…
-
comment
Comment #39964897
Maaaan I've wanted this for a while for Java and Dart (for flutter apps). Nice job!
-
comment
Comment #38491577
From what I've read llamafile can also load other models if you pass a flag with a path to them. There's also LM Studio for anyone who'd like to play with a ChatGPT-like GUI.
-
comment
Comment #36958065
Location: Argentina (UTC-3) Remote: Yes Willing to relocate: Open to chat Technologies: Java, TypeScript, JavaScript, Postgres, Angular, React, Svelte Résumé/CV: Happy to provide E…
-
comment
Comment #36772954
I've wanted an app like that for a long time!
-
comment
Comment #35556827
Besides converting Dolly's weights to ggml it's also necessary to implement the model using ggml operators, right? Or does the ggml format also carry with it the architecture of th…
-
comment
Comment #35245137
Yeah, anybody can clone Alpaca and fine tune it. From what I can tell setting things up to train the model is easy. Then you have to generate the training data (can be done using G…
-
comment
Comment #35230180
Alpaca [1], perhaps. It's based on facebook's model (LLaMA) and its been trained on a conversational style, same as chat gpt. I don't know if it can produce code, though. [1] https…
-
comment
Comment #35042654
Damm that's a lot of cases to cover. I wonder how performant will Ruff be once it reaches feature parity.
-
comment
Comment #35036728
For sure, I've been trying to cut down on dependencies and JS where possible. I'm curious to give WebComponents a try as well.
-
comment
Comment #35036694
Oh that's interesting! Will definitely keep Vue 3 in mind for future then.
-
comment
Comment #35036686
It's a python linter, from what I've seen.
-
comment
Comment #34975154
Since you bring up React in your example, which framework should one use to build better performing web apps? I know React tends to lack in both dev UX and performance (at least in…