Advertisement · 728 × 90

Posts by Ostap Brehin

- Finish my IOS app
- Freelancing
- Bit of web MVP-ing with Erlang and Vue

3 weeks ago 1 0 0 0

They do it slowly so users can adapt. Maybe a bad example but Facebook rolled out their web interface changes one by one, almost unnoticeable in the end.

3 weeks ago 0 1 1 0

Has Anyone using BunnyCDN figured out a CI workflow to deploy a static site via GitHub Actions?

#jamstack #bunnycdn

3 weeks ago 0 1 1 0
Add modular Router support by sdogruyol · Pull Request #731 · kemalcr/kemal Summary This PR introduces a modular router feature to Kemal, inspired by Flask's Blueprint and Express.js's Router. It enables organizing routes into logical groups with shared prefixes an...

github.com/kemalcr/kema...

2 months ago 0 0 0 0

Imagine pulling out two more laptops 😆 Comedy material.

2 months ago 0 0 0 0

I have zero use-cases for OpenClaw / Clawdbot 👀

And it makes me feel weird.

2 months ago 0 0 0 0

So does any marketing channel

2 months ago 0 0 0 0

If you're wondering why the web page fonts look so pixalated / not sharp, this can be solved via .antialised in Tailwind, or these CSS properties:

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Night and day difference with Inter.

#web #tailwind #css

2 months ago 3 0 0 0
Advertisement

You don't need an audience to sell a SaaS

2 months ago 1 0 1 0

Learning to sell is more important than programming. Now how do I write that convincing landing page copy...

Any materials/book recommendations?

2 months ago 0 0 0 0

Does chrome web store still give a dofollow backlink?

2 months ago 0 0 0 0
Preview
GitHub - BasedCollective/laravel-typescript: Generate TypeScript interfaces from Laravel models. Generate TypeScript interfaces from Laravel models. - BasedCollective/laravel-typescript

An easy way to get TypeScript interfaces from Laravel models.

github.com/BasedCollect...

(Made an up-to-date version of the og laravel-typescript package)

2 months ago 1 0 0 0

That's so cool! Do you have a recording by any chance? 😄

2 months ago 1 0 1 0

Delusional take if by looking at the code he means "reviewing it". Without reviewing, how else would you know that the code meets expectations and doesn't leave a tech debt?

2 months ago 0 0 0 0

That's perfect. Might be worth leaving a comment like to for the unexperienced eye.

2 months ago 0 0 0 0

Does this make it run "worse" on newer Ruby?

2 months ago 0 0 1 0
Preview
Bug: Escaping of "/" in class name doesn't seem to work: · Issue #1170 · haml/haml Reproduce: require 'haml' haml_string = ".w-1\\/2 Hello" puts haml_string html_output = Haml::Engine.new({}).call(haml_string) puts html_output Expected Result: .w-1\/2 Hello _buf = "<div class='w-...

My exploration of HAML ended on incompatibility with Tailwind:

2 months ago 1 0 1 0
Advertisement

If you're not tech-savvy, Claude or other AI agents can easilly configure the instance for you.

I like to throw in SQLite with Litestream for easy backups.

2 months ago 0 0 0 0

What can this instance be used for? You decide - Moltbot/Clawdbot, N8N, Rails/Laravel SaaS, Ghost blog.

The only caveat with unchecking ipv4, is that if you're hosting sites - put them under Cloudflare/BunnyCDN to ensure people without ipv6 support can still connect.

2 months ago 0 0 1 0

Self-host anything for 1$/mo:

@scaleway.com, a French cloud provider has a special server instance - STARDUST1-S (1GB of RAM & 1VCPU).

Normally, it would cost about $5/mo, but if you remove the "Public IPv4" and keep the "Public IPv6" option - it goes down to $1/mo.

#hosting #servers

2 months ago 1 0 1 0

With Inertia.js, all the complexity is gone too. It's just server-rendered data and pages, forms, links. Practically no state to manage, unless you actually need it.

I say it's even simpler than Hotwire, because we're thinking components and not frames or streams. 🧠

2 months ago 0 0 0 0

I no longer get why someone would avoid modern JavaScript. It feels so wonderful having functional components that take props and always produce the same desired outcomes.

The bundle size can be slimmer thanks to
@preactjs.com

2 months ago 0 0 1 0

Spent a few days checking out Hotwire to see what it's about, but came to conclusion that Inertia.js is still the best option for modern, highly interactive user interfaces. Stimulus and server-side templates just won't do it for me.

2 months ago 1 0 1 0

Wow, what a way to put it

2 months ago 1 0 0 0

👑

2 months ago 0 0 0 0
Advertisement

Congrats! Is @hardcover.app a friendlier version of goodreads? Curious how you've figured out the market needs, or did it simply start as a learning side-project?

2 months ago 2 0 2 0
"Not just hobby apps, serious applications with considerable user bases can go far with vertical scaling a dedicated server.

It feels nice to think about the edge and your app being right next to the user, but ping times between Chicago and Amsterdam are under 100ms. By optimizing your own applications latency, you can easily serve US and European markets without getting into complex infrastructure.

Latin American, Asian and African customers might be better served by edge computing, but the hardest part of breaking into and serving those markets are definitely not the hosting architecture."

"Not just hobby apps, serious applications with considerable user bases can go far with vertical scaling a dedicated server. It feels nice to think about the edge and your app being right next to the user, but ping times between Chicago and Amsterdam are under 100ms. By optimizing your own applications latency, you can easily serve US and European markets without getting into complex infrastructure. Latin American, Asian and African customers might be better served by edge computing, but the hardest part of breaking into and serving those markets are definitely not the hosting architecture."

YAGNI afaik ✅

2 months ago 0 0 0 0

The temptation to optimise a world-wide server response time and use a multi-region setup on a SaaS which haven't launched 🙈

2 months ago 1 0 1 0

TIL there's now a GitHub Copilot CLI, which is mostly like Claude Code. For 10$ it lets you use Opus 4.5 which is pretty neat. They call it "premium requests".

2 months ago 1 0 0 0

Next.js folks, what's the point of having client-side pages if you can't set the page title on them? A strange framework IMO.

2 months ago 0 0 0 0