qotd: can i html and css while high?
If I made a dating sim novel in scratch cat about the murder time trio or the underverse in general.
Would anyone play it? 🤔🥺🥰
I’ve been bested by the most base’d thing ever
Did you know that sometimes Base64 strings come out of an online link with “-” and “_” instead of “+” and “/”? And did you also know that Python base64 library, apparently, only works with the “+” and “/” pair?
The more you know

coders i need your assistance (HTML)
on neocities i have a link as an image but i can’t fucking figure out how to get it to align in the center without formatting every image to align that way.
here’s the code

i’m stuck, i’ve tried style=“align:center” (and the same thing with “center” as “middle”) i’ve tried just align:center (/middle) align=center and style = “align=center”(/middle)
i’m still looking but tbh its been a few years since i’ve coded HTML and it’s pretty fuzzy
sorry if this is a stupid question but i just want to make a fun website and not stress myself out
also if i could align it at the bottom center too that would be amazing

The technology sector is evolving more rapidly than ever before. With the rise of Artificial Intelligence, automation, and AI-powered coding tools, many people are asking a common question: Is coding still worth learning in 2026?
The short answer is yes - but the way we learn and use coding is changing. Coding is no longer just about writing lines of syntax; it is about understanding how technology works, solving problems, and building digital solutions in an AI-driven world.
The Growing Demand for Coding Skills
Despite rapid technological change, coding skills remain highly valuable across industries. Businesses are continuously building software, mobile apps, websites, and automation systems, all of which require skilled developers.
Reports also suggest that software development roles are growing faster than many other professions, especially in areas like AI, cloud computing, cybersecurity, and data engineering.
In India particularly, the demand for developers continues to rise. According to industry reports, India could have over 57 million developers by 2030, making it the largest developer community in the world.
This shows that coding skills are still highly relevant and will continue to play an important role in the future workforce.
How AI Is Changing the Role of Coding
One of the biggest changes in 2026 is the rise of AI-assisted coding tools. These tools can generate code, suggest improvements, and automate repetitive tasks. In fact, many developers now use AI tools regularly to speed up development.
However, AI does not replace programmers completely. Instead, it changes their role. Developers now focus more on:
Experts emphasize that while AI can generate code snippets, human developers are still needed to understand requirements, manage systems, and ensure quality solutions.
Coding Is More than just Writing Code
In 2026, coding is less about memorizing syntax and more about thinking like a programmer. The most successful developers focus on skills such as:
Even if AI helps generate code, someone still needs to guide the system, verify the output, and structure the solution correctly.
This means the real value lies in understanding how technology works, not just typing code.
High-Demand Programming Skills in 2026
If you want to learn coding today, focusing on modern technologies is important. Some of the most in-demand programming skills include:
Companies are also increasingly looking for developers who understand AI tools, cloud platforms, and software architecture, not just programming languages.
Career Opportunities for Coders
Learning coding in 2026 can lead to many career paths, such as:
These roles are in high demand globally and offer strong salary potential and career growth.
Final Thoughts
So, is coding still worth learning in 2026? Absolutely. But the mindset needs to change. Instead of focusing only on writing code manually, learners should focus on problem-solving, system thinking, and working with AI tools. Coding remains a powerful skill that allows individuals to build products, automate processes, and innovate in the digital world.
For students and professionals in Mumbai who want to start their journey in programming and modern technologies, institutes like Ntech Global Solutions in Andheri East (Mumbai) provide practical training in software development, AI, data science, and other in-demand IT skills. With industry-oriented courses, hands-on projects, and career guidance, Ntech Global Solutions helps learners build the technical expertise needed to succeed in today’s rapidly evolving tech industry.
python p erfect coding language to learn!!! put your hands diractly into python!!!!!!!!!
i swear to god at this rate I’m just going to use core OpenSim until Tranquility gets it’s shit sorted.
Is it older architecture, sure! But it fucking works out of the box, there’s no missing SQLite files or need to setup MySQL- and beyond that it’s all self contained in it’s folder. So if I want I could just dump everything and start over with no issue, because I’ll be running a Standalone session with no connection to the internet.

STYLIZED FUCKING TITLE SCREEN BABYYYYYYYYYYYYY AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Why is it that everything that *can* break, *does* break when I’m setting up this OpenSim fork??? Nobody else seems to have all these problems!
i should be able to set everything up through the goddamn terminal once the backend stuff is prepped! But for some fucking reason it doesn’t work??? Instead I get an error log that amounts to “oh the defaults that you are meant to fill in yourself during setup is just junk data, byeee~”
Hey thanks a ton!!! i did make it yeah. the code is really messy and archaic and if i could start over id definitely do it really differently. im actually currently working on an enemy update!!

(for those who dont know, TANKR is a first person tank simulator made in google sheets, playable here: https://docs.google.com/spreadsheets/d/1zZv7_4fKZu_3aiw-hdbbzu1vXadakpGnFC_yCH5pUF0/edit?usp=sharing)

WHAT THE FUCK ARE YOU DOING HERE. YOURE LITERALLY NOT IN THE CODE. WHY ARE YOU SHOWING UP.
What looks like the last major hurdle for setting up OpenSim is in front of me- configuring MySQL to work with it. SQLite, as it was built in kept failing to load in critical files. On top of that, it seems to be an older architecture. The MySQL database might need to be configured with to use utf8mb4 character set, if it isn’t already. However the only official wiki that guides users through setting up OpenSim has folks setting it up with the [less efficient?] utf8.
I’d rather have my setup future proofed now, with up to date tools and backends. Only trouble is I barely understand what I’m reading, and the Tranquility fork devs have lives outside of answering my every question, so it’s extremely slow going.