dotfiles VS notes.eatonphil.com

Compare dotfiles vs notes.eatonphil.com 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
dotfiles notes.eatonphil.com
2 5
139 39
- -
7.2 0.0
7 days ago over 1 year ago
Shell HTML
BSD 2-clause "Simplified" License -
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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
  • In Praise of Alpine and APK
    5 projects | news.ycombinator.com | 20 Feb 2023
    > I also tried having a meta-package, which has my “list of wanted packages” as dependencies, and then remove anything no required my it. Again, I needed extra scripts and complexity on top of the package manager itself.

    I have something similar for my dotfiles, a list of packages, their manager and version in a TOML file: https://github.com/kdeldycke/dotfiles/blob/main/packages.tom...

    I then feed this to meta-package-manager[1] to install:

        $ mpm restore ./packages.toml

notes.eatonphil.com

Posts with mentions or reviews of notes.eatonphil.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-17.
  • What happened to blogging for the hell of it?
    2 projects | news.ycombinator.com | 17 Oct 2023
  • Ask HN: Could you show your personal blog here?
    55 projects | news.ycombinator.com | 4 Jul 2023
    https://vikramoberoi.com/how-i-made-atariemailarchive-org/. I wrote this one when I open-sourced the dataset behind atariemailarchive.org. The dataset got featured in Data is Plural and in a podcast interview I did with Jeremy Singer-Vine.

    ---

    My favorite personal blog to read this past year is Phil Eaton's (eatonphil on HN): https://notes.eatonphil.com/.

    I enjoy the subject matter he posts about (a lot of systems work and research, primarily), but his other posts are great too.

    His post, "Is it worth writing about?" is a nice inspirational one for folks who want to/have been thinking about writing: https://notes.eatonphil.com/is-it-worth-writing-about.html.

  • RIP Jekyll (The Genesis of the Jamstack)
    12 projects | news.ycombinator.com | 13 Sep 2021
    Personally I don't find static site generators worth the effort. I end up just writing my own for each site in 1-200 lines of Python. It's normally just a markdown library and a template engine wrapped with a file system walker.

    Here's an example: https://github.com/eatonphil/notes.eatonphil.com/blob/master.... It's longer than usual since it embeds parts of the home page html inside it.

    These scripts last for years and only change slightly over time. Very low maintenance.

  • Lessons from Building a Static Site Generator
    5 projects | news.ycombinator.com | 30 Jun 2021
  • Good books/courses to learn networking essentials for web developers?
    1 project | news.ycombinator.com | 27 Jun 2021
    As luck would have it, my blog on Github pages is down. So here's the post describing the four in markdown.

    Tldr; Designing Data Intensive Applications, Effective Python, The Google SRE book, and High Performance Browser Networking.

    https://github.com/eatonphil/notes.eatonphil.com/blob/master...

What are some alternatives?

When comparing dotfiles and notes.eatonphil.com you can also consider the following projects:

jetson-nano-image - Create minimalist, Ubuntu based images for the Nvidia jetson boards [Moved to: https://github.com/pythops/jetson-image]

heneli.dev - Heap State. It's a blog

chrisfrew.in - chrisfrew.in Website Source

blog-cells - Add interactive code snippets to any blog or webpage.

ideas2 - Another 85+ Ideas for Computing https://samsquire.github.io/ideas2/

Suomi-Tavu

dotfiles - My personal . files.

smallweb - Kagi Small Web

Nayuki-web-published-code - Complete collection of code files (*.java/js/py/cpp/etc.) published on Project Nayuki website.

pandoc-ssg - Pandoc-SSG is a Make driven Pandoc static site generator. It features basic functionality in a trivial implementation.

ideas - a hundred ideas for computing - a record of ideas - https://samsquire.github.io/ideas/

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.