#loopsif
Explore tagged Tumblr posts
Text
SASASA:P Siffrin's social skills are fried
gonna link the original brainworm of this au in the replies but the tl'dr is Siffrin makes a wish to be there for Loopfrin like they were there for him.
#myart#fanart#isat#in stars and time#isat spoilers#spoilers#sasasap spoilers#loop#siffrin#Loopfrin#Loopsif#IsatRoleReversalAU#i also wanted to design Loopsif to be different from the original Loop so he gets a 4-leaf-clover oriented star + no frizzies#as he is... more stable than Loop was
2K notes
·
View notes
Text
Get a room you two
Request by @stardusts-supervoid! I loved drawing their expressions
#my art#in stars and time#isat#siffrin#isat siffrin#isat spoilers#maybe???#the family dont know theyre the same person yet#but theyre sussed the hell out anyway#loop#isat loop#sifloop#loopsif#i had it in mind but ultimately up to interpretation whether you want it to be romantic or not#deciding not to reblog original request because it feels too messy to me
747 notes
·
View notes
Text

SifLoop doodle because someone has to draw ship art for them
I know Loop is also short and should not be as notably taller than Siffrin as they are here but too late
5 notes
·
View notes
Text
Siffrin: Hey, Stardust, any ideas for this loop?







@chipper-smol This is how I picture the start of 80% of their conversations going after awhile in role reversal au.
#isat#isat spoilers#loop isat#siffrin isat#TECHNICALLY#in stars and time#isatrolereversalau#rolereversalau#this has been in my head all day#listen they're still siffrin even if loopfrin told them everything siffrin would still find a way to say 'okay but how do you know MY-#-FRIENDS would accept me. We've done different things!!!' to which loopfrin apologizes to Loop in their head for having to deal with this#siffrin would rather chew their arm off than Talk About Their Feelings so uh. Might take a bit for them to get there even with loopfrin#im not redoing all the tags but loopsif is the name for clover star siffrin not loopfrin#i had a fifty fifty and beefed it ooop#my posts
816 notes
·
View notes
Text
I know Loopsif sleeps through the Hang Out in this au bc they're exhausted, but I am STRUCK by the idea of "this person is so kind to you and they care about you and understand your situation, but they knowingly hurt everyone you love"
Like when Siffrin went through the Loop Hang Out he was betrayed. But also they and Loop weren't super close. Siffrin was suspicious of Loop to some degree, and also expected them to be mean to him. It was quick for Loop to change the subject and explain afterwards, but Loopsif is more volatile at this point and just,,,, yeah. I think it would hurt them more.
#in stars and time#isat#siffrin isat#loop isat#isat spoilers#two hat spoilers#isatrolereversalau#isat loop#isat siffrin#yellow's art
319 notes
·
View notes
Note
loopsif
Sifloop
Loop sif
Sloop
The Universe's favorite joke x the Universe's favorite
The strangest exploration of self hate and love you can find this side of tumblr.
Sifloop soup
27 notes
·
View notes
Text
Introduction to Programming

