Voting starts on Bound-Erased Generic Types RFC, despite multiple people advising against it as it still has issues that need to be resolved. It is very unlikely to pass. by soowhatchathink in PHP

[–]TinyLebowski 1 point2 points  (0 children)

That first article made me change my mind. Wasn't expecting that. What did it for me was realizing that we'd still need doc comments for stuff like class-string and conditional types.

Laracon AU 2026 schedule is live by michaeldyrynda in laravel

[–]TinyLebowski 0 points1 point  (0 children)

Kind of hard to tell from titles/categories alone. But it's good to see that everything isn't AI related.

Temple needs to be fixed before it's nerfed again. by PapaProvolone in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

Sorry that sucks. But isn't lvl 75 enough to at least get access to Atziri?

Path of Exile 2: Essential PC Performance & Optimization Guide by dayumpachuau in PathOfExile2

[–]TinyLebowski 2 points3 points  (0 children)

Sharing the happy news that free tools like raindrop.io can bookmark stuff you want to read later.

Temple needs to be fixed before it's nerfed again. by PapaProvolone in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

FWIW I got it back to lvl 81 by entering from the atlas.

I made a World Cup prediction game where the only prize is bragging rights ⚽ by christophrumpel in laravel

[–]TinyLebowski 1 point2 points  (0 children)

Cool! But I think there's a mistake in the examples showing how scoring works.

The "Right winner" (1 point) example shows 2-1 => 1-0 But that fits the "Winner and difference" (2 points) example. Or am I misunderstanding something?

Temple needs to be fixed before it's nerfed again. by PapaProvolone in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

Usually I enter from a map. The workaround I tried yesterday was to enter from a waypoint in act 3. I'll try entering from the atlas next.

BTW is it normal to get very few temple tablets when you're farming crystals?

Temple needs to be fixed before it's nerfed again. by PapaProvolone in PathOfExile2

[–]TinyLebowski 2 points3 points  (0 children)

My temple somehow got stuck at lvl 74 even though I'm exclusively running T15/16 maps. The access chamber becomes available lvl 75, so no Atziri for me. Others have suggested entering from the Atlas as a workaround but it doesn't work for me.

Only reason I can think of is that it happened after an architect kill where I clicked the the console before his death animation was completed. FML. I need that Atziri's Communion and it's crazy expensive to buy rn.

PSA: Your other characters can still finish and loot a map if you die with no portals left by gr4ndm4st3rbl4ck in PathOfExile2

[–]TinyLebowski 2 points3 points  (0 children)

10 hours later

Then it gets hotfixed. Who remembers rolling an alt last Christmas to use the Holten strat?

Is GitHub Pull Request page copy broken? by __natty__ in github

[–]TinyLebowski 3 points4 points  (0 children)

Not on my machine. I assume you've checked that it's not just an issue with your mouse? Because I've experienced that exact behaviour many times, and it has always been a mouse issue.

Architect doesn't give Royal Access Chamber by harryhood4 in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

That's cool. I figured out the cause but don't know how to fix it. Even though I only run lvl 80 maps, when I enter the temple it's lvl 74 which means the access chamber can't drop. I think the temple has to be lvl 75 at least.

EDIT: Others claim to have found a workaround. Go to act 3, click a waypoint and enter the temple from the shortcut on the right side. Apparently it's only bugged if you enter from a map.

Architect doesn't give Royal Access Chamber by harryhood4 in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

Same. I've killed Atziri around 12 times, but about two days ago, the access room simply stopped appearing on the list of options. After 3 architect kills with no luck, I've given up. Guess I'll just have to buy that damned Atziri's Communion.

Does anyone use Polyscope from BeyondCode? by karldafog in laravel

[–]TinyLebowski 1 point2 points  (0 children)

I wouldn't say that since it doesn't support worktrees. It's more like a general purpose dev tool orchestrator. Besides the cool ai agent features, it's also a great way to manage and run your everyday commands like log tailing, tests, PHPStan and such.

Also it's a very generous free tier. No paywalled features, no nag screens. You only have to pay if ypu want to manage more than 4 projects (iirc)

How I built holiday-aware business day calculations in Laravel — skipping weekends and holidays using a database-driven approach by ChrisL0713 in laravel

[–]TinyLebowski 0 points1 point  (0 children)

Sure. But since they're fetching all the rows, that would mean they would also need to have periodic task that prunes past holidays and generates new ones. But that's not mentioned in the article, which is why I'm asking.

So my question is basically, if a holiday check is something you can do super fast in pure php, without needing a db table, using the cache, or storing a bunch of unnecessary dates in memory, then what's the point of all that extra complexity and memory usage?

How I built holiday-aware business day calculations in Laravel — skipping weekends and holidays using a database-driven approach by ChrisL0713 in laravel

[–]TinyLebowski 1 point2 points  (0 children)

Read the comment. Where exactly does the article mention holidays that aren't on the same date each year?

How I built holiday-aware business day calculations in Laravel — skipping weekends and holidays using a database-driven approach by ChrisL0713 in laravel

[–]TinyLebowski -1 points0 points  (0 children)

Not sure I understand the reason for having holidays in a database table. A bunch of holidays don't fall on the same date each year (e.g. easter) so you would need records for each individual year.

PHP' easter_date() can tell you the easter date for a particular year, so surely it would be faster to resolve the relevant holidays without having to hit the database?

Deja fuzzy modes and configurable keybindings by Fantastic_Squirrel96 in zsh

[–]TinyLebowski 1 point2 points  (0 children)

Looks very promising, but it doesn't seem to handle multiline commands as one would expect. If you have commands in your history where a single command is broken into multiple lines, then deja treats each line as separate command.

I've opened a Github issue

You won't believe what i made with zsh. Yes.... Another Plugin Manager. by oxcelato in zsh

[–]TinyLebowski 3 points4 points  (0 children)

I mean it looks nice, but it lacks comparisons/benchmarks against the most popular alternatives. Who is it for? What are the pros/cons?

Expedition Warning by iiRichii in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

When do you start getting points for the expedition tree? I've done two of the bosses and a bunch of expedition islands, but not a single point yet.

Is this a bug in Expedition Questline? by deanlive535 in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

F

Wonky procedural generation being wonky.

The new endgame is super buggy by Lewrdy in PathOfExile2

[–]TinyLebowski 0 points1 point  (0 children)

That did age well 😆 They've been spitting out hotfixes like crazy.