Live data from Hacker News

My website is ugly because I made it

goodinternetmagazine.com

61–70 of 140 posts

Re: My website is ugly because I made it

#61
post #9

I don't have a personal site yet. But when I do, I plan to make it with HTML+CSS+JS/JQ only Maybe apache or nginx as webservers host it on shared stuff or AWS free tier I just need to figure out how to center a div, and then I'll be in the business.

I've never understood the whole centering a div meme. width: 60%; // define your width as desired margin: 0 auto; Now go start your blog!

It's been working for the second century.

Re: My website is ugly because I made it

#62
post #2

Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…

Hah, this comment took off!

My colophon if anyone is interested

https://donatstudios.com/colophon

Re: My website is ugly because I made it

#63
post #2

Hah, yes! Whereas most of my developer friends have long ago moved to off-the-shelf Hugo or Jekyll templates for their personal sites, I stubbornly maintain my blog with entirely bespoke css and a backend only a parent could love. For me, the joy is not in having a website, the joy is in building the website. Why would I want to hand off the joyful part? It's like maintaining a classic car. You can buy a reliable dec…

I like your website a lot! Curious as to the stack, and/or do you have a blog post about the setup?

Re: My website is ugly because I made it

#64
> It’s an itch – a feeling that something is really important, and you need to do something about it, and nobody else can possibly do it except you.

Might be difficult to believe, but I strongly believe there are things that no one else on this planet would do except one of us.

Re: My website is ugly because I made it

#65
post #35

It's ugly because an "accept cookies" pop-up obscures half of the page.

Open up your uBlock Origin settings and enable the Cookie Notices list. If you're forced to use a shit-tier phone web browser like Chrome or Safari, you can also use the Kill Sticky bookmarklet to clean up most of this crap[1].

If you are a web dev reading this and you've implemented a cookie popup on a website, please do the world a favor and find a different industry to work in.

[1] https://www.smokingonabike.com/2024/01/20/take-back-your-web...

Re: My website is ugly because I made it

#67
post #15

Earlier quoted context omitted.

Now center div with unknown height vertically :-) And no cheating by using flexbox!

how do you center something on an axis with no limits placed to form a segments. That’s mathematically impossible unless you placed the limits first.

Powerful the Force is, young Padawan, as is the strength of your doubts. Release them you must.

Re: My website is ugly because I made it

#68

Earlier quoted context omitted.

I think the difference is that I spent so much time tweaking the website that I wasn't writing. Moving back to Jekyll was entirely a move because I wanted to spend more of that time writing. At the same time, I know that it limits me in other ways (for example, I'd love to have a way to post to my blog in one section and federate to bluesky and mastodon, and I know it's possible, but I would have to build it. So I'll…

An actual LLM use case! A model that generates AI slop blog posts so you don’t need to write content and can just focus on the fun parts of making the website

I’d imagine almost any old model could do this?

Re: My website is ugly because I made it

#70

I don't have a personal site yet. But when I do, I plan to make it with HTML+CSS+JS/JQ only Maybe apache or nginx as webservers host it on shared stuff or AWS free tier I just need to figure out how to center a div, and then I'll be in the business.

GitHub has free hosting.

GitHub has poor browsers backward compatibility. Considering it's owned by Microsoft, we should probably start counting the days until it ends up behind a login wall like LinkedIn.
Post reply on HN