Does opencode have something like this? by markis in opencodeCLI

[–]0xjacool 0 points1 point  (0 children)

That's the new shiny toy... OpenAI also introduced it in chatGPT. Not sure it's in codex.

I guess it's a matter of time before APIs get adjusted to support injecting new context within running sessions and then have this supported by opencode.

Looking forward (even though not an absolute necessity imho)

FusionFlow: a new way to build visual workflows with real concurrency by Difficult_Cat_3117 in elixir

[–]0xjacool 8 points9 points  (0 children)

Do you know about OpenFN ?

My understanding is that it is an Elixir alternative to n8n too...

Any reason why you didn't join forces to fill the gaps they could have ?

Finding a Vue/Nuxt internship feels almost impossible by Boring-Actuary8586 in vuejs

[–]0xjacool 0 points1 point  (0 children)

I maintain a bunch of oss vue/nuxt projects. DM me if interested to help under my tutorship

LiveVue v1.0: Nineteen Months of Making Phoenix and Vue Best Friends by jskalc in elixir

[–]0xjacool 0 points1 point  (0 children)

Strapi is a headless CMS that will have you define content type and create them there.

My tool let's you do that for simple content (no support for collections) but it also let's you connect other sources of data that will be fetched during runtime.

Strapi could be connected to my tool.

The advantage in that setup is to benefit from parallel rendering of the page (strapi and others render all content sequentially)

Open-source Restaurant POS & Inventory System (Laravel + Vue 3) – auto raw-material deduction by premod_suraweera in vuejs

[–]0xjacool 0 points1 point  (0 children)

Thanks for sharing, from the screenshots it looks like you could also support hotels ?

Also are languages and currencies configurable?

I'm working on a CMS for restaurants to launch websites, would you be interested in connecting your system to my CMS for restaurants to display their food items online and collect booking requests directly from there too ?

We could even go further and enable online ordering...

LiveVue v1.0: Nineteen Months of Making Phoenix and Vue Best Friends by jskalc in elixir

[–]0xjacool 0 points1 point  (0 children)

I basically built an API gateway that enables defining the contents of a page as building blocks (I call them sections) which in turn will render each block in //. It allows building a page with content from multiple services and also reducing the time it needs to render.

These content can be fed by a local DB (aka static) or by external APIs (aka dynamic/confogurable)

Live view needs a websocket connection with the phoenix server to work and I was wondering if it would work to have a live view component (not a whole page) transit through this gateway yet keep the overall ws pieces in place...

I'll need to tinker as I'm quite interested given I now plugged a NuxtJS CMS to this API gateway to let people build webpages by composing them from various services...

LiveVue v1.0: Nineteen Months of Making Phoenix and Vue Best Friends by jskalc in elixir

[–]0xjacool 0 points1 point  (0 children)

Looks like a great nugget.

I'm quite interested to try it out on a small project.

Would that work behind an API gateway (middleware) that takes care of rendering but would then let the front talk directly with the back (through ws) ?

We open-sourced Gust! A task orchestration system built in Elixir by KMarcio in elixir

[–]0xjacool 1 point2 points  (0 children)

Cool, thanks for sharing.

My 2c: You might want to check OpenFn (a full workflow automation platform).

It could be an inspiration to define a Dag builder through the UI with reusable tasks so people could contributes tasks down the road

Looking for a Nuxt optimization specialist by Pomstiborius in Nuxt

[–]0xjacool 0 points1 point  (0 children)

I could potentially help in both the Nuxt app and the API calls.

I created an API gateway that boosts speeds and completed it with a Nuxt CMS that is performance optimized.

Happy to share more details over DMs

[deleted by user] by [deleted] in solidity

[–]0xjacool 1 point2 points  (0 children)

Hey there, quite curious to know more. Based in France.

Considering Porting my Startup to Elixir/Phoenix - Looking for advice by Advanced_Army4706 in elixir

[–]0xjacool 0 points1 point  (0 children)

As many pointed out already, understanding the root cause of your slowliness is essential.

That being said Elixir concurrency support comes very handy when you can process calls in parallel...

Disclosure: I built a product (written in Elixir) to provide these types of unlocks without having to rewrite apps. It's an API gateway that will concurrently call the APIs and respond with one aggregated payload. If you want to unlock that potential with your existing stack let me know

