Avatar

FlumPHP

flumph@programming.dev
Joined
15 posts • 11 comments
Direct message

Ah I was hoping for a western setting in the Warhammer universe, but it looks like Old World is high fantasy.

permalink
report
reply

It’s a company renting space on the rocket, so probably just rich people doing dumb rich people things.

permalink
report
parent
reply

It is interesting, but it’d also be cool to see Blizzard introducing their fanbase to one of the popular indie systems like Cypher, Cortex, etc.

permalink
report
parent
reply

I sold my account and blocked Reddit at the DNS level. I set up a bunch of feeds in Inoreader to stay on top of topics I care about like local news, gaming, tech, etc.

The only downside has been while playing BG3 and Googling things, Reddit results usually come up first and look the most spot on. Other links are either AI generated garbage or articles that are ten paragraphs when two sentences could have been done.

permalink
report
reply

DHH is a contrarian. Any benefits of the cloud he might get are overridden by the fact that he needs to be different (and blog about it).

See his stances on Typescript, workplace inclusion, TDD, etc.

permalink
report
parent
reply

I too want my query results in an object, but thankfully libraries like sqlx for golang can do this without the extra overhead of an ORM. You give them a select query and they spit out hydrated objects.

As far as multiple DBs go, you can accomplish the same thing as long as you write ANSI standard SQL queries.

I’ve used ORMs heavily in the past and might still for a quick project or for the “command” side of a CQRS app. But I’ve seen too much bad performance once people move away from CRUD operations to reports via an ORM.

permalink
report
parent
reply

Interesting. I’ll have to find some docs and share it with my co-workers because they definitely don’t use build-in refactoring. Thanks!

permalink
report
parent
reply

Jetbrains IDEs do a lot of indexing and caching so that operations that normally take a bit are faster. Full text search, find usages, identifying interface usage in duck types, etc.

But the killer feature for me is the refactoring tools. Changing a function signature, extracting an interface, moving code to new files or packages, etc. I pair with folks who use VS Code and its a bit tedious watching them use find and replace for renaming things.

I’ve never been able to benefit from an IDE in a way that make up for how much slower and more bloated they are.

That does sound legit if you have resource limitations. Thankfully I’ve always worked for corporations that hand out MacBook Pros like candy. Normal day for me is having two Jetbrains IDEs open with Chrome, Slack, Zoom, and a dozen containers. Still runs smooth.

permalink
report
parent
reply

I’m not convinced that “strong pairing” is the best way to pair but even people who rail against agile ideology tell you that you’re pairing wrong if you don’t follow it precisely.

permalink
report
reply

Not arguing either side, but I’d love to hear your reasoning.

permalink
report
parent
reply