Advertisement · 728 × 90

Posts by Okiki Ojo

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

1 week ago 0 0 0 0
Preview
GitHub - okikio/cloudflare-ddns Contribute to okikio/cloudflare-ddns development by creating an account on GitHub.

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...

1 week ago 0 0 1 0
Swagger UI for a running instance of the Cloudflare DDNS, hosted on Cloudflare using Cloudflare Workers.

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.

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 ↓

1 week ago 0 0 1 0

This is sick

3 weeks ago 1 1 0 0
Post image

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...

1 month ago 111 16 3 2

Wonder Man is such a good show, like it's got so much heart and the vibes are indeed cozy and immaculate

3 weeks ago 0 0 0 0

`@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

1 month ago 2 0 0 0
Post image Post image Post image Post image

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

1 month ago 2 0 1 0

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

1 month ago 2 0 0 0
Advertisement

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

1 month ago 4 0 1 0

this straight up gives me anxiety

4 months ago 5 0 0 0
Preview
jadda on X: "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. https://t.co/FFA61KNEF8" / X 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. https://t.co/FFA61KNEF8

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...

5 months ago 3 3 0 0

The 3 rules of life: *death*, *taxes* and *technical difficulties*

6 months ago 3 0 0 0
Preview
DOMImplementation: createHTMLDocument() method - Web APIs | MDN The DOMImplementation.createHTMLDocument() method creates a new HTML Document.

TIL, `document.implementation.createHTMLDocument(...)` is a thing developer.mozilla.org/en-US/docs/W...

6 months ago 3 0 0 0

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`

6 months ago 2 0 0 0

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

6 months ago 0 0 0 0

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.

7 months ago 0 0 0 0
Advertisement

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

7 months ago 1 0 0 0

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

7 months ago 1 0 1 0

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

7 months ago 1 0 1 0

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

7 months ago 0 0 1 0

Honestly TENET deserves more love, covid and 2020 were the only reasons why we didn't see it

9 months ago 3 0 0 0

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

9 months ago 1 0 0 0

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...

9 months ago 0 0 1 0

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...

9 months ago 0 0 1 0
Advertisement

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...

9 months ago 2 0 1 0

Top tier fact: Perception is reality, until reality hits

9 months ago 0 0 0 0

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

9 months ago 0 0 0 0

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

10 months ago 278 35 15 3

Top-tier tip, always question your assumptions, you know less than you think but more than you realize.

10 months ago 3 0 0 0