Hacker News new | past | comments | ask | show | jobs | submit | Tallain's comments login

This is pretty much how I play GTA V. I have a Self Radio playlist for a specific vibe. Hop in a random car and cruise around the city, get distracted by some event, cause a little mayhem and escape if I'm in the mood, and keep cruising. Like the Truck Simulator games, it's a good way to go for a drive without actually needing to go for a drive (so less exhausting, wasteful, and dangerous).

When my oldest son was very young, he enjoyed watching me play GTA IV in a style that involved cruising around the city, observing all traffic laws (he got quite upset if I bumped another traffic participant or ran a red light), and hopping into random stores to try on various outfits.

I never got into GTA, but I enjoyed playing one of the Mafia games that way. I remember loving the classic cars, the views, and the atmosphere.

I'm reminded of the chart from this blog post: https://molodtsov.me/2023/02/how-to-start-your-blog-in-2023/

As I fell into the SSG pit I found I mostly wrote about and fooled around with the SSG itself, instead of all the things I originally planned on writing about and doing. So I threw away the SSG and installed Wordpress and stopped caring. It's been liberating.

If the goal is to tinker and write about the tinkering, that is fine. If you're not like me and the tinkering never gets in the way of the writing, that's also fine. But that wasn't me. I had to learn yet again that the best tool was the one that got out of my way and let me do what I came to do.

The last thing I need when I'm aiming to write is a chance to procrastinate.


Wordpress in 2025 has a very dangerous pair of traits:

* It and all its plugins must be kept up to date or else you will be compromised.

* The BDFL is a maniac who is happy to block access to deliver or receive security updates for petty personal reasons.

With a static site there are no security vulnerabilities to patch, so it doesn't matter if the SSG project totally implodes because the maintainer goes crazy. With WordPress it matters a lot.


Use wordpress headless and protected the backend so it can't be accessed publicly. Then you don't have to care so much about keeping it up to date.

Had to look up what "BDFL" meant.

Even if the dude tries to paint the internet with Wordpress's brains, I'm confident I will have time (and the impetus, finally) to find an acceptable alternative for my workflow. I'm open to suggestions.

Also, as I mentioned to a sibling response, the upkeep really is not that much work. It's a personal blog and takes a grand total of three (maybe four) clicks to update every once in a while.


Maybe not so benevolent after all.

It keeps itself up to date.

Only as long as Matt deigns to allow your server to access his servers and deigns to allow the plugin authors who you depend on to log in to his servers.

WordPress has no governance, it just has Matt, and wo betide anyone who ticks him off (or who relies on any developers who tick him off).


Wordpress.com works fine for ordinary people. No updates to worry about. Not my cup of tea, but dead simple.

WordPress.com doesn't support many of the plugins out there (or at least not on the price tiers I can see) -- but I happily used it for https://librefm.wordpress.com for a number of years.

Of course, WordPress.com is updated differently to a blog running the wordpress.org code.


Same here. Started ages ago with DokuWiki and then decided to try GitHub Pages. Transferred everything over, but then wanted some kind of search. So, I’ve implemented a custom Google search. Wanted some way for visitors to leave comments, so added Disqus. And in the end it was a potpourri of different services and a whole lot of JavaScript.

A few years ago I wanted to own my data again and not depend on external services, so exported the Disqus comments and after playing around with Serendipity ended up with Wordpress.

Was able to import the comments and the Markdown pages and there are even plugins to make it publish everything in the Fediverse. Made it all work using SQLite and enabled auto-updates. It’s basically maintenance-free.



Thanks for the link :) I do think the blog I linked makes many of the same points I tried to make, so not really spam as it has actual content.

I agree, but I think wordpress is overkill in 95% of cases.

Why? Because it takes too much maintenance (keep it up to date ornbecome part of a botnet) for features you probably don't need. A static site generator is totally fine for most blogs and if it needs maintenance it is at a time of your own choice.


I disagree, it's not overkill unless you make it overkill.

My update process is:

- Click a button to back up

- Click a button to update everything

- Open my blog to make sure it still looks normal

Definitely not onerous. To be fair I don't use many plugins, and my theme is very simple. I don't think a plain old blog doesn't need many plugins.

Sometimes I take a break from blogging. I don't want to have to read documentation on how my SSG works (either my own docs or docs on some website) to remember the script to generate the updates, or worry about deploying changes, or fiddling with updates that break my scripts, or anything like that. I do stuff like this for my day job.

I like my blogging experience to be focused on a single thing: writing.


You are running one of the most popoular PHP programs exposed to the internet. So on top of just writing you should probably schedule your regular check for CVEs and patches. And you should do this even if you're not blogging or on vacation.

Not a thing you'de need to do with a static website. If you're like: "Hey, I am not doing it right now and I am fine", consider that your warning. I have been hosting wordpress instances since wordpress existed and I know how things can go wrong with them.


I ran into the maintenance load of an SSG for my blog, and only just now switched themes over this rather than fixing the old theme (which had several customizations). In that theme swap, I think I lost all the productivity I gained from using the SSG over raw HTML.

One other productivity gain though is that if you end up switching SSG engines entirely, you still have your source files. Those could easily work with the next one, or at least leverage trying others out. If everything is baked into rendered HTML, it will be much more work.

I've been pretty happy with nikola[1]

The only thing I really wanted was 1 command to publish (which is does great) and an easy way to drag and drop images into posts (which I can do via the publish jupyter notebook function).

What I absolutely did not want was anything where "send HTML to clients" created any sort of overhead like a database.

[1] https://getnikola.com/


I don't think I could ever go back to SSR like WordPress. My only real concern with SSG is if the build will work, and even when it doesn't it's never an emergency.

Whereas the concerns for something like WordPress is

1. Has our website been hacked and publicly defaced?

2. Has our website been silently hacked and is being used to secretly distributing malware or worse, aka the FBI randomly shows up at your business.

3. Will updating one random plugin nuke your entire live site, resulting in multiple sleepless nights? Will not updating it cause your site to get hacked also resulting in sleepless nights?

4. Or better yet something in your underlying environment changes and nukes your site, usually in the middle of a weekend out with your family, and your hosting provider pinky swears they didn't change anything. So you spend your whole weekend investigating just to find out your provider did change something, usually something stupid too.

5. Considering all the above your off-site backup solution is vital so better keep that maintained and thoroughly tested as well.

6. Plus a thousand other reasons to waste time, worry, and lose sleep.


We're talking about blogging here, not business-critical website infrastructure. If my blog went down I wouldn't lose a sleepless night over it. I'd figure it out later.

If I were choosing a CMS or tech stack for a critical piece of infrastructure my requirements would be different and I might find some other tool.

Also, if all these were so much concern, I doubt so much of the web would run on Wordpress. Yes, you need to keep your install and plugins up to date. But you need to keep your toolchain up to date no matter what you use. Risk of breakage on update is a thing everywhere, not just Wordpress. I'm by no means a Wordpress fan, but it really is not as bad as it's painted.


> Also, if all these were so much concern, I doubt so much of the web would run on Wordpress.

I used to run a company that all we did was wordpress, joomla, and drupal maintenance, performance optimization, and hack recovery. It very much was and mostly continues to be that bad.

> Risk of breakage on update is a thing everywhere, not just Wordpress.

Ya the issue with server side rendering is that your live environment is made of up dozens to hundreds of difference software stacked on top of each other and they all pretty much need to work perfectly to actually work and or not be vulnerable. And if you use something standard like cpanel to manage your environment, add another 1000 layers of complexity to the stack.

And lets not even go into all the work it takes to have that environment have decent performance and run on reasonably priced hardware.

Where as my concerns for my SSG live environments basically amounts to, is the host publicly accessible? To be vulnerable you would need to do something very stupid like set file permissions to 777 or something.


Again, we're talking about blogging, not business sites or SSR or CMS tooling. Very different needs with very different solutions.

I personally don't think it's that much work, and definitely not complicated, to keep my software up to date. And as a blog all I need to do is cache / throw behind a CDN and I'm golden. Nothing complex going on here. No headaches, no late nights, not even a wink of worry.


Wordpress is used for business sites / ecommerce all over the place. There are whole business built around Wordpress sites.

I think you two are talking past each other. Yes, people use WordPress for serious websites, and WooComerce stores, and all that stuff. But Tallain is not talking about those people. Tallain is talking about blogging.

Blogging is also often business critical. Entire businesses are built around blogs. I presonally know someone who sold their "wordpress blog" for $30m.

> If my blog went down I wouldn't lose a sleepless night over it. I'd figure it out later.

And if your blog was serving malware, or really nasty porn, or taking part in a DDoS?

> Also, if all these were so much concern, I doubt so much of the web would run on Wordpress.

What is it that gives you that kind of faith in the industry's decision-making processes?


I think you're right. I stuck with manually writing raw HTML and it's fine, good even. I do have a python script that makes an RSS feed though, which was one more script than I wanted to write. WordPress would've saved me; unfortunately I already had a website so it was easier to add a blog there.

For the rest of my website I also just write raw HTML / CSS, and JS when needed. It's all static content and little toys, so no RSS need. It's nice to keep things simple when you can.

Location: Thailand

Remote: Preferred, BKK acceptable

Technologies: C#, SQL, Python, Delphi, JavaScript/Typescript/etc.

Email: me@tallain.com

Senior backend engineer and integration specialist with 10 + years in .NET/C#, Azure, SQL Server, RabbitMQ, and Vue. I also have experience with Python and Delphi. I've worked on mission critical systems for fintech fraud prevention, public safety, and financial institutions; more recently I've been leading teams and slowly moving away from the world of individual contribution. Currently in Thailand (UTC+7) and fully remote, I’m looking for senior or lead roles -- or short, high‑urgency projects up to a year if you need a contractor who's good at cleaning up messes and stabilizing chaos.


Talk with your coworkers, send quick questions about code snippets, screen share and cowork or pair program or troubleshoot, have meetings, have sales calls, send updates that are a little less important than email would warrant.

If you're in-office you might do some of these less often. If you're fully remote and your org uses Teams, this is what goes on.


If you go to the source of the data linked there -- cms.gov -- you'll see that this is only one side of the equation: health spending by product.

This explicitly does not include insurance costs.

Private health insurance costs are covered by "healthcare spending by major sources of funds" and reached 1.5 trillion, the same dollar amount as hospitals cost as a product group.

https://www.cms.gov/files/document/highlights.pdf


That is the dollars spent for insurance plans. Those dollars then reappear in the product spending figures, less some amount of overhead and margin for insurance. Those additional data you provided don't say anything more about exactly what that is, nor do they imply the total overhead and margin of health insurance is $1.5T.

A series of pulpy short stories, sort of a Dark Americana / weird fiction thing. Noir, magic, existential dread, horror. Warming up for a novel in a completely different genre but I wanted to iron out some of my own shortcomings and stretch some muscles before I write yet another 100k words on a project I'm unhappy with.


This sounds fascinating! I'm a big fan of weird fiction. If your stories are published or shared anywhere when complete I'd love to check them out.


Thank you so much! I'll put you on a list :)

I'm trying things a little differently right now, by plotting/writing, then revising in between the next set. Think spaced repetition for writing. Every story needs some drawer time before it's revised and edited. I anticipate a small anthology of sorts being ready by the end of the year.


That's right up my alley. I've been thinking about writing something in this style but with a jazz biome twist (kind of like steampunk but with a jazz-centric world instead of steam power). Do you use a specific text editor or git workflow to manage your work?


That also sounds super fun. I love it when things get hyper-specific like that. If you ever need a beta reader, let me know.

I use a mix of things. For a long time I used vim with some plugins to emulate iA Writer, along with vimwiki for general notes. Now I use Obsidian for notes (general stuff like character bios, tags, ways to track relationships, worldbuilding stuff).

I use iA Writer for a quick outline and first draft because it's simple and distraction-free, and I like its focus mode. Again this can be done with vim, I can send you my .vimrc if you're curious. I just wanted to support the company.

Once the first draft is done, I spin up Scrivener. I put in the notes from the outline into the corkboard view, then paste the draft. I read through it front to back and take notes, usually in iA where the outline was. Then I create a new version of each doc, one by one, and do line edits or rewrites where I see fit. Sometimes I rewrite something wholesale, or split it into multiple scenes, or delete completely.

Scrivener is very handy for this type of work, especially with the corkboard view, which lets you slide things around and see a story from a higher level than headlines or chapter / scene titles would.

I know Scrivener has a focus mode, but I use iA specifically to remove distractions. If I have Scrivener open, I'm tempted to fiddle with things in its UI, or try to take that high-level view too early. iA is for drafting because drafting is supposed to be a single-minded enterprise. There's no room for second thoughts and any loss of momentum kills a story for me.


This is so great. I'm already envisioning all the ways I can put this to use. The only way I could think to improve it is a desktop app, and maybe some fusion with Heynote style features or keyboard shortcuts. This could be so great for short-term local notes or long form writing. Good job!


Thanks. & here are some ideas. https://news.ycombinator.com/item?id=43012478 & some more ideas. You can also work out an outline or timeline or table of characters & settings & objects in the editors to the right. You can also get your editors to write their overarching feedback & questions in the editors to the right. I also designed this for screenwriting so you can get more ideas by reading up on how screenwriters do their work. It's clunky to format to standards acceptable to the industry, but the industry standards seem pointless & counterproductive, so it's maybe good to be forced to focus on content over form.

About the second point. In Word, you can easily get feedback for specific paragraphs by just writing around or underneath those paragraphs, or for the whole by just writing in another document & keeping that document open in another window or in the same window. But you can't easily get feedback for specific chapters, & you can't do any of these things while easily keeping chapter-specific notes always in view. This among other reasons is why this app is maybe more powerful than Microsoft Word, Google Docs, Obsidian, etc. It balances notetaking & reflection & writing. Microsoft Word & Google Docs focus too much on writing, & have very little capability in the other 2. Obsidian focuses too much on notetaking, & has very little capability in the other 2. None of them integrate all 3.

About reflection. With Word, the moment you make changes to the document, all the stuff written to the side goes out of sync. So it's best just to write in sequence. So Word has no advantage there.


(I deleted what I wrote in that link. Here it is.) The leftmost editor is used to write the section (or chapter), & the rest are used to take notes for that section, or to keep old versions of that section as reference, or to work out different ways of writing a subsection, etc. (& this seems hubristic, but I think this app might actually be a watershed moment in UI & UX & software development history. There's nothing out there that lets you juggle contexts nearly as seamlessly. Microsoft Word & Obsidian have alot of lines of code & hours behind them, but in terms of how much they empower me to write & think, they're far inferior to this app. & if you look at the html, you'll see it's only 750 lines of code, of which only 670 lines are actually used. So it's also extremely maintainable & forkable.)


Exactly this. I (relatively recently) joined a team with a handful of developers all sort of doing things their own way. No docs, no shared practices, just individuals doing their own thing. After reviewing the code, submitted PRs with fixes, putting together docs for best practices, the entire team shifted their stance and started working closer together in terms of dev practices, coding styles, etc.

Not to say I got everyone to march to my drum -- the "best practices" was a shared effort. As you said, sometimes it just takes someone to call things out. We can do things better. Look at how things improve if you approach X problem in Y manner, or share Z code this way. Maybe the team was overwhelmed before and another voice is enough to tip the scales. If you don't try, you'll never know.


So I understand correctly, you're watching music videos in your car while you drive?


> So I understand correctly, you're watching music videos in your car while you drive?

Yes, that's correct. Love doing it.


This is a video game history channel that usually goes a little more in-depth than that. Good production value, a soothing voice, and a nice ride through gaming's yesteryear -- often much better than others in the "genre" on YouTube


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: