10,000 Matching Annotations
  1. Feb 2024
  2. iroh.computer iroh.computer
    1. Live collaborate on anything

      Live collaborate on anything

      Effortlessly invite users to - a dynamic shared environment.

      iroh offers - intuitive syncing across devices, - with seamless hooks for - instant read & write operations,

      simplifying the developer experience.

    2. No central server required

      No central server required

      Iroh establishes - direct connections between devices for you, - traversing across network address translation (NATs) - with best-in-class connection rates.

    3. from

      Iroh Blog Docs YouTube 1.5k Go beyond the cloud with confidence

      Meet iroh, a direct-connection revolution in app development with unparalleled simplicity and speed. Open source and universally compatible, it's the quickest route from concept to connected devices. START YOUR PROJECT DOCUMENTATION

      Live collaborate on anything

    4. Your own shared, programmable drive

      own shared programmable drive

      • Expose data as a shared folder on your computer or phone - free-to-use direct connections.
      • Write code that reacts to changes &
      • write back to the drive on the fly.
    1. Iroh is a protocol for syncing & moving bytes.

      Iroh is a protocol for syncing & moving bytes. Bytes of any size, on any device. At its core, it's a peer-2-peer network built on a magic socket that establishes QUIC connections between peers. Peers request and provide blobs of opaque bytes that are incrementally verified by their BLAKE3 hash during transfer.

    1. nobody, really seemed to care enough to spare any serious cash for @SearchIpfs,

      I was loud and clear about it about a year ago, but nobody, really seemed to care enough to spare any serious cash for @SearchIpfs , so we shut down the only FOSS search engine with it's index being proper Open Data

    1. A Revolution in Thought? - Dr Iain McGilchrist

      Description

      https://w3s.link/ipfs/bafybeig54mf2operqcamucujpjfjophoiphtlq6zzpzn36gpmirgauxgni?filename=A%20Revolution%20in%20Thought_%20%20-%20Dr%20Iain%20McGilchrist.mp4

    2. 2xIf playback doesn't begin shortly, try restarting your device.Pull up for precise seekingNext (SHIFT+n)Pause (k)1:20:21•Up nextLiveUpcomingCancelPlay nowYou're signed outVideos that you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.CancelConfirmDarwin College Lecture SeriesSubscribeSubscribedIn the second term of each academic year, since 1986, Darwin College has organised a series of eight public lectures, built around a single theme, with a multi-disciplinary approach. Each lecture is prepared for a general audience by a leading authority on his or her subject. The lecture series is then published as a book by Cambridge University Press.Are Revolutions justified? - Professor Lea Ypi, London School of Economics1:03:20ShareInclude playlistAn error occurred while retrieving sharing information. Please try again later.0:010:13 / 1:04:11•Watch full videoLive••Scroll for details Description A Revolution in Thought? - Dr Iain McGilchrist 1K Likes 13 Feb 2024 A Revolution in Thought? How hemisphere theory helps us understand the metacrisis It is often remarked that though it may seem that we face numerous global crises of different kinds – environmental, social, political, cultural, economic, psychological, and so on – these crises are interrelated. The term ‘metacrisis’ has been invented to describe this predicament. However these crises are not merely adventitiously interrelated because each has an impact on and reinforces each of the others – though that may be true – but because they share roots at a deeper level in a way of thinking about ourselves and the world. What are these roots? Hemisphere theory, deeply grounded as it is in Darwinism and subsequent neuroscientific research, shows us that a new, far more complex, and more nuanced, appraisal of the bipartite brain – the product of the last 30 years of research – brings new insights into the human condition. There are vitally important clues to the understanding of human cognition and motivation embodied in the structure of the brain. These clues help explain why certain apparently unrelated phenomena tend to occur together, why outcomes that appear paradoxical are in reality predictable, and why many attempts to remedy them will prove inadequate since they are tackling only the manifestations of a problem that we need to address at its root – both in the psyche of the individual and that of a civilisation viewed as a whole. ‘Know thyself’ commanded the Delphian oracle: we need urgently to learn to do so, and this synergy of philosophy and neuroscience appears to offer the most promising way. Dr Iain McGilchrist is a Quondam Fellow of All Souls College, Oxford, an Associate Fellow of Green Templeton College, Oxford, a Fellow of the Royal College of Psychiatrists, a Fellow of the Royal Society of Arts, and former Consultant Psychiatrist and Clinical Director at the Bethlem Royal & Maudsley Hospital, London. He has been a Research Fellow in neuroimaging at Johns Hopkins Hospital, Baltimore and a Fellow of the Institute of Advanced Studies in Stellenbosch. He has published original articles and research papers in a wide range of publications on topics in literature, philosophy, medicine and psychiatry. He is the author of a number of books, but is best-known for The Master and his Emissary: The Divided Brain and the Making of the Western World (Yale 2009); and his book on neuroscience, epistemology and ontology, The Matter with Things: Our Brains, Our Delusions and the Unmaking of the World (Perspectiva 2021). Show less Show more Transcript Follow along using the transcript. Show transcript Darwin College Lecture Series 23.7K subscribers Videos About Comments 216 Top comments Newest first Transcript NaN / NaN A Revolution in Thought? - Dr Iain McGilchrist

    1. A Revolution in Thought - Dr Iain McGilchrist

      https://w3s.link/ipfs/bafybeig54mf2operqcamucujpjfjophoiphtlq6zzpzn36gpmirgauxgni?filename=A%20Revolution%20in%20Thought_%20%20-%20Dr%20Iain%20McGilchrist.mp4

    1. OpenAI's "AGI Pieces" SHOCK the Entire Industry! AGI in 7 Months! | GPT, AI Agents, Sora & SearchOpenAI's "AGI Pieces" SHOCK the Entire Industry! AGI in 7 Months! |

    1. wallowing in willful ignorance

      alternatively, seeking alternatives to the towering complexity of web development.

      A clean model of how things work

      light weight components readily composed

    2. Good rule of thumb, if you have to say role=”” it is entirely likely you’re using the wrong tags / elements!

      You need role when there is not a built in tag for the behaviour you would like to have

    3. made up attributes for scripting only behaviors

      That is the point. No need for scripting to get rich scripting only behaviour onto the page.

      That is the value proposition of htmx!

      You've got it. don't like it. Others do.

    4. scripting enabled screen media users

      Most of the time on line I rely on script enabled screen media. Now if we can do that with fraction of the complexity than that is to the good.

      Can even be better, but it is the right dirfection from my point of view

    5. So that you can hotlink easily to each of your pages.

      If every state transition is reproducable you an have everything dynamic yet any stage recreatable

    6. For good reason. I mean FFS last I knew “CREATE” is supposed to create a new file overwriting the current HTML. “DELETE” is for deleting the current HTML, not just a “record”.

      you need these operations all the time why limnit it to the original server bound operations.

    7. Possibly because CREATE, DELETE, PUT, and so forth are really pointless for anything that isn’t server-to-server communication

      If you look at the sources for the examples you see a fake server, so all that capability and rich procedural semantics is available on the pure client side and as you need you can swap it out and have your server if you need it,

    8. have zero business in the HTML?

      in static HTML yes

      but how about a sequence of "static" HTML presentations that are in a flow. If one can make that replayable then we have the best of all worlds

    9. “screen and screw everyone else”

      screw ourselves all the time for the benefit of accessibility.

      I think it is perfectly possible, to have satisfy both needs

      remeber. that after every dynamic transition the result on the page is just html perfect for screen readers and that HTML can be so constructed with much less complexity.

    10. for accessibility reasons swapping in/out content is rubbish for users on things like screen readers

      That may well be true but is just what you are getting with web apps!

    11. screw the separation of concerns

      indeed. What we need is an integration of concerns for empowering humans not for benefits the shovel makers

    12. That lack of understanding

      That lack of understanding is - why they build alternatives.

      It is not so much lack of understanding but understanding that the web technology is developing in a direction that empowers beigtech and disemopwers people

    13. “i can do better” before they even know what “better” is

      the trouble with the browser is that it is a broken wheell

      it is not even clear what it is (or really wanted to be)

      If you look at MDN it is clear that it is a pile of features never even attempting to link them or explain why are they how they are or god forbid give a coherent mental model to the learner

      Description

    1. Cyber Emojis

      from

      We've searched our database for all the emojis that are somehow related to Cyber. Here they are! There are more than 20 of them, but the most relevant ones appear first.

    1. “How did you find my site?” and Vannevar Bush’s memex

      from: https://hyp.is/N2baRMw2Ee6nnFur3D7w5w/www.google.com/search?q=%22how+did+you+find+my+site%22&oq=%22how+did+you+find+my+site%22&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIGCAEQLhhA0gEINzI4OGowajGoAgCwAgA&sourceid=chrome&ie=UTF-8

      I remember this article well from over 12 years ago Those were the days of twin.gl and WebTrails chrome extension that noth provided the means to always have a ready answer to that question

      Using hyptoehsis it is so easy

      look at the beginning of the annotation you see a line saying

      from: ...

      TBD

    1. Shooting Star Emoji 🌠

      🌠

      The symbol “Shooting Star” is included in the “Moon, sun, and star symbols” subblock of the “Miscellaneous Symbols and Pictographs

      Related Characters

      Water Wave 1F30A

      New Moon Symbol 1F311

      Closed Umbrella 1F302

      Waxing Crescent Moon Symbol 1F312

      Cyclone 1F300

      Rainbow 1F308

      Milky Way 1F30C

      First Quarter Moon Symbol 1F313

      Cloud with Rain 1F327

      Glowing Star 1F31F

      Fog 1F32B

      Crescent Moon 1F319

      New Moon with Face 1F31A

      Full Moon with Face 1F31D

      Cloud with Snow 1F328

      Waxing Gibbous Moon Symbol 1F314

    1. Relations 2AF7 ⫷ Triple Nested Less-Than 2AF8 ⫸ Triple Nested Greater-Than 2AF9 ⫹ Double-Line Slanted Less-Than or Equal To 2AFA ⫺ Double-Line Slanted Greater-Than or Equal To 2AFB ⫻ Triple Solidus Binary Relation

      ⫷⫸⫹⫻

    1. Railway Track Emoji 🛤

      🛤

      The symbol “Railway Track” is included in the “Miscellaneous symbols” subblock of the “Transport and Map Symbols” block

    1. ⛰️ Mountain Emoji Meaning A mountain shown with two peaks and blue sky. Similar to the snow capped mountain emoji.

      ⛰️

      for - Open Learning Commons - explore

      ⛰️

      🏔️

    1. Dashing Away

      💨

      for - trail blaze

      • forwarad slash
      • go
      • invoke

      • is : 📛🀙 named context

      ggw - ♨️ Hot Springs

      Representation of hot springs with steam rising from a circular t... 🚬 🕳️ 🗯️ 🚲 ⚡ 🌀 💩 🧹 🍑 🥦 🧀 🌪️ 🌫️ 🌬️ 💥 🚗 🎐 🏃 💦 🍃 🦨

    1. Build instant multiplayer webapps, no server required

      🤝 Trystero

      Empower people to co-create for themselves, by themselves

      Open, Commons-based, peer produced constellations of ambient, evergreen affordant (affordable, accountable, responsible long-tern, intentional software in the long tail of the interpersonal web

      the Indy.Web.Mesh

      This project is the key to it all

      Taking the Power Back with Web Meshes

      Weawing the People-Centered Web

      • 👂📣 Rooms / broadcasting
      • 🔢📩 Automatic serialization / deserialization of data
      • 🎥🏷 Attach metadata to binary data and media streams
      • ✂️⏳ Automatic chunking and throttling of large data
      • ⏱🤞 Progress events and promises for data transfers
      • 🔐📝 Session data encryption
      • ⚛️🪝 React hooks
    1. alternative ways of digitally supporting popular use cases for Web services.

      Alternative ways _ of providing Web Services - 🌟🌟🌟🌟🌟 = Description

    1. How to access local host through tor browser

      <svg aria-hidden="true" class="native mtn1 svg-icon iconLogoSEAlternativeSm" width="107" height="15" viewBox="0 0 107 15"><path d="m48.41 11.93-1.96-3.2-1.04 1.16v2.04h-1.42V2.18h1.42v6.01L48.14 5h1.72l-2.44 2.7 2.74 4.22h-1.75Zm-7.06.08c-1.59 0-3.14-.96-3.14-3.56s1.55-3.54 3.14-3.54c.97 0 1.65.27 2.31.97l-.97.93c-.44-.48-.79-.66-1.34-.66s-1 .22-1.3.62c-.31.38-.42.87-.42 1.68 0 .81.1 1.32.41 1.7.3.4.76.62 1.3.62.56 0 .9-.18 1.35-.66l.97.92c-.66.7-1.34.98-2.31.98Zm-5.66-3.15h-1.65c-.83 0-1.26.37-1.26 1s.4.99 1.3.99c.53 0 .93-.04 1.3-.4.22-.2.31-.53.31-1.03v-.56Zm.03 3.07v-.63c-.51.5-1 .71-1.87.71-.87 0-1.46-.2-1.89-.63a2.1 2.1 0 0 1-.55-1.49c0-1.16.82-2 2.42-2h1.86v-.5c0-.87-.44-1.3-1.54-1.3-.77 0-1.15.18-1.54.68l-.92-.86c.66-.77 1.35-1 2.52-1 1.93 0 2.9.8 2.9 2.38v4.64h-1.39Zm-5.9 0c-1.32 0-1.93-.93-1.93-1.93V6.18h-.8V5.1h.8V3h1.41v2.1h1.36v1.07H29.3v3.75c0 .5.25.81.78.81h.58v1.2h-.85Zm-6.33.08c-1.48 0-2.55-.34-3.49-1.28l1-.98c.72.72 1.51.94 2.52.94 1.3 0 2.04-.55 2.04-1.5 0-.42-.13-.78-.39-1.01-.25-.23-.5-.33-1.08-.41l-1.16-.17a3.4 3.4 0 0 1-1.88-.78 2.41 2.41 0 0 1-.72-1.86c0-1.7 1.25-2.86 3.3-2.86 1.3 0 2.22.33 3.07 1.1l-.96.94a2.92 2.92 0 0 0-2.15-.75c-1.16 0-1.8.65-1.8 1.52 0 .35.1.67.37.9.25.22.65.38 1.11.45l1.13.17c.91.13 1.42.35 1.84.72.54.47.8 1.17.8 2 0 1.8-1.48 2.86-3.55 2.86Z" fill="#FEFEFE"></path><path d="M104.16 7.09c-.2-.42-.6-.74-1.2-.74s-.99.32-1.18.74c-.1.25-.15.44-.16.75h2.7a2 2 0 0 0-.16-.75Zm-2.54 1.96c0 .9.56 1.57 1.55 1.57.78 0 1.16-.21 1.61-.66l1.08 1.04a3.4 3.4 0 0 1-2.7 1.11c-1.68 0-3.29-.76-3.29-3.62 0-2.3 1.26-3.6 3.1-3.6 1.97 0 3.1 1.44 3.1 3.37v.79h-4.45Zm-5.48-2.57C95.1 6.48 95 7.37 95 8.3c0 .94.1 1.85 1.15 1.85 1.05 0 1.18-.91 1.18-1.85 0-.93-.13-1.82-1.18-1.82Zm-.17 8.22c-1.1 0-1.84-.21-2.58-.92l1.1-1.11c.4.38.8.54 1.4.54 1.06 0 1.43-.74 1.43-1.46v-.72c-.47.51-1 .7-1.7.7-.69 0-1.29-.23-1.68-.62-.67-.66-.73-1.57-.73-2.8 0-1.24.06-2.13.73-2.8.4-.39 1-.62 1.7-.62.75 0 1.24.2 1.73.75v-.67h1.72v6.8c0 1.7-1.21 2.93-3.12 2.93Zm-5.76-2.67V7.76c0-.96-.61-1.28-1.17-1.28-.56 0-1.18.32-1.18 1.28v4.27h-1.78V4.97h1.73v.65a2.44 2.44 0 0 1 1.78-.73c.7 0 1.28.23 1.67.62.58.57.73 1.24.73 2v4.52H90.2Zm-7.1-2.98h-1.4c-.64 0-1 .3-1 .8 0 .49.33.81 1.02.81.5 0 .8-.04 1.12-.34.2-.17.26-.46.26-.89v-.38Zm.04 2.98v-.6c-.48.47-.93.67-1.74.67-.8 0-1.4-.2-1.82-.62-.38-.4-.58-.97-.58-1.59 0-1.12.77-2.05 2.42-2.05h1.68V7.5c0-.77-.38-1.11-1.32-1.11-.68 0-1 .16-1.37.58l-1.13-1.1c.7-.75 1.38-.97 2.57-.97 1.99 0 3.02.84 3.02 2.5v4.64h-1.73Zm-6.93 0v-4.3c0-.94-.6-1.25-1.15-1.25-.56 0-1.15.32-1.15 1.24v4.31h-1.77V2.38h1.77v3.24a2.35 2.35 0 0 1 1.7-.73c1.56 0 2.38 1.08 2.38 2.57v4.57h-1.78Zm-6.96.08c-1.42 0-3.18-.76-3.18-3.62 0-2.85 1.76-3.6 3.18-3.6.98 0 1.72.3 2.34.95l-1.2 1.2c-.36-.4-.68-.56-1.14-.56-.42 0-.75.14-1.01.46-.27.33-.4.8-.4 1.55s.13 1.24.4 1.58c.26.3.59.46 1 .46.47 0 .79-.16 1.15-.56l1.2 1.18c-.62.65-1.36.96-2.34.96Zm-5.53-.08-1.3-2.11-1.3 2.11H59l2.45-3.6-2.35-3.46h2.12L62.42 7l1.21-2.02h2.13L63.4 8.43l2.46 3.6h-2.13Zm-11.75 0V2.06h6.6V3.8h-4.65v2.33h3.96v1.74h-3.96v2.42h4.65v1.74h-6.6Z" fill="#2F96E8"></path><path d="M0 3c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2H0Z" fill="#8FD8F7"></path><path d="M12 10H0c0 1.1.9 2 2 2h5v3l3-3a2 2 0 0 0 2-2Z" fill="#155397"></path><path fill="#46A2D9" d="M0 4h12v2H0z"></path><path fill="#2D6DB5" d="M0 7h12v2H0z"></path></svg>

    1. every single thing that has to do with SIP/VoIP. It's like they go out of their way to be obtuse and come up with shitty standards then take glee in how bad it gets.

      obtuse shitty standards

    1. 🗫 Three Speech Bubbles

      🗫

      Three Speech Bubbles

      The image below shows how the “Three Speech Bubbles” symbol might look like on different operating systems. If the font in which this web site is displayed does not contain the symbol and there is no fallback font able to render it, you can use the image below to get an idea of what it should look like.

    1. Gear

      ⚙️

      round metal gear with teeth tools engineering - both : hardware & software settings on UI hard work grinding

      🤖

      Goes Great With🗜️🔩🧱🤖👨‍🏭🏗️📐🚗🧰🚲🔨🏎️🏍️🏭🔧⛓️👩‍🏭🔋🖥️🧲🔒🔓🔏🔐🔑🔗📎🖇️💡🪛

    1. Woman Technologist

      👩‍💻

      emoji.for - universal human user

      Goes Great With

      👨‍💻 💻 🖥️ 🖨️ ⌨️ 🖱️ 👩‍💼 🥑 🧑‍💻

      A woman behind a computer screen, working in the field of technology.

    1. Card File Box

      🗃️

      better than filing cabinet

      A black or gray box with a label holder, containing card index dividers with multicolored tabs, as used to organize and store files. Apple and Facebook’s designs include a lid.

      Commonly used for various content concerning paper or computer files, organization, and various types of data, information, and professional or academic work.

    1. File Cabinet

      🗄️

      🗄️ emoji

      Goes Great With

      🗂️ 🗑️ 🗃️ 🗜️ 📁 📂 💻 🖥️ 👨‍💼 👩‍💼 🏢 🏷️ 📃 📄 📇 📎 🖇️

    1. Desktop Computer

      🖥️

      emoji

      🤖 🖱️ 💿 📀 💻 ⌨️ 🤓 🖨️ 📡 🖲️ 🕹️ 👨‍💻 👩‍💻 👾 🛠️ ⚙️ 🗜️ 🧰 📺 🔌 📁 📂 🗄️ 📃 📄 💽 💾 🔍 🌐

      A desktop personal computer. Generally depicted as a black or gray monitor with a dark or blue screen.

    1. Newspaper

      📰

      emoji.for

      Goes Great With

      📻 📜 🗞️ 📺 🆕 📟 📠 ☕ ✂️ 🦅 🌋 🧻 📇 📈 🚨 📱 📉 🎙️ 📼

      The front page of a newspaper, as people once read the news before the internet. Commonly used for various content concerning news, media, and journalism as well as personal news.

    1. Page with Curl

      📃

      🧾🧾

      plex - 🧾-emoji.for - script

      plex - round.trip.between

      A white piece of paper, curled up at the bottom to the left or right, with text printed on it, as a business letter. Commonly used for content concerning various types of documents and writing.

      Goes Great With

      ➿ 🖨️ ➰ 🧾 🧻 📏 🗃️ 🗄️ 🗂️ 📇 📎 🖇️ 💻 🖥️ 📄 📝 📑 📜 🗞️ 📋 🗒️ ✂️ 📠 📌 📍

    2. 📃 Page with Curl Emoji Meaning A white piece of paper, curled up at the bottom to the left or right, with text printed on it, as a business letter. Commonly used for content concerning various types of documents and writing.

      =📃

      • emoji : Page with Curl
      • text : 📃

      for - pad - round.trip

      Goes Great With

      ➿ 🖨️ ➰ 🧾 🧻 📏 🗃️ 🗄️ 🗂️ 📇 📎 🖇️ 💻 🖥️ 📄 📝 📑 📜 🗞️ 📋 🗒️ ✂️ 📠 📌 📍

    1. Repeat Button

      🔁

      e🔁moji

      emoji.for - 🔁 round.trip - 🧾🔁📃 rount.trip-between

      Circular arrows pointing in a clockwise direction. Used in music player applications to loop a track or album continuously. Commonly used to represent a retweet on Twitter.

    1. Scroll

      📜

      emoji.for - ?

      Goes Great With

      📰 🕎 🕍 🧞 🥠 ✒️ 🖋️ 🖊️ 🏺 ⚗️ 🗺️ 📃 🏛️ 📄 🗝️ 🧙 🎓 🗞️ 🗒️

      An ancient scroll, unrolled to reveal text on papyrus or parchment paper. May be used to represent the study of history or official documents, such as a diploma.

    1. Remote Content

      In Markdown editors (Code / Markdown, Slides, Kanban),

      CryptPad blocks images and other remotely hosted content - to prevent potential tracking.

    2. Verifying contacts

      Ask your contact to share their public key over a secure channel with you.

      If this public key matches the one from your contact's profile page, you can be sure that the contact belongs to the person at the other end of the secure channel.

    1. Part Alternation Mark

      〽️

      for - trailmark - trail - trail.blaze - 〽️🌆trailscape

      ggw - 🎎 Ⓜ️ 🎼 ➿ 🎤 🪕 🪘 🥁 🎵 🎶 🎷 🎸 🎹 🎺

      Used in traditional Japanese music such as Noh or Renga, to indicate the start of a song. More specifically, the part alternation mark is displayed where the singer’s part begins.

      This symbol looks sort of like a lopsided capital M; or a rollercoaster track showing a dip, and then a drop off to the right.

    1. Three Speech Bubbles

      emoji

      🗫

      for - indy.web 🗫🌐 - indy.net 🗫🕸️🌐 - indy0.net 🗫🕸️🌐 - indy.pad 🗫🌐📃 - crypt.pad ⛨🗒️ - tails.net 🪁🕸️

      use the notepad 🗒️ as it is enclosing content into document which themselves are not trans or includable

      if you type as forwards slash it puts you into an annotation search -

    1. Milky Way

      🌌

      The Milky Way – a galaxy of billions of stars that includes our own solar system and planet earth.

      Shown by many platforms as a night sky, with silhouettes of mountains or hills in the foreground.

      for - indranet.space 🕸️🌌

    1. Globe with Meridians

      🌐

      A stylized globe, with blue meridians (longitudes) and latitude. Depicted with light-blue grid of lines on a white, blue, or empty circle.

      May be used as a symbol of the internet or world wide web, global communications, international affairs, connectivity and networks, time zones, coordinates, or the world more generally.

      for - internet - indranet.space - web

      🔗 🌍 🌎 🌏 👥 🗺️ 🗾 🔅 🔆 🕸️ 📱 📡 🕰️ 📶 📞 💻 🖥️ 🇪🇨

    1. 💎 Gem Stone Emoji Meaning A jewel or gem, as set into a ring. Depicted in the shape of a classic diamond but in the bright blue color of an aquamarine.

      💎

      Goes Great With

      👒 👩 💍 💖 ⌚ ❇️ ✨ 👰 👑 💠 🤴 👸 🧿 ⛏️ ⚒️ 🗿 📿 👠 ♦️ 🔷 🔹 👗 🤵 🇧🇼

    1. Spiral Notepad

      🗒️

      A spiral-bound, flip-style notepad or notebook of lined paper, as used for everyday note-taking. Commonly used for content concerning various types of documents and writing.

      Most platforms depict a notepad opened to an empty, white page, sometimes shown curled at the bottom. Microsoft’s design is shown closed, with a yellow cover.

      for - pad - crypt.pad 🗒️

      Goes Great With

      🗂️ 📇 📆 ✒️ ✏️ 🖋️ 🖊️ 📐 📏 🗓️ 📎 🖇️ 📝 📒 📃 📜 📄 📅

    1. Spider WebA classic spider web (cobweb), as spun by a 🕷️ Spider to catch prey. Depicted as a white, symmetrical, wheel-shaped web, as an orb web, with six or eight equal sectors.

      emoji

      for - tails.net 🕸️ - net - indy.net

    1. Piñata

      🪅 A colorful decorated container that comes in many shapes, a piñata is filled with candy or toys. Hit to break open for celebrations such as Cinco de Mayo, this is generally associated with Mexico

      🪅