breckyunits.com VS markdown-blog

Compare breckyunits.com vs markdown-blog and see what are their differences.

markdown-blog

Simple PHP blog that renders markdown posts. No installation or database needed. (by Cristy94)
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
breckyunits.com markdown-blog
19 7
27 88
- -
9.1 5.4
5 days ago about 2 months ago
HTML PHP
GNU General Public License v3.0 or later MIT 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.

breckyunits.com

Posts with mentions or reviews of breckyunits.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Lucy Ives' Retro Homepage
    1 project | news.ycombinator.com | 21 Feb 2023
  • Start a Fucking Blog
    7 projects | news.ycombinator.com | 3 Jan 2023
    Also, put down Markdown and give our Scroll a try: https://scroll.pub

    It now powers sites like my own blog (https://breckyunits.com/), knowledge bases like PLDB.com, and our first new public domain daily newspaper called the Long Beach Pub (https://longbeach.pub/1-3-2023.html).

  • Tell HN: It's easier and faster to pirate and e-book, than it is to buy it
    3 projects | news.ycombinator.com | 29 Dec 2022
    > instead of getting hits for your site.

    Here you go, get the full site without hitting my web server: `git clone https://github.com/breck7/breckyunits.com`

    > just answer the question

    >> So if you write a book, and sell it for $20, and I make a copy of your book and sell it for $10, you are ok with this?

    If I make a hammer, and sell it for $20, and the person I sell it to uses it to make more hammers that he sells for $10, are you okay with this?

    Your question shows a shallowness of thinking. What is a book? Did you come up with 100% of the words in the book? If not, are you tracking down and compensating all the people who invented the words you used (or their ancestors?). What about the letters? Let's talk about the machinery you used to print the book. Are you providing a "royalty" to the printing press manufacturer?

    The problem with me wasting my time is that your question is so basic and shows such lack of thought that I can't distinguish whether you are being genuine or are a paid shill by the (c)opywrong regime out there muddying the waters. And yes, there are a tremendous amount of paid shills out there spreading false and dishonest information about (c)opywrongs.

  • Show HN: Change the color of your blog with 1 line of code
    1 project | news.ycombinator.com | 8 Nov 2022
  • Fidelity tries to entrap a customer. Must mean I'm doing something right
    1 project | news.ycombinator.com | 6 Oct 2022
  • 30k Hours (2019)
    3 projects | news.ycombinator.com | 3 Oct 2022
    I feel like kicking this story up a notch: Visit his TreeNotation website, best illustrated at [1] and then back up to his root Github repo [2].I'm finding this stuff a serious time sink :-)

    [1] https://breckyunits.com/

    [2] https://github.com/breck7

  • Is WSB ready for this? This is not a joke...I have only done this once before. LETS GO!!! #YOLO
    2 projects | /r/wallstreetbets | 11 Sep 2022
    FOUNDER: https://breckyunits.com/
  • Breck Yunits' Scroll
    1 project | /r/jrwren | 31 Jul 2022
  • Design of This Website
    9 projects | news.ycombinator.com | 5 Apr 2022
    Multiple columns for wide windows is something I find interesting. I haven't seen anyone do a two-column layout which I find satisfactory. https://breckyunits.com/ is a fascinating example, but the layout goes vertically, so the result is bizarre: the most recent article will be cheek by jowl with an old page from 2012. I think it would need be the opposite, wrap horizontally, and scroll-in-place. Something like that. If I ever make another site, I might try to do something along those lines (and maybe use a red/blue centric color scheme).
  • Write Thin to Write Fast
    1 project | news.ycombinator.com | 13 Nov 2021

markdown-blog

Posts with mentions or reviews of markdown-blog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Start a Fucking Blog
    7 projects | news.ycombinator.com | 3 Jan 2023
    I still have a Blogger site just because I am not sure how to export all the data without days of work to copy the content, images and reformat everything to go to something like WordPress or markdown [0].

    [0]: https://github.com/Cristy94/markdown-blog

  • Show HN: Markdown as Web Page/Site
    9 projects | news.ycombinator.com | 11 Aug 2022
    I did something similar, but for adding a blog system to a server running PHP: https://github.com/Cristy94/markdown-blog

    The idea is that having it server-side allows for the page to be cached by a CDN (e.g. CloudFlare), so you end up serving static HTML, with better performance and SEO than JS-compiled markdown.

  • How do you store your notes?
    17 projects | /r/linux | 13 Jun 2022
    I store them on my server, some of them that I think can help others I put on my webserver with https://github.com/Cristy94/markdown-blog
  • I moved this blog from Medium
    6 projects | news.ycombinator.com | 23 Jan 2022
    If you host anywhere a LAMP stack: I built a very basic markdown-based in PHP: https://github.com/Cristy94/markdown-blog

    The idea is that Apache/PHP handle the loading/displaying of markdown files form a directory, so to add a new post you just create a new markdown file. It's very basic, but it's easy to customize with a bit of HTML/CSS/PHP.

  • Ask HN: Hosted solutions to run a personal blog?
    3 projects | news.ycombinator.com | 27 Sep 2021
    If you want something really basic, I created a tiny PHP blog that simply renders your Markdown files: https://github.com/Cristy94/markdown-blog
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    Working on building userTrack[0] I always encountered the need of various auxiliary tools. I had to implement a custom deploy system to build different variants of the product, to create a licensing server (to create and verify license codes and to allow downloads for valid license owners), a blogging platform[1], some JS snippets [2], etc.

    Most of the times, the libraries/tools that you build yourself are either to connect and interact with a specific external service OR to have a simpler (only the features you need) or cheaper version of an existing product/platform.

    [0]: https://www.usertrack.net/

    [1]: https://github.com/Cristy94/markdown-blog

    [2]: https://github.com/Cristy94/dynamic-listener

  • Around the Web 〜 RSS as a Facebook Alternative
    4 projects | news.ycombinator.com | 9 Mar 2021
    What a coincidence, I just added RSS support for my open-source "blog" scaffold: https://github.com/Cristy94/markdown-blog#changelog

What are some alternatives?

When comparing breckyunits.com and markdown-blog you can also consider the following projects:

gwern.net - Site infrastructure for gwern.net (CSS/JS/HS/images/icons). Custom Hakyll website with unique automatic link archiving, recursive tooltip popup UX, dark mode, and typography (sidenotes+dropcaps+admonitions+inflation-adjuster).

snipp.in - Fast, Light-weight, Notes, Snippet manager and code editor directly inside your browser

Tufte CSS - Style your webpage like Edward Tufte’s handouts.

awesome-selfhosted - A list of Free Software network services and web applications which can be hosted on your own servers

scroll - Tools for thought. A language for bloggers. This repo contains the language and a static site generator command line app.

GoJS, a JavaScript Library for HTML Diagrams - JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.

manuel.kiessling.net - The Hugo-based code from which https://manuel.kiessling.net is generated.

yadm - Yet Another Dotfiles Manager

commento - A fast, bloat-free comments platform (Github mirror)

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org

SingleFile - Web Extension for saving a faithful copy of a complete web page in a single HTML file

nitter - Alternative Twitter front-end