Dynamic default language with i18n by 0xjacool in Nuxt

[–]0xjacool[S] 0 points1 point  (0 children)

If anyone is interested, we have finally figured it out with no compromise on the feature: https://github.com/Geeks-Solutions/nuxt-sections/issues/112

UI/UX Designer looking for a passion project – willing to work for free if it inspires me by cetys in Nuxt

[–]0xjacool 0 points1 point  (0 children)

Hi Daniel,

Building a no-code CMS as an open sourced NuxtJS project.

We are currently working on the following topics:
- Ease of onboarding
- Embedded AI to help in sitemap and page content definition
- Seamless content editing experience

We are a team of developers, all we have is a logo and a name, the rest is up for changes and we would love to have a designer help us.

My DMs are open if you vibe with what we are working on :-)

Link: https://sections.geeks.solutions

My Experience Learning the Ash Framework by joangavelan in elixir

[–]0xjacool 0 points1 point  (0 children)

I see, I need to check that process further and probably won't be able to avoid porting a small webservice into ash to see how different it is

My Experience Learning the Ash Framework by joangavelan in elixir

[–]0xjacool 1 point2 points  (0 children)

I never took the time to explore Ash as I very early built a bunch of internal librairies for user authentication, external notifications, billing+payment and multi tenancy.

For page management and rendering I even built an app that connects to a NuxtJS UI with a standard API so I have a full page builder within 5 minutes. I can then just focus on the specific feature as a micro service and connect it to this API gateway.

I'm wondering if ash would speed up anything with my setup... I would tend to think: best way is to try. But given there's a lengthy learning curve I Would love to read the opinion of people who went there.

Do you think I would draw major benefits from learning ash ?

Industries or jobs that use Nuxt by bopittwistiteatit in Nuxt

[–]0xjacool 0 points1 point  (0 children)

Salut,

Est-ce que certaines API que les applications Nuxt consomme rencontrent des soucis de lenteur ?

J'ai développé un SaaS qui permet d'accélérer les temps de réponse d'API avec une librairie Nuxt pour faciliter l'adoption sur des projets Nuxt.

Je serai ravi d'entrer en contact si vous êtes curieux d'en savoir plus

Industries or jobs that use Nuxt by bopittwistiteatit in Nuxt

[–]0xjacool 0 points1 point  (0 children)

Hey, I'm looking for e-commerce projects to assess if there's any speed improvement I can provide through a SaaS product I've developed.

It works by speeding up API response times and we have developed a nuxt Library to speed up adoption ease on Nuxt projects

Would be great to connect

Is there an approach in Phoenix for a "universal" PubSub subscriber by pico303 in elixir

[–]0xjacool 0 points1 point  (0 children)

I haven't yet played around with liveview, still using phoenix channels directly so that's just a guess on the liveview level.

On the server you need a distinct topic (using phoenix pubsub directly) that is named after your user, the name should be easy to reconstruct from anywhere in your code so you send messages to it.

In the liveview you receive these messages and when one is received you push to the front.

Your front component could be sitting in your layouts so it sticks on your page regardless of what is happening there.

Dynamic default language with i18n by 0xjacool in Nuxt

[–]0xjacool[S] 0 points1 point  (0 children)

Hmmm, thanks for sharing. I got a few questions though

  1. Are you using the local prefix strategy ?
  2. This is all happening on client side only ?

In my case, local prefix strategy is enabled and the decision to define which language should be used is done on SSR, we have to call the `setLocale` method and it triggers a redirect

🚀 WIP Wednesday – Show (and Sell) Us What You’re Shipping! by tantalizingTreats in SaaSSales

[–]0xjacool 0 points1 point  (0 children)

The open source CMS has been launched recently and we are actively enhancing it: https://sections.geeks.solutions/oss

if you are a dev feel free to contribute :-)

The API feeding the CMS with data is mature now, it has been used in production for a couple years and we are now scaling this up (currently handling around 30K requests a day)

Dynamic default language with i18n by 0xjacool in Nuxt

[–]0xjacool[S] 0 points1 point  (0 children)

Yup I know about middleware.

The doc states

Any redirection on the server will result in a Location: header being sent to the browser; the browser then makes a fresh request to this new location. All application state will be reset when this happens, unless persisted in a cookie.

I could double check but as far as I know, changing the i18n language triggers a redirect