Skip Navigation
programming

Everything Programming

  • Working on a mastodon frontend (client) made completely in vanilla HTML, CSS, and JS that can be hosted on neocities. So far I got the account system working.

    https://osaki.neocities.org/webstodon/ https://github.com/OsakiTsukiko/webstodon

    0
  • Bypassing neocities file restriction

    I really wanned to try uploading a godot game to neocities (HTML export). The only issue was.. neocities only allows a few file extensions (kind of a bad way of limiting file upload but eh..), so what I did was change the .pck and .wasm (godot archive file holding the game data and web assembly file) filenames too .pck.png .wasm.png and relinked them in the exported js engine source file. (Now.. is this moral? 💀 I mean.. they state the purpose of the limit is so that ppl don't use neocities for file storage, which I don't, both files are core components of the page, and also, they are theoretically just some weird corrupted images 💀)

    2
  • Favorite branch of programming

    What's your favorite branch of programming and programming language and why?

    2
0 Active user