#bootstrap navigation
Explore tagged Tumblr posts
Text
<3
#extension of a man by donny Hathaway is an EXTREMELY Taka album imo#kid from a family of Ishimaru’s who cannot simply live for themselves#always chasing after what he can’t have#whether that be masozi or becoming prime minister and whatnot#meeting someone like her who substantially challenges most of his world views… even if he is a bit more on the woke side in my au#i think he is still fairly naive but also how does your family get that fucked up from the political world n that doesn’t radicalize you#at least a little bit??#doomed to be chasing pipe dreams I guess#I’d say he views the world in an ignorant ‘pull yourself up by your bootstraps’ sort of way even more fueled from his kinda trad upbringing#but I do think if he lived he would have opened his eyes to much more shit n gotten into community work or somethin#yeah Taka does not do well trying to actually get anywhere as a pm#I think au wise though (since dr:70’s is still pretty close to canon despite the changes)#all the corny shit still happens but what happens after the sauna battle is still relatively vague#taka def has some feelings#but masozi? who knows!#jay.txt#dr:70’s lore#prob the guy who’s the most basic compared to my ideas for half the cast in au/rewrite(?)#cis n bi and that’s abt it lol#canon Ishimondo is alr but don’t rlly care for it/ fanon passionate Taka who would literally die for this woman n just life fucks over that#hell yeah! 👍🏾#I don’t think as Taka being super detrimental to her character or anything since she is going through a LOT during HPA#but him navigating his growing feelings and rapidly changing world views is pretty sweet!
0 notes
Text
Programming Languages on the Rise in 2025

