give it a try let me know what you think. open up issue tickets if you notice any issues or features you'd like to add
Posts by Okiki Ojo
DDNS is basically for servers and NAS's so that the domain always points to the correct ip address even if the ip address changes
if you're already using cloudflare for your domains it's pretty convenient to use ddns
github.com/okikio/cloud...
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 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 ↓
This is sick
JSR now lets you diff the generated documentation between released versions of a package, making it easy and clear what has changed in a visual manner!
Example: jsr.io/@david/gagen...
Wonder Man is such a good show, like it's got so much heart and the vibes are indeed cozy and immaculate
`@okikio/undent` preserves newlines, handles interpolations, and avoids the usual formatting bugs. Zero dependencies + works in Node, Deno, and Bun.
github: github.com/okikio/undent
npm: npmjs.com/@okikio/undent
jsr: jsr.io/@okikio/undent
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
you'll likely also want to ask it to cross reference your codebase to find reasoning/behaviour questions for you to clarify...
AI's are good at logic but gosh dang awful at reasoning... and in the age of AI reasoning might as well be gold...reasoning is true understanding...
/2
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
this straight up gives me anxiety
Hey yall!
hi all! i made a form about #comic tracking and collection habits. it’s short, anonymous, and mostly multiple choice. if you read or collect comics in any capacity, i’d love for you to fill it out. #comicbooks
x.com/jaydders/sta...
The 3 rules of life: *death*, *taxes* and *technical difficulties*
TIL, `document.implementation.createHTMLDocument(...)` is a thing developer.mozilla.org/en-US/docs/W...
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.
Ensuring the actual words are clear and understandable to all readers.
Imo the only design pattern book the soft. dev. industry needs is how to write code others can understand, and how to make clear the intentions and reasoning behind choices.
/4
I should be clear I don't mean the method of communication, one can argue Slack, Teams, and Discord have solved that, I mean the actual communication itself the actual words, intentions, background, problems, edge cases, solution, reasoning/logic, process, errors, unusual behaviour, etc...
/3
I've not yet seen anyone build AI tools to enhance communication, ensuring teams can works like finely tuned machines...it really is such a missed opportunity imo a multi-billion dollar industry.
/2
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
Honestly TENET deserves more love, covid and 2020 were the only reasons why we didn't see it
Your use of AI, and what you can get out of AI says more about your capabilities, your understanding, and you perspective of the world which are reflected in how you ask the question, than it does speak to the capabilities of the AI.
/4
Basically to use AI effectively you need to be able to introspect, aim to be a better communicator, aim to better understand the idea space you live in, really understand you tendencies, work on clearly identifying your intentions, etc...
/3...
Asking AI question can help identify that there is a potential unknown unknown, but its rarely enough to know what what unknown unknown is, it's generally something you have to actively seek out manually and it can be hard.
/2...
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...
Top tier fact: Perception is reality, until reality hits
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
Top-tier tip, always question your assumptions, you know less than you think but more than you realize.