Readit News logoReadit News
benswift commented on Claude Code: Now in Beta in Zed   zed.dev/blog/claude-code-... · Posted by u/meetpateltech
ppeetteerr · 4 months ago
I love Zed and I'm glad you now have native support for Claude. I previously ran it using the instructions in this post: https://benswift.me/blog/2025/07/23/running-claude-code-with...

One thing that still suffers is AI autocomplete. While I tried Zed's own solution and supermaven (now part of Cursor), I still find Cursor's AI autocomplete and predictions much more accurate (even pulling up a file via search is more accurate in Cursor).

I am glad to hear that Zed got a round of funding. https://zed.dev/blog/sequoia-backs-zed This will go a long way to creating real competition to Cursor in the form of a quality IDE not built on VSCode

benswift · 3 months ago
Glad it was helpful :)

I’ll keep an eye on this ‘proper’ Zed support for sure, although the current setup is working just fine so I might wait for v0.2.

benswift commented on Bumblebee: GPT2, Stable Diffusion, and More in Elixir   news.livebook.dev/announc... · Posted by u/clessg
josevalim · 3 years ago
I have written a bit about potential benefits in the initial announcement of Nx [0] and then on its first release [1].

In a nutshell, there has been trends in Python (such as JAX and Thinc.ai) that argue functional programming can provide better abstractions and more composable building blocks for deep learning libraries. And I believe Elixir, as a functional language with Lisp-style macros, is in an excellent position to exploit that - as seen in "numerical definitions" which compile a subset of Elixir to the CPU/GPU.

I also think the Erlang VM, with its distribution and network capabilities, can provide exciting developments in the realm of federated and distributed learning. We aren't exploring those aspects yet but we are getting closer to having the foundation to do so.

Regarding ML ops, I believe one main advantage is explained in this video announcement. When deploying a ML model with Nx, you can embed the model within your applications: you don't need a 3rd-party service because we batch and route requests from multiple cores and multiple nodes withing Erlang/Elixir. This can be specially beneficial for projects like Nerves [5] and we will see how it evolves in the long term (as we _just_ announced it).

Finally, one of the benefits on starting from scratch after Python has paved the way is that we can learn from its ecosystem and provide a unified experience. You can think of Nx as Numpy+JAX+TFServing all in one place and we hope that doing so streamlines the developer experience. This also means libraries like Scholar [2] (which aims to serve a similar role as SciPy) and Meow [3] (for Genetic Algorithms) get to use the same abstractions and compile to the CPU/GPU. The latter can show an order of magnitude improvement over other currently used frameworks [4].

[0]: https://dashbit.co/blog/nx-numerical-elixir-is-now-publicly-... [1]: https://dashbit.co/blog/elixir-and-machine-learning-nx-v0.1 [2]: https://github.com/elixir-nx/scholar/ [3]: https://github.com/jonatanklosko/meow [4]: https://dl.acm.org/doi/10.1145/3512290.3528753 [5]: https://www.nerves-project.org/

benswift · 3 years ago
What will be interesting (and exciting) is seeing how GPU nodes are incorporated into platforms like fly.io, to really make this “elixir for ML/AI” thing seamless.
benswift commented on Sonic Pi is a code-based music creation and performance tool   sonic-pi.net/... · Posted by u/threeme3
jimmcslim · 6 years ago
There is also Andrew Sorenson's [1] Extempore [2] which is also a Lisp.

[1] https://twitter.com/digego

[2] https://extemporelang.github.io/

benswift · 6 years ago
Yep. In fact, lisps tend to pop up quite a bit in livecoding (and in other places, really).

https://github.com/toplap/awesome-livecoding is a nice curated list of live coding languages and tools.

benswift commented on Introduction to Computer Organization: ARM Assembly Language on the Raspberry Pi   bob.cs.sonoma.edu/IntroCo... · Posted by u/ingve
laxentasken · 8 years ago
Any plans to put the course materials online?
benswift · 8 years ago
If you click through, pretty everything is online (except lecture recordings). Slides, lab material, etc. is all available. Next year I'm planning on releasing the lecture recordings as well.

Although as I said, there are certainly some things I'll tweak next year, having been through it once. I'm under no illusions about it being perfect :)

benswift commented on Introduction to Computer Organization: ARM Assembly Language on the Raspberry Pi   bob.cs.sonoma.edu/IntroCo... · Posted by u/ingve
simplyluke · 8 years ago
100% has great potential for education, even (or especially) at a collegiate level.

Current CS student and in our architecture course we were learning surface-level x86 but mostly Y86, which is a toy language simplification of the x86 architecture. No real complaints about it, but friends of mine in electrical and electrical computer engineering (different school at my university) were learning ARM. Not only was it simpler it was much easier for them to implement non-virtualized code.

I thought the engineering department was doing it better.

+1 to GDB not being simple, was a larger learning curve for most of our class than C, x86, or any of the concepts.

benswift · 8 years ago
I teach this stuff using a stm32l476vg discovery board at the Australian National University[0]. I re-wrote the course earlier this year to use that board (previous incarnations used a homebrew teaching architecture - emulated in software only).

It went really well - although there are always rough edges the first time through a course. Next year, I'm going to tighten things up (one of my jobs over the southern summer before the course runs again in Feb 2018).

Happy to answer any questions that folks have.

[0] https://cs.anu.edu.au/courses/comp2300/

u/benswift

KarmaCake day6August 22, 2012
About
http://benswift.me
View Original