spacemagick, to Futurology
@spacemagick@mastodon.social avatar
smallcircles, to fediverse
@smallcircles@social.coop avatar

Hey, which app allows an to be used as a ?

https://social.coop/@smallcircles/112414539433136490

#❓

o76923, to random
@o76923@kitty.social avatar

I had assumed that which were unique to an instance were most likely created by someone on that instance. That's definitely not the case given how few are unique to is-a.wyvern.rip, the solo instance for Volpeon... creator of the original neofox and neocat.

SergKoren, to programming
@SergKoren@writing.exchange avatar

Thanks to a user on Mastodon @glitchcake, there is a programming language known as Emojicode https://www.emojicode.org

Please note, I find this to be the only valid reason to ever use emoji—ever.

prinsje, to art
@prinsje@mirageisland.nl avatar

nijntje emojis v1.0!

official release of the emoji pack, you can download it here (please read the description!): https://onemuri.nl/gifts.html

emojis available:
:miffy: :miffy_angry: :miffy_blush: :miffy_happy: :miffy_love: :miffy_sad: :miffy_sleep: :miffy_surprised: :miffy_think: :miffy_thumbsup: :miffy_ace: :miffy_aro: :miffy_aroace: :miffy_bi: :miffy_disabled: :miffy_gay: :miffy_lesbian: :miffy_pan: :miffy_plural: :miffy_pride: :miffy_trans: :miffy_transmasc:

i will add more if i feel like it, do not send complaints or you will be blocked

feel free to boost

raphitherockett, to random French
@raphitherockett@eldritch.cafe avatar

Bonsouâre le mastogame

J'ai une requête nulle et pas du tout essentielle MAIS : en gros je sais qu'il existe la version anarqueer de l'emoji que j'ai en guise d'avatar, c'est-à-dire avec le bandana rose au lieu qu'il soit noir (jsp si j'suis clair mais il est tard demain j'ai partiel mon cerveau fond) parce que askip le bloc c'est pas qu'un truc d'antifa mascu muscu
Si quelqu'un a le fichier de cet je lui en serait reconnaissant à tout jamais merci que la paix soit sur vous et avec votre espr... ah non merde c'est la messe ça pardon

christian, to random
@christian@suma-ev.social avatar

I used to think that are for the illiterate.

Then I got addicted to them in Signal and Matrix.

Now I can't wait for clients to implement them. Why is this still experimental after 5 years, @larma ?
https://xmpp.org/extensions/xep-0444.html

ghose, to Catroventos Galician
@ghose@gts.xmgz.eu avatar

#Heliboard ⌨️ :android: #emoji

Suxestión de Emojis en Heliboard

facer que apareza na barra de suxestións o emoji(s) relacionado coa palabra que estamos a escribir

Requerimentos

  • Ir a Axustes, Ortografía, Suxestións e marcar a opción Mostrar suxestións de corrección.

Optativo, e recomendo, desactivar Corrección Automática.

Hai dous métodos, complementarios:

Método 1

Máis lento inicialmente pero en realidade abonda para o 99% dos casos, porque repetimos sempre os mesmos emojis. Se non sabes inglés pois é o método recomendado.

  • Imos a Axustes > Ortografía > Dicionario Peroal
  • Seleccionamos o Galego (ou Para todos os idiomas, da igual)
  • Abre unha pantalla onde abaixo prememos en Engadir Unha Palabra +
  • Onde pon Escribe unha palabra engadimos o emoji que queremos (co teclado). Exemplo: ☁️
  • En Atallo, engadimos a "clave" ou "palabra" que fará que se mostre a suxestión. Exemplo: "nub". Algo que non sexa moi restrictivo, así vale para nube, nubrado, nubosidade, cuberto, ...

e xa estaría! Imos a escribir algo nun cadro de texto de calquera aplicación e se escribimos "nub" veremos que na barra de suxestións aparece

Engades á man esa ducia de emojis que usas con frecuencia e xa estaría.

Método 2

engadimos o dicionario inglés experimental, que polo visto funciona mellor neso de suxerir emojis (eu non probei cos dous, fun directo a este).

podes engadir o de castelán se queres ou te apañas mellor que co de inglés, pero igual te lía máis, ti verás.

  • En _Idiomas e Disposicións*: activar o Galego e premer no seu nome para a) en Escritura en varios idiomas b) engadir o Inglés (ou o Castelán)

para que apareza a suxestión deberemos escribir a palabra en inglés que está relacionada co emoji. No exemplo proposto: "cloud"

Método 3 (hipotético)

que alguén teña xa un dicionario persoal feito e cho envíe para instalar 😬


isto podería ser unha publicación no blog 🤷‍♂️ ou un vídeo de peertube. Nah! 😅

Licenza: CC BY-SA

:retootOk: #galego #android

gregorni, to GNOME
@gregorni@fosstodon.org avatar

New custom emoji on the GNOME GitLab!

Edent, to php
@Edent@mastodon.social avatar

🆕 blog! “Where you can (and can't) use Emoji in PHP”

I was noodling around in PHP the other day and discovered that this works: <?php $🍞 = "bread"; echo "Some delicious " . $🍞; I mean, there's no reason why it shouldn't work. An emoji is just a Unicode character (OK, not just a character - but we'll get on to that), so it should […]

👀 Read more: https://shkspr.mobi/blog/2024/04/where-you-can-and-cant-use-emoji-in-php/

Edent, (edited ) to random
@Edent@mastodon.social avatar

Which of these do you think is the most complex ?
As in, which has the most number of discrete codepoints?

blog, to php
@blog@shkspr.mobi avatar

Where you can (and can't) use Emoji in PHP
https://shkspr.mobi/blog/2024/04/where-you-can-and-cant-use-emoji-in-php/

I was noodling around in PHP the other day and discovered that this works:

<?php$🍞 = "bread";echo "Some delicious " . $🍞;

I mean, there's no reason why it shouldn't work. An emoji is just a Unicode character (OK, not just a character - but we'll get on to that), so it should be fine to use anywhere.

Emoji work perfectly well as function names:

function 😺🐶() {   echo "catdog!";}😺🐶();

Definitions:

define( "❓", "huh?" );echo ❓;

And, well, pretty much everywhere:

class 🦜{    public int $🐦;    public ?string $🦃;    public function __construct(int $🐦, ?string $🦃)    {        $this->🐦 = $🐦;        $this->🦃 = $🦃;    }}$🐓 = new 🦜(1234, "birb");echo $🐓->🐦;

How about namespaces? Yup!

namespace 😜;class 😉 {    public function 😘() {        echo "Wink!";    }}use 😜😉;$😊 = new 😉();$😊->😘();

Even moderately complex Unicode sequences work:

echo <<<🏳️‍🌈Unicode is magic!🏳️‍🌈;

I've written before about the Quirks and Limitations of Emoji Flags. The humble 🏳️‍🌈 is actually the sequence U+1F3F3 (white flag), U+FE0F (Variation Selector 16), U+200D (Zero Width Joiner), U+1F308 (Rainbow).

Take a complex emoji like "Female Astronaut with Medium Dark Skin Tone" - 🧑🏾‍🚀 - that also works!

$🧑🏾‍🚀 = 1;$👷🏻‍♂️ = 2;echo $🧑🏾‍🚀 + $👷🏻‍♂️;

Probable the most complex emoji has 10 different codepoints! It looks like this - 🧑🏾‍❤️‍💋‍🧑🏻

And it works!

$🧑🏾‍❤️‍💋‍🧑🏻 = "Kiss Kiss. Bang Bang!";echo $🧑🏾‍❤️‍💋‍🧑🏻[-1];

There are some emoji which don't work;

$5️⃣ = "five";

The 5️⃣ emoji is U+0035 (Digit Five), U+FE0F (Variation Selector 16), U+20E3 (Combining Enclosing Keycap). PHP doesn't allow variables to start with digits, so it craps out with PHP Parse error: syntax error, unexpected integer "5", expecting variable or "{" or "$" in php shell code on line 1

You also can't use "punctuation" emoji as though they were normal characters:

echo 5 ❗= 6;

And, while not strictly emoji, you can't use mathematical symbols:

echo 5 ≤ 6;

So, there you have it. Is this useful? Well, probably. It is easy to get lost in a sea of text - so little pictograms can make it easier to see what you're doing. If the basic ASCII characters aren't part of your native language, perhaps it is useful to make use of the full range of Unicode.

Does your favourite programming language support Emoji?

https://shkspr.mobi/blog/2024/04/where-you-can-and-cant-use-emoji-in-php/

michael, to php
@michael@thms.uk avatar
pablolarah, to CSS
@pablolarah@mastodon.social avatar
Edent, to CSS
@Edent@mastodon.social avatar

🆕 blog! “Use CSS to boost the font size of emoji with no extra markup”

I want to make emoji bigger than the text that surrounds them. At my age and eyesight, it can be difficult to tell the difference between 😃, 😄, and 😊 when they are as small as the text. Is there a way to use CSS to increase the font size of specific characters without having […]

👀 Read more: https://shkspr.mobi/blog/2024/04/use-css-to-boost-the-font-size-of-emoji-with-no-extra-markup/

mynotaurus, to random
@mynotaurus@floofy.tech avatar

Yingmotes v3.1!!! :myno_yell:

44 new static emotes and 9 new animated ones!
(also added reversed versions for if you want flipped sets)

https://github.com/Mynotaurus/Yingmotes/releases

zirias, to FreeBSD
@zirias@techhub.social avatar

🚦🚥 ... ok it works 🌋

A super-simple keyboard for .

Well, I did have to fiddle with the keymap.

And I had to add delays 🤯👹 (otherwise there are races between keymap changes and keyboard events).

And I had to misuse the extension, cause applications ignore "synthetic" events. 🫥😣

But hey, it works 🕺

Now needs some basic, uhm, "features" (like recently used, like search by name).

https://github.com/Zirias/qxmoji

hollie, to random
@hollie@social.coop avatar

I want there to be a bison emoji, for folks. And then we can offer a Higs, which is a very small hug, for people in tender states of pain and/or exhaustion.

Higs are technically Higs Bison hug particles, named after Petra Higs, who once soothed a chronically-ill bison with a very small hug.

Anyone want to draw a very small bison emoji?

vincentneo, to macos
@vincentneo@mastodon.social avatar

Iconic 1.3 has been released with support for new emojis from macOS 14.4 as well as SF Symbols 5.2!

https://apps.apple.com/sg/app/iconic/id1582751983?mt=12

o76923, to arknights
@o76923@kitty.social avatar

I'm bummed that both and react images are optimized for 150-400 px square images. That's ideal for react posts but they are unreadable as reactions. Sure, if you know what they are you might recognize them but without context, they are hard to interpret.

jake4480, to random
@jake4480@c.im avatar

One of the better Rogule runs I've done so far. But a streak of 6 before - wow, I gotta get back to that.

https://rogule.com

t3rminus, to neverwinternights
@t3rminus@calamity.world avatar

A few months ago I tried to track down the origin of this ADORABLE emote, and ran into dead ends and deleted discord threads. Ultimately I decided to re-create it in vector format so there's a high-quality version if anyone wants to use it.

Thanks to everyone who helped my search! If you do know the source, I'd love to credit them, and if they want me to remove this I will.

SVG: https://www.k3vin.net/host/drgn_hug.svg

favrion, to nba
@favrion@mastodon.social avatar
mynotaurus, to random
@mynotaurus@floofy.tech avatar

Yingmotes v3.0!!

the last update for a while cause i think its finally feeling pretty complete as a set :ying_party:​

231 emotes in 5 different premade color palettes, and a python script to make your own palettes! :ying_amused_blep:​

https://github.com/Mynotaurus/Yingmotes/releases go forth, spread yinglets across the fediverse once more

Iconfactory, to design
@Iconfactory@iconfactory.world avatar

One of our favorite parts of the work we do at the Iconfactory is to design emoji. Founder @gedeonm was recently interviewed about the design process behind the emoji you probably use and love every single day. https://panorama.ro/how-emojis-conquered-online-communication-designers/

If you need emoji or iconography for your project or business, be sure to check us out, we'd love to work together. 🙂 👍

https://iconfactory.com/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • DreamBathrooms
  • provamag3
  • mdbf
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • JUstTest
  • All magazines