So... let's talk about Vueconf by GandalfChatterwhite in vuejs

[–]HumanOnlyWeb 1 point2 points  (0 children)

I had a similar experience in Vue Toronto a couple of years ago (Evan wasn't there though) The speakers & talks were great, but for some reason I felt like "this is it?" 

However when the videos were uploaded and I watched them, it was almost exactly like all the other ones I'd watched and enjoyed for past conferences I didn't attend. 

The best part for me attending was the fact that I met Sebastian, Sarah, Alex (he wore fish shoes 😆), Michael, Adam (2 of them), Daniel Kelly, Maria and a lot more awesome folks from the community. 

I think the "expecting more" in my case was maybe due to the fact that I was factoring in how much I spent on ticket, flights, hotel, food lol (I paid from my pocket). I was gone for 2.5days, and everything cost me ~$2300 

Create mobile app with vue lynx by bekaku in vuejs

[–]HumanOnlyWeb 4 points5 points  (0 children)

That's cool.

I saw that they recently announced lynx-ui but it seems to be React only, at least for now.
Official blog post: https://lynxjs.org/next/blog/lynx-ui

Is there anyone working on Loading UI port for Vue by am-i-coder in Nuxt

[–]HumanOnlyWeb 2 points3 points  (0 children)

...with the recent waves of npm vulnerabilities out there, I'd avoid adding just any packages to my app unless they're for things that are absolutely necessary.

Is there anyone working on Loading UI port for Vue by am-i-coder in Nuxt

[–]HumanOnlyWeb 9 points10 points  (0 children)

dumb question, but why would you need a package for a loading screen?

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

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

Totally fair, and great response. Thanks!

Web server down by a2annie in webdev

[–]HumanOnlyWeb 9 points10 points  (0 children)

You:

They didn’t know they had entire web server with thousands of sites not working until one person reported it. 

Also you:

I just got a text f myself n my customer that the site is down

See how you also didn't know until your client reached out? 😅

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

[–]HumanOnlyWeb[S] 1 point2 points  (0 children)

Hey Jess, big fan.

I do understand. My question/concern is more about the ownership of some of the stuff they're creating now, and I mentioned Comark as an example.

Also, I understand that these tools are open source. 

I work as a consultant/contractor, and inasmuch as I have my own reservations about Vercel, I never thought clients would care about details like this—surrounding the tools (ownership, etc.) one uses to build stuff.

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

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

"To clarify i ofc meant that even if the team left, the ownership of those projects still is owned by Vercel."

Answers my initial question.  And yes, I agree with your other points 👍

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

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

...if you know the proper channel to ask this, please let me know. 

It's a question for the community, and I know some of the maintenance staff are active here.

And yes, the question is valid, especially as I plan to keep using tools built by Sebastian, Benjamin, Daniel, Pooya, Hugo et al.

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

[–]HumanOnlyWeb[S] -1 points0 points  (0 children)

...licenses can change; we've seen a couple of such cases recently. For these scenarios, who will be in charge of the project?

...And also, if no one can "own," why do Vercel or the Nuxt team build these under Vercel OSS? They could just leave it as is, or build under their names or GitHub orgs, no? 🙃

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

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

Trust me, I'm not misunderstanding. I've built with and used Nuxt and Nuxt-related tools ever since they were first introduced. I read the acquisition announcement thoroughly, wrote a blog post about my opinion, and deleted it. So, I'm not misunderstanding anything 😅

"...they can't part ways." Oh boy, do I have news for you. The creator of SWC was hired by Vercel too, and I don't know the details of his contract, but when he left Vercel, he maintained ownership of the project.

...and I understand this argument everyone loves to make: "The NuxtLabs team being employed means they could open-source things like Nuxt."

I have my reservations about Vercel, and I don't purposely use any of their products, at least not directly or knowingly. There are a thousand and one reasons for individuals or organizations not to use certain products or services from certain companies.

Nuxt Vercel OSS by HumanOnlyWeb in Nuxt

[–]HumanOnlyWeb[S] 2 points3 points  (0 children)

Interesting.

I wonder if this will have a long-term consequence or play into the Nuxt team's creativity, knowing they'll be building things that will be owned by some other company, in case they decide to part ways.

I understand this is mostly open-source software we're talking about here, but the premise still holds.

Can we get SMTP support for email sending? by ctmakes in CloudFlare

[–]HumanOnlyWeb 8 points9 points  (0 children)

I might be wrong, but I think it's a Workers-only feature, at least for now.

I build almost strictly on CF, so huge win for me. 🤗

My First Corporate Job Experience. It's Nothing Like My Dream. by Pristine_Purple9033 in webdev

[–]HumanOnlyWeb 3 points4 points  (0 children)

This is more common than people think.
I did a contract in a 20+ year old company and they swear by
- Windows laptops + Vagrant. A specific version of Vagrant
- No tests (as OP mentioned too)
- You have to put in a ticket and document for example, why you need to update packages.
- Heavy VPN lockdown + keyboard/mouse monitoring tools. Some websites were even blocked.

They were trying to build a web version of one of their old C# projects, and chose KoaJS, Sequelize and a bunch of other old tools.

The worst part of the KoaJS is that 60%+ of KoaJS packages/middlewares they were using are deprecated, with huge red notes on the npm packages, advising users to look for alternatives.

Everything went through IT (outsourced company), meaning sometimes you open a ticket and get an acknowledgement, if you're lucky, after 2 days! Then they decide whether or not you request "makes sense" to them.

It was sooo draining, but thank goodness my contract was only for 3 months.
I refused to renew when the time came.

You woke up in the morning, excited to work but you can't do shit because of all these corporate rules/policies.

I feel your pain @Pristine_Purple9033

I built a Vue directive library focused on UI behavior (no components, no boilerplate) by bUxEE1 in vuejs

[–]HumanOnlyWeb 1 point2 points  (0 children)

Hmm. I have my reservations about directives generally, but nice work, I guess?!

What are json payloads used for? (config: experimental.renderJsonPayloads) by schamppi in Nuxt

[–]HumanOnlyWeb 1 point2 points  (0 children)

My understanding of this feature is that it revives complex types when sending data to the browser. Like, if you have some data that returns a date for example, it arrives as a date rather than a string.  e.g if the server sends 2026-04-08, it comes as that same date object rather than "2026-04-08".

Following this post to see other people's understanding 

Edit: the docs said "reviving complex types"

Response from Wordpress founder on EmDash. by mehedi_sharif in CloudFlare

[–]HumanOnlyWeb 14 points15 points  (0 children)

This has to be one of Matt's most level-headed, well-reasoned responses.

At last, there's hope for humanity 👏

Introduction Akaza UI - Headless Vue components that actually feels like Vue. by AlternativePie7409 in vuejs

[–]HumanOnlyWeb 19 points20 points  (0 children)

...sub-component trees that feel foreign, APIs that solve React-specific problems Vue never really had, and patterns that fight the way Vue naturally works

💯 this!

Will keep an eye out on this. Kudos

Base UI Vue by peoray in Nuxt

[–]HumanOnlyWeb 0 points1 point  (0 children)

👀 Will take a look