• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "web". Back to normal view
    1. Best options for domain registrar and static site hosting in 2026?

      I am helping a small business owner make and host a static website. What are the best options for hosting the site and paying for the domain? For hosting, I was considering GitHub Pages, since...

      I am helping a small business owner make and host a static website. What are the best options for hosting the site and paying for the domain?

      For hosting, I was considering GitHub Pages, since it's free and just built in to GitHub.

      For the domain registrar, I see a lot of people on places like Reddit discussing Namecheap, Porkbun, Cloudflare, and Ionos. I was originally considering GoDaddy, but I saw a lot of posts were saying that was the #1 place to avoid. I saw a lot of older posts recommending Google Domains, but I see that has since been killed by Google.

      21 votes
    2. Why do I see every service nowadays use a squiggly line for their loading/progress bars?

      Whether it's a loading bar on the google play store, the metronome on a guitar tuner or the progress bar of an offline audio player downloaded from F-Droid... everyone seems to have adopted the...

      Whether it's a loading bar on the google play store, the metronome on a guitar tuner or the progress bar of an offline audio player downloaded from F-Droid... everyone seems to have adopted the squiggly line loading bar seemingly overnight, and I can't fathom why, as it can be really distracting at times to have multiple moving things on screen.

      I can understand wanting to renew the look of an otherwise boring loading bar on the app store, but does a music player really need to have a progress bar with a wave animation? Is this a new trend or design choice in the tech world? It's driving me insane...

      24 votes
    3. Is there any interest in building a Tildes successor?

      I love Tildes. I am not the most active member here, but I do make an effort to contribute. This site fills a hole for me not even close to be filled by other sites. It has that small local pub...

      I love Tildes. I am not the most active member here, but I do make an effort to contribute. This site fills a hole for me not even close to be filled by other sites. It has that small local pub feel. All names are familiar, even if I haven't interacted with people directly and there is a general sense of people being aligned with wanting to be part of a 'better' community.

      I know there has been a lot of discussion about missing features here and that ultimately leading to some users wanting to leave, because they can't block the content they don't want to see.

      With Deimos's announcement that the site is being sunset, it immediately made we ask: Can we build a successor?

      That has to be immediately followed with acknowledgment that it would be extremely hard (both in building the software and building the community) and very unlikely to succeed.

      With that out of the way, is there any interest?

      If there is, I'd like to here from you in this topic with your thoughts on how it should be run, must have features missing from Tildes, any features of Tildes not needed in an MVP (minimum viable product) and really any thoughts you have on the subject. What would be a deal-breaker?

      I am especially interested to hear on thoughts of how it should be administrated. Do we like the benevolent dictator model? Would a committee be better? Are there other examples of systems that work well?

      Tildes isn't going anywhere for a long while by the sounds of it, which I'm really grateful of. Please don't read this as any kind of descent, mutiny or call to leave. I mostly just want to make sure that if there's desire for this community to NOT be sunset, there's at least an option.

      53 votes
    4. What JavaScript framework should I use?

      Little backstory. I'm the sole developer of delphitools, a collection of free and open source tools for artists, developers and just computer touchers in general. I'm using Next.JS and as such,...

      Little backstory. I'm the sole developer of delphitools, a collection of free and open source tools for artists, developers and just computer touchers in general. I'm using Next.JS and as such, React, but I don't think I like it anymore. DT is a completely offline exported application, and Next is meant for middleware-heavy apps with server layers, which I just don't have. I also just don't get on with React's endless use effect garbage and have little love for TypeScript, and if I'm honest, DT happens to be made like that because I wanted to try the shiny new thing. Now that I have around 60-ish individual micro-apps contained within, I think it's time for a rewrite.

      I'm therefore looking for discussion and insights on what tooling is best for me, on the following grounds:

      1. delphitools is export only. There's no server component and it runs completely in the browser. Server capabilities or middleware are not a concern.
      2. I'm not married to JavaScript as the runtime. It's just what I know best, I've been in the industry for a long time, although I'm more familiar with classic JS, not necessarily the JSX react syntax. I'm confident I could learn something new though.
      3. I'm looking for fast build times, a smart-ish compiler that can ideally hot reload and give me insights into bad practices (Next.JS does this quite well)
      4. As close to bare metal as possible, I can't begin to enumerate the amount of times the NextJS Turbopack auto-caching thing has caused me significant headaches.

      I'm a designer, not a developer, but I can manage my way around. I'm also not opposed to using Agents, but I would like to - if for my own sake more than anything - be able to work without them if need be. Suggesting Ruby that compiles to HTML or some other crazy new pipeline probably won't work.

      Curious to hear your experiences and recommendations. Thanks!

      17 votes
    5. Searching for neighbours on the indie web

      Hi and welcome to this post I was just wondering if anyone else (besides me) is currently interested in the indie web and also in extension 88x31 Buttons. I have a small (and very much...

      Hi and welcome to this post

      I was just wondering if anyone else (besides me) is currently interested in the indie web and also in extension 88x31 Buttons.

      I have a small (and very much in-progress) website that I mostly coded myself. I started sometimes 2 years ago, so in 2024. And through that time it has gone through so many iterations. My site only consists of HTML and CSS and some minimal JavaScript. So I was just wondering if anyone also has an interest in the indie web and more importantly also has some buttons?

      The idea or goal with this post was to just find some more people to add as neighbors because I find it somewhat scary to just ask people out of the blue or email them.

      I also made my own if anyone wants to link it to their site please let me know.

      This is my button:
      https://postimg.cc/xqYQ8dJr

      <a href="https://luna-uwu.nekoweb.org"><img src="https://luna-uwu.nekoweb.org/button-luna.png" alt="Luna's Button"/></a>
      

      I guess the link to the site is this:
      https://luna-uwu.nekoweb.org/ (I think i posted it before)

      Some "definitions"

      What is the Indie Web?

      It is some sort of a movement to bring back personal blogs and personal websites there are a few hosting alternatives similar to geocities in the 2000s. One is called neocities and the one I'm currently using is Nekoweb because indeed the web should be for cats!

      What are these 88x31 Buttons?

      so these buttons usually link to other's people site and they are the size of 88x31px it's pretty small but since you can do it in the GIF format, you can even animate them, and they usually look pretty great.
      There are some examples on my site :) on the bottom :)

      I guess that's about it. I hope you have a nice time of day wherever you are.

      43 votes
    6. Actually useful MCPs

      I'm a web developer and find the playwright MCP to be genuinely useful. My LLM is able to navigate my site, measure the size of elements, see console errors, network requests, etc. This is the...

      I'm a web developer and find the playwright MCP to be genuinely useful. My LLM is able to navigate my site, measure the size of elements, see console errors, network requests, etc. This is the only MCP I've ever installed and haven't yet had any cause to use others. But I'm interested in hearing what other professionals are using.

      28 votes
    7. Behind the curtain: Tildes architecture

      Was there ever a write-up on why Tildes was architected the way it was? For example, why Pyramid instead of the usual suspects like Django or Flask? I'd be curious to read the reasoning from the...

      Was there ever a write-up on why Tildes was architected the way it was? For example, why Pyramid instead of the usual suspects like Django or Flask? I'd be curious to read the reasoning from the developer(s) themselves.

      24 votes