Earlier quoted context omitted.
On topic 1 I was thinking to myself the other day, "I wonder if I can create a static webpage that isn't some sort of SPA or web app." It took me time to work out where to start... Once you think it through you realise it is pretty easy and obvious. But (and this gives away my age a bit), I have not built a static webpage since school (over 10 years ago), and have become so accustomed to all the crazy shit that goes…
> It took me time to work out where to start... Neocities? It's where I occasionally dump my static-can't-be-bothered sketches. http://neocities.org/
How to Build a Low-Tech Website
151–160 of 188 posts
Re: How to Build a Low-Tech Website
#152I am going to guess they are getting a massive surge of traffic about now and yet the site still renders in a fraction of the time it takes most "modern" web apps or even just static content sites - this is how it should be.
A trillion npm packages will for sure add a couple seconds of delay to your website loading speed.
Re: How to Build a Low-Tech Website
#153I love the aesthetic! Great work. Here's my unsolicited design riff on the "battery indicator." I'm a fan of the concept, but the 100vw element width of the yellow fill was distracting me from the rest of the content. I used DevTools to mock up a narrow version which fits within the right content gutter, right next to the scroll bar. I had to tweak the percentage metric display a bit by stacking the sun above the val…
Re: How to Build a Low-Tech Website
#154I love the aesthetic! Great work. Here's my unsolicited design riff on the "battery indicator." I'm a fan of the concept, but the 100vw element width of the yellow fill was distracting me from the rest of the content. I used DevTools to mock up a narrow version which fits within the right content gutter, right next to the scroll bar. I had to tweak the percentage metric display a bit by stacking the sun above the val…
Re: How to Build a Low-Tech Website
#155Earlier quoted context omitted.
See "brutalist" websites. At the start it was very similar in spirit with this website: raw, functional, rejecting looks for something you appreciate in a different way. Now: ugly, full of js, heavy.
Its what I did with beatsaver: https://beatsaver.com 1.4MB (most are thumbnails) and kept to stock bootstrap 3
Re: How to Build a Low-Tech Website
#156The hardware choice is arguably overkill as well, at least if wifi is available and on use. Run it on a repurposed old phone, eliminate its share of the power draw of a network switch, etc.
Re: How to Build a Low-Tech Website
#157The dithering is nice for some images but it takes some details on graphs etc.. The example image given can be re-compressed using techniques like structural similarity (SSIM)[1] or Multi-scale structural similarity (2003 Paper)[2]. Using jpeg-archive[3] I resized the example image from the blog[4] with decent results: /tmp ls -1sh *.jpg *.png | sort -nr 740K 6a00e0099229e88833022ad3b23825200b-750wi.png 100K 6a00e009…
Re: How to Build a Low-Tech Website
#158Small sub-cultures, like this one, do experiments all the time in their little corner of the web. Some of the cultures die after a while, and some grow into something else, something bigger, something that starts to percolate on the mainstream surface, albeit possibly only tangental to how it started. I'm not sure I'd predict this movement will grow into something that reaches mainstream tech, but let's say I'm wrong…
Re: How to Build a Low-Tech Website
#159Earlier quoted context omitted.
> It took me time to work out where to start... Neocities? It's where I occasionally dump my static-can't-be-bothered sketches. http://neocities.org/
I was expecting an ancient 90s era neocities site, but it's actually very beautifullly designed. Well done Neocities.
Re: How to Build a Low-Tech Website
#160I am going to guess they are getting a massive surge of traffic about now and yet the site still renders in a fraction of the time it takes most "modern" web apps or even just static content sites - this is how it should be.
Honestly, I'm not even sure what modern website are doing when they generate pages. I've had highly dynamic PHP/MySQL websites running on crap hardware, and it was trivial to attain .03 second page generation time. Didn't even need fancy caching, just some common-sense SQL optimizations.
Thats probably it. Some beginner has written an n+1 query and the page is slow as shit now.