Live data from Hacker News

A Love Letter to Personal Websites

vanschneider.com

61–70 of 98 posts

Re: A Love Letter to Personal Websites

#61
post #6
post #3

Finally bought myself a personal domain but am now currently agonizing over how to design the damn thing, let alone what to actually put on there!

You could always start old-school Mosaic (with the tiniest bit of HTML5): Rafuino's site Rafuino's site Welcome! Under Construction It won't necessarily be displayed as serifed type, with raster aliasing, on gray, but you could CSS that in. :)

Hey, that looks like my websites!

Ah ah, more seriously, this is a great template to copy paste so just a heads up: don't forget before .

Re: A Love Letter to Personal Websites

#62
post #12
post #6

Earlier quoted context omitted.

You could always start old-school Mosaic (with the tiniest bit of HTML5): Rafuino's site Rafuino's site Welcome! Under Construction It won't necessarily be displayed as serifed type, with raster aliasing, on gray, but you could CSS that in. :)

This is good advice. I'm collecting websites like this ("handmade") here - https://www.btbytes.com/websites.html My own website is compiled together with a python script, but aesthetically close to what you describe.

Consider adding https://www.gwern.net/

Re: A Love Letter to Personal Websites

#63
post #59

At least in academia the tradition is still going strong.

Unfortunately, with the advent of electronic learning management systems and corporate content management systems in universities that are as much as required to be used, this seems to be declining fast. Currently I work as a lecturer at the same university I studied at twenty years ago.

Then, almost every teacher and researcher did have their own website behind "~username" on the open web. For most it was just a list of publications and courses they taught. For these courses they often made an overview page with links to all kinds of interesting material, from lecture notes, old exams, literature, to tools, thoughts, and curiosities. Some went all out and made a personalized personal web page with all kinds of interesting content. I spend a lot of time browsing and reading and exploring these pages when I was a student. Now I wished I had downloaded them all.

Now, no-one but some old-timers do have a "~username" web page. Courses and their materials are hidden away behind the walls of the learning management system we use. Their publications are visible via the library's repository and bibliographical system. For the rest, everything that is on the open web on the university's servers is published via the corporate content management system with rules and regulation what and how to post and most employees do not have access to edit anyway. Many researchers are part of some academic social networks like researchgate, but that's outside the scope of the university's servers.

What is left is for those who are interested to share to setup their own websites elsewhere. Not many do, unfortunately.

Re: A Love Letter to Personal Websites

#64
post #11

One of the downsides to having a personal site, as a developer, is that some people will expect it to be a professional portfolio and showcase. So, there's pressure to keep updating it, to at least hint at your use of the latest Web frameworks, awareness of SEO/promotion, etc. My own personal site's current look is pretty much an early CSS approximation of my old `table`-based layout, and is now mainly to preserve UR…

"The cobbler's children go barefoot."

More like "The plastic surgeon's children go without fashion-driven body augmentations".

Re: A Love Letter to Personal Websites

#65
post #5

For the past 4 years I've been too busy and have only written a couple of articles on Medium[1]. Thankfully I'm ending my current job which has consumed my time, energy, and soul for far too long and I want to get into the habit of writing again. This time on my personal site, not on Medium. [1] https://medium.com/@Pier

I’m glad to hear we’ll see more of your writing. I dove deep into front end frameworks after a lot of research last year. Your clear and thoughtful comments about React helped me a lot.

Congrats on making a positive career change.

Re: A Love Letter to Personal Websites

#66
post #40
post #11

One of the downsides to having a personal site, as a developer, is that some people will expect it to be a professional portfolio and showcase. So, there's pressure to keep updating it, to at least hint at your use of the latest Web frameworks, awareness of SEO/promotion, etc. My own personal site's current look is pretty much an early CSS approximation of my old `table`-based layout, and is now mainly to preserve UR…

For what one person's opinion is worth, I quite like the look of old-style text-and-hyperlink websites, so long as there's something interesting to read on them. A canonical example: http://bactra.org/

I've made a little list of some text-and-hyperlink websites that I like:

https://sjmulder.nl/en/textonly.html

It also includes 'lite' variants of some news sites and such. A great reprieve from the heavy, popup and overlay infested web.

Re: A Love Letter to Personal Websites

#67

Earlier quoted context omitted.

Cheers on the note “my professional work isn’t here”. Makes me wonder if I should be more explicit like that. I have to side with you on this. And I do use those modern frameworks at work. My goal was to keep mine working coherently in Lynx, but uses some JS for syntax highlighting and a click event or two that degrade well enough. It’s also an awful hacked together static-ish blog in Go behind Nginx. I was working o…

I spent years rebuilding my site several times over, trying to appear as professional and modern as possible. A while back I got fed up, spent about 15-20 minutes writing some basic html, and came up with a simple page. I haven't looked back since. https://danielvaughn.github.io/info/

I get a scary-looking warning in Firefox when I click that link. It says:

"Someone could be trying to impersonate the site and you should not continue.

Websites prove their identity via certificates. Firefox does not trust danielvaughn.github.io because its certificate issuer is unknown, the certificate is self-signed, or the server is not sending the correct intermediate certificates.

Error code: SEC_ERROR_UNKNOWN_ISSUER"

To continue to your site, I'd have to click the button "Accept the Risk and Continue", which not everyone will do. I just want you to know in case you want to look into it.

Re: A Love Letter to Personal Websites

#68

> written from years of thinking on the subject While I wholeheartedly agree about the importance of personal websites, this post did nothing for me. So many words and so little to add. These texts are slightly related and did something more: https://thecreativeindependent.com/people/laurel-schwulst-my... http://luckysoap.com/statements/handmadeweb.html http://art.teleportacia.org/observation/vernacular/ (don't miss…

Almost missed the best one:

https://pastebin.com/raw/zHCBBTVu

Re: A Love Letter to Personal Websites

#69

Can anyone give advice about how you built your personal website(s?) while having strong professional interests in multiple areas? I’d be really grateful to see an example. I have a career in tech and also a career in music. My professional networks in these areas don’t overlap. I don’t think everyone responds positively to the dual career thing, although some definitely do. Just make two sites and don’t link them? G…

> I’d be really grateful to see an example.

I'm a front-end web developer, here's my website: https://tobireif.com/ .

All hand-coded (no premade templates for example, all custom). Some text about me, demo-index with non-boxy design https://tobireif.com/demos/ (layout: mainly Flexbox), a simple index of posts https://tobireif.com/posts/ , contact data, that's mostly it.

> I have a career in tech and also a career in music.

> Just make two sites [...] ?

Yep, that sounds advisable. Good luck!

Re: A Love Letter to Personal Websites

#70
post #40
post #11

One of the downsides to having a personal site, as a developer, is that some people will expect it to be a professional portfolio and showcase. So, there's pressure to keep updating it, to at least hint at your use of the latest Web frameworks, awareness of SEO/promotion, etc. My own personal site's current look is pretty much an early CSS approximation of my old `table`-based layout, and is now mainly to preserve UR…

For what one person's opinion is worth, I quite like the look of old-style text-and-hyperlink websites, so long as there's something interesting to read on them. A canonical example: http://bactra.org/

Obligatory motherf*cking website saga:

https://motherfuckingwebsite.com/

http://bettermotherfuckingwebsite.com/

https://evenbettermotherfucking.website/

https://bestmotherfucking.website/

Post reply on HN