A Beginner-Friendly Roadmap to the Digital World
Programming is the process of giving computers a precise set of instructions so they can perform tasks, solve problems, or entertain us with games and apps. From the navigation system in your car to the streaming service on your phone, nearly every modern convenience relies on code written by developers. This article offers a concise yet comprehensive introduction to programming, covering its purpose, core concepts, common languages, learning strategies, and career paths.
Why Learn Programming?
Problem-Solving Power – Coding teaches you to break big challenges into manageable steps.
Career Flexibility – Developers work in fields as diverse as healthcare, finance, space exploration, and entertainment.
Automation & Efficiency – Scripts can handle repetitive tasks, freeing humans for creative work.
Innovation & Impact – Apps, websites, and AI systems all start as lines of code.
Fundamental Concepts
ConceptWhat It MeansQuick ExampleVariablesNamed storage for dataage = 30Data TypesCategories such as integers, strings, Booleans3.14, "Hello"Control FlowDecision-making & loopsif, for, whileFunctionsReusable code blocks that perform tasksdef greet(name):Data StructuresOrganized collections like lists, dictionaries, stacksshopping_list = ["milk", "bread"]
Mastering these basics lets you read and write code across many languages.
The Four Main Programming Paradigms
Procedural – Step-by-step instructions (e.g., C).
Object-Oriented – Code organized into objects (e.g., Java, Python).
Functional – Emphasizes pure functions and immutability (e.g., Haskell, Scala).
Scripting – Automates tasks and glues systems together (e.g., JavaScript, Bash).
Choosing a paradigm depends on the problem you’re trying to solve and your personal preference.
Popular Languages and Their Use Cases
Python – Data science, automation, web back-ends.
JavaScript – Interactive websites, serverless functions.
Java & Kotlin – Android apps, large-scale enterprise software.
C & C++ – Operating systems, game engines, embedded devices.
Swift – iOS and macOS development.
Tools of the Trade
Integrated Development Environments (IDEs) – Visual Studio Code, IntelliJ, or Android Studio speed up coding classes with autocomplete and debugging.
Version Control – Git tracks changes and supports collaboration.
Package Managers – npm, pip, or Maven handle external libraries efficiently.
Cloud Platforms – AWS, Azure, and Google Cloud deploy applications globally.
Learning Strategies for New Programmers
Start Small, Build Often – Create simple programs (a calculator, a to-do list) before attempting large projects.
Read the Docs – Official documentation clarifies syntax and best practices.
Practice Daily – Consistency beats cramming; even 30 minutes a day adds up.
Join a Community – Online forums, local meet-ups, or study groups provide support and feedback. The synergy of tech skills with clear communication—inspired by courses like the Best Content writing classes in Cahndigarh—can also sharpen how you document and present your code.
Contribute to Open Source – Real-world code reviews are invaluable learning experiences.
Bridging Programming with Other Disciplines
Programming enhances many professions:
Design – Front-end developers turn mock-ups into interactive experiences.
Data Analysis – Analysts use Python or R to transform raw data into insights.
Marketing – Automation scripts handle email campaigns and SEO audits.
Content Creation – Developers build custom plugins and analytics tools for writers, podcasters, and video editors.
Career Pathways
RoleTypical SkillsExample Projects Web DeveloperHTML/CSS, JavaScript, React E-commerce sites, web appsMobile DeveloperSwift, Kotlin, Flutter Fitness trackers, finance apps Data Engineer SQL, Python, HadoopData pipelines, ETL processesDevOps EngineerDocker, Kubernetes, CI/CD Scalable cloud deployments Game DeveloperC++, Unity or Unreal Engine2D/3D games, VR experiences
Common Beginner Pitfalls (and How to Avoid Them)
Skipping Fundamentals – Dive into syntax but also learn problem-solving foundations.
Tutorial Hell – Move from following tutorials to building original projects sooner rather than later.
Fear of Errors – Bugs are normal; use debugging tools and embrace iteration.
Learning in Isolation – Share your code for feedback and pair-program with peers.
Conclusion
Programming is both an art and a science. It empowers you to automate tasks, create innovative solutions, and communicate with machines in structured, logical ways. Start small, stay curious, and leverage community resources to keep your momentum. With practice, perseverance, and a willingness to learn, you’ll soon transform ideas into functional software—and perhaps inspire others to code as well.
0 notes
Text
thinking of ISAT loopsif being so chill so patient and SASASAP sif being so upset. The Universe watched him suffer and this is the lifeline it sends him. This is the worst best thing that could happen to them.
Major ISAT spoilers below so SCROLL SCROLL SCROLL
havent seen anyone with this idea yet but
AU where Siffrin fills the role of Loop FOR Loopfrin during SASASA:P
Siffrin appearing in the form of Loop for Loopfrin after their successful attempt on the King. Right before Loopfrin cries out to the Universe
just
being there for them like they were for him, y'know
and yeah he's a few... thousand loops late but bETTER LATE THAN EVER HAHAHAHA
imagine how suspicious and then angry and then desperate Loopfrin would be about Siffrin. The "What are you??" "Why didn't you help me sooner?" "You're staying?" "Actually, I don't care" <- cares a lot
everything about this star person is a novelty for Loopfrin. They had a whole moment when Bonnie handed them a candy with a crinkly wrapper. imagine how off foot they'd get after coming back from a loop and this star person remembers.
Siffrin taking as many chances to casually touch Loopfrin. Arm slung around their shoulders. Booping their nose. Holding their face and reassuring that they're real. Hugging them- getting them feeling present in their body once more.
encouraging Loopfrin to stop using the knife
poking them in the right directions- PROVIDING THE SAME QUALITY OF LIFE MEASURES LOOP DID FOR HIM! Memories saved. Important locations indicated with magic. Level progress saved. Control over where they can loop back.
do you see??? do you understand?????

tl'dr: let siffrin be there for loopfrin i think it'd be cool
#you know until they inevitably start being mean to each other but first impressions count for something yanno#kitscribbles#and if loopsif were so patient itd be hard to stay upset especially because Having Someone There is actually such an enormous thing#isat spoilers
1K notes
·
View notes
Text
i think i need to clarify names and other details for the IsatRoleReversalAU before things get too confusing
ISAT Siffrin = Stardust, Loopsif SASASA:P Siffrin = Siffrin, Loopfrin, Siffrin Prime
Stardust still uses he/they Loopfrin uses they/them (the de-personalization already did its damage)
(Stardust still uses parenthesis) [Loopfrin still uses brackets] ^ just another way to help keep them distinct by using their original forms of thinking/transmitting info
219 notes
·
View notes
Note
how did stardust end up in loopsif's timeline in the first place? i'm assuming this is post twohats canon, did he make a wish later on to see loop again? to be able to help loop in their original timeline? mostly i'm curious if stardust knew what they were getting into lmao
...also if loopsif DOES get out of their time loops eventually... would he go back to his normal timeline, or would he be stuck there forever?
...would loop still be there in stardust's timeline?
(sorry if it's a lot of questions or it's too spoilery for the au or you haven't thought that far ahead yet. lol)
1: Yes i think that this was a very intentional decision made by ISAT Siffrin. He'd be very cautious about Wishcraft and its rituals after the events of the game, so Stardust's presence is planned out (somewhat)
I'm thinking that its been many years since the loops and most of the party has settled down in their homes across the world (and its not like they dont make time to see each other). ISAT Siffrin gets melancholy and wonders... if they could have prevented Loop from becoming- well-- Loop.
The idea took root and then well here they are
Stardust made this Wish with returning back home in mind too
2: What would be more narratively satisfying for you? what kind of ending would give the right flavor of catharsis? NSFNFfgn ok I know thats a cop-out kind of answer but this AU definitely has a multiple endings sort of thing going on
(...i do think that it'd be a sort of Steven Universe kind of ending where Steven re-fuses with his gem half sort of thing, Stardust and Loop fusing together or ISAT Siffrin and SASASAP Siffrin)
136 notes
·
View notes