Readit News logoReadit News
Wulfheart commented on uv downloads overtake Poetry for Wagtail users   wagtail.org/blog/uv-overt... · Posted by u/ThibWeb
heisig · a year ago
I recently switched to uv, and I cannot praise it enough. With uv, the Python ecosystem finally feels mature and polished rather than like a collection of brittle hacks.

Kudos to the uv developers for creating such an amazing piece of software!

Wulfheart · a year ago
Ok, you convinced me to give it a try. Tbh, I am a casual user of python and I don't want to touch it unless I have a damn good reason to use it.
Wulfheart commented on A Chronicle reporter went undercover in high school   sfchronicle.com/vault/art... · Posted by u/mooreds
SllX · 2 years ago
> Who will deliver us from this meddlesome law?

Only voters can. Directly. At the ballot box.

So don’t hold your breath. Any other remedy wouldn’t really be legal nor legitimate because of the nature of ballot initiatives, particularly ones that amend the State constitution.

Proposition 13 is sitting on top of a long pile of ballot-passed laws that have over time convinced me the entire ballot initiative process is actually a mistake and primarily enables bad but popular laws.

Wulfheart · 2 years ago
That’s why Germany hasn’t introduced it after WW II.
Wulfheart commented on Don't use your ORM entities for everything – embrace the SQL   blackparrotlabs.io/post/a... · Posted by u/bubblehack3r
Spivak · 2 years ago
> Will you actually need to change between fundamentally different database technologies?

Yes, use sqlite locally for development and run PG in prod. Unit tests can now use the db and finish in milliseconds. You get unit tests that have the power of integration tests and don't have to ever stub out your db. I use Redislite for the same thing.

I'm of the opinion that SQLite is the musl of the SQL world. By deciding that you'll support it first-class you'll avoid the sharp edges of database specific behavior and extension hell and write better more maintainable code.

"Sorry we can't actually put that logic the database, SQLite doesn't support spooky action at a distance."

Wulfheart · 2 years ago
But then your tests and prod setup would differ.
Wulfheart commented on Show HN: Booklet – Async forums as an alternative to chat   booklet.group/... · Posted by u/philip1209
mikepurvis · 2 years ago
Overall I don't mind Discourse, but I would definitely love for it to:

- not hijack my scroll or do that infinite page thing. Please load the entire thread or at least let me use classical pagination.

- not hijack CTRL-f for its own built-in search. I want my browser's on page search, and I know what I'm doing.

Wulfheart · 2 years ago
Why did they use infinite scroll in the first place? Is there any scientific research behind this? What are better alternatives?
Wulfheart commented on Show HN: HyperDX – open-source dev-friendly Datadog alternative   github.com/hyperdxio/hype... · Posted by u/mikeshi42
Wulfheart · 2 years ago
So do I understand the landing page correctly: It is possible to run Clickhouse using an Object Storage like S3? What are the performance implications?

Dead Comment

Wulfheart commented on Every Sufficiently Advanced Configuration Language Is Wrong   matt-rickard.com/advanced... · Posted by u/rckrd
Wulfheart · 4 years ago
The author does not take JsonSchema in account.
Wulfheart commented on The best looking error page for PHP applications   github.com/spatie/ignitio... · Posted by u/freekmurze
Wulfheart · 4 years ago
Very nice one. I hope I can integrate it at work!

u/Wulfheart

KarmaCake day8September 28, 2018View Original