#NDEF
Ayo ndef
June 9, 2024 at 2:07 AM
I am now live with the sensational @mxleighgraner and @ndef for another episode of #MostlyWalking! We are playing Rise of the Golden Idol!

www.twitch.tv/day9tv
February 4, 2025 at 2:02 AM
It's MOSTLY WALKING time! @ndef and I continue OLD SKIES by @wadjeteyegames.bsky.social as we track down a mysterious artist!

Twitch -> Day9tv
August 5, 2025 at 1:05 AM
NFC apps on iOS involve much more than just reading a tag. Here, Farouq shows you how to build NFC features with React Native + CoreNFC. You'll learn all about NDEF, reading & writing tags, capacity limits, native Swift modules, and how to lock tags permanently.
www.freecodecamp.org/news/the-ios...
September 22, 2026 at 8:01 AM
It is a good day to play Old Skies ALL EVENIN on tonight's #MostlyWalking! Our dear pal Leigh is still out sick, but @ndef and I shall fight forward!

Twitch -> Day9tv
August 19, 2025 at 1:12 AM
Want literal backslashes in your #Python string? Use a raw string:

>>> s = r'abc\ndef\tghi'
>>> print(s)
abc\ndef\tghi

Want to interpolate variables? Use an f-string:

>>> x = 10
>>> t = f'>{x}<'
>>> print(t)
>10<

But... you can combine them, too:

>>> s = rf'>\n{x}\t<'
>>> print(s)
>\n10\t<
December 4, 2024 at 12:32 PM
Put an ndef record on my bfc badge lol
September 12, 2025 at 4:08 AM
it's kinda fun trying to rewrite my NDEF parser to be more embedded friendly, I normally don't think too much about allocations, etc
February 27, 2025 at 4:57 AM
Yes - Cut From The Stars (Official Video)
YouTube video by yesofficial
youtu.be
October 22, 2024 at 8:38 PM
So Prusa released their Open Print Tag standard for NFC filament management, if you look at the specs, it's an ISO/IEC 15693 NFC tag with a specific NDEF message format. One interesting thing is a reserved for transmission_distance for HueForge prints, and material properties specs.openprinttag.org
OpenPrintTag
specs.openprinttag.org
November 2, 2025 at 6:40 PM
(my implant has a hidden NDEF record saying i'm her property)
March 6, 2026 at 3:33 AM
sorry for not replying to my replies ,i havent figured out how to do taht yet with atproto import os\nimport re \nimport readline \n\nprint('Importing `atproto` ... ', end='', flush=True) \nfrom atproto import Client, models \nprint('done\n') \n\ndef read_env():\n """\n Reads environment fro
May 4, 2025 at 7:11 PM
Hand parsing Type 5 Tags and NDEF for fun and no profit.
February 17, 2024 at 12:57 AM
else:\n env[match[1]] = match[2]\n \n assert set(env.keys()) == env_required, \\n f'Error: the `.env` file must have the following keys: ' \\n f'{env_required}. Received: {set(env.keys())}.'\n\n return env\n\n\ndef init_client():\n client = Client
May 4, 2025 at 7:11 PM
A Modern Compendium of Imaginary Magic Woven with Love, Chapter 3 Section 2: Shadows Stirring in the Darkness| @dollghters #note note.com/ixedu/n/ndef...

A new episode is new avaiable!

#noevel
#fantasy
#dark_fantasy
A Modern Compendium of Imaginary Magic Woven with Love, Chapter 3 Section 2: Shadows Stirring in the |IX EDUCATION
Note: This story was originally written in Japanese and has been translated into English using OpenAI's ChatGPT.  Since last year's incident, the four of them had developed a habit of gathering in s...
note.com
March 4, 2025 at 6:35 AM
() \n client.login(env['USERNAME'], env['PASSWORD'])\n return client \n\n\ndef create_post(client): \n print('Input the post content (including \\n as a newline and \\r as a ' \\n 'new reply)')\n content = input('> ') # .replace('\\n', '\n') \n \n if '\\r' in content: \n
May 4, 2025 at 7:11 PM
You might try googling it.
www.youtube.com/watch?v=ndEF...
GLUTEN FREE MILK BREAD | King Arthur Gluten Free Bread Recipe
YouTube video by SavorySaver
www.youtube.com
February 24, 2025 at 5:42 PM
ref, root=root)\n\n print(f'Post {str(idx + 1) + " " if len(content) > 1 else ""}created!')\n print(f' CID: {post.cid}')\n print(f' URI: {post.uri}')\n print()\n\n\ndef view_posts(client): \n print('Input the handle of the user:')\n handle = input('> ').strip()\n
May 4, 2025 at 7:11 PM
Hopla ! Encore un looooong replay, du stream de Dimanche, en ligne sur Youtube. Au menu: Chameleon Ultra, tags magiques, NDEF, module lecteur PN532 (en SPI) et ESP32...
www.youtube.com/watch?v=2soO...
Stream Twitch du 19/07/2026. Sans contact, RFID et NFC en partant de zéro. Suite et fin.
YouTube video by LefStream
www.youtube.com
July 20, 2026 at 11:20 AM
i should make an r/place-style thing where anyone who follows me on fedi can modify one byte of an ndef record on my implant every 24 hours , and every so often i write the updated record to the chip
July 16, 2026 at 4:24 PM
Yes - Cut From The Stars (Official Video)
YouTube video by yesofficial
youtu.be
May 29, 2025 at 3:06 AM
I thought you might like this

youtu.be/vSTbFGWSo3s?...
Planting Bitter Kola
YouTube video by NDEF - National Development Foundation
youtu.be
December 15, 2025 at 6:09 AM
Want to include a newline in a #Python string? Use \n:

s1 = 'abc\ndef' # 7 characters, including newline

That's fine for small strings. But for longer ones, use a triple-quoted string:

s2 = """abc
def"""

BTW, the created strings are the same:

print(s1 == s2) # True!
March 13, 2026 at 4:30 PM
Focus Taiwan: Majority reject ‘one China principle’, but opposition drops, according to NDEF poll – ‘other questions in the survey also pointed to growing hesitation among respondents about cross-strait political talks’
Majority reject 'one China principle,' but opposition drops: Poll - Focus Taiwan
A majority of people in Taiwan still reject Beijing's "one China principle" as a precondition for political negotiations across the Taiwan Strait in 2026, though the proportion rejecting the principle...
focustaiwan.tw
June 16, 2026 at 6:54 AM