Viewing profile — ricketycricket
ricketycricket
HN member- Joined
- Fri, Sep 18, 2015, 4:56 AM UTC
- HN karma
- 328
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About ricketycricket
No profile information was provided.
Recent public activity
-
comment
Comment #49218542
Said the man with 6 fingers.
-
comment
Comment #47759993
"Hey Claude, did Claude do a good job?"
-
comment
Comment #47254920
Just build Mac apps then. Claude Code can help you whip up real native apps without any Glaze dependencies just fine. I’ve built 4 Mac and iOS apps in the last 6 months for my own …
-
comment
Comment #47075540
Here are some thoughts on it from José Valim: https://dashbit.co/blog/why-elixir-best-language-for-ai LLMs absolutely understand and write good Elixir. I've done complex OTP and di…
-
comment
Comment #46904863
I have a `codex-review` skill with a shell script that uses the Codex CLI with a prompt. It tells Claude to use Codex as a review partner and to push back if it disagrees. They wil…
-
comment
Comment #45661739
I've been using a development server for about 9 years and the best thing I ever did was move to a machine with a low-power Xeon D for a time. It made development painful enough th…
-
comment
Comment #44756296
> I've been coding for decades already, but if I need to put something together in an unfamiliar language? I can just ask AI about any stupid noob mistake I make. So you aren’t sti…
-
comment
Comment #44327350
It's not though. Processes can be supervised and crashes can just lead to "restart with good state" behavior. It's not that you don't try handling any errors at all, you just can b…
-
comment
Comment #44286125
Twitter clone in 15 minutes: https://www.youtube.com/watch?v=MZvmYaFkNJI
-
comment
Comment #44286114
LiveView uploads are baked in, previews and all. Everything else you list is included in the Flop library, if you want something off the shelf. In rails you are still including Kam…
-
comment
Comment #44286090
That's so disappointing to hear. I have an intern who hadn't touched Elixir 4 weeks ago who is already making meaningful PRs. She's done the PragProg courses and leans a bit on Cop…
-
comment
Comment #44195298
From the example: "Oh no, I'm really sorry to hear you're having trouble with your new device. That sounds frustrating." Being patronized by a machine when you just want help is go…
-
comment
Comment #43136197
Performance of what, exactly? Hard to beat the concurrency model and performance under load of elixir. Elixir is gaining set theoretic type system, so you are showing up at the rig…
-
comment
Comment #42657598
You mean like Typescript, an add-on that transpiles to Javascript?
-
comment
Comment #42321463
Elixir/Phoenix is compiled.
-
comment
Comment #42320237
Bandit is now the default in Phoenix.
-
comment
Comment #42307467
> The comment I responded to hand waved away consuming almost 50% of your pps on heartbeats every 30 seconds as "no big deal". > The network saturation is just a necessary cost of …
-
comment
Comment #42068285
Do you though? M4 is what is on the market now and this chip is just coming out. Maybe they are on different processes, but you still have to compare things at a given point in tim…
-
comment
Comment #41495902
That's one reason I like the stainless (now Titanium) models. They have sapphire crystal instead of glass and I haven't had scratches in years. Scratches on the body are just patin…
-
comment
Comment #40517439
Sorry you are having so many issues. That has not been my experience with elixir-ls either locally or in Codespaces. Just want to say that when you do get it working, it does indee…
-
comment
Comment #40517355
May not answer all your questions, but this may be a good starting point: https://hexdocs.pm/nx/Nx.Defn.html
-
comment
Comment #40517320
> except if the tokenizer or whatever doesn't follow a particular format but in that case you just upload it to some free web service and make a PR with the result and reference th…
-
comment
Comment #40310360
Out of the box, Phoenix applications respond to simple http requests in times measured in microseconds. What appreciable improvements from that do you get with Python? And consider…
-
comment
Comment #40075249
Ortex exists to run ONNX models: https://github.com/elixir-nx/ortex
-
comment
Comment #39038612
I built this last March. It captures audio from a live HLS stream and transcribes and translates into 18 languages on the fly. Used by a customer with about 25K international emplo…