Skip to content

Obscure Blogging

  • About this blog
  • About me
  • Categories
    • How tos
    • Interesting projects
  • Privacy Policy

Tag: web

A newsletter subscription service with no email

September 10, 2022September 10, 2022

A proposal for a free newsletter subscription service which doesn’t require email or any personal information being collected.

Posted in Interesting projectsTagged discord, subscriber guru, web, webhooks

Using JavaScript to redirect to a relative URL

December 14, 2021December 15, 2021
a discord message with a link that says if you need a way to track user votes without a web server, use this

When using services like GitHub pages, you won’t have access to tools that allow you to redirect using HTTP status codes. This means you need to improvise. A good solution for this is a client side redirect done in JavaScript. Combined with some additional GET parameters, you can redirect to a choice of pages. I’ve […]

Posted in How tosTagged hosting, web

How discord displays images and website previews

December 7, 2021December 16, 2021
a discord youtube video embed displaying little dark age

Have you ever wondered how discord displays images and links when you post them in the channel? Discord has a media proxy which will make the request and return the item to the user. This helps reduce the amount of requests to the web server and keeps users safe. When you post a link of […]

Posted in Interesting projectsTagged discord, web

How to make a discord bot: Everything in between

November 6, 2021April 8, 2022
quotebot being tested in a discord channel designed for testing bots

A guide written to plug in the gaps that exist in most discord bot making tutorials today, mostly focused on growing and managing your bot.

Posted in How tosTagged discord, hosting, server, web

Using cloud technology for advanced rickrolling

October 23, 2021November 27, 2022
a discord embedded video, it looks like mgmt's little dark age but when clicked it goes to rick astley's never going to give you up

How you can use advanced cloud technology to trick your friends into watching the internet’s favourite video.

Posted in Interesting projectsTagged discord, integromat, web
© 2023 Obscure Blogging • Slightly Theme