mini flags #43 f2u with or without credit!
flags in order quoisexual | quoiromantic | quoialterious minkalosfem | femkalosmin | obic oriented | orientationless | sunflower

seen from Malaysia

seen from Italy
seen from Canada
seen from Sri Lanka

seen from Malaysia

seen from Malaysia
seen from Belgium
seen from United States
seen from China

seen from United States

seen from Malaysia

seen from United States
seen from Belgium
seen from Türkiye

seen from Sweden
seen from Yemen
seen from Germany
seen from China
seen from Russia

seen from United States
mini flags #43 f2u with or without credit!
flags in order quoisexual | quoiromantic | quoialterious minkalosfem | femkalosmin | obic oriented | orientationless | sunflower
Happy Aromantic Spectrum Awareness Week 2023!
Did some pixel arrows for the start of ASAW. Feel free to use. I'm happy to alter or do flags I have missed. Credit appreciated but not necessary.
[Img id: Two lots of 9 pixel arrows pointing right. The first are 610x150 pixels, the second 61x15 px. They are in the colours of various flags. In order: Aromantic, allo aro, aro flux, loveless, aroace, oriented, cupioromantic, lithromantic, QPP. The arrows have colourful swirls around the arrow shaft and stray pixels. end id]
Today was scary
Oriented / Orientated Anattractional flag
( Flag ID: A flag with six equally sized horizontal stripes. From top to bottom, the colors are; black, grey, white, teal, dark teal, black. /end ID )
This is a general flag for anyone who experiences no attraction whatsoever ( Anattractional ) but is still Oriented / Orientated in some way ( referring to relationships and affection, not attraction ). Some examples are Anattractional Sapphic, Anattractional Achillean, Anattractional Diamoric, and so on.
It follows the format of the previous flags. I did reference the classic Oriented / Orientated teal but didn't want to use the exact color ( even though it's the most recognizable / common symbol in aspec spaces ).
Instead I used a darker teal (for experiencing no attractions but still being Oriented / having an Orientation) and a lighter teal (representing a desire or want for Oriented relationships and/or affection but still experiencing no attractions).
Free for anyone to use as always, and if you are aware of a general Oriented / Orientated symbol please let me know so I can put it on the flag!
Taglist - @revenant-coining, @radiomogai
Star based Oriented AroAce moodboard~ ^^ For @pigeonsgrame c: Hope you like!
Want one? Send an ask!! -mod Jay
Oriented Anattractional
sources - Asexual Wiki, LGBTQIA Wiki
Similar to oriented aroace, however rather than just being on the aroace spectrum, an oriented anattractional person is attractionless (aphysical, aemotional, ateritary) but still feel aligned with another queer label enough that it factors into their experience of attraction. They would be considered to be lovepunk and often identify as loveless.
ByteByteGo | Newsletter/Blog
From the newsletter:
Imperative Programming Imperative programming describes a sequence of steps that change the program’s state. Languages like C, C++, Java, Python (to an extent), and many others support imperative programming styles.
Declarative Programming Declarative programming emphasizes expressing logic and functionalities without describing the control flow explicitly. Functional programming is a popular form of declarative programming.
Object-Oriented Programming (OOP) Object-oriented programming (OOP) revolves around the concept of objects, which encapsulate data (attributes) and behavior (methods or functions). Common object-oriented programming languages include Java, C++, Python, Ruby, and C#.
Aspect-Oriented Programming (AOP) Aspect-oriented programming (AOP) aims to modularize concerns that cut across multiple parts of a software system. AspectJ is one of the most well-known AOP frameworks that extends Java with AOP capabilities.
Functional Programming Functional Programming (FP) treats computation as the evaluation of mathematical functions and emphasizes the use of immutable data and declarative expressions. Languages like Haskell, Lisp, Erlang, and some features in languages like JavaScript, Python, and Scala support functional programming paradigms.
Reactive Programming Reactive Programming deals with asynchronous data streams and the propagation of changes. Event-driven applications, and streaming data processing applications benefit from reactive programming.
Generic Programming Generic Programming aims at creating reusable, flexible, and type-independent code by allowing algorithms and data structures to be written without specifying the types they will operate on. Generic programming is extensively used in libraries and frameworks to create data structures like lists, stacks, queues, and algorithms like sorting, searching.
Concurrent Programming Concurrent Programming deals with the execution of multiple tasks or processes simultaneously, improving performance and resource utilization. Concurrent programming is utilized in various applications, including multi-threaded servers, parallel processing, concurrent web servers, and high-performance computing.