Skip to content

Add Coddy and Codédex - #2995

Open
locsucc wants to merge 2 commits into
soxoj:mainfrom
locsucc:main
Open

Add Coddy and Codédex#2995
locsucc wants to merge 2 commits into
soxoj:mainfrom
locsucc:main

Conversation

@locsucc

@locsucc locsucc commented Aug 20, 2026

Copy link
Copy Markdown

this pr add 2 new coding platform Coddy and Codédex

@soxoj

soxoj commented Aug 20, 2026

Copy link
Copy Markdown
Owner

@locsucc thanks, Codédex is good. It separates cleanly:

codedex.io/@loc210z                 200  59967 B
codedex.io/@noonewouldeverusethis7  404   3042 B

Coddy needs another look. Its absence string sits on every page, including the live profile:

coddy.tech/user/loc210z                 200  '404 - Page not found' present
coddy.tech/user/noonewouldeverusethis7  200  '404 - Page not found' present

Absence wins over presence in the message check, so the entry reports nobody at all, and a run against your own account confirms it, loc210z comes back not found. The four presenseStrs do not rescue it either, none of displayName, og:title, Private or twitter:title appear in the response.

The profile is rendered client side, so the marker has to come from whatever the frontend calls rather than from the HTML shell. Have a look at the network tab on a real profile and see if there is a request that answers differently for a name that does not exist.

Push a fix here and I will recheck. If Coddy turns out to have no usable signal, drop it from the diff and I will merge Codédex on its own.

@locsucc

locsucc commented Aug 21, 2026

Copy link
Copy Markdown
Author

@locsucc thanks, Codédex is good. It separates cleanly:

codedex.io/@loc210z                 200  59967 B
codedex.io/@noonewouldeverusethis7  404   3042 B

Coddy needs another look. Its absence string sits on every page, including the live profile:

coddy.tech/user/loc210z                 200  '404 - Page not found' present
coddy.tech/user/noonewouldeverusethis7  200  '404 - Page not found' present

Absence wins over presence in the message check, so the entry reports nobody at all, and a run against your own account confirms it, loc210z comes back not found. The four presenseStrs do not rescue it either, none of displayName, og:title, Private or twitter:title appear in the response.

The profile is rendered client side, so the marker has to come from whatever the frontend calls rather than from the HTML shell. Have a look at the network tab on a real profile and see if there is a request that answers differently for a name that does not exist.

Push a fix here and I will recheck. If Coddy turns out to have no usable signal, drop it from the diff and I will merge Codédex on its own.

bro my bad can you retry, the Coddy usernameClaimed is not exist before ive updated my profile username to match that now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants