Earlier quoted context omitted.
Are you sure that "websites of today" use 16px or larger universally? HN appears to use 9pt Verdana, which I believe is equivalent to 12px on my Windows system if my math is correct. Georgia is a terribly underrated font. I'm sure it's heavily hinted to look good at small sizes, but even at large sizes it has an elegance that is lacking in e.g. Times Roman.
HN is not a website of today. It’s a website of 2007. Its visual style has not changed at all since then.
Show HN: Bear – Minimal blogging platform
341–350 of 358 posts
Re: Show HN: Bear – Minimal blogging platform
#342Since HN seems to be on a blog-kick lately, I'll repost the idea that I'm still waiting for someone to build: A blogverse of some kind that allows for algorithmic discoverability & aggregation (ala Medium) without the bullshit/terrible UX. The real value proposition of Medium is that a well-made aggregator benefits readers and writers alike. Readers find more authors they like, writers find more audience. There are a…
> plus a business model not reliant on ads Is anyone anywhere close to this?
Re: Show HN: Bear – Minimal blogging platform
#343“Bear” is a well-known note-taking and writing app https://bear.app/
That's what I thought this was - a bit of automation to publish right from the Bear app.
I actually tried to use Bear as a MD-based publisher to my WP blog, and it just ran aground badly.
Re: Show HN: Bear – Minimal blogging platform
#344Earlier quoted context omitted.
Why should we use 2^10? Bits matter in the small—a machine with a 12-bit word and 1024 words of memory or whatever was popular in the ’70s—but at the scale of gigabytes, individual bits don’t matter anymore, so may as well just use decimal because that’s what our number system is based on. I don’t see any point besides retro nostalgia to use base 2 after you move out of the each bit counts space.
SI prefixes are fine for mass/block storage and network speeds, because there's no particular reason they would fall precisely into buckets of powers of 2. But for CPU cache and system/GPU memory in particular, and maybe even some flash memory, it does continue to make sense to use MiB and GiB, because of the particular way that memory itself is addressed and packaged. Memory very much does fall precisely along power…
Re: Show HN: Bear – Minimal blogging platform
#345Earlier quoted context omitted.
My imagined workflow is * load a web page * write words * hit submit * this triggers a lambda function that generates a static website and puts it on s3 * this triggers another lambda function that pokes the CDN and expires anything that changed By self-hosted I mean I control all the parts. I can change the generation code, the CDN upload/expiration code, I can change the output, I can view the logs, all within my o…
I've build something like this using Hugo as a SSG and a custom Micropub-backend that commits new content to a Git repo and pushes it to a Git hosting platform. That then triggers a CI build for the site generation and upload to the webserver as well as a CDN purge.
Re: Show HN: Bear – Minimal blogging platform
#346Earlier quoted context omitted.
Quick Question: Why is self-hosted a thing that's highly desirable on HN?
Control. With self hosting I can control the code, what it does, the cost, where it stores data, how backups are made, etc. It’s always a trade off on control, and my comfort point is “on AWS”. For some people they want their own servers. Some people want to own the network block. It’s just what level of comfort you have with each type of control.
What if your content doesn't have enough views / you get bored / life changes so can't afford server costs anymore / die. Your server will expire eventually, and there goes your content. web.archive.org might have some sites archived, but many blogs won't have been archived so their content is just gone forever.
I've self-hosted many platforms, and many have died, perhaps due to running costs or lack of need anymore. It's partially why I'd never self-host my email, for example.
You can't know the future, and if your content is gone, it's gone for all of your audience (or potential future audience). Perhaps an ideal solution is some kind of self-hosted platform that mirrors content into a forever-public external repository, and hence preserves it, even if your hosting ceases to exist.
Re: Show HN: Bear – Minimal blogging platform
#347Earlier quoted context omitted.
Ditto. I thought this is a new product by bear. Got me excited for a bit. I wonder if trademark would kick in later for this.
What a world we live in that we have to worry about trademark issues for the name of one of the most common animal names a child could think of.
Re: Show HN: Bear – Minimal blogging platform
#348I wish there was something like this for math blogs. I've tried Jekyll with MathJax but it looks kind of ugly. Any suggestions anyone?
You can visit https://upmath.me/ and on the preview side, choose `md`. You can get latex equation as SVG URL hosted on s2cms.ru CDN. It's pretty fast and supports any website that supports markdown+images without the need for MathJax or Katex. Example post here https://katr.bearblog.dev/latex/
Re: Show HN: Bear – Minimal blogging platform
#349Re: Show HN: Bear – Minimal blogging platform
#350Earlier quoted context omitted.
Control. With self hosting I can control the code, what it does, the cost, where it stores data, how backups are made, etc. It’s always a trade off on control, and my comfort point is “on AWS”. For some people they want their own servers. Some people want to own the network block. It’s just what level of comfort you have with each type of control.
Isn't there a downside here? What if your content doesn't have enough views / you get bored / life changes so can't afford server costs anymore / die. Your server will expire eventually, and there goes your content. web.archive.org might have some sites archived, but many blogs won't have been archived so their content is just gone forever. I've self-hosted many platforms, and many have died, perhaps due to running c…
I also have a bunch of old blogs that I've just given up on at some point and now they're gone forever.
Your last point is kind of what archive.org's Wayback Machine does. Haven't checked whether they have an API where you can submit URL's you publish* or if you'd have to submit new posts manually, but this could be a decent solution. It wouldn't cover non-tech people though.
*) I just now quickly browsed through their API doc but couldn't find anything clear, other than uploading random files