HN user

caspii

1,791 karma

If all else fails, eat

Posts21
Comments43
View on HN
www.youtube.com 11mo ago

Man creates featured multi-user fileserver using his phone. Whilst commuting

caspii
16pts1
casparwre.de 2y ago

Breaking Down the Costs of a Bootstrapped SaaS with $11,000 Monthly Revenue

caspii
1pts0
mlinpractice.substack.com 3y ago

How to Get Started with AI as a Software Engineer?

caspii
2pts0
twitter.com 3y ago

The front end community wants to wash its hands of the decade we lost

caspii
57pts82
hynek.me 3y ago

Python Application Deployment with Native Packages

caspii
1pts0
en.wikipedia.org 3y ago

The Small penis Rule

caspii
3pts0
www.collaborativefund.com 3y ago

Why 2 participants never finished a round-the-globe sailing racing

caspii
2pts0
www.paulgraham.com 4y ago

Are you default alive or default dead? (2015)

caspii
2pts0
www.indiehackers.com 4y ago

Learning to code a SaaS? Don't use a JavaScript framework

caspii
1pts0
casparwre.de 5y ago

The top-ranking HTML editor on Google is an SEO scam

caspii
1743pts395
margint.blog 5y ago

Everyone is still terrible at creating software at scale

caspii
546pts379
twitter.com 5y ago

Just testing if I can share a program's full source code in a tweet

caspii
1pts0
casparwre.de 5y ago

Google Analytics: Stop feeding the beast

caspii
771pts383
keepthescore.co 5y ago

We deleted the production database by accident

caspii
446pts426
keepthescore.co 5y ago

Blue-green deployment for a small webapp

caspii
2pts2
keepthescore.co 5y ago

Costs of running a Python webapp for 55k monthly users

caspii
289pts257
casparwre.de 6y ago

Why I'm Switching to Apple

caspii
3pts0
news.ycombinator.com 6y ago

Show HN: Pathbox – minimalist location tracking and sharing

caspii
3pts0
blog.kittysplit.com 6y ago

Advantages of Webapps over Native Apps

caspii
4pts0
deathwatch.io 9y ago

Show HN: Browse dead and dying startups

caspii
21pts11
keepthescore.co 9y ago

Keep the score online

caspii
1pts1

To add my subjective opinion:

I came back to frontend development after a break of 10 years. Back then there was jQuery, CSS and HTML.

I found that the complexity of the tooling had increased 20-fold. All these build and task runners that were cool for a year and then a new one came along.

Those were the costs, but what was the upside? It seems that you can do maybe 10%-20% "more" than back then. It seems to me that this is a very very steep price to pay.

March 2020: Finding the body of my mother in the basement. She had died suddenly and unexpectedly that morning. The neighbours were alarmed because they couldn't reach her. I went to investigate. She was 74, so she didn't go too early and had a good death.

I realised that my life will be over relatively soon too. I decided to make it count (in little ways). Quit my job. Became a freelancer. Made a big effort to cut bullshit from my life. To give less fucks about irrelevant stuff. To be happier in simple and sustainable ways.

My favourite quote: "We all have 2 lives, the second begins when we realise we have only 1".

Never really engaged with Wolfram, But had a positive opinion of him.

Having read this, I say wow! This article is grandiose, far too long, turgid and full of claims that sound frankly unhinged.

Does anyone take this stuff seriously?

I learned Flask using this tutorial for a toy project. 4 years later that project has become my main source of income.

Flask is fantastic and I would recommend it to anyone starting out developing webapps.

I firmly hope that javascript has peaked. The complexity of the tooling has increased by a factor of 10 in the last 10 years with subjectively very little to show for it.

Anyone starting out with backend webdev should learn Python Flask. There is no gentler and more thorough way of learning web fundamentals, whilst still being productive from day 1.

To continue this metaphor: If I was hiring a skipper to sail my family over the Atlantic, I would absolutely hire the "lame" 40 year old and not the hip 20 year old

Well, it's all speculation in the end, because Google is silent about it.

BUT: the costs of running and maintaining Google Analytics must be significant. There must be some strategic reason for Google to continue to do so (look at the way they deal with products that are not working for them, remember Google Reader?).

So what is that strategic reason?

Yeah, I agree I'm being slightly flippant.

But it's just a side-project and I will continue late night coding with a glass of wine. I find it hugely enjoyable.

I would have a different mind-set if I was writing software for power stations as a professional.

It may sound hard to believe, but I've haven't needed to do a DB migration so far! Maybe I've just been lucky.

Had I been burned by a DB migration, this article would have been different

I'v added this paragraph to the article:

the servers are oversized for the load we're currently seeing. The reason for that is that we tried to solve a production issue by increasing the server specs. It didn't solve the problem, and now we can't down-size the servers without re-provisioning them ️.