blog.hamaluik.ca VS bluesky

Compare blog.hamaluik.ca vs bluesky and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
blog.hamaluik.ca bluesky
1 1
5 0
- -
0.0 2.9
almost 2 years ago about 2 months ago
HTML C++
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

blog.hamaluik.ca

Posts with mentions or reviews of blog.hamaluik.ca. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Rewriting my blog in Rust for fun and profit
    5 projects | news.ycombinator.com | 29 Aug 2022
    I did the same thing a couple years ago [0]. It's not the most elegant and my blog is miniscule, but it was a fun project and also born out of frustration with the existing site generators. I structured it as the source sitting next to the site contents, so from a fresh computer (with Rust installed), it's as straightforward as `cargo build`.

    I think the best thing about this approach (writing your own generator) is that it really lets you build your site / content exactly the way you want to. Don't need categories and tags? Don't add them to begin with. Want to add an RSS feed? No problem, just add it. Want to do some fancy image compression and processing in the pipeline? No problem; you're the boss. It sounds simple but it really frees you up to write / generate your site however you want.

    0: https://github.com/hamaluik/blog.hamaluik.ca

bluesky

Posts with mentions or reviews of bluesky. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.
  • Rewriting my blog in Rust for fun and profit
    5 projects | news.ycombinator.com | 29 Aug 2022
    This is mindblowing synchronicity. I thought this article was one I had read this weekend for a second but checked the post date and saw it wasn't available yesterday.

    I'm working on trying to write a static site generator for my own personal site/blog in C++, been tinkering for a couple months. It started as a passion project in tribute to my dog that passed. GatsbyJS wasn't working (again) which is what my current site is built with, so I just said screw it, I'll write my own. Chose C to begin with and quickly gave up. Decided to switch to C++ because its what I'm supposed to be learning for work.

    I named it bluesky, after my dog that passed, Sky Blue. https://github.com/mas-4/bluesky

    Templating is a lot harder than I had initially thought. I finally got it working, now I have to add the markdown support, and then I plan on migrating my personal site to using it.

What are some alternatives?

When comparing blog.hamaluik.ca and bluesky you can also consider the following projects:

soupault - Static website generator based on HTML element tree rewriting