As we navigate through 2025, the programming landscape continues to evolve at a remarkable pace. New languages emerge, established ones gain fresh momentum, and others adapt to meet the changing demands of developers and industries. This dynamic environment is shaped by various factors, including technological advancements, industry requirements, and developer preferences. In this article, we'll explore the programming languages that are experiencing significant growth and adoption in 2025, examining the reasons behind their rise and the opportunities they present for developers, businesses, and the tech ecosystem as a whole.
The Shifting Programming Paradigm
Before diving into specific languages, it's worth noting the broader shifts in programming paradigms that are influencing language adoption in 2025. Three key trends stand out:
AI and Machine Learning Integration: Languages that seamlessly support AI development and integration are seeing unprecedented growth.
Cross-Platform Development: The demand for code that runs everywhere—from browsers to mobile devices to IoT hardware—continues to drive language evolution.
Developer Experience: Languages that prioritize ease of use, clear syntax, and robust tooling are winning the hearts of developers.
With these trends in mind, let's examine the programming languages that are rising to prominence in 2025.
Rust: From Systems Programming to Universal Adoption
Rust has completed its journey from a niche systems programming language to mainstream adoption. In 2025, it's being embraced across various domains, from web development to game engines.
Why Rust Continues to Grow
Rust's growth is primarily driven by its promise of memory safety without garbage collection, making it ideal for performance-critical applications. The language's ownership model prevents common programming errors like null pointer dereferencing and buffer overflows at compile time, significantly reducing the likelihood of security vulnerabilities.
In 2025, several factors have contributed to Rust's continued rise:
Cloud Native Applications: Major cloud providers have adopted Rust for their infrastructure components, appreciating its combination of performance and safety.
WebAssembly Maturity: As WebAssembly has become more mainstream, Rust's position as a leading language for WASM development has strengthened its adoption in web contexts.
Game Development Inroads: More game engines now support Rust, with some newer engines being built entirely in the language.
Enterprise Adoption: Large corporations have increasingly migrated critical infrastructure components to Rust, motivated by security concerns and performance requirements.
Despite its steep learning curve, Rust's community has developed excellent learning resources, lowering the barrier to entry for newcomers. The language's package manager, Cargo, continues to be one of the best in the ecosystem, making dependency management straightforward.
TypeScript: JavaScript's Typed Companion Becomes the Standard
In 2025, TypeScript has solidified its position not just as an alternative to JavaScript, but as the standard approach for new web projects. Its static typing system has proven invaluable for large-scale applications, and its integration with modern web frameworks has never been better.
TypeScript's Expanding Universe
Several developments have fueled TypeScript's continued growth:
Framework Integration: All major JavaScript frameworks now prioritize TypeScript support. React, Vue, Angular, and newer frameworks like Svelte and Solid have embraced TypeScript as a first-class citizen. When it comes to Integrating Bootstrap with React, TypeScript provides type safety that significantly improves the development experience, making it easier to build responsive and maintainable UIs with proper type checking for components and props.
Deno's Mainstream Adoption: The Deno runtime, which uses TypeScript as its primary language, has gained significant traction, offering a more secure and modern alternative to Node.js.
Enhanced Type System: TypeScript's type system has continued to evolve, with more powerful features for expressing complex patterns while maintaining backward compatibility.
Development Tool Maturity: The language server protocol and IDE integrations for TypeScript have reached new heights of sophistication, offering refactoring capabilities that rival those of languages like Java and C#.
As JavaScript continues to power the web, TypeScript has become the responsible choice for teams building applications of any significant size or complexity.
Python: The AI Era's Lingua Franca
Python's trajectory has been closely tied to the rise of AI and data science, and in 2025, this relationship has only strengthened. While Python isn't a new language by any measure, its growth has accelerated due to several key developments.
Python's New Direction
Python's evolution in 2025 has been marked by:
Performance Improvements: Efforts to address Python's traditional performance limitations have borne fruit, with innovations like mojo, a superset of Python focused on AI workloads that offers massive performance gains.
AI Framework Dominance: All major AI frameworks continue to prioritize Python support, making it the default choice for machine learning work.
Web Framework Renewal: Frameworks like FastAPI and newer alternatives have rejuvenated Python's position in web development, offering modern APIs with type hints and async support.
Asyncio Ecosystem Maturity: Python's async programming ecosystem has matured significantly, making it more suitable for high-concurrency applications.
Despite challenges from more specialized languages, Python's accessibility and the sheer size of its ecosystem have ensured its continued growth in 2025, particularly for data-intensive applications and AI development.
Kotlin: Beyond Android
Originally popularized as an alternative to Java for Android development, Kotlin has expanded its reach considerably by 2025. Its pragmatic approach, combining object-oriented and functional programming features, has won over developers across various domains.
Kotlin's Expanding Territory
Several factors contribute to Kotlin's rising popularity:
Multiplatform Projects: Kotlin Multiplatform has matured, allowing developers to share code between different platforms, including Android, iOS, web, and desktop.
Server-Side Adoption: Kotlin has gained significant traction in server-side development, offering a more modern alternative to Java while maintaining full interoperability.
DSL Capabilities: Kotlin's ability to create expressive Domain-Specific Languages has made it popular for configuration, testing, and other specialized domains.
Coroutines for Asynchronous Programming: Kotlin's coroutines have set a new standard for handling asynchronous operations, influencing other languages and frameworks.
As Java's evolution has slowed, Kotlin has positioned itself as the natural next step for the vast Java ecosystem, offering modern features without sacrificing compatibility.
Go: Simplicity at Scale
Go (or Golang) continues its steady rise, particularly in cloud infrastructure, microservices, and distributed systems. Its simplicity, strong concurrency model, and efficient compilation make it ideal for these domains.
Go's Growing Appeal
In 2025, Go's growth is driven by:
Cloud Native Ecosystem: Many cloud-native tools and platforms are built with Go, creating a virtuous cycle of adoption in the cloud space.
Simplified Dependency Management: Go's approach to dependencies has matured, addressing earlier criticisms and making package management more straightforward.
Microservices Standard: For many organizations, Go has become the default choice for building microservices due to its small memory footprint and quick startup times.
Improved Generics Implementation: After introducing generics in Go 1.18, the feature has been refined based on community feedback, making generic programming in Go more practical.
Go's philosophy of simplicity continues to resonate with developers tired of complexity, particularly as systems themselves become more inherently complex.
Julia: The Rising Star in Scientific Computing
While not yet as mainstream as Python or R, Julia has been gaining significant momentum in scientific computing, data science, and numerical analysis. By 2025, it has carved out a substantial niche for itself, particularly in performance-critical domains.
Julia's Scientific Revolution
Several factors have contributed to Julia's rise:
Performance Without Compromise: Julia delivers C-like performance with a high-level syntax, eliminating the "two-language problem" where prototyping and production code need to be written in different languages.
Parallel Computing Capabilities: Julia's built-in support for parallel and distributed computing has made it attractive for handling large-scale computation.
Growing Package Ecosystem: Julia's package ecosystem has grown substantially, particularly in scientific domains like computational biology, physics simulations, and financial modeling.
Interoperability: Julia's ability to easily call C, Python, R, and other languages has made it more practical to adopt incrementally within existing workflows.
While Julia remains primarily focused on scientific and numerical computing, its influence is expanding as more organizations discover its unique combination of features.
WebAssembly as a Target Platform
WebAssembly (WASM) isn't a programming language itself, but it has become an increasingly important target platform for many languages. In 2025, its influence on language adoption patterns is significant enough to warrant dedicated attention.
The WebAssembly Ecosystem
Several key developments in the WebAssembly ecosystem are worth noting:
Component Model Standardization: The WebAssembly Component Model has standardized how WASM modules interact, creating new opportunities for language interoperability.
Server-Side WebAssembly: WASM has expanded beyond the browser, with server-side runtimes gaining traction for secure, sandboxed execution of code.
Languages Optimizing for WASM: More languages are prioritizing efficient compilation to WebAssembly, with toolchains specifically optimized for this target.
Edge Computing Deployment: WebAssembly has become a standard deployment format for edge computing platforms, influencing language choices for these environments.
As WebAssembly continues to mature, languages that compile efficiently to WASM (like Rust, AssemblyScript, and increasingly Go and C#) are seeing increased adoption in contexts where cross-platform deployment is crucial.
Elixir: Concurrent Programming Made Accessible
Elixir, built on the Erlang VM, has been gaining steady traction for its exceptional ability to handle concurrent, distributed, and fault-tolerant systems. In 2025, it has moved beyond its initial niche to become a serious contender for a wide range of applications.
Elixir's Growing Community
Several factors have contributed to Elixir's rising popularity:
Phoenix Framework Maturity: The Phoenix web framework has evolved into one of the most performant and developer-friendly frameworks available, driving Elixir adoption.
LiveView Adoption: Phoenix LiveView has redefined how real-time web applications can be built, eliminating much of the complexity associated with building reactive interfaces.
Nerves IoT Platform: Elixir's Nerves platform has established itself as a compelling option for IoT development, bringing Elixir's reliability model to embedded systems.
Functional Programming Mainstream: As functional programming concepts have become more widely accepted, Elixir's approach has become more accessible to mainstream developers.
While Elixir may never reach the ubiquity of languages like JavaScript or Python, it has carved out a substantial niche, particularly for applications where reliability and real-time capabilities are paramount.
Dart: Flutter's Companion Goes Beyond Mobile
Dart, initially promoted by Google primarily as the language for Flutter mobile development, has expanded its reach considerably by 2025. As Flutter has evolved to target multiple platforms, Dart has grown alongside it.
Dart's Expanding Horizons
Several factors have driven Dart's continued growth:
Flutter Web and Desktop Maturity: As Flutter has become a viable option for web and desktop development, Dart's reach has expanded beyond mobile applications.
Server-Side Dart: Improvements in server-side frameworks and tooling have made Dart a more practical option for full-stack development.
Performance Optimizations: Dart's compilation strategies have been refined, delivering better performance across different target platforms.
Developer Experience Focus: Dart's emphasis on developer productivity, with features like hot reload and strong tooling, has won over developers from other ecosystems.
While still closely tied to Flutter's success, Dart has established itself as a versatile language that offers a compelling development experience across multiple domains.
Swift: Beyond Apple's Ecosystem
Originally developed by Apple for its platforms, Swift has gradually expanded its reach beyond the Apple ecosystem. In 2025, it has established itself as a general-purpose programming language with particular strengths in systems programming and performance-critical applications.
Swift's Extended Reach
Several developments have contributed to Swift's broader adoption:
Server-Side Swift Maturity: Frameworks like Vapor and Kitura have matured, making Swift a viable option for server-side development.
Cross-Platform Support: Swift's support for platforms beyond Apple's ecosystem has improved significantly, making it a more practical choice for cross-platform development.
Systems Programming Capabilities: Swift's low-level features and performance characteristics have made it increasingly attractive for systems programming tasks.
Swift Package Manager Ecosystem: The Swift Package Manager ecosystem has grown substantially, making library discovery and integration more straightforward.
While still most popular within Apple's ecosystem, Swift has begun to carve out a space as a general-purpose language valued for its safety, performance, and modern features.
Emerging Specialized Languages
Beyond the more established languages gaining momentum, several specialized languages are worth watching in 2025:
Zig: Positioning itself as a better C, Zig offers manual memory management with a focus on robustness, clarity, and maintainability.
Haskell: The purely functional language is experiencing renewed interest as functional programming concepts become more mainstream and as its tooling improves.
Crystal: Offering Ruby-like syntax with C-like performance, Crystal is gaining traction for applications that need both elegance and speed.
Scala 3: With significant language improvements in Scala 3 (Dotty), Scala is seeing renewed interest, particularly in data processing and distributed systems.
Nim: Combining the efficiency of C with the expressiveness of Python, Nim is attracting developers who need performance without sacrificing readability.
These languages may not yet have the widespread adoption of those discussed earlier, but they represent important innovations in language design that are influencing the broader ecosystem.
Factors Driving Language Adoption in 2025
Looking across the programming language landscape, several common factors are driving adoption in 2025:
AI and ML Integration: Languages that offer strong support for AI and machine learning workloads are seeing accelerated adoption.
Developer Experience: Languages that prioritize developer productivity, with clear syntax, helpful error messages, and strong tooling, are winning converts.
Performance Efficiency: With growing concerns about energy consumption and cloud costs, languages that offer efficient performance are gaining favor.
Safety and Security: As security concerns mount, languages with strong type systems and memory safety guarantees are increasingly preferred.
Interoperability: Languages that play well with existing ecosystems, rather than requiring wholesale rewrites, are seeing more practical adoption.
Community and Ecosystem: The breadth and quality of a language's libraries, frameworks, and community resources remain crucial factors in its growth.
Conclusion
The programming language landscape of 2025 is marked by both evolution and specialization. Established languages are adapting to new paradigms, while newer languages are carving out niches by addressing specific pain points or offering novel approaches to common problems.
For developers, this diverse ecosystem offers both opportunities and challenges. The key to navigating this landscape successfully lies in understanding not just the technical features of different languages, but also their ecosystems, communities, and the problems they're designed to solve.
As we look ahead, it's clear that no single language will dominate across all domains. Instead, we're seeing an increasingly specialized landscape where different languages excel in different contexts. The most successful developers will be those who can choose the right tool for each job, leveraging the strengths of different languages to build robust, efficient, and maintainable software.
Whether you're building web applications with TypeScript and React, developing machine learning models with Python, creating systems software with Rust, or exploring the possibilities of newer languages like Elixir or Julia, the programming landscape of 2025 offers rich opportunities for innovation and growth.
1 note
·
View note
Text
Top 10 Common Mistakes Entrepreneurs Make When Seeking Investor Funding
Introduction: Seeking investor funding can be a crucial step for entrepreneurs looking to scale their businesses and achieve growth. However, many entrepreneurs make common mistakes that can hinder their chances of securing funding. In this article, we will explore the top 10 mistakes that entrepreneurs often make when seeking investor funding and provide insights on how to avoid them. 1. Lack of…
#best practices for startup pitches#common mistakes in seeking funding.#crowdfunding strategies for startups#essential elements of a business plan#finding angel investors#how to bootstrap a startup#How to secure startup funding#navigating the seed funding process#startup funding options#startup funding stages#startup growth and scaling strategies#success stories of funded startups#tips for pitching to investors#top venture capital firms 2024#understanding equity and valuation
0 notes
Text

Bootstrap navbar with Slider
#slider bootstrap#bootstrap navbar#html css#frontend#css#html#css3#frontenddevelopment#neduzone#css navbar#navigation menu css#navigation menu#navigation bar#css menu
1 note
·
View note
Text
i've been reading catching fire for the first time this year and i don't, personally, think that the quarter quell was a "smart move" for snow and the capitol even if things went the way that he wanted them to and katniss and peeta and all the rest died and he got a victor he could control. sure, it would have taken out katniss. but taking out katniss wasn't actually going to be the quick fix he wanted it to be.
because even the capitol citizens were upset about all of this. the capitol citizens, who had grown so used to having pretty victors to smush together like dolls and gush over and show that people from the districts CAN do something and make their lives better. it's the american bootstraps ideal made hideously manifest.
yes, they've been fed this propaganda diet that the games are proper retribution for a crime that happened a lifetime ago, but they're also supposed to bring out these Ideals TM the capitol claims to hold to and then the Beautiful Shiny Model Minority winner gets fame and fortune and safety and a promotion into capitol society. because they beat the odds and they won all these things! they *deserve* this!
now all of the privileged masses have these strong parasocial relationships where they thought they'd see their favorite athletes become safe and glamorous and happy. the social contract says that the capitol citizens get to have these lovely dolls to play with and now he's taking their toys away in a way that shows the propaganda never held any truth in the first place. if we don't actually value these people and what they represent, then why do we actually do it? (it's the cruelty. but the average capitol citizen doesn't understand that the cruelty is the point, because it took snow years and years and years of building up that Capacity for Cruelty, and most people never get to that point. there has to be a pretty facade over this for it to run smoothly for those average citizens like the prep team. and now it's not there anymore.)
and that's not even mentioning the different sort of horror this becomes for the districts, as the idea that's been sold to the wealthier districts is that if these children win they get fame and fortune and protection for life. but you're dragging them back into the horror that was supposed to buy their eternal glory? the careers aging out this year don't even have their "chance" in the arena to make their mark and gain their fortune. they'll just be losing some of their mentors in a pointless rehash.
in the poorer districts, perhaps there is some relief because their kids are safe this year but that means their only victors are being shipped off to die instead. and then their kids who won't have a chance in hell next year! because the hunger games are a perpetual motion exploitation machine, and the only way people were able to be numbed to it was figuring out the rules and then gritting their teeth and living their lives. but the rules are out the window, now. those rules that were supposed to make this terrible system something they could navigate and grit their teeth and suffering through are being blown to bits because snow tried to stomp out the tiniest embers instead of letting them burn out.
1K notes
·
View notes
Text
SATURN: "WHAT DO I REACH FOR?"
SATURN IN THE NATAL CHART: HOUSES 1-5
disclaimer: what sign Saturn is in and how it is aspected will show a lot of information on how it is expressed in the natal chart, with some signs able to handle the energy of Saturn more productively. Saturn is not an inherently negative planet, as it signifies a lot of potential growth and karma for those willing to work hard for Saturn's demands.
MINI SEGMENT:
SATURN RETROGRADE: While it is not uncommon to have this planet in retrograde, it still makes an impact. It often signifies delays in the house it is in. Navigating public settings or those demanding specific etiquette may induce a sense of awkwardness for those with Saturn retrograde, revealing a complex relationship with social norms. Additionally, they may encounter more frequent karmic instances, suggesting a deeper connection to the consequences of their actions and choices.
SATURN IN THE FIRST HOUSE: To Find Myself
Saturnian energy exerts a pronounced influence in the first house, shaping the individual's appearance and demeanor. From my vantage point, the first house serves as a canvas, absorbing and reflecting the essence of any planet within it. They may appear older than they are, and carry a thin figure that harbors a serious expression. Others might describe them as having a somewhat solemn or cold demeanor, reminiscent of the impact Pluto can have in the 1st house. This effect can be likened to the aging process of a fine wine, where Saturn individuals may mature with time but grapple with underlying self-confidence issues. The late bloomer indication doesn't only apply to looks it also applies to the expression itself with most "finding themselves" later in life. In general, they will struggle with wondering if they deserve things. To top it all off, a deep yearning for the innocence of childhood may resonate within, as Saturn in the first house prompts a lifelong quest for balance between maturity and the childlike spirit buried within.
Positive aspects can help them navigate the challenges presented by the first house more adeptly. Nevertheless, a persistent struggle with feelings of deservingness may linger, casting a shadow on their sense of self-esteem.
RETROGRADE 1ST: Much like the expression of a direct Saturn the individual comes across as somber or expressionless, people with the retrograde here often heavily struggle with Saturn's demands, and the restrictions can be easily felt. The individual may struggle with extreme lethargy and motivation, and if negatively aspected they may easily break bones or experience dental issues. The demands of Saturn are especially burdensome to a rx Saturn as they can struggle with being shy or relying on other's often misconceptions of them to define them.
SATURN IN THE SECOND HOUSE: To Find My Worth
These individuals may have a deep fear of running out of things and emptiness. While the first house is all about self-expression, the second house is more about self-worth. It's no surprise that a positively aspected Saturn here could point to an individual who could be financially well-off. They may have a lot of projects to try to make money. While this position can be materialistic it is not in the way you'd expect. They're often trying to find self-worth through material items and possessions as each item has a "goal." Values for these individuals can be strict and unchangeable. They can have a strong fixation on money and will experience financial downturns very hard as this will reflect onto the self. When negatively aspected, debt could be a problem.
RETROGRADE 2ND: In the presence of a retrograde Saturn in the 2nd house, there is a heightened focus on financial matters and material possessions, with a potential inclination to prioritize them above other considerations. There could be a delay in financial stability and it may take them longer to pull themselves "up by the bootstraps" and struggle with being overly cautious when opportunities present themselves.
SATURN IN THE THIRD HOUSE: To Find My Words
Individuals with Saturn in the 3rd house often display a remarkable early aptitude for articulate and intelligent expression, or conversely, may choose a more reserved/silent approach to communication. Preferring to weigh their words carefully, they are not prone to impulsive statements, instead opting for a thoughtful and methodical approach to verbal expression. This is not a position known for public speaking, they have a quiet intelligence and excel in presentations and activities that afford them the space to think freely, unencumbered by the pressure of an audience. They are likely not known for being neighborly and may struggle with meeting strangers as they are not good at forced conversation or change. Auditory dyslexia/dyslexia is not uncommon here, either. They could also feel a strong sense of responsibility or burden regarding siblings if they have them.
RETROGRADE 3RD: Saturn being retrograde here in the third house points to an individual who struggles much more with communication than the direct Saturn. They may find themselves dealing with miscommunication on a daily basis. Likely to feel undervalued by peers, self-isolation is an indicator. The person may have to work harder than others to communicate or learn something effectively. They may struggle to relate to others especially when younger and feel self-conscious when speaking.
SATURN IN THE FOURTH HOUSE: To Find My Home
For individuals with Saturn in the 4th house, the words family and responsibility are synonymous. Being as the 4th house is a water house, Saturn's restrictions symbolize cold water. While it's not impossible to make the best of this position, It's possible the individual grew up in a frigid family, with a lot of rules and boundaries or with a parent(s) who were emotionally unavailable. Often they could have trouble being able to relax around family members/parental figures due to a pronounced level of strictness. The love received from family members may carry a sense of conditionality, where mistakes are met with little tolerance, marking an individual as a black sheep. There's a vulnerability to becoming entangled in familial responsibilities, especially if a family member falls ill, compelling the individual to assume the role of caregiver and potentially feeling trapped within the confines of the home.
RETROGRADE 4TH HOUSE: The person may find themselves at odds with the expectations imposed by the family, feeling constrained by a predetermined concept that doesn't align with their true self. This internal clash often gives rise to a natural rebellion or power struggle, as they grapple with the tension between their authentic self and societal expectations. They may have struggled to speak up or have a stable home. Reflection on the past becomes a significant aspect of their emotional landscape, influencing their present state of mind.
SATURN IN THE FIFTH HOUSE: To Find My Joy
Individuals with Saturn in the 5th house may struggle with the ability to find joy in things. More specifically, these individuals want happiness so much that the second they get it, they can give in to fear and over-analyzing. They will demand excellence in every creative endeavor they try to do, and if they fall short they could stop altogether. Within this house, Saturn's influence is particularly pronounced, shaping the individual's approach to joy, children, and love. Often they view love and children very realistically and are unlikely to suffer from rose-tinted lenses. Even if the individual has a bubbly, passionate chart, they will feel thwarted with spontaneity. Expressing themselves might pose a challenge, leading them to gravitate towards the background rather than the spotlight. During childhood, the vibrant colors of spontaneity were muted in favor of the practical tones of maturity.
Insecurity around dating and children is also common here as the individual may not find themselves very fun to be around, often trying to overcompensate for this. Due to this, they may find themselves drawn to older, mature partners. A negatively aspected Saturn here could point to issues with fertility, a worry/fear of children, or you may never have kids even if you wanted them. However, if children do come into the picture, the connection between parent and child is profound, often characterized by a sense of karmic intertwining, suggesting a deeper, soulful relationship.
RETROGRADE 5TH HOUSE: These individuals have learned to find joy they can only rely on themselves. Often introverted, cautious thinkers. Since the way these individuals experience joy appears to move backward, they may find they are the happiest when they are alone as the concept of joy is hard to grasp. While they can certainly enjoy carefree moments with others, these instances of happiness are fleeting, as living in the present proves to be a formidable task. Saturn's influence is marked by a perpetual forward gaze, always contemplating the future and analyzing potential vulnerabilities.
#my postsz#astrology#astro notes#natal chart#saturn retrograde#saturn#saturn in the natal chart#saturn in the first house#saturn in the second house#saturn in the third house#saturn in the 3rd house#saturn in the 4th house#saturn in the fourth house#saturn in the 5th house
1K notes
·
View notes
Text
I'm still debating the best way to add text versions to Anti-Social. If there was less text in the images I'd do alt-text, and that's workable for some chapters, but for some I don't know if putting a whole chatlog in the alt-text is workable. If I added them in the chapter notes at the beginning with a toggle, would that work or would it still be a pain in the dick to navigate? Bootstrap has an sr-only class but I don't know if I can replicate that on AO3 or how well it would work.
#original#ficblogging#it's easier with one-chapter fics because i can just specify that the second chapter is the same fic but in text#the transcripts are already written and have been for years actually
49 notes
·
View notes
Text
Disillusioned 15 . Limelight
a/n: ngl I'm starting to hate this, it's just that my writing style doesn't seem fitting for a series. maybe next time I'll stick to one-shots lol
also I'm so so sorry for the late update. I'm so busy I haven't slept for like a week now. However, I found some free time to write huhu.
tags: injuries, blood (it's cale what did you expect), self-doubt, war
English isn’t my first language so there will be grammatical errors
Pls don't repost my work anywhere without my permission
Constructive criticisms and any kind of interaction are more than welcome
Requests are currently closed but my ask are still open (read pinned)
Buy Me Dessert
Navigation Masterlist prev . next
_____’s time in Vegas City had been relaxing. There’s no way it wouldn’t be when everyone, mainly Cale, made sure it was. And the healer is grateful to all of them. It gave them time to think and lament over the devastating news they had received.
In turn of that kindness and space, _____ made sure to recover after they left the Caro Kingdom. It wasn’t easy, all they wanted to do was lay on the bed all day and cry. Getting energy for the slightest task, even eating, was so hard. But they still pushed themself, because war was approaching.
The battlefield is calling and its first target is their new home.
So the healer pulled themselves by their bootstraps. Even as everyone tried to assure them that it was fine to not be okay they still spared no effort to recover from their depression and be back to normal.
“Basen-nim will handle communications. The Count and Countess will be on the battlefield. Lily-nim is too young.”
Currently, Cale and _____ are having a disagreement.
“That doesn’t mean you’re the only option left. The Henituse have a lot of retainers and people we can use.”
“But can you really go all out if it isn’t one of your direct people guiding the citizens?”
Cale could only furrow his eyebrows at that retaliation. The two are currently disagreeing whether or not _____ should be in charge of leading and guiding the citizens once the Paerun Kingdom attacks.
Silence lingered for a few seconds. Cale knows that _____ is right. Especially after that northeastern nobles meeting… Cale can only have peace of mind if the one in charge of the citizens is someone he knows. Someone he trusts
_____ reached out towards the redhead, holding his hand to show their resolve.
“Cale, I’ll be fine.”
The healer can feel Cale squeeze their hand back.
“Fine…”
Cale pauses for a moment and _____ thinks they are nearing the end of the discussion.
“But let Raon cast magic on you for disguise.”
Apparently _____ thought wrong.
No way are they allowing the young dragon to cast and maintain magic on them when they need his mana to maintain the barrier. It would also be dangerous to ask another mage for a disguise when there’s always the possibility of their enemies bringing mana disturbance tools.
“Cale you know we can’t do that.”
“Yes, that’s why you better just stay inside the castle walls or beside me and Raon.”
“I can’t do that either. I promise I’ll be safe, plus I’ll be wearing my hood and mask. There’s no way anyone would recognise me.”
Cale sighed as he used his free hand to push his hair back.
Honestly, everyone listening in (the kids averaging 8 years old) doesn’t know why the young master is fighting this losing battle. If it had been anyone else Cale would’ve agreed in a heartbeat.
Plus sooner or later they know he’ll give in to the healer’s wishes.
He always does.
True enough, Cale’s resolve did not even last 5 minutes before he agreed to _____’s request. It’s now official that they will be leading the citizens towards safe zones. They would also be the first line of defence in case enemies get past the barrier and start attacking the city.
Of course, if Cale or someone else from their side gets injured then _____ will run immediately to aid them.
The other people who didn’t listen in on the conversation didn’t even have to ask how it went. Results were obvious from the way _____ was humming on their way out with Cale sighing and petting On and Hong.
“Knight-nim please check if there’s any people left on area d. If you need me I’ll be double-checking our inventory and supplies.”
It’s been a few hours after Cale and _____’s talk. Right now the healer is making sure that everything is in order while their friends are fighting the Indomitable Alliance.
As the Medicus sees Choi Han and the others attack they remember a conversation they had with Cale last night.
The two are the only ones in the room. Well, the only ones awake. The children are with them but Cale has forced them to sleep because they need the energy for tomorrow. A serving of blueberry crumble paired with jasmine tea is being enjoyed as they talk.
“I plan to create a new history. To bring new heroes forward.”
“And I assume you won’t be part of those heroes?”
_____ asked in a joking manner as they refilled both of their teacups.
“Of course not. I only want to win this war and then go rest at the underground villa peacefully.”
Cale stopped speaking to take a bite out of the dessert.
“I’m telling you this because I want to ask you if you’d like to be part of that history. This battle would be a good opportunity to show everyone that you are alive.”
“I… thank you but it would be unneeded.”
The healer’s immediate answer made Cale look at them in confusion.
“Hmm well, that’s a shame the crown prince was also thinking of giving you the Perduellio’s assets as all of them have been found guilty.”
“Is he? I didn’t know such a thing.”
Of course _____ didn’t. Only Cale and Alberu know of such a thing. They're also the only ones who know the sorry state that family is currently in.
“But still… While I do agree with you that this is a good time to do that I still don’t want to do it. My time in the spotlight was not a good experience for me. It would be enough for me to see our friends be known and bask in that light.”
_____ sipped their tea before continuing.
“There’s also the fact that my adoptive family had committed a grave sin. I don’t think it’s right for me to strive for fame when I am still legally part of that family. I will reveal myself, but it won’t be now. I hope Cale and the crown prince can understand…”
Cale nodded in understanding. He's not cruel enough to force someone to do what he wants just because he wants to hide in the shadows. There are already more than enough heroes that he can push into the spotlight.
“I understand, I’ll inform the crown prince don’t worry about it.”
_____ snapped out of their daydream to focus back on their task.
At least tried to.
Right about when _____ is about to talk to another knight they saw Cale bleed. The healer would have left it to the priests and healers near the field if it was just Cale’s normal bleeding. But it wasn’t.
Cale is bleeding from basically every orifice of his body.
And his too far away for _____ to accurately see if he's okay.
“I’ll leave the rest to you knight-nim, I must assist our Commander.”
So the healer runs.
They run the fastest they’ve ever had in their entire left. _____ ran so fast they got there before the healers could.
“__– healer-nim you shouldn’t be here.”
Countess Violan made sure that the healer’s hood and mask were still intact. The fabric on their face had been removed to aid catch their breath from running. Good thing the hood was still intact so it’s unlikely that anyone has seen their face.
“Countess Violan It’ll be fine. Our priority should be the Commander right now.”
_____ has no way of knowing how at that moment, the Henituse’s respect for them grew even more.
The healer turned to Cale to see him talking to what seemed like the air. That must be why his parents are even more worried right now. It looks like the redhead is hallucinating.
Good thing _____ knows the truth. They know that he isn’t hallucinating and that he isn’t talking to thin air. Good thing they know that the words the young master was uttering are directed at a certain invisible dragon.
"It's fine now, I'll be supporting too."
Those words may seem like it was directed at the Countess and Cale but it was directed towards Raon. It's the healer's way of saying that everything will be fine so Raon better follows Cale's instructions.
_____ can’t see Raon nor can they hear his voice in their head, but they’re sure that the dragon has quieted down since Cale had stopped muttering
“Does healer-nim need help?”
The territory’s healer finally arrived. Meanwhile, _____ has not only aided Cale’s vitality of the heart, but they were also healing Choi Han while supporting Mary.
“Yes please.”
Short responses are the only thing _____ can form right now. They must focus all their strength on supporting three people. Choi Han is especially hard to heal. It’s because the Medicus had only known long-distance healing in theory and had never tried it in person.
The far away and moving Choi Han proved to be a difficult patient but _____ is certain that his recovering little by little from the wounds they are slowly absorbing.
Drip
Drip
It’s a good thing the colour coding for this event is black. Even as blood drips down their sleeves no one would notice from far away.
But not the people near the Medicus.
Cale’s hand that had been holding onto _____’s arms tightened at the blood dripping down the ground. On the bright side, they are now certain that Choi Han’s shoulder wound is getting better.
Meanwhile, supporting Mary is easier but still proves to be a bit of a challenge. The Medicus has to support her as stealthily as possible to not give away her location. Usually whenever _____ uses her ancient power droplets of water would appear. Then they would cover those droplets with their light ability.
But they can’t do that right now.
Both would be too flashy and would reveal the necromancer’s location.
So they did the next best thing. Which was making their power travel through the cracks of the ground and the wall.
Doing this while doing long-distance healing and supporting the Vitality of the Heart made _____ use more power and energy than they usually would.
“Leave some of the work to the healers and priests.”
The still pale, but doing much better now, Cale whispered. _____ looked at him to assess his condition using their power.
“I’m okay Commander, and it looks like you’ll be okay soon too.”
_____ heard Cale sigh but ignored it. Seeing that his being ignored, Cale proceeded to gather himself so he could stand up again.
And that made the healer relieved.
Sure they knew his fine. _____ knows that the young master has a regeneration power. But seeing him being in commission again made it feel real. Especially after seeing them bleed that much.
That relief was short-lived.
Because tell _____ why was the first thing Cale did was use his powers again. The healer swears that one day Cale is gonna give them a heart attack.
Fortunately, the healer and the redhead have similar temperaments. Both can work well under immense stress and pressure while making it seem like they aren’t breaking that much sweat. Thanks to that _____’s composure didn’t falter and they were able to do what they needed to.
Choi Han is still a problem though. Because of the distance, the healer can’t fully heal him.
‘If only I was stronger’
_____ tries to push unnecessary thoughts away.
‘If only I was a saint’
Just as _____ was about to get pulled in by their thoughts, they felt a familiar chubby paw on their shoulder.
“Kind _____ hang in there a bit more, we’re close to winning! I’m going to go help out Choi Han now okay?”
Raon’s bright voice had served as a wake-up call for _____. Thanks to him the healer can fully focus on their task until the very end.
“I didn’t know you could do that.”
“I didn’t know I could too.”
Cale and _____ are currently on their way to the underground dungeon. Both of them are pale and their clothes are covered with blood but they are walking as if nothing’s wrong.
“When you were at the Paerun Kingdom I started thinking of my powers in a different light, and this was the conclusion of that.”
“But doing this is harder for your body right?”
“As if, you’re one to talk.”
_____ laughed as they saw Cale scrunch his nose at the comment.
“Yes it’s harder but it’s very useful at times like this. It's all thanks to the anatomy books Ron bought for me. Having a more in-depth idea as to how our bodies work allowed me to assess them even from far away.
It’s good to know that as long as someone is within my eyesight I can heal them. Haaa, but I must say, healing Choi Han-nim while he was riding those flying bones is hard.”
Both of them stopped at the entrance of the underground dungeon.
“Since it’s hard and you overexerted yourself, does this mean you’ll leave Choi Han in the hands of other healers?”
The healer laughed again as they waved goodbye. There’s no way Cale is allowing them to enter the dungeon and they have better things to do.
“No promises Cale.”
And if one of those ‘better things to do’ is healing Choi Han, then Cale can find out for himself later.
#trash of the count's family#lout of the count’s family#tcf#lcf#cale henituse#lotcf#totcf#tcf x reader#lotcf x reader#lcf x reader#totcf x reader#manhwa x reader#cale x reader#cale henituse x reader#gn reader#gender neutral reader#x gn reader#x reader#disillusioned . tcf
71 notes
·
View notes
Note
hello! Going through a bit of a potc phase (again again) and was wondering if you have any norribeth fic/author recs?💚
This is dreadfully late, but I finally have a list for you! I kept meaning to put this together, but each time I looked through my bookmarks, I realized how many of these I’d saved to my bookmarks intending to read and then never got around to reading (for shame). So I went on a Norribeth binge and finally checked off some of the fics on my to-read list. These are all of varying degrees of shippy-ness and one-sided attraction and maybe-requited feelings.
I’ll rec anything @boltlightning and @tortoisesshells write, but here’s a few of theirs to start with:
steadfast and dependable by @boltlightning (T, 6.4k):
James Norrington keeps his word: when Will Turner cannot be pardoned for his crimes, he sets the smith free to save his life. Elizabeth Swann keeps her word: when James Norrington fulfills the terms of their engagement, she marries him. Neither of them want this, yet neither can back out. They make the most of the situation, all until Cutler Beckett comes to the Caribbean to bargain for a compass. (or: an AU leading into DMC, where Norrington and Elizabeth marry, and Will escapes with Jack)
Suffer A Sea Change by @tortoisesshells (T, 5.3k):
Between Rumrunner's Isle and Isla de Muerta, Elizabeth Swann and James Norrington independently realize how far beyond their respective understandings of the world they’ve travelled, and grapple with the futures they're choosing. Jack Sparrow is not quite as unhelpful in this as he might be.
sun hits the water by @boltlightning (T, 8.2k):
They are navigating their marriage rather backwards, Elizabeth thinks. But perhaps that is better than never embarking at all. (or: snippets of James and Elizabeth’s life after the war, having married for convenience)
Some other favorites:
Absence and Memory by Meddow (T, 3.7k):
She spent so much time searching for the heart of James Norrington, but it was not until he was gone that she was to find it.
A Compass of Hope by deathmallow (T, 2.6k):
Post AWE, goes AU. Bootstrap Bill was asleep on the job, and so Norrington has abandoned the EIC. After Singapore, Elizabeth and James attempt to rebuild their lives. And as James tells himself, a great deal can happen in ten years…
A Far Better Fate by dollsome (G, 5.1k):
"Our destinies have been entwined, Elizabeth, but never joined." Three ways the story could have gone.
A Song for the Wretched and Wrecked by jadeddiva (T, 6.6k):
He wishes to chart a new course in a different direction, leaving Elizabeth in his wake but he fears that impossible. Standard AUpiece "What if Elizabeth Married Norrington" type dribble.
With No Rights In This Matter by rexluscus (T, 3.4k):
James and Will are companions in tragedy.
39 notes
·
View notes
Text
don't let the bad news (evil executive orders, play by play of obvious corrupt schemes, etc.) tire you out but here's the thing.
this is not the time to 'wait,' or 'hunker down' or 'take a break.'
I know that fact plays havoc with people who have anxiety, or have ADHD or experience mania, etc. It can be difficult for many people to handle 'urgency' without it feeling like
they are being screamed at maximum volume to have already done 'everything'
but also to do it right now
and also they're already a failure
and also they can fail worse or harder, etc. etc.
I understand these feelings. But we must navigate urgency now and fragility is unfortunately not an option. Increasingly 'breaking' doesn't mean another adult fixes it for you, it means 'swept into the trash.' I understand that many people need support to confront this reality, but accessing that support also takes work, unlike an algorithm it will never 'find you.' Not falling through the cracks is not always voluntary but we want to maximize the cases where it is.
And we can talk about how the removal of safety nets is a strategy to ensure as many people smash against the ground as possible. But not on this post.
The thing is, there is no material difference between the behavior that a violent ruling party wants us to do (stay put due to obedience) and the action that the 'freeze' reaction to danger wants us to do (stay put to conserve energy/endure pain).
Even if we frame it as 'needing a rest' or 'self-care,' every significant delay to critical tasks is still a delay that could have an impact on us. Moving forward is self care right now, and will be community care if we do it in groups.
It is the strategy of oppression to make moving at all feel so overwhelming that you believe you only have the strength to hide away as they do whatever they want.
Many people will relinquish their autonomy this way, sometimes even actively.
the creepy tradwife lifestyle is bait for overwhelmed women, that a Husband will take half of the artificially overwhelming responsibility of independence away from you, in exchange for being a robot that automates HIS independence. Which he believes he needs, if he can't afford to pay a servant!
The military benefits when poverty is un-survivable with dead ends, to-dos, shit jobs, waiting lists, especially for people who have been screwed over education, that giving yourself to a cult seems like a good deal. They house, feed, clothe you, they give you directions in a world that abandoned you! You can trade up 'get a job lazy poor' to 'god bless you for your service!' (don't ask veterans if they can eat that.)
But being overwhelmed can still cause you to give up autonomy passively. Especially if you are alone or feel alone.
You don't need to do everything all at once but make serious (incremental, sane, well-paced) goals to do things you may want to accomplish like
get your bank account or financial stuff sorted out,
apply for a passport,
change your name/get married/similar processes,
get on unemployment (may also require proof of weekly job applications depending on where you live),
go to the doctor,
renew your lease or move house,
whatever you need to do. This isn't an exhaustive list.
Pencil in your Saturdays and don't bail, is what I mean.
Make buddies and teams.
Start a group chat.
Whatever works.
As long as it does and you can hold proof of it. Not a 'I sent an email' or 'i left a message,' you MUST follow up. I'm sorry.
I'm so sorry ok. I know. You're ALREADY doing so many things, I know! Me too. I know it sounds like your parents or like "pull up your pants and clean your room!" or like someone's disappointed in you. But nobody is, or they shouldn't be. And this isn't about bootstraps: nobody will participate collectively if you don't. If you wait for there to be a puller upper group, there won't be one. you have to decide to do that thing tomorrow. Even if you're tired and did so many other things today. You have to tell your friends. I KNOW. I know.
these plans and actions will give you a 'tomorrow' and that is critical right now. It is the whole goal of those who oppose you to deny you that. To make them work for it, we have to also work for ourselves.
36 notes
·
View notes
Text
Learning from Failure: Common Mistakes in Seeking Funding and How to Overcome Them
Introduction Seeking funding for your business or project can be a daunting task, with many potential pitfalls along the way. However, failure is not the end – it can be a valuable learning experience. In this article, we will explore some of the common mistakes entrepreneurs make when seeking funding and provide strategies to overcome them. Underestimating the Importance of a Solid Business…
#best practices for startup pitches#common mistakes in seeking funding.#crowdfunding strategies for startups#essential elements of a business plan#finding angel investors#how to bootstrap a startup#How to secure startup funding#navigating the seed funding process#startup funding options#startup funding stages#startup growth and scaling strategies#success stories of funded startups#tips for pitching to investors#top venture capital firms 2024#understanding equity and valuation
0 notes
Text

Bootstrap Navbar with Slider
#bootstrap navbar with slider#bootstrap slider#bootstrap navbar#html css#learn to code#code#codingflicks#frontend#webdesign#css#html#css3#frontenddevelopment#bootstrap tutorial#learn css#navigation bar
0 notes
Note
Please tell us how to get into IT without a degree! I have an interview for a small tech company this week and I’m going in as admin but as things expand I can bootstrap into a better role and I’d really appreciate knowing what skills are likely to be crucial for making that pivot.
Absolutely!! You'd be in a great position to switch to IT, since as an admin, you'd already have some familiarity with the systems and with the workplace in general. Moving between roles is easier in a smaller workplace, too.
So, this is a semi-brief guide to getting an entry-level position, for someone with zero IT experience. That position is almost always going to be help desk. You've probably heard a lot of shit about help desk, but I've always enjoyed it.
So, here we go! How to get into IT for beginners!
The most important thing on your resume will be
✨~🌟Certifications!!🌟~✨
Studying for certs can teach you a lot, especially if you're entirely new to the field. But they're also really important for getting interviews. Lots of jobs will require a cert or degree, and even if you have 5 years of experience doing exactly what the job description is, without one of those the ATS will shunt your resume into a black hole and neither HR or the IT manager will see it.
First, I recommend getting the CompTIA A+. This will teach you the basics of how the parts of a computer work together - hardware, software, how networking works, how operating systems work, troubleshooting skills, etc. If you don't have a specific area of IT you're interested in, this is REQUIRED. Even if you do, I suggest you get this cert just to get your foot in the door.
I recommend the CompTIA certs in general. They'll give you a good baseline and look good on your resume. I only got the A+ and the Network+, so can't speak for the other exams, but they weren't too tough.
If you're more into development or cybersecurity, check out these roadmaps. You'll still benefit from working help desk while pursuing one of those career paths.
The next most important thing is
🔥🔥Customer service & soft skills🔥🔥
Sorry about that.
I was hired for my first ever IT role on the strength of my interview. I definitely wasn't the only candidate with an A+, but I was the only one who knew how to handle customers (aka end-users). Which is, basically, be polite, make the end-user feel listened to, and don't make them feel stupid. It is ASTOUNDING how many IT people can't do that. I've worked with so many IT people who couldn't hide their scorn or impatience when dealing with non-tech-savvy coworkers.
Please note that you don't need to be a social butterfly or even that socially adept. I'm autistic and learned all my social skills by rote (I literally have flowcharts for social interactions), and I was still exceptional by IT standards.
Third thing, which is more for you than for your resume (although it helps):
🎇Do your own projects🎇
This is both the most and least important thing you can do for your IT career. Least important because this will have the smallest impact on your resume. Most important because this will help you learn (and figure out if IT is actually what you want to do).
The certs and interview might get you a job, but when it comes to doing your job well, hands-on experience is absolutely essential. Here are a few ideas for the complete beginner. Resources linked at the bottom.
Start using the command line. This is called Terminal on Mac and Linux. Use it for things as simple as navigating through file directories, opening apps, testing your connection, that kind of thing. The goal is to get used to using the command line, because you will use it professionally.
Build your own PC. This may sound really intimidating, but I swear it's easy! This is going to be cheaper than buying a prebuilt tower or gaming PC, and you'll learn a ton in the bargain.
Repair old PCs. If you don't want to or can't afford to build your own PC, look for cheap computers on Craiglist, secondhand stores, or elsewhere. I know a lot of universities will sell old technology for cheap. Try to buy a few and make a functioning computer out of parts, or just get one so you can feel comfortable working in the guts of a PC.
Learn Powershell or shell scripting. If you're comfortable with the command line already or just want to jump in the deep end, use scripts to automate tasks on your PC. I found this harder to do for myself than for work, because I mostly use my computer for web browsing. However, there are tons of projects out there for you to try!
Play around with a Raspberry Pi. These are mini-computers ranging from $15-$150+ and are great to experiment with. I've made a media server and a Pi hole (network-wide ad blocking) which were both fun and not too tough. If you're into torrenting, try making a seedbox!
Install Linux on your primary computer. I know, I know - I'm one of those people. But seriously, nothing will teach you more quickly than having to compile drivers through the command line so your Bluetooth headphones will work. Warning: this gets really annoying if you just want your computer to work. Dual-booting is advised.
If this sounds intimidating, that's totally normal. It is intimidating! You're going to have to do a ton of troubleshooting and things will almost never work properly on your first few projects. That is part of the fun!
Resources
Resources I've tried and liked are marked with an asterisk*
Professor Messor's Free A+ Training Course*
PC Building Simulator 2 (video game)
How to build a PC (video)
PC Part Picker (website)*
CompTIA A+ courses on Udemy
50 Basic Windows Commands with Examples*
Mac Terminal Commands Cheat Sheet
Powershell in a Month of Lunches (video series)
Getting Started with Linux (tutorial)* Note: this site is my favorite Linux resource, I highly recommend it.
Getting Started with Raspberry Pi
Raspberry Pi Projects for Beginners
/r/ITCareerQuestions*
Ask A Manager (advice blog on workplace etiquette and more)*
Reddit is helpful for tech questions in general. I have some other resources that involve sailing the seas; feel free to DM me or send an ask I can answer privately.
Tips
DO NOT work at an MSP. That stands for Managed Service Provider, and it's basically an IT department which companies contract to provide tech services. I recommend staying away from them. It's way better to work in an IT department where the end users are your coworkers, not your customers.
DO NOT trust remote entry-level IT jobs. At entry level, part of your job is schlepping around hardware and fixing PCs. A fully-remote position will almost definitely be a call center.
DO write a cover letter. YMMV on this, but every employer I've had has mentioned my cover letter as a reason to hire me.
DO ask your employer to pay for your certs. This applies only to people who either plan to move into IT in the same company, or are already in IT but want more certs.
DO NOT work anywhere without at least one woman in the department. My litmus test is two women, actually, but YMMV. If there is no woman in the department in 2024, and the department is more than 5 people, there is a reason why no women work there.
DO have patience with yourself and keep an open mind! Maybe this is just me, but if I can't do something right the first time, or if I don't love it right away, I get very discouraged. Remember that making mistakes is part of the process, and that IT is a huge field which ranges from UX design to hardware repair. There are tons of directions to go once you've got a little experience!
Disclaimer: this is based on my experience in my area of the US. Things may be different elsewhere, esp. outside of the US.
I hope this is helpful! Let me know if you have more questions!
46 notes
·
View notes
Text
When I Was a Teen, I Wish My Parents Had Known This…
Let me start by saying that I love my parents. They are wonderful people who worked hard to provide for me and my siblings. But if I could go back in time and give them one little cheat sheet for parenting teenage me, I’d have a few notes.
I was the oldest daughter of two working-class parents, which meant that, by default, I was a responsible, high-achieving, slightly anxious overthinker. When I was a teenager, my family moved from the only hometown I had ever known—the place where I had spent my entire childhood—to a new town and school for my freshman year of high school. And let me tell you, that was brutal. High school is already a social experiment in survival, but navigating it without a friend in sight is tough.
My parents did their best, but they were strict and gave me lots of feedback. They didn’t really know how to coach me through my academics or help me navigate an entirely new social environment. They were of the "pull yourself up by your bootstraps" generation, and their approach to parenting was, "Figure it out, and if you mess up, we’ll be here to remind you how not to do it again."
What I Wish They Had Known
Looking back, what I really needed wasn’t someone to tell me to study harder or to just "put myself out there." I needed more open, meaningful communication. I needed my parents to:
Ask, not assume. Instead of saying, "You need to get more involved," I wish they had asked, "How are you feeling about starting over? What's been the hardest part?"
Validate my struggles instead of minimizing them. Moving schools at 14 is a big deal, but when I brought up how hard it was, I often got, "You’ll be fine, just give it time." That might have been true, but what I needed in the moment was a simple, "That sounds really tough. I can see why you’d feel that way."
Guide, not criticize. I knew my grades mattered, but instead of, "Why didn’t you get an A on this?" I needed, "What’s challenging about this subject for you? How can we figure it out together?"
Why Parents Today Need to Focus on Communication
Here’s the thing: Teens today are navigating an even more complicated world than I did. Social media, academic pressure, mental health struggles—it’s a lot. And if parents aren’t having real conversations with their teens, they’re missing out on opportunities to truly support them.
Your teenager needs to feel safe talking to you. If they know every conversation will turn into a lecture, a criticism, or a dismissal of their feelings, they will stop coming to you. And trust me—you want them to come to you. How to Have Open and Meaningful Conversations With Your Teen
Listen More, Talk Less – Sometimes, teens don’t need a solution. They just need someone to say, "That sucks. I hear you."
Ditch the Judgment – If they open up and you immediately criticize their choices, that door closes fast. Keep it open.
Ask Better Questions – Instead of, "Why did you do that?" try, "What was going through your mind when that happened?"
Make Time for Unforced Conversations – Not every talk needs to be a "serious sit-down." Some of the best moments happen when driving, cooking, or just hanging out.
Show Up Consistently – Teens may seem like they don’t care, but they notice when you make an effort.
Final Thoughts
If you’re raising a teenager, know this: They may not say it, but they want to feel heard, understood, and supported. The more you create a home environment where they can talk openly without fear of criticism, the more likely they are to turn to you when it really matters.
For more expert-backed insights on parenting teens, communication strategies, and navigating adolescence, check out my courses on Teachable.
Source: When I Was a Teen, I Wish My Parents Had Known This… Laura Staloch M.S., M.Ed.
8 notes
·
View notes
Text
if you’re poor right now it’s not the time to be proud. DO NOT pull yourself up by your bootstraps! Take handouts, get benefits, squat, steal, do what you have to do! Don’t let boujee ass housies tell you how to navigate your situation.
#Yeah this a tumblr ass tumblr post#If you’re homelessnin the USA they’ll give you hella food stamps#If someone has a couch for you to sleep on#sleep on it!!!!!#Poverty#anarchy#homelessness
2 notes
·
View notes
Note
Attracted? *anon chuckles* Only platonically. If you mean attatched, then it's too late, my dear Professor. And I don't regret it one bit..!
*Anon continues to pet him.*
Cookies hurt each other. Unintentially or not. Navigating life and relationships is extremely complicated. But we also help each other. Pull each other up by the bootstraps when we're down and provide support where we can.
And you are more than worth it for our friendship. With any ups and downs you may bring. Friendship isn't just being there for the laughs, but also for the tears as well. What kind of friend would I be if I only saught you out whenever you were happy? *they tutted lightly.*
I love teasing you, and listening to you ramble. I love spending time with you, learning new things, and watch you grow. There is so much good in you. Even on bad days. - Umbrella Anon
sage hides his face within his pillow at realising he used the wrong word in his depressed stupor (really it's auto correct FAILED me) he begins to hide his face more and more but really it's to hide the weak smile that has appeared on his lips.
Sanity 30%
#crk au#cookie run au#rp blog#cookie run kingdom au#cookie run roleplay#crk roleplay#crk rp#cookie run rp#shadow milk cookie#pre corrupted shadow milk#sage of truth#fount of knowledge
4 notes
·
View notes