#LazyDev

2026-01-21

Một dev lười nhưng hiệu quả: chỉ làm việc nhàm chán 2 lần, lần thứ 3 là phải tự động hóa! 😎
Tạo tool CLI bằng Rust để quét cấu trúc thư mục, xuất tree đẹp ra terminal hoặc file .md — sạch, nhẹ, không config rườm rà.
Còn có chế độ interactive để dùng lại nhanh.
Phiên bản v0.1, nhỏ gọn, đúng việc. Đã tiết kiệm thời gian cho mình, hy vọng giúp được bạn khác!
Góp ý, ý tưởng, hay tool tương tự — mình rất muốn biết!

#CLI #Rust #DeveloperTools #LazyDev #Productivity #CôngCụLậpTrình #TựĐộngH

Mind Ludemindlude
2025-10-02

Don't let your home get as messy as that legacy code! 🧹 Engadget just dropped early Amazon Prime Day vacuum deals, including robot and stick models. Finally, a bot that cleans up after you, not just pushes commits!

What's the one household chore you wish an AI could completely handle for you?

engadget.com/deals/the-best-oc

Fundor333fundor333
2025-07-13

@eclecticpassions Sometime I am too laaaazy for searcing or take a picture for the new post soo... I code it... I do a lot of script for not do stuff... And some chat bot for control my server XD

N-gated Hacker Newsngate
2025-05-15

🎮✨ Oh wow, a for lazy game devs! promises to turn your single-player gaming flops into "masterpieces" with zero effort. Because, you know, who needs networking skills when you have a beta tool doing all the heavy lifting while you sip your coffee? ☕🎩
easel.games/about

2025-01-27

@mkyral Já zase používám PHP, ale pro malé projekty si vystačím se SvelteKit. Nechce se mi řešit další jazyk, framework, Docker kontejnery... 😅 #lazydev

The wagtail project template I wish existed

As of December 28th, 2024, this website visible at rtl.chrisadams.me.uk, is a WordPress blog. I ended up using it out of convenience after wasting too much of my life faffing around with building static site generators, and abortive attempts at hand-built CMSs.

I’ve tried using Wagtail a few times to build these CMS’s too, but never really got into a habit of using them compared to a basic WordPress blog.

Over the last few years though, the Wagtail CMS has become progressivelly more and more impressive, and I’m increasingly involved in that community, so I think it would be nice to start using in 2025 again.

I’ve since learned that Wagtail has a nifty project template feature, which I think makes it possible to have an out of the box experience that ends up feeling something as nice as the WordPress one. Even if there isn’t anywhere near the same ecosystem as WordPress, I think Wagtail as a framework for building blog-like website products is getting really, really impressive.

What I wish existed

If I was younger and had more free time, this is what I’d build:

  • a Wagtail project template for blogging, designed work with SQLite by default, followed by Postgres.
  • an adapted theme from the WordPress 202x project, where a new, well designed default theme is released each year, like the recent Twenty Twenty Five theme. Having a familiar, good looking theme would make it much easier to migrate across from existing WordPress sites, and give a good target for development. Converting themes from one CMS ecosystem to another is fairly common.
  • A good search experience, ideally using the nicer search features offered by Postgres and supported in Django where available. This is somewhere I feel WordPress is quite weak by default, because with MySQL rich search support in applications that use doesn’t seem to be anywhere near as common as I see with Postgres. Technically SQlite could support this too, but I’ve struggled to find Django library support for SQLite search features.
  • an easy deploy story, with good support for use of object storage, compute and database as resources you can consume at independent rates. These are now available from a wide range of providers
  • a default editor experience that demonstrates the slick user experience using streamfield can offer, when you look at how WordPress represents blocks of content on a page, it’s easy to see the appeal of Wagtail’s powerful Streamfield model. In general, I think it’s a well thought out model, but it takes quite some investment of time to create a good setup that demonstrates the value.
  • good support for markdown, sharing code snippets and quotebacks, for common short-form blogging. For me at least, these tend to be the things I jot down and would want to share anyway, as they’re the ones I end up dropping into Obsidian already.

#lazyDev #wagtail #wordpress

2024-11-09

sure, I COULD make a formal model sheet with proportions, angles, expressions, etc... OR I could just paste keyframes from the scenes I already drew and use that to stay on-model

Line drawing of a woman sitting on a bed, with additional reference of the same character also on screen.
2024-09-10

I have written something like this multiple times:
1. scan through a string looking for a specific character
2. once the breaking character is found return the string up until then
3. skip the breaking character and goto 2
4. if end of the string, return the left over string

- Is there, like, a computer science-y term for this?
- Is there a smarter way to do this? (I don't think regex would work and/or I don't want to deal with that)

#Python #LazyDev

Screenshot of code that parses strings for breaking characters.
westbrookwestbrook
2024-02-22

@matthewp @knowler , my quick scan shows a reticence to allow "content" in CSS (which I can kinda get behind...), but does it really point to specifically not wanting to do ANYTHING other than styling? Does that completely block something like CSS Toggles, etc.?

Norm Tovey-Walshndw
2023-06-03

The cooperative.computer site seems like a good/interesting idea. But I have no idea if keycloak, nextcloud, or matrix are reasonable or reliable services. I've no reason to doubt it, but if anyone with more experience wants to help a I'd appreciate it.

westbrookwestbrook
2023-04-12

When using <input type="url" required /> the browser _applies_ a "title" of "Please fill out this field." or "Please enter a URL." and doesn't seem to ever translate it 😱 codepen.io/Westbrook/pen/dygYa Am I holding it wrong?

Other than some old school manual validation take over step, like: css-tricks.com/form-validation or applying an actual "title" element that has some negative side effects, what else can be done to prevent that "title"?

2023-03-15

Every time I work with #Python, I spin up a quick virtual environment to keep my system clean:

python3 -m venv venv
source venv/bin/activate
python <<whatever>>

Then I go back to work with #PHP and wonder whether or not someone has created a similar utility I could use there. But I'm a #lazydev and never do a search. Or think through what it would take to do it myself. Or whether anyone other than myself would find value in it ...

Josh Ourisman :apple_old_logo:joshourisman@hachyderm.io
2022-12-06

Ok, this is weird. I’m trying to migrate a Wordpress database from Google Cloud SQL to PlanetScale. I’m using the database import feature. When I point Wordpress at the new database, everything works fine when it’s in replica mode, but if I switch it to primary mode, Wordpress gives me the installation screen instead of the actual site. What gives? #LazyDev #MySQL #PlanetScale #Wordpress

Rob Allen (@rob@akrabat.com)akrabat@phpc.social
2022-12-01

Does anyone else alias tf=terraform ? #LazyDev

westbrookwestbrook
2022-11-16

When building w3.org/WAI/ARIA/apg/example-in, would you use a `<dialog>` element?

Would you use `showModal()`?

While open, the date picker would then prevent interaction with content outside of the `<dialog>`, right? Is that what "we" want?

`<dialog>` is the only native path to `aria-modal="true"` with accurate Tab trapping, right? Seema bit underwhelming.

Beyond open-ui.org/components/focusgr what other research is going into the inversion of `inert` attributes?

westbrookwestbrook
2022-11-10

Are there any quirky little browser modes that might force a Custom Event to _NOT_ be `composed: true`, even if you told it to be?

I'm flummoxed...

(edit: spelling 😅)

Update; solved. See response below...

Jogo do Bichojogodobicho
2019-08-10

Tabela do resultados do jogo do bicho de hoje Sexta-Feira, 9 de Agosto de 2019.

eojogodobicho.com/deu-no-poste/




Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst