Mark Philpot's Avatar

Mark Philpot

@markphilpot.bsky.social

https://markphilpot.com

54 Followers  |  261 Following  |  72 Posts  |  Joined: 11.04.2023  |  2.1506

Latest posts by markphilpot.bsky.social on Bluesky

Sometimes I forget about the way Micro.blog archives any web page you link to or bookmark, including images and styling. I just checked the database and there are hundreds of thousands of web pages and millions of resources. Slowly turning into a personal, miniature Internet Archive.

08.11.2025 17:49 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Screenshot from Tumblr that says
devpalmer

military recruiter: so what got you guys interested in the marine corps

enormous horde of hagfish, ispods and bottom-feeding crustaceans: oh. uh. is that how you pronounce it

devpalmer

whale fall side of tumblr you understand me

87,491 notes

Screenshot from Tumblr that says devpalmer military recruiter: so what got you guys interested in the marine corps enormous horde of hagfish, ispods and bottom-feeding crustaceans: oh. uh. is that how you pronounce it devpalmer whale fall side of tumblr you understand me 87,491 notes

Hey @tkingfisher.com

28.10.2025 05:04 โ€” ๐Ÿ‘ 393    ๐Ÿ” 103    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
The Majority AI View - Anil Dash A blog about making culture. Since 1999.

Okay, for the folks who asked: here's the majority AI view, writing up the reasonable, thoughtful view on AI that the vast majority of people in tech hold, that gets overshadowed by the bluster and hype of the tycoons trying to shill their nonsense. anildash.com/2025/10/17/t... Please share!

17.10.2025 19:29 โ€” ๐Ÿ‘ 1117    ๐Ÿ” 488    ๐Ÿ’ฌ 37    ๐Ÿ“Œ 145
New JavaScript Set Methods
const set1 = new Set(['wes', 'kait']);
const set2 = new Set(['wes', 'scott']);
Difference
Elements in set2 but not in set1
set2.difference(set1)
> ['scott']
Intersection
Elements that exist in both sets
set1.intersection(set2)
> ['wes']
Symmetric Difference
Elements in either set, but not both
set1.symmetricDifference(set2)
> ['kait', 'scott']
Union
All elements from both sets
set1.union(set2)
> ['wes', 'kait', 'scott']
Is Disjoint From
True if sets share no elements
set1.isDisjointFrom(set2)
> false
Is Subset Of
True if all elements are in other set
set1.isSubsetOf(set2)
> false
Is Superset Of
True if it contains all other's elements
set1.isSupersetOf(set2)
> false

New JavaScript Set Methods const set1 = new Set(['wes', 'kait']); const set2 = new Set(['wes', 'scott']); Difference Elements in set2 but not in set1 set2.difference(set1) > ['scott'] Intersection Elements that exist in both sets set1.intersection(set2) > ['wes'] Symmetric Difference Elements in either set, but not both set1.symmetricDifference(set2) > ['kait', 'scott'] Union All elements from both sets set1.union(set2) > ['wes', 'kait', 'scott'] Is Disjoint From True if sets share no elements set1.isDisjointFrom(set2) > false Is Subset Of True if all elements are in other set set1.isSubsetOf(set2) > false Is Superset Of True if it contains all other's elements set1.isSupersetOf(set2) > false

You should be using JavaScript sets more often

Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.

21.01.2025 19:43 โ€” ๐Ÿ‘ 1612    ๐Ÿ” 149    ๐Ÿ’ฌ 51    ๐Ÿ“Œ 11
blog post image

blog post image

Fate/strange Fake: Whispers of Dawn (https://anilist.co/anime/154966/Fatestrange-Fake-Whispers-of-Dawn/)

A Fate production not done by ufotable? Call me skeptical but A1 is probably one of the studios that might be able to do it justice. This is just "Episode 0" and very much a shotgun...

19.01.2025 01:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
blog post image

blog post image

Neva lets you pet, play, scratch, cuddle, and fight with the dog (and tears were definitely shed in the process). Gris is a better game and I prefer the puzzle platforming versus the combat in Neva, but the mechanics are tight and ultimately satisfying.

8/10

19.01.2025 01:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
blog post image

blog post image

Metaphor: ReFantazio (https://metaphor.atlus.com/index.html?lang=en)

Improved Persona-esque mechanics with a more complex and flexible combat/upgrade system. The story didn't quite resonate with me (felt very one note) and while the OST is good, it's not Persona.

7/10

14.01.2025 06:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Staffel 2 Neue Allianzen, Zerwรผrfnisse und neue Gefahren fรผhren im Kampf zwischen Piltover und Zhaun zu Ruhm und Leiden.

Arcane - Season 2 (https://www.themoviedb.org/tv/94605-arcane/season/2)

An immense visual spectacle, banger OST, and a story that felt like it could have used two more episodes. Iโ€™m not complaining! They took their time and delivered on the promise of season 1.

10/10

Arcane - Season 2 An immens

11.01.2025 17:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hazbin Hotel

Masterpiece! I canโ€™t believe Iโ€™m so late to thisโ€ฆ This is everything I could ever want in a show. The music is out of this world, the voice acting is better than most Broadway A-list shows, the art is pitch perfect! Now, to dive into Helluva Boss.

10/10

10.01.2025 18:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Unfortunately, there is one aspect of Zen/Firefox that doesnโ€™t look to be configurable (that will probably be a deal breaker without a lot of retraining my brain) โ€“ The Location Bar wonโ€™t autocomplete to browsing hist... https://micro.markphilpot.com/2025/01/06/unfortunately-there-is-one-aspect.html

07.01.2025 01:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

As a precautionary measure, running an experiment with Zen Browser as an Arc replacement. Given a bit of customization, I was fairly happy with the result. The recent Arc updates are essentially Chromium upgrades whi... https://micro.markphilpot.com/2025/01/05/as-a-precautionary-measure-running.html

05.01.2025 18:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Oshi no Ko 2nd Season

Doga Kobo is on an absolute tear. While this season may not have the punch of the first (and I missed the OP & ED) I loved every aspect (and very glad I waited until the end of the season to binge it)

10/10

03.01.2025 20:12 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

ๆ˜Žใ‘ใพใ—ใฆใŠใ‚ใงใจใ†ใ”ใ–ใ„ใพใ™๏ผไปŠๅนดใ‚‚ๅฎœใ—ใใŠ้ก˜ใ„่‡ดใ—ใพใ™โ™ช
#ใƒชใ‚ณใƒชใ‚นใƒปใƒชใ‚ณใ‚คใƒซ #ใƒชใ‚ณใƒชใ‚ณ #้ŒฆๆœจๅƒๆŸ #ไบ•ใƒŽไธŠใŸใใช

02.01.2025 06:42 โ€” ๐Ÿ‘ 341    ๐Ÿ” 120    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

I loved โ€œThis is How You Loseโ€ฆโ€ and โ€œPrioryโ€ฆโ€

23.11.2024 17:05 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Took out my trumpet to record a bit. Can only do about 15 minutes before lips get too tired, but was nice to get it oiled up and making sound again. Still frustrated that I canโ€™t seem to find my SM57s after the remodel. Was holding off on getting new mics thinking they might turn up, but no dice.

11.11.2024 21:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Righteous indignation

#medusa #art

07.11.2024 18:49 โ€” ๐Ÿ‘ 2493    ๐Ÿ” 703    ๐Ÿ’ฌ 19    ๐Ÿ“Œ 6
Post image

Tsue to Tsurugi no Wistoria

None of the charm of Dungeon but with all the production values (trailed off at the end - You could tell they ran out of money in the last third as every action shot was matched with one or two stills) The ... https://micro.markphilpot.com/2024/10/30/tsue-to-tsurugi.html

30.10.2024 16:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#janeyuan #janedoe #zhuyuan Tummy kisses

21.10.2024 19:24 โ€” ๐Ÿ‘ 335    ๐Ÿ” 90    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 1
Post image

I'm in Love with the Villainess
#gl #yuri #manga #wlw

24.10.2024 21:34 โ€” ๐Ÿ‘ 79    ๐Ÿ” 20    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image 23.10.2024 02:27 โ€” ๐Ÿ‘ 72    ๐Ÿ” 22    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image 22.10.2024 13:44 โ€” ๐Ÿ‘ 354    ๐Ÿ” 69    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Interesting that again there was a huge spike but no long tail in artist accounts moving from Twitter/X to Bluesky. I was expecting a longer tail as what seemed to be a critical mass took action, but maybe it has to do the venn diagram of communities.

21.10.2024 15:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Heading to OT!!

21.10.2024 02:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Angra - Wuthering Heights feat. Amanda Somerville - [Acoustic - Live At Opera de Arame]
YouTube video by Angra Angra - Wuthering Heights feat. Amanda Somerville - [Acoustic - Live At Opera de Arame]

youtu.be/h2sG5Yx_K50

21.10.2024 00:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What an incredible performance! Andre Matos you are missed.

https://youtu.be/h2sG5Yx_K50

21.10.2024 00:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Do you recommend the first installment? Doesn't seem like the stories are related, but just checking...

20.10.2024 17:19 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Been on my list to play forever! Going to bump it up the list now ๐Ÿ™๐Ÿผ

20.10.2024 17:14 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

ใผใฃใกใกใ‚ƒใ‚“

19.10.2024 19:57 โ€” ๐Ÿ‘ 1009    ๐Ÿ” 211    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

if tgswiiwagaa has a million fans, im one of them if tgswiiwagaa has one fan, im THAT ONE if tgswiiwagaa has zero fans, im dead

19.10.2024 21:54 โ€” ๐Ÿ‘ 863    ๐Ÿ” 100    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 1

เธฃเธงเธกเธ™เธฑเธเธงเธฒเธ”เธชเธฒเธข GL ๐Ÿค
Feel free to reply any GL Artists you know :)
go.bsky.app/MQbzHgH

18.10.2024 09:54 โ€” ๐Ÿ‘ 245    ๐Ÿ” 227    ๐Ÿ’ฌ 14    ๐Ÿ“Œ 7

@markphilpot is following 20 prominent accounts