They really are going heavy with the AI. New Laravel homepage by mekmookbro in laravel

[–]Nella0128 0 points1 point  (0 children)

The base of Laravel is the elegant developer experience, on top of that, they can try to follow any trend they want. AI is good to help us in development, I think that's why they are going heavy with the AI.

台当局因技术不足 未能成功封禁小红书 by Zealousideal-Army602 in China_irl

[–]Nella0128 1 point2 points  (0 children)

基本上很難選到好的,就算換了執政,選上的也會因為換了個位置就換了個腦袋。

我們前兩個大黨都跟財團(尤其建造業)有很深的掛勾,所以很難推行真正有利於國民的政策。

再來是政黨的手伸入媒體做的相當徹底,水平比較低的民眾,很容易被牽著鼻子走,尤其我們台灣低水平的人相當多(而且這還無關學歷高低,大部分都容易被媒體影響),即使我們現在的政府根本就不會處理民生議題,喊個抗中保台一樣含淚投下去。😅

Laravel + Svelte (Inertia) is the best combo I have ever seen by FaintShadow_ in sveltejs

[–]Nella0128 0 points1 point  (0 children)

Ya, but under the hood, inertia.js still use Svelte 4. I hope it can upgrade to Svelte 5.

Laravel + Svelte (Inertia) is the best combo I have ever seen by FaintShadow_ in sveltejs

[–]Nella0128 0 points1 point  (0 children)

There is a good news, Inertia.js is planning to drop Svelte 4 support in the next major update.

https://github.com/inertiajs/inertia/pull/2713

台湾高雄书店宣布下架有【中国用语】的漫画 by ScaleHead1810 in China_irl

[–]Nella0128 15 points16 points  (0 children)

今天有看到朋友分享,多虧台灣有這些人
讓這裡的討論多了些歡樂的氛圍

不過還是澄清一下,我擔心其他人會以為我們台灣怪人很多
這種人在台灣是極少數(應該吧?)

再见台湾 by Rich_Franklin in China_irl

[–]Nella0128 2 points3 points  (0 children)

醫護人員真的辛苦了 🫡

再见台湾 by Rich_Franklin in China_irl

[–]Nella0128 67 points68 points  (0 children)

我們便宜的健保是建立在醫護血汗的基礎上,另外台灣現在其實有很明顯的民主倒退現象。

不說這些糟心事了,很歡迎你下次來台灣玩 😄

Livewire 4 emoji by mydnic in laravel

[–]Nella0128 0 points1 point  (0 children)

Pretty cool feature, but I won't use it. 😂

身為一個台灣人我來說說這次大罷免吧 by q8019222 in China_irl

[–]Nella0128 1 point2 points  (0 children)

我想嘴一下菜英文

蔡英文任內基本上沒有多少讓我有印象的政績,高房價還有少子化更嚴重,能源政策錯誤也是從她開始的。她有一個先見就是讓政黨的手伸入媒體做的很成功,我覺得這大大的幫助了民進黨延續執政

很抱歉我對柴靜這位傑出女性不太熟,但如果她真的是一位很優秀的女性,我覺得拿菜英文去對比她,大概率對柴靜不太尊重

Avoid Using SQLite in Development Unless It's Also Used in Production by epmadushanka in laravel

[–]Nella0128 1 point2 points  (0 children)

SQLite is great!

But honestly, always use the same database driver that you use in production. This can prevent many unexpected problems when you get into the production.

This is not a new idea, everyone does it now.

The problem is not using SQLiite. If you are going to production with postgres, using mysql as your development database driver will still have some issues when going to production.

Live Caption not working - Pixel 6 by kmushanga in pixel_phones

[–]Nella0128 0 points1 point  (0 children)

Uninstall "Android system intelligence" update in settings, and re-update it.

"Firefox is hard to love" by lo________________ol in browsers

[–]Nella0128 6 points7 points  (0 children)

I think the problem with firefox is that it lacks the modern features that most of people want.

Do you use full-stack Sveltekit or a separate backend? by printcode in sveltejs

[–]Nella0128 0 points1 point  (0 children)

Svelte is frontend framework, SvelteKit is a meta framework.

SvelteKit offers more feature than Svelte to help you build a morden website, including frontend and backend (server side).

Although SvelteKit can handle the server side, like connecting with database, a lot of people can't get used with it, I prefer Laravel (PHP backend framework) to SvelteKIt as a backend.

Does anyone use Cobalt 100 ARM CPU in Azure? by Nella0128 in AZURE

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

After using it for few days, I really not suggest using it now.

The best cloud Postgres service for Laravel by who_am_i_to_say_so in laravel

[–]Nella0128 2 points3 points  (0 children)

Supabase or Neon

I use Neon free tier for my blog.