nemof's Avatar

nemof

@nemof.bsky.social

lost boy who muses on things including gaming and gamedev, anime, scifi & fantasy. love to read. fascinated by tech, 3d printing, science, story telling and ephemera. deep in the wood with badgers. ๐Ÿฆก ๐Ÿฆ archive https://nemof-archive.bsky.social

265 Followers  |  2,516 Following  |  2,493 Posts  |  Joined: 25.08.2023  |  1.9513

Latest posts by nemof.bsky.social on Bluesky

Iโ€™ve been helping out this team this year, and the game is remarkable. Story-based survival (think: Subnautica) with good base building and combat.

If you have a minute today, download the demo and leave a review. It really helps indies get visibility they need to succeed during Next Fest.

12.10.2025 16:29 โ€” ๐Ÿ‘ 42    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿ‘ป

30.09.2025 16:20 โ€” ๐Ÿ‘ 6529    ๐Ÿ” 2029    ๐Ÿ’ฌ 25    ๐Ÿ“Œ 6

with that in mind the cliffhanger ending of s2 feels like a really shite version of the ending of the angel tv series. the ending of angel for all its faults as a show was an amazing final sequence and final shot, peacemaker was like, imagine that but with all the coolness taken out of it.

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

oh interesting. peacermaker wont get a season 3. which means the cliffhanger of s2 kinda sucks. tv shows should have good closure, not just be launch boards to set up future movies.

12.10.2025 14:31 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

finally watched this season of peacemaker. couldn't sustain the sense of humour the first season had, but was still pretty good.

12.10.2025 14:24 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
WoW Addon Restrictions Update: What's fixed. What's broken.
YouTube video by MysticalOS WoW WoW Addon Restrictions Update: What's fixed. What's broken.

Discussing latest Addon restriction updates coming this (and next week) in midnight alpha:
www.youtube.com/watch?v=hNNi...

12.10.2025 12:54 โ€” ๐Ÿ‘ 7    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
a few good men but make it a few small beers

a few good men but make it a few small beers

woke up from a nap in a frenzy

11.10.2025 21:23 โ€” ๐Ÿ‘ 1238    ๐Ÿ” 215    ๐Ÿ’ฌ 13    ๐Ÿ“Œ 3
Post image

i got a craving so made myself my decennial rice pudding. doesn't look beautiful but hits that once in a decade im craving rice pudding spot. added some lemon peel and condensed milk and both really add to it.

11.10.2025 21:08 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

the peacemaker season 2 intro doesn't quite hit the same way as the first season did, maybe it's just not possible to be as novel again, but i think the music might be even better this time.

11.10.2025 20:38 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Addon communications and chat access
The ability to send addon messages and read chat is currently restricted entirely while inside an instance. This has been relaxed to only apply when any of the following are true:
A mythic keystone run has started and not yet completed.
A PvP match has started and not yet completed.
An instance encounter is in progress.
Cooldown access
Cooldown access is currently always secret. This has been relaxed to only return secrets when any of the following is true:
A mythic keystone run has started and not yet completed.
A PvP match has started and not yet completed.
An instance encounter is in progress.
The player is in combat
Aura access
Aura access is currently secret while in combat. This has been slightly tightened to share the same updated restrictions as cooldowns.
Additionally, aura APIs that return a single aura from a spell ID or name have been restricted and are no longer callable while aura access is secret.
Unit resource access
New UnitHealthPercent, UnitHealthMissing, UnitPowerPercent & UnitPowerMissing APIs have been added (returning secret values). 
String formatting
Tainted code will now be allowed to call the following functions with secrets (resulting in secret strings):
string.format
string.concat
string.join
Additionally, the Lua concatenation operator has been relaxed and will allow tainted code to concatenate numbers and strings.

Addon communications and chat access The ability to send addon messages and read chat is currently restricted entirely while inside an instance. This has been relaxed to only apply when any of the following are true: A mythic keystone run has started and not yet completed. A PvP match has started and not yet completed. An instance encounter is in progress. Cooldown access Cooldown access is currently always secret. This has been relaxed to only return secrets when any of the following is true: A mythic keystone run has started and not yet completed. A PvP match has started and not yet completed. An instance encounter is in progress. The player is in combat Aura access Aura access is currently secret while in combat. This has been slightly tightened to share the same updated restrictions as cooldowns. Additionally, aura APIs that return a single aura from a spell ID or name have been restricted and are no longer callable while aura access is secret. Unit resource access New UnitHealthPercent, UnitHealthMissing, UnitPowerPercent & UnitPowerMissing APIs have been added (returning secret values). String formatting Tainted code will now be allowed to call the following functions with secrets (resulting in secret strings): string.format string.concat string.join Additionally, the Lua concatenation operator has been relaxed and will allow tainted code to concatenate numbers and strings.

GetRestrictedActionStatus
A new global GetRestrictedActionStatus API has been added to query whether or not a restriction "type" (eg. secret cooldowns) is actively being enforced.
Tooltips
Resolved an issue where tooltips could fail to display if the previously shown tooltip was set up by tainted code.
Coming soon (Alpha 4 and beyond)
--------------------------------
Secret structured tables
APIs that return structured tables as secrets will no longer make the entire table secret - just the values inside.
This doesn't apply to events or APIs that return vectors of data (specific cases where this is problematic are being evaluated).
String formatting
Various numeric formatting APIs - including AbbreviateNumbers - will be made callable with secrets by tainted code (returned strings will inherit secret state)
Unit identity access
Access to creature unit names, GUIDs, and IDs will be made secret while in an instance and no longer be based off combat state.
Unit resource access
APIs will be added to allow addons to adjust the color of unit frame health bars based on health percentage

GetRestrictedActionStatus A new global GetRestrictedActionStatus API has been added to query whether or not a restriction "type" (eg. secret cooldowns) is actively being enforced. Tooltips Resolved an issue where tooltips could fail to display if the previously shown tooltip was set up by tainted code. Coming soon (Alpha 4 and beyond) -------------------------------- Secret structured tables APIs that return structured tables as secrets will no longer make the entire table secret - just the values inside. This doesn't apply to events or APIs that return vectors of data (specific cases where this is problematic are being evaluated). String formatting Various numeric formatting APIs - including AbbreviateNumbers - will be made callable with secrets by tainted code (returned strings will inherit secret state) Unit identity access Access to creature unit names, GUIDs, and IDs will be made secret while in an instance and no longer be based off combat state. Unit resource access APIs will be added to allow addons to adjust the color of unit frame health bars based on health percentage

Updates on addon API restrictions - allowing for more stuff to basically work outside of instances and combat ๐Ÿ‘€

11.10.2025 19:42 โ€” ๐Ÿ‘ 14    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image

it's so incredibly irritating the uk online safety act is actively breaking parts of the internet now. this is what websites now look like with #imgur embeds because some the site decided it's easier to geofence the uk than comply. imgur is one of the biggest image hosting sites used the world over

11.10.2025 20:05 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

primarily you get to blame someone else rather than yourself if you're unhappy with the result, particularly when you go overboard and cut too much off, plus also small stuff like trusting to an arborists experience etc etc.

11.10.2025 19:27 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I wrote a little about some of the little details you might have missed in this video and why it hit me so hard as a trans person this morning:

www.burnsnotice.com/you-have-to-...

11.10.2025 14:53 โ€” ๐Ÿ‘ 3986    ๐Ÿ” 1402    ๐Ÿ’ฌ 53    ๐Ÿ“Œ 135

I know some people who have remarkable tenacity in their ability to snatch defeat from the jaws of victory

11.10.2025 13:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

after you come out of One Battle After Another and think to yourself that the idea of an โ€˜Christmas adventurers clubโ€™ is absurd and cartoonish, read the below and remind yourself that itโ€™s not just likely but almost certain that orgs like that exist and are steering industry and government.

11.10.2025 12:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

itโ€™s a tiny single purpose addon that for someone like me who canโ€™t manage their bag and often ends up with a lot of non-grey items in there I canโ€™t just sell to a vendor, Iโ€™d be devastated if blizz sunset all the APIs that made this possible.

11.10.2025 12:19 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

but itโ€™s also ok that some addons make up shortfalls in blizzards UI. one small addon Iโ€™ve been using for 10-15 years is one that lets you CTRL+right click to delete items in your bag. you can even double right click on blue/purples to delete without a confirmation. itโ€™s essential to me.

11.10.2025 12:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

if blizzard slowly revokes all types of addons from the game so that as conspiracy theorists hypothesise they can e.g. launch on console, that will be such a loss. if people making truly remarkable addons (think plumber, narcisssus, leatrix) then blizzard should integrate the best features.

11.10.2025 12:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

itโ€™s kinda weird how part of the wow community takes every little complaint about some quality of life fix that requires an addon (like filtering bought ensembles in remix) as a chance to now just shit on blizz. having addons and such deep access to remix (hah) wow is an absolute blessing.

11.10.2025 12:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Silent Hill f without fog looks stunning
YouTube video by playable Silent Hill f without fog looks stunning

huh i feel like perhaps this should be an easter egg you can unlock in silent hill f, it really is beautiful without the fog, not that the iconic silent hill fog doesn't look great, but you can really appreciate what the devs made here www.youtube.com/watch?v=wabC...

11.10.2025 11:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

hmm.... i feel like we already got several good potential candidates

10.10.2025 21:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Mercy | Official Trailer
YouTube video by Sony Pictures India Mercy | Official Trailer

why would anyone make this film. it's like a shit version of psycho-pass crossed with the new war of the worlds. quite the choice to make it look like chris pratt is wheelchair bound in thumbnail. him and fergusson must be paid so much to suck it up and make trash www.youtube.com/watch?v=DYhB...

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

works for me. shows both earned/unearned. filters properly.

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

jesus. covid boosters are like ยฃ80+ now

10.10.2025 12:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

itโ€™s probably bad to say this but Iโ€™m kinda glad that FBC didnโ€™t find success, selfishly i want remedy to focus on single player experiences.

10.10.2025 09:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

the pain and terror of this abused pup. from the cot to sea kaya will be free. dog was a paid actor etc. hasan's a monster. no-one with a head that size is to be trusted. www.youtube.com/watch?v=zcOt...

10.10.2025 06:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

ok well it was cringe. 10 minutes then the stream broke. something something pissup in a brewery.

09.10.2025 19:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Your Party - Rally for Real Change - LIVE from Liverpool
YouTube video by Your Party Your Party - Rally for Real Change - LIVE from Liverpool

well this should either be extremely entertaining or extremely cringe, no inbetween www.youtube.com/watch?v=hGJN...

09.10.2025 18:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Post image

we're playing more golf
twitch.tv/giantbomb
youtube.com/live/wWoEbFO...

09.10.2025 17:05 โ€” ๐Ÿ‘ 80    ๐Ÿ” 2    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
Post image

'Skate Story' launches December 8th on PS5, Nintendo Switch 2 and PC.

youtu.be/1Je1WXy3T6o?...

09.10.2025 15:19 โ€” ๐Ÿ‘ 47    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

@nemof is following 20 prominent accounts