Okiki Ojo

@okikio.dev

Prev. Software Engineer @vercel.com, Maintainer @astro.build; @bundlejs.com & @inthistweet.app Opinions are my own - https://github.com/okikio - https://twitter.com/okikio_dev

I've found a new LLM smell... the word "Boundary"/"Boundaries" ChatGPT especially loves using it, even in situations where it actually hurts understanding Plus added bonus it's impossible to get rid of... it just does it even when you tell it not to...

got annoyed by cloudflare not supporting DDNS so I built a solution using @Cloudflare workers called `cloudflare-ddns`. the entire process never leaves cloudflare so it's pretty convenient and secure. it supports Synology NAS's & wildcard domains out of the box... link below ↓

Swagger UI for a running instance of the Cloudflare DDNS, hosted on Cloudflare using Cloudflare Workers.Synology External Access screen where we're adding a new Cloudflare Provider that is using the `okikio/cloudflare-ddns` project.

Got annoyed by weird indentation issues with multiline strings, so I made `@okikio/undent` a tiny dedent utility for template literals. Strips leading spaces from multiline strings fixing the formatting...it's designed to be versatile and flexible. github: github.com/okikio/undent /1

BildBildBildBild

neat trick: literally just ask it to ask YOU questions, specifically questions on reasoning, architecture decisions and behaviour decisions. it makes explicit the number of decisions you make during development, and also ensures that you are always kept in the loop... /1

it's really kinda dumb how there is no `hover` event in js that's tied into the `:hover` css selector, it's really freaking difficult to debug `mouseover`

AIs being unable to work with Tailwind V4 is the bane of my existence...honestly open source peeps should just like make paid MCPs so the latest info. is available to AIs making it OSS sustainable and avoiding the footguns that are version changes

Something I'm starting to realize is that in both power and respect, they are given not taken...the philosophical difference between giving and taking is the difference between a great leader and a bad one.

I strongly believe 99.99999% of errors, failures, and more... are all due to communication mishaps, whether misunderstanding requirements, poor understanding of user needs/wants, and/or poor communication of code and tooling, it all lands at poor communication... /1

What AI has basically taught me is that I don't know stuff. To use AI effectively you need to know stuff. Thus, you first need to identify known knowns, known unknowns, and most importantly of all unknown unknowns. /1...

I've found if you want to communicate anything especially with AI, you kinda wanna format it so it cover Intent, Impact, Logic, Rationale, Practical Examples, Edge cases, and Unconventional Behaviour. ^ it's waaayyyyy easier to understand if you're able to touch on all these

This is so random! and muuuuch needed A new Random namespace with 22 methods for working with randomness in JavaScript. proposal just hit Stage 1

Bild
Rob Palmer@robpalmer.bsky.social · last yr.

ECMAScript excitement 😉 Congrats to @tabatkins.com on advancing the Seeded Pseudo-Random Numbers proposal to Stage 2 at TC39 today 🎉 It produces a series of pseudo-random numbers in a way that can be reproduced across program runs and different JS realms 👍 github.com/tc39/proposa...

i'm starting to realize the fastest any non-runtime optimized js code can get is `µs` (microseconds), optimized runtime code can get as fast as `ns` (nanoseconds). 1µs = 1000ns

First look at a new Snipping Tool feature coming soon to Windows 11: the ability to quickly create GIFs from screen recordings! You'll get options to export/copy the GIF, with a choice between low and high quality. This menu can also be accessed with a keyboard shortcut, Ctrl+G.