Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

461–470 of 1001 posts

Re: Ask HN: Share your personal site

#466
https://lancebachmeier.com/

That's my personal/professional site I've had for many years.

https://bachmeil.github.io/online-writing/

That's a meaningless site I created to show how easy it is to create a blog/website with Github Pages without leaving the browser or doing anything technical. You can make a few tweaks to your repo, write posts in VS Code in the browser, and poof you have an acceptable blog or website.

Re: Ask HN: Share your personal site

#467
https://meipouchou.com/

Static HTML/CSS/JS generated by custom python scripts. No tracking, though I guess the server gets IP addresses and HTTP headers.

I made it to host a web novel I wrote. I wanted to do it without JavaScript, but HTML and CSS weren't sufficient to generate responsive sidenotes that lined up with the text on desktop, and collapsed into popovers at smaller widths.

I wrote the novel in a traditional word processor, then wrote an App to convert each chapter to HTML. The app helped to format the notes and read the text using text-to-speech to help pace my proofreading. The python scripts then take the output of this app and insert headers/footers and generate RSS entries.

I've also started a blog section on the site. There's only one post there now, but I have a few ides for more posts I want to add.

Re: Ask HN: Share your personal site

#469
https://iyer.ai

Over the past 17 years I've moved from self developed blogging systems, blogspot, self hosted Wordpress now onto JAM stack deployed on cloudflare. I used to develop and write about Age of Empires and Age of Mythology Modding but more recently: I write about distributed systems, large scale software design and some machine learning and data-structures/algorithms.

Post reply on HN