I just invented something new for #JavaScript. Imagine that you could read #stream just writing a for--of inside a #async function:
for(promise of stream) { await promise }
if this might sound cool, check out this demo. The easiest way to read #streams ever made in #JS! 😍😁🤯
The world is changing so fast, the AI is super disruptive. Github will die soon if they don't change their whole model of operation and charging customers. It's crazy to see another of the pillars of the internet dying.
This will be troublesome, devs will not be able to handle the inflow of PR's, and many of the bugs detected will be fixed on project basis without a PR for the lib maintainer.
The OpenSource will lose it's community and purpose.
Coding agents will be the knowledge owners.
The open-source as we know will die. I don't know the future, but the death of StackOverflow is just the first step of the death of OpenSource.
Agents are already creating bug-fixes patches on open-source code, and instead of sending PR to fix the packages, they add .patch files
@UberEats today your app canceled an order, I placed a new order, surprisingly the cancelled order arrived along with the new order. I got double charged. I have tried 3 times to explain to the support, your support is useless. This was my last order in the app ever.
@apple was right the whole time about #homeautomation and I hope they move a step forward by releasing some low energy professor that allows other than Apple branded devices to work as the hub controller.
That way many devices could fallback and be extreme reliable long term.
#homeautomation after years of messing around with it, I can say:
* Cloud is a bad idea, it’s slow, unreliable and has no security.
* Home hub is a bad idea, because they stop working overtime and can be a nightmare to recover your devices to a new hub.
The solution to #homeautomation is a new protocol, something closer to @Apple#HomeKit, that allows multiple “hub controllers” and will store and fallback if something goes wrong, working in the local network and only backup the configs in the cloud.
🚀 We've removed the waitlist for Project IDX! Start building today. ➡️ https://t.co/WC1lEDAZeL
Dive in to the updates announced at #GoogleIO:
🌟 Improved AI assistance from Gemini
🌟 Seamless integration with Google services
🌟 New templates
🌟 And more!
Quite cool that nowadays we have for await spec in JavaScript! Seems I was going towards solving the same problems other devs were having with streams.
I just invented something new for #JavaScript. Imagine that you could read #stream just writing a for--of inside a #async function:
for(promise of stream) { await promise }
if this might sound cool, check out this demo. The easiest way to read #streams ever made in #JS! 😍😁🤯
@elonmusk what is going on with the CT deliveries? I waited years for the car, now the only options of delivery dates are while I’m traveling and @Tesla doesn’t allow anyone to pickup on my behalf… that’s messed up! 😞
Does that sounds familiar? It never became a product, all I have is a YouTube video of my beta testing. Still kinda crazy so many years before Stadia born and die 😅
I was looking into my old YouTube videos, and I found things from 10y ago. At the time I was leading the Frontend of a IPTV running over web app. And I had this crazy idea of stream the inputs of the TV control to the backend and then to a VM running games on Linux.
…
@homey deceiving market is really bad. They claim local network first, but it actually requires internet to work, and having the device out of internet even everything could work as local only will cause it to stop working.
Be very careful, prefer #HomeAssistant for local only.
@apple doesn’t support the browser history state on their implementation of PWA. If the app is closed, onde open it won’t recover the state, it will start a new state at the entry URL loosing all data that should be stored according to the APIs specification.
@CodedNeurons Está no nosso roadmap para tornar essa configuração a padrão no IDX. Entre muitas outras funcionalidades legais que estão em desenvolvimento.
@CodedNeurons Muito bacana seu feedback do IDX. Quanto a isso, atualmente é possível melhorar a experiência com as seguintes configurações:
.vscode/settings.json
```
{
"terminal.integrated.localEchoLatencyThreshold": -1,
"terminal.integrated.localEchoEnabled": "off",
}
```