Live data from Hacker News

Ask HN: Share your personal site

news.ycombinator.com

601–610 of 1001 posts

Re: Ask HN: Share your personal site

#602
https://ulvgard.se

Reverse engineering algorithms and results from papers. I love the process of walking backwards from the results and figure out how they were achieved, uncovering what the authors glanced over or failed to mention at all.

Two mentions:

- Facebook Prophet: https://ulvgard.se/articles/trend_and_seasonality_decomposit...

- One-shot neural network training using hypercubes: https://ulvgard.se/articles/one_shot_training_neural_network...

Re: Ask HN: Share your personal site

#604
http://robomartin.com/

Kind of obvious, I guess. Nothing of note at the moment. Clean slate.

Thinking about what to do with it. Will likely end-up being a web version of my fairly large repository of engineering notes and data across innumerable disciplines.

Not sure what platform to use. I don't want to use Wordpress. What would you use for something like this (considering I am extremely busy)? In other words, some kind of a easy to deploy, manage and maintain personal-made-public knowledge management system.

I know. I know. Someone is going to say "Use WP with this plugin".

I would enjoy being able to bring some of the material to life beyond simple display using Python. This would call for Django and something for the front end. I'm just not sure I have the time to do this right now. Maybe I should wait.

My material spans hundreds of gigabytes of notes and documents accumulated over the last thirty years as well as tons of notes in dozens of OneNote repositories. There's also lots of useful engineering tools in Excel, VBA, VB, C, C++, Python, even Forth, LISP and APL. At some point I'd like to share a good deal of it. Just not sure how to start this on the right path.

Re: Ask HN: Share your personal site

#606
https://www.vladsiv.com/

Recently started a personal blog. The plan is to blog about Data Science/Engineering and implementation of modern data solutions in scientific research.

The blog is hosted on GitHub pages using minimal mistakes theme [0] (which I had to customize a lot to suit my needs [1]).

[0]: https://mmistakes.github.io/minimal-mistakes/

[1]: Blog's source code: https://github.com/VladimirSiv/VladimirSiv.github.io

Re: Ask HN: Share your personal site

#607
I like blogging but I hated having to blog using markdown or via Wordpress’s horrible editor or some other blogging platform’s flow.

I was anyway playing around with building my own email inbox when I realized emails written in Gmail yield HTML which could be repurposed to post blogs.

I released an early version of this at https://moogle.cc around the same time Hey.com was launching Hey World built around the same idea.

Now, my inbox has evolved and so has the tooling for the blog. The newer product combining the inbox and blog is at https://pretzelbox.cc.

Re: Ask HN: Share your personal site

#609
https://mikemcquaid.com

Various articles I’ve written and talks I’ve done over the years working as a software engineer or at university.

The skyline in the header is always a view from my current house.

This site has lasted in some form across my name change, self-hosting in my university flag to Wordpress to GitHub Pages.

Post reply on HN