undefined 🍉

56 Followers
466 Following
318 Posts

Brazilian web and app dev, React background, trying Astro, learning web standards. Mostly just following stuff

Avatar description: Screenshot from the videogame Kentucky Route Zero with a cartoonish low-polygon style, depicting a gas station at night with its name "Equus Oils" and a horse-head-shaped construction visible on the roof

Header description: Screenshot from Kentucky Route Zero, depicting a giant eagle and people in the middle of a forest with tall trees and dimmed lighting

Pronomes/PronounsEle/Dele/He/Him
VideogamesSwitch, 3DS, Vita, GBA, PSP
#CNU acho que fui eliminado na discursiva. Tava fazendo um textinho respondendo e ligando os tópicos mas percebi muito tarde que ia ser difícil preencher tanta linha desse jeito, e que talvez queriam uma redação defendendo alguma proposta relacionada tipo "como a tecnologia pode contribuir com as políticas públicas" 🥲
Foi meu primeiro concurso, pelo menos serviu de treino

@workingclassgames Famiboards came to mind, Nintendo-focused, part of the community migrated from ResetEra

https://famiboards.com

Famiboards

Leave Luck To Heaven

Famiboards

One weird thing I found with React Native is that because it does not include lots of native widgets and functionality, people tend to recreate native stuff with custom code, thus kind of missing the point of a native app

Like this context menu, which mimicks the long press menu from iOS, so it fails to be native in both platforms

https://github.com/enesozturk/react-native-hold-menu

I wonder if just sharing business logic with Kotlin Multiplatform is the better approach

#ReactNative #AndroidDev #iOSdev #Kotlin

GitHub - enesozturk/react-native-hold-menu: 📱 A performant, easy to use hold to open context menu for React Native powered by Reanimated 🚀

📱 A performant, easy to use hold to open context menu for React Native powered by Reanimated 🚀 - enesozturk/react-native-hold-menu

GitHub

😵‍💫 Flutter team considering to remove the HTML renderer #WebDev

https://github.com/flutter/flutter/issues/145954

☂️ Intent to deprecate and remove the HTML renderer in Flutter Web · Issue #145954 · flutter/flutter

Document Link https://flutter.dev/go/deprecate-html-renderer What problem are you solving? The HTML renderer is complex, underperforming, and limited in graphical expressivity compared to WebGL-bas...

GitHub

Huh I think I caught a glimpse on why people started doing some dubious coding practices to avoid global css

Somebody put some marketing script that inserts some floating buttons and turns out the site’s global css for buttons was breaking them

It was a simple adjustment but the ideal solution would be to not use these scripts at all though 😝 might be annoying for the users but what do I know

#css #webDev

Does anyone know if the Google Play performance vitals report is also valid for React Native apps? I’m curious about the rendering and input latency data specially. What if the delay is only on the JavaScript side but the native side is fine, would that be caught by the default tracking? If not, is there other ways to measure real users’ performance?

#ReactNative #AndroidDev

Heads up for folks working with #NodeJS, there was a breaking change between Node 20.12 and 20.13 related to Headers objects. I noticed some cloud functions stopped working mysteriously after a deployment, turns out the cloud provider updated the Node runtime version. In my case I had to fix how I was using the spread operator

https://github.com/nodejs/node/issues/53186

#WebDev

Update Undici to backport a fix in Node.js 20.x · Issue #53186 · nodejs/node

What is the problem this feature will solve? AWS Lambda recently completed a rollout from Node.js 20.12.x to Node.js 20.13.x, which includes this bug reported to Undici. This impacts users using No...

GitHub
@ODD Pior que testei na versão web e deu o mesmo problema então não deve ser culpa dos apps, deve ser culpa do John Mastodon
@GossiTheDog @Quinnypig they need to clear up what are those models they're talking about as in a blog post from last month they claim they don't train LLMs, and that "retrieval-augmented generation (RAG)" makes it safer 🤔
https://slack.engineering/how-we-built-slack-ai-to-be-secure-and-private/
How We Built Slack AI To Be Secure and Private - Slack Engineering

At Slack, we’ve long been conservative technologists. In other words, when we invest in leveraging a new category of infrastructure, we do it rigorously. We’ve done this since we debuted machine learning-powered features in 2016, and we’ve developed a robust process and skilled team in the space. Despite that, over the past year we’ve been …

Slack Engineering

Any tips for more effective automated UI testing, including for native apps? Using headless browsers and Android/iOS VMs seems to be costly and flaky, not sure how to properly do them and how to argue for using them

#iOSdev #AndroidDev #frontEnd #WebDev