@bajortski.net got the same result
@bajortski.net got the same result
How do you type-annotate a 1-dimensional array with a custom dtype in numpy?
Specifically, what goes in place of the question marks here:
numpy.ndarray[tuple[int], ???]
#Python #numpy
@ben
# +1 VALVE PLEASE ADD THIS ๐
Same world as before, but with Negative Paint applied to every single block. The grass is now magenta, and the dirt is now blue.
how about some negative paint?
world.tiles[:, :] = Tile()
world.tiles[:, 300:301] = Tile(
block=Grass(paint=PaintEnum.NEGATIVE),
)
world.tiles[:, 301:1200] = Tile(
block=Dirt(paint=PaintEnum.NEGATIVE),
wall=DirtWall(paint=PaintEnum.NEGATIVE),
)
My test character floating around a Terraria world consisting of one layer of grass and about 900 layers of dirt below.
make a perfectly flat terraria world in three* lines of python!
world.tiles[:, :] = Tile()
world.tiles[:, 400:401] = Tile(block=Grass())
world.tiles[:, 401:1200] = Tile(block=Dirt(), wall=DirtWall())
*actually a bit more than that since you need to load and save the world itself
I'm super hyped to announce that Bluesky Socal PBC has given me a grant to work on the Federated Credential Management (or FedCM) standards to make them really work for all decentralized web applications.
This is why I stepped up to be an Invited Expert with the W3C FedID Working Group earlier [โฆ]
A subclass of `IntEnum`, called `ForestTreetopEnum`. It has six variants, named `TREE_0` to `TREE_5`, whose value goes to `0` to `5`. Each variant displays the sprite of the corresponding treetop below.
really like how this bit of documentation turned out
wish i had a quick way to do the same for all similar enums
Binwalk reporting that a Terraria world contains a PNG image at offset 19424424.
i am now doing very normal things with this power
A Terraria world, but it's filled with 5x5 squares of illuminant Luminite Bricks of different colors.
yay lihzahrd can now successfully _write_ valid Terraria worlds, not just _read_ them!
#Terraria
now i'm tired :neocat_flop_zwz:
went outside for a walk and got 400 #StreetComplete quests done in an hour :neocat:
@ben i need to make some room on my hard drive :neocat_sob:
@ben incredibly cursed post
@ben _what_
huh the latest terraria patch started including timezones in world creation and save timestamps
guess i have to implement those as well then
#Terraria
[ULTRAKILL ยท 8-4]
the boss wasโฆ incredibly easy?
compared to everything else, at least
also not really as visually impressive, but the three earlier levels set the bar _so high_ โฆ
freefall was a cool mechanic though
8-3: Disintegration Loop -- Standard -- Time: 89:13.991 (D) Kills: 173 (B) Style: 11185 (D) - 95 restarts Secrets: 1 / 5 Challenge: Kill a Power with terminal velocity (incomplete) Total: +14,685 P Rank: D
[ULTRAKILL ยท 8-3]
this was both the best level i've ever played in a FPS (incredibly cool visuals) _and_ the worst level i've ever played in a FPS (skill issue)
#ULTRAKILL
How do you type-annotate a 1-dimensional array with a custom dtype in numpy?
Specifically, what goes in place of the question marks here:
numpy.ndarray[tuple[int], ???]
#Python #numpy
A toilet on top of a cliff, facing the night sky. V1 is holding a blue skull and a Marksman revolver.
[ULTRAKILL ยท 8-2]
excellent place for a toilet :neocat_thumbsup:
#ULTRAKILL
8-1 HURTBREAK WONDERLAND -- Standard -- Time: 40:03.125 (D) Kills: 68 (B) Style: 8908 (C) - 33 restarts Secrets: 0/5 Challenge: Parry a Providence (Complete) Overall: D
[ULTRAKILL ยท 8-1]
my head hurts :neocat_dizzy:
also WOW that was awesome! :neocat_hyper:
felt like playing Antichamber but FPS
#ULTRAKILL
ultrakill layer 8 time!!! :neocat_hyper::neocat_hyper::neocat_hyper:
#ULTRAKILL
@cheeaun
> ๐ค New shortcut: "Profile"
YESSSSSSSS ๐คฉ
excuse me **_what_**
https://www.evangelion.jp/news/260223-1/
#Evangelion
The button for STANDARD matchmaking being selected, and the text "ATTEMPTING TO LEAVE MATCHMAKING..." shown below.
bait-and-switch horror game menu concept
game initially masquerades as a pvp game with matchmaking, but never matches the player with an opponent
after the player gets bored and cancels matchmaking, the message "Attempting to leave matchmaking..." is shown [โฆ]
[Original post on a.junimo.party]
https://store.steampowered.com/news/app/1229490/view/494969252845979630
#ULTRAKILL layer 8 next week! :neocat_hyper:
@cheeaun what does `column-height` do? i've never heard of it
every single deckbuilder website for mtg seems to be specifically designed for the commander format, and only that
there are markers that show you whether you have a specific card in your collection, but not how many copies of that card
it's not an issue in commander, as you can only have a [โฆ]
Finished the JoJo's Bizarre Adventure: Stone Ocean anime!
Without going into spoilers: I found the first two batches to be boring, but enjoyed the third batch a lot.
Was the budget for this part lower than the previous ones? Many things felt less polished than in the previous partsโฆ
#JoJo #JJBA
RE: https://mastodon.rip/@steamreleasebot/116098479479470693
super hyped for this, the first one in the series was awesome
#Paranormasight
the rewrite of my Terraria world editing Python library now successfully reads 1.4.5.5 world headers! :neocat_thumbsup: