Hi, #Bandcamp!
You can find my user page here:
https://bandcamp.com/pmarg
And my wishlist here:
https://bandcamp.com/pmarg/wishlist

Hi, #Bandcamp!
You can find my user page here:
https://bandcamp.com/pmarg
And my wishlist here:
https://bandcamp.com/pmarg/wishlist
My 42nd birthday is in August. It's been a difficult couple of years marked by grief, isolation, extreme poverty, disability, & burn out.
If you want to help make my birthday special you can
Donate: https://ko-fi.com/qpthepurplesnep
Wishes: https://throne.com/qp_and_valiant/collections/42nd-birthday
#birthday #poverty #wishlist
definitely seeing this exhibition
_
@markgurman I would much prefer an “Apple Band” that can be worn on wrist or ankle with sensors that replace or complement an Apple Watch for sports. Could use the same charger and maybe even bands but thinner and lighter.
This is a most unusual conversation. First that there are people who come to MIT who have never programmed. Second how unexpected her presentation is for anyone from MIT.
https://www.mit.edu/~anabell/
https://www.manning.com/books/get-programming
https://www.google.com/books/edition/Get_Programming/czgzEAAAQBAJ?hl=en&gbpv=1&dq=get+programming&printsec=frontcover
#mit #programming #python #learning #unusual #video #podcast #good #gender #book #wishlist
(I’m trying this post again to see what happens when I use hashtags)
we also have an #Amazon #AmazonWishlist with a lot of ways to help us, everything from needs to just some things we would like to have. anything from this list would be incredibly appreciated. https://www.amazon.com/hz/wishlist/ls/18KTT0ZMUTSWD?ref_=wl_share #MutualAid #MutualAidRequest #TransCrowdfund #HelpFolksLive #HelpFolksLive2025 #MastodonForHarris #Mastodon4Harris #Tzedakah #DirectGiving #DisabledCrowdfund #DisabilityCrowdfund #Crowdfund #Crowdfunding #Wishlist #WishlistGiving
#fanart about journey in #flooftopia where your decisions shape your character's and #world.
Have think it really changes us from the inside.
Will wait for the trip: #wishlist
https://store.steampowered.com/app/2803390/Flooftopia/
They told us 'point-and-click games are a Jurassic genre'… Pfft, #adventuregame never die!
If you’re ready for a adventure with the raw power of a T-Rex, try The Adventures of Tango Rio demo on #steam
And most importantly… #wishlist it! "
* WISHLIST WEDNESDAY * Animal care staff is requesting more toys for the small cats and weed spray.
Virtually Indestructible Best Ball for Dogs, 4.5-inch
https://www.amazon.com/dp/B0002DI32W/?th=1
Jolly Pets Jolly Egg Dog Toy, 8 Inches
https://www.amazon.com/dp/B003TTYNO8/?th=1
Organic Herbicide Total Vegetation and Weed Killer Concentrate
https://www.amazon.com/dp/B07CVN5Q2M?th=1
You can also find needed supplements, tick spray, pool supplies, vet hospital supplies, and bear goodies on our Amazon Wishlist at https://www.amazon.com/hz/wishlist/ls/3HIAUWLXM5X
Kater Yoshi hat ein Paket bekommen, was mich besonders freut! Leider war das Paket aber was zerfleddert, deshalb weiß ich nicht, ob es anonym geschickt wurde. Falls ja: ganz, ganz vielen Dank! Falls nein: schreibe mich bitte an, damit ich mich persönlich bedanken kann!
Ich freue mich!
oooooo @protonprivacy I know what would help me get around not having more users on my visionary account on a custom domain. The ability at a domain level to forward mail to a third party address. Fingers crossed this would be easy to implement! #securemail #wishlist #privacy
Hey friends,
I get asked time to time if there's anything I need or a way they can help support me, so I put together an Amazon wish list. It's mostly tech stuff—nothing urgent, just things that would be genuinely useful in the work that I do.
No pressure at all, but if you feel like helping, here it is:
https://weblog.kylereddoch.me/2025/04/why-im-sharing-my-amazon-wish-list?preview&uncache
And because I don't share all informations, we also publish the steam page for DeadCore Redux:
https://s.team/a/3484260
This version features many cool things like revamped graphics / audio / UI, gamepad support and a brand new Story level.
A demo is coming soon, don’t forget to wishlist if you want to support us!
Our latest game at SkyPyre Studios, a Canadian indie company.
MUSHROAM, a 2D puzzle-platformer!
You are a mushroom person with bubble powers.
Wishlist it on Steam: https://store.steampowered.com/app/3562630/Mushroam/
Wishlist it on Itch: https://skypyre.itch.io/mushroam
Also, check out our website: www.skypyre.com/mushroam
WishList: A proposed extension of OpenGraph
I’d like to propose an extension of the OpenGraph protocol for easy wishlist creation. A select few might be aware that I maintain a wishlist. Currently, I manually enter each gift idea into a database. It would be dead helpful, if I could just provide a link to a page that represents an item that can be given.
This post contains some marked-up HTML and I don’t know how it will look on federated sites. You may need to open the original page for best results.
Existing art that might work
OpenGraph pretty much has what I need already.
<meta property="og:type" content="product.book" />
As far as I can tell, the list of types in the product space is as follows – album, book, drink, food, game, movie, product, song, and tv_show. Some of this maps well to gift listing.
However, there are some giftable things that do not fit well within the defined product types.
I considered adding one more product value
To the product types, I would like to add something that indicates the thing that can be given. The simplest version of that is probably “gift” or “giftidea”. It would set the page as a thing that a person can gift to another. Which would make it ideal for wishlists. Something like this:
<meta property="og:type" content="product.gift" />
This is not entirely a good fit. “Product” as a gift is conceptually a little narrow and is a bit too abstract for my tastes. Plus, it could break existing validators that are unaware of the new gift product type.
The other option would be a new base type with its own subtypes. This is problematic as it would create the possibility for duplicate potential types for a given page. Fortunately, there is a better way.
A namespace for OpenGraph gift ideas and wishlists
That better way uses good old namespaces.
If the type is not the right place to insert metadata for giftables, perhaps a new schema might be called for to cover instances when the current OpenGraph types are not a good fit. This gives us, I think, three new objects – gift idea, the wishlist, and an entry in a wishlist. Maybe it would look something like this:
<head prefix="wishlist: https://example.com/ns#"><meta property="og:type" content="wishlist:gift" />
This type would provide a catchall for wishlist gift ideas that don’t fit well into the wider graph. It would also avoid breaking validators. The same namespace could be used for all wishlist, gift, and wish object data.
wishlist:gift object data
The namespace could provide other wishlist item data points – estimated price(s), and known retailers, for example.
<head prefix="wishlist: https://example.com/ns#"><meta property="og:wishlist:gift:price" content="£32.99" /><meta property="og:wishlist:gift:price" content="$99.99" /><meta property="og:wishlist:gift:retailer" content="amazon.co.uk" /><meta property="og:wishlist:gift:retailer" content="CEX" /><meta property="og:wishlist:gift:retailer" content="Harry's Local Trade Shop" />
There is a lot more data that could be added here but I’m not sure it is strictly necessary. Maybe there is something that should be here but I’ve not thought of. I think that the rest of the data – product information, could be covered by the existing OpenGraph namespace. If there are any obvious gaps, please comment, reply, or mention with your thoughts.
wishlist:list object data
If we’re going to have a custom namespace, why not also include the wishlist itself? This can be where each wish in the list could go (technical limits may apply).
<head prefix="wishlist: https://example.com/ns#"><meta property="og:type" content="wishlist:list" /><meta property="og:wishlist:list" content="https://example.com/lists/matt/birthday/" /><meta property="og:wishlist:list:user" content="Matt" /><meta property="og:wishlist:list:wish" content="https://example.com/lists/matt/birthday/tfdobl" /><meta property="og:wishlist:list:wish" content="https://example.com/lists/matt/birthday/apple" /><meta property="og:wishlist:list:wish" content="https://example.com/lists/matt/birthday/cake" /><meta property="og:wishlist:list:wish:more" content="https://example.com/lists/matt/birthday/page-2" /><meta property="og:wishlist:list:wish:more" content="https://example.com/lists/matt/birthday/page-3" />
For wishlist:list:user
, I toyed with calling this “wisher” and a few other things but finally concluded that there was no good reason to invent new terms when the existing idea of a site user or member was already well established.
There are other data points that might fit inside the graph for a wishlist. Please suggest any you think I should add here.
wishlist:wish object data
Wishlist entry implies the existence of wish with details such as – the gift wished for, how badly you want it (priority), how many you want, why you want it, and the list the wish is from. The whole thing might look like this:
<head prefix="wishlist: https://example.com/ns#"><meta property="og:type" content="wishlist:wish" /><meta property="og:wishlist:wish:gift" content="https://example.com/shop/item/tfdobl" /><meta property="og:wishlist:wish:priority" content="low|medium|high" /><meta property="og:wishlist:wish:quanitity" content="1" /><meta property="og:wishlist:wish:why" content="This book is the only one missing from my collection." /><meta property="og:wishlist:wish:inlist" content="https://example.com/lists/matt/wishlist-birthday" />
There are maybe other optional elements. Please do suggest data points you think should go here. Is, for example, wishlist:wish:why
the best way to label that information within the graph?
Existing OpenGraph object data
OpenGraph neatly provides most of the other data points that could matter, I think.
<meta property="og:title" content="Fictional Dictionary of Bad Language" /><meta property="og:url" content="https://example.com/giftideas/tfdobl" /><meta property="og:image" content="https://example.com/images/tfdobl.jpg" /><meta property="og:description" content="..." /><meta property="og:determiner" content="the" /><!-- ect. -->
One small privacy issue
While writing this, it occurred to me that I did not really want to put my postal address and other sensitive information online as part of a social graph. To avoid that I went ahead and assumed that the wishlist site handling the list for the user would implement some way for gift-givers to privately obtain such data if it was even needed at all. Perhaps with some sort of request/grant system or some other similar privacy controls.
Thoughts and feedback?
That’s my ideas about presenting wishlists, gifts, and wishlist items using OpenGraph. I’m open to critique, objections, praise, or any other feedback.
So many cool people won't be at #GDC2025 can we connect digitally? #GameDeveloperConference #GDC
for this
#sundayfunday we'd like to showcase one of our favorite biomes in preparation for #GDC2025
#Wishlist #Embroideryvania #Metroidvania #Embroidery #gamedev #coop #NoSequelsCooperative #indie #indiegame #splitscreen #godot #xbox #playstation #nintendo #Steam #cozygames
MINI MERCHANT LAUNCHES IN 24 HOURS!
We want to #thank everyone who followed our #LinkedIn, #BlueSky, #Mastodon, #Instagram and #Tiktok for their support in getting here, and to all our #volunteers in #Discord, we can't wait to keep working with you in the future!
If you haven't yet, please head over and #wishlist to get the game at 10% off #tomorrow!