Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

411–420 of 1001 posts

Re: Ask HN: Share your personal site

#414
https://n8henrie.com

Pretty simple Jekyll / GH Pages site whose layout and style survived its former Wordpress days. Intended to do more writing about medical topics, but is almost exclusively hobbyist-level tech stuff.

Have tried and failed to migrate to Hugo like 3 times now. ¯\_(ツ)_/¯

Re: Ask HN: Share your personal site

#417
https://seirdy.one/

Seems like a really simple site that uses a mix of browser defaults with light CSS enhancements, but I put about 13k words of thought into it:

https://seirdy.one/2020/11/23/website-best-practices.html

It's really hard to get a site to work well on a Also has mirrors to a Tor hidden Web service and a Gemini capsule, all hosted on the same VPS.

I like the "small web" and joined a few webrings (and Gemini orbits), and try to make this static site a member of the IndieWeb.

Bookmarks are generated from my bookmarks manager, WIP music ratings from MPD coming soon.

An incomplete list of use-cases I tried to accommodate:

- Screen readers

- Switch access

- Keyboard navigation, with the Tab key or caret navigation

- Navigating with hand-tremors

- Content extraction (e.g. “Reader Mode”)

- Low-bandwidth connections

- Unreliable, lossy connections

- Metered connections

- Hostile networks

- Downloading offline copies

- Very narrow viewports (much narrower than a phablet)

- Mobile devices in landscape mode

- Frequent window-resizers (e.g. users of tiled-window setups)

- Printouts, especially when paper and ink are rationed (common in schools)

- Textual browsers

- Uncommon graphical browsers

- the Tor Browser (separate from “uncommon browsers” because of how “safest” mode is often incompatible with progressive enhancement and graceful degradation)

- Disabling JavaScript (overlaps with the Tor Browser)

- Non-default color palettes

- Aggressive content blocking (e.g. blocking all third-party content, frames, images, and cookies)

- User-selected custom fonts

- Stylesheet removal, alteration, or replacement

- Machine translation to right-to-left languages

Re: Ask HN: Share your personal site

#419
https://aaroneiche.com My various misadventures, over the last decade it’s largely been various personal projects.

(Edit) It’s a Wordpress install. I’ve spent a fair bit of time contemplating a move to a static site generator. I know it’s an unpopular opinion, but I really like Wordpress. I find the editor is easy and it gets out of my way.

Re: Ask HN: Share your personal site

#420
https://dddiaz.com/ You can see my real time blood glucose ( data comes from a continuous glucose monitor I am wearing ) and read some blog posts I have written analyzing my own genome (https://dddiaz.com/post/my-t1d-variants/ ), or using ml with glucose data to predict what days I exercised (https://dddiaz.com/post/glucose-datascience/ ).
Post reply on HN