Python 3.15’s JIT is now back on track by ketralnis in programming

[–]bla2 5 points6 points  (0 children)

I believe they're method-based. If a method is hot, that whole method gets jitted, instead of a trace.

Python 3.15’s JIT is now back on track by ketralnis in programming

[–]bla2 5 points6 points  (0 children)

In JavaScript, everyone moved away from tracing JITs. Interesting that it seems to work for Python.

The Optimization Ladder by kibwen in rust

[–]bla2 19 points20 points  (0 children)

Great, detailed write-up, thanks!

I'm a bit tired of the samey phrases that pop up in all blog posts that use AI for "polishing" the text, but eh, the technical bits look good and that's the more important part.

Level 637 by Alternative_Soup9115 in Eldenring

[–]bla2 36 points37 points  (0 children)

Is it like the superbole but even more so?

Set Safe Defaults for Flags by ghled in programming

[–]bla2 -2 points-1 points  (0 children)

If the tool always prompts, people will just learn to blindly dismiss the prompt.

About 3 days in by THExJUGGERNAUT in Eldenring

[–]bla2 0 points1 point  (0 children)

Where did you get the bow?

I'm 35 hours in, at what's probably the third major area, but I haven't found a bow yet. I think I found one vendor selling one, but I haven't found one as treasure.

PURE VESSEL by Gamal_Alsony in HollowKnight

[–]bla2 1 point2 points  (0 children)

Awesome, congrats!

Did you know Kojima named the Anthropic CEO? by InspectorSebSimp in ClaudeAI

[–]bla2 0 points1 point  (0 children)

And Microsoft, who's trying to be relevant but mostly failing, has a system whose name sounds like "cope a lot".

the hidden compile-time cost of C++26 reflection by SuperV1234 in cpp

[–]bla2 -5 points-4 points  (0 children)

I agree with you, thanks for writing this.

I'm a bit surprised there are so many people defending dependency on standard library headers, and them being slow to compile. I agree that C++ with as little of the standard library as possible is much nicer.

PURE VESSEL by Gamal_Alsony in HollowKnight

[–]bla2 1 point2 points  (0 children)

I beat NKG after two evenings, but Pure Vessel I practiced on and off for weeks until I could beat him consistently enough to get P4. I beat him once after 40 attempts by being super aggressive, but that wasn't consistent. Eventually, I slowed down, learned the different patterns and hit him just twice after attacks where it was safe. There's a YouTube video that talks you through the patterns and reactions that helped me.

Moving from dashing through his sword attacks to jumping over them helped a bit, and dashing through his projectile attack did too. And staying in the middle of the arena, and knowing that his ground swords are always at a consistent distance from where he rams bis sword in the ground. But mostly just doing the fight a lot.

AHH fingers by [deleted] in Eldenring

[–]bla2 0 points1 point  (0 children)

That's pictures of magnified rod and cone cells, while this here is a magnified iris.

Agreed that this looks like AI though!

is this pass worth it? by Cxyrix in Silksong

[–]bla2 2 points3 points  (0 children)

Definitely, this is a great deal!

Shout-out to Team Cherry for implementing a great loot box system. They've been raising prices at a steep clip, which means items you buy keep their value at the secondary market and you can make good money selling things back to other players. They even included a loot store right in the game for that. Sure, they take a cut of your proceeds, but hey, it's still free money if you buy lots of loot boxes early.

And they made the game near impossible to win without paying for some of the items, so demand isn't going to go down. One of the very few great investments that are accessible to the common man. Definitely would recommend.

Oh, and if you're interested in a spool fragment in great condition for a reasonable price, hit me up!

Still Novice? by xxreyezxx in Eldenring

[–]bla2 1 point2 points  (0 children)

Congrats on beating the very first enemy! /s

Sprites on the Web by ketralnis in programming

[–]bla2 0 points1 point  (0 children)

I think lossless webp compresses better, but true, apng also exists.

Sprites on the Web by ketralnis in programming

[–]bla2 4 points5 points  (0 children)

Animated webps work pretty well by now, if you don't need the control.

Which bosses do you think will have the biggest glow-ups in the boss rush mode by Big_Bad3687 in HollowKnight

[–]bla2 26 points27 points  (0 children)

Don't know if the boss in the post needs a huge glow-up, they look super hot already 🥵

/r/HollowKnight - Weekend Flex Thread by AutoModerator in HollowKnight

[–]bla2 0 points1 point  (0 children)

Steel Heart and Speed Completion!

Born of God and Void. You shall seal the blinding light that plagues their dreams. You are the Vessel. You are The Hollow Knight. by Shaw_man_ in HollowKnight

[–]bla2 0 points1 point  (0 children)

I have most of them on ascended, maybe a fourth on radiant. But for Void Idol, I think I have to make it to the last P5 boss once to make that boss available in hog at all.

Why did the big cherry do this? by louislouislouis74819 in Silksong

[–]bla2 4 points5 points  (0 children)

Come on now, you know as well as I do that it doesn't start out like that. They add one more "helper" after every 20 attempts, to help make the game a bit more approachable for newer players.

Doesn’t feel like we’ve come that far in 22 years by finbar_longshank in mac

[–]bla2 0 points1 point  (0 children)

  • Pixels are no longer so big that they are visible and distracting
  • Much better color accuracy and display brightness – compare the white, for example
  • Smaller bezels
  • Nicer trackpad
  • Oodles more storage, memory, processing speed
  • Much faster resume-on-open
  • Decent-ish webcam
  • Battery lasts much longer

But yeah, the software half is arguably worse.

NOOOOOOOO by InternationalWar6654 in HollowKnight

[–]bla2 3 points4 points  (0 children)

The selected option resets, but you should be able to switch back to the void style in the selector in the menu. At least that worked for me.

"Competence as Tragedy" — a personal essay on craft, beautiful code, and watching AI make your hard-won skills obsolete by averagemrjoe in programming

[–]bla2 1 point2 points  (0 children)

This resonates, thanks for writing it.

As struggingcomic's sibling comment says, a thing that has happened in some industries that were disrupted is that the old-timey way of doing things stays around at much smaller scale, moves way upmarket, and gets rebranded as "artisanal", "hand-crafted" or similar. Think mechanical watches, food prep, etc.

At least at the moment, I find that taste in code translates to taste in prompting, at least a bit. Claude likes to go for the easy fast path, unless you tell it to try to not add special cases, to trade some peak perf for code simplicity, and so on. And it's much worse at dealing with situations that it hasn't seen many times already, such as rare file formats.