There really are a lot of you just professing how dumb you are right out in the open. Make sure you can still reason on your own. Maybe do some middleschool flash cards? Might be right up your alley.
Holy fuck. No one from seattle wants more seattle. The actual fuck are you out of towners doing? Why the fuck do you think you have a voice or say? Fuck right on off.
Naw, I'll continue to get shit canned until I settle somewhere where people actually use their brains still.
Based on industry predictions, I'll be in the small percentage of people who won't have a personal AI agent working on their behalf.
Ya'll really loosing your grip with reality huh? I know you arent that smart.
China is the only reason the world, including the us, isn't currently taking it up the ass by trumps Iran fuckery. Wild times if you don't understand what's happening.
part of why I don't like AI is bc it's so often the antithesis of caring for the little things, the appreciation of the mundane, of seeing beauty where others haven't yet been able to, and seeking genuine fundamental understanding all in the name of "get product faster" I find it so disheartening
Lax “sandboxing”, fear as marketing, and exploiting a news cycle are the MO
People in WA think the on ramp is for going 20mph until you block all the traffic to "safely" shoot over to go camping in the left lane.
Holy fuck the courts in WA are getting bold AF. A declaration of non-responsibility on an illegally issued camera ticket now requires you to rat on someone... What the actual fuck?
@jovidecroock.com If interested I'll see them through, but I POC'd using the new processing directives and template-for syntax for preact streaming rendering. github.com/preactjs/pre... github.com/preactjs/pre...
feat: template-for based streaming by jacob-ebey · Pull Request #5153 · preactjs/preact
Hydration handling for processing directive based streaming markers. Complementary PR: preactjs/preact-render-to-string#468
github.com
Bla bla AI bullshit bla bla cacheing works bla bla AI bullshit auto purge on deploy bla bla AI bullshit...
We are launching Workers Cache, a regionally tiered cache that sits directly in front of your Worker entrypoints. Infinitely composable, configured via standard HTTP headers. https://cfl.re/4bo49YW
Declarative OOO HTML is pretty darn exciting.
Out Of Order HTML
Exciting new declarative partial updates have landed in Chrome 150
ebey.dev
The first part of Declarative Partial Updates (`<template for>` out-of-order HTML) is now available, unflagged, in Chrome 150!! developer.chrome.com/release-note... The second part (the new JS setting APIs, include the streaming ones) we're still working on the spec side, but maybe for Chrome 152?
Chrome 150 | Release notes | Chrome for Developers
CSS text-fit property, background-clip border-area, Focusgroup, and more.
developer.chrome.com
Remember when you didn't want your picture posted on the internet? I dont think you do otherwise you'd be in an existential crysis.
Wow, it seems like we might *finally* have a genuinely useable local model in Qwen AgentWorld.
Qwen/Qwen-AgentWorld-35B-A3B · Hugging Face
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
huggingface.co
@nodeland.dev I'm curious if the `node:vfs` API is going to allow for HMR / re-import of updated virtual modules? I.e: ``` vfs.writeFileSync("/example.ts", "log('a')") await import("/example.ts") vfs.writeFileSync("/example.ts", "log('b')") await import("/example.ts") ```