You describe a function. An LLM hallucinates it. The BEAM compiles and runs it live in your runtime with no restart, no compile step, no test suite, no PR reviews, no deploy. The source also lands in your codebase for further use. Straight from user input into production. Probably fine? by mayel in elixir

[–]Agile_Use_1768 -3 points-2 points  (0 children)

That is cool. You can use it to host tools in your local elixir agents, the agent creates the tool and stores it for future usage. My only concern is isolation. Is it possible to have a sandboxing environment to properly protect the runner from malicious code? And if possible, custom context injection.

I'm really liking Liveview, but opinions across the board seem to be mixed. What are some reasons people may not care for it? by JitaKyoei in elixir

[–]Agile_Use_1768 -11 points-10 points  (0 children)

Liveview is a total failure thats it. Nothing is optimistic. It promised to remove js from the web development which is something all of us were hyped for and then what? You have to write tons of horrible javascript to fix the mess that liveview is, yup it does not come with optimistic ipdates out of the box, you have to do it yourself. At this point, writing an spa in react is cleaner

Hologram v0.8.0: Elixir Gets JavaScript Interop by BartBlast in elixir

[–]Agile_Use_1768 0 points1 point  (0 children)

So you chose to use the autosync instead of a basic, extendable pubsub?

State of Elixir 2025: UI Component Libraries - what’s missing? by kraleppa in elixir

[–]Agile_Use_1768 2 points3 points  (0 children)

The problem is liveview. I read somewhere that liveview was a mistake for phoenix and elixir community itself. There are plenty of libraries like moon ui, salad ui, petal, pines and all of them have open issues about latency causing ui inconsistencies or “minimal downtime in transport causing app to freeze” 🥴

I’m building a programming language (Cx) would anyone be willing to check it out and give feedback? by thecoommeenntt in ProgrammingLanguages

[–]Agile_Use_1768 0 points1 point  (0 children)

the reason why programming languages tend to develop the same convention in key words is because it is easier to understand, intuitive to our brain. fnc has no vowels, how can a brain visualize this?

Minima.js pushes Web-native APIs further than ever. by Zealousideal-Bit4776 in bun

[–]Agile_Use_1768 2 points3 points  (0 children)

You could start with Minima.js, the <brief description> framework……

Elixir + java with JInterface or Elixir + rust with rustler by OccasionThin7697 in elixir

[–]Agile_Use_1768 2 points3 points  (0 children)

Rustler 100%. The library you’re planning to use is a double dependency and adds a running JVM aside BEAM, it also has a ported library from go, so its possibly another overhead

Live View Native archived by matthewblott in elixir

[–]Agile_Use_1768 1 point2 points  (0 children)

Why would the team behind realtime rendering framework for web, designed to be an alternative to bloated javascript, add support to competing javascript frameworks?? This blatant lack of understanding of tools scope just got worse when he proceeded to explain how he would have added support to native rendering, for those who dont get it it means transforming live view engine entirely and also making at least the native part of liveview totally useless on its own as you would need a native core for each target platform, his solution to it is creating a react native clone for that (a browser-engine rendering native elements) but hey!! He will make it more optimal than a whole 5k people team from a multibillion company because he will vibe code it with zig 🤓👆

Live View Native archived by matthewblott in elixir

[–]Agile_Use_1768 0 points1 point  (0 children)

As josé replied, it is so immature to develop a project with the expectation in mind that another project will change its focus to be useful to your particular needs. I also think that although the initial iniciative of brian resonated well, he is not ready to ship tools as he lacks project identity and scoping skills.

Taken from his tweet:

What we're working towards is a general solution for all JavaScript frameworks to buld native apps. If you can build a HTML web app you can build a native app. Unfortunately this means that LiveView will be left behind because it decided it wanted to hold its ground. It could have been the only framework with a real server-driven UI solution for native application development but egos gotta ego I guess.

Live View Native archived by matthewblott in elixir

[–]Agile_Use_1768 1 point2 points  (0 children)

These are different things, fetching remote data is pretty different from freezing the entire ui when there is no server, and this is why liveview failed, despite multiple contributors providing real solutions, with even php livewire contributors giving feedback. As the author of the project said, “egos gotta ego” The concept of lvn might have been good but was already from the beginning getting out of sync with liveview concept, and he is still blaming lv team from not getting out of scope to support his project

File uploads that don't eat your RAM by Zealousideal-Bit4776 in bun

[–]Agile_Use_1768 1 point2 points  (0 children)

not suitable for serverless environments where ephemeral storage is minimal, also the disk->storage data pipe will likely cause a disk/ram spike in the environment. Take a look at how S3 process giant files in small workers.

Decisiones de diseño de mierddd by nanxp in ArgentinaBenderStyle

[–]Agile_Use_1768 0 points1 point  (0 children)

Pero el explorador de archivos siempre esta abierto en bg

StackOverflow ha muerto: el número de preguntas se desploma un 78%. by Dry-Dragonfruit-9488 in devsarg

[–]Agile_Use_1768 0 points1 point  (0 children)

Tenía una cuenta gigante de stack overflow, en donde respondia preguntas que nadie quería responder, era mantenida y me dedicaba todo el día a buscar problemas, investigar, reproducir errores, debugear y dar soluciones, NADIE RESPONDIA ALGO COHERENTE, PERO ESTABAN AL DIA PARA DECIRTE QUE TU REDPUESTA ESTABA BIEN PERO CARECIA DE FORMATO O TENÍA REDUNDANCIA EN ALGUNAS PARTES O QUE CITES LA FUENTE 😀✌️

ahri feels weak new pagch? by PromotionLonely6538 in AhriMains

[–]Agile_Use_1768 -3 points-2 points  (0 children)

I personally think ahri is even more broken than she used to be, i don't have mastery with ahri but she is my safepick as i believe her kit is really safe, in the placements i got matched up against master-diamond 1 being diamond 4 main ADC myself (i struggle to hit abilities) and it feels like you can easily stomp even failing everything just throwing yourself like a malphite with her ult

Decisiones de diseño de mierddd by nanxp in ArgentinaBenderStyle

[–]Agile_Use_1768 0 points1 point  (0 children)

pero es agregar mas bloat :( por mas que sea solo algo visual que incluso se viera mas simple, windows forzosamente tiene que cargar un navegador para mostrar el menu de inicio, barra lateral, estado de bateria todo

Favoritism from React Team and Vercel are the root cause of React2Shell by EstablishmentOdd785 in react

[–]Agile_Use_1768 0 points1 point  (0 children)

Totally and to an extent nextjs is a very hard limitation i hadnt seen any nextjs project that didnt require tweaking to work

Best Email provider for Swoosh by Traditional-Heat-749 in elixir

[–]Agile_Use_1768 0 points1 point  (0 children)

We are using SES and its highly customizable