sábado, 8 de agosto de 2026

A Virginia middle school approved an LGBTQ+ student club. Then Facebook outrage helped shut it down

Following up on a post a few days ago - sharing an editorial from The Advocate’s John Casey about what’s been happening in King George County, Virginia, after the community there reacted with voiceferous bigotry after the story broke. It gets at a much bigger question about who gets to make decisions about student belonging and support.

Last year, students at King George Middle School tried to start a Gay-Straight Alliance. They wrote a constitution, found a faculty sponsor, and received approval from the principal. Seventeen students signed up within three days.

Then conservative community members took to Facebook. The faculty sponsor was targeted online, accusations of “grooming” started flying, and the School Board ultimately changed its rules to block noncurricular clubs at the middle school, effectively stopping the GSA from meeting. The students and their families are now suing in federal court.

Casey writes about growing up without anything resembling a GSA and what it means to watch adults take away a space that LGBTQ+ kids themselves were trying to create.

From an educational perspective, the situation begs the question: What responsibility do schools have when students organize an approved club, only for community pressure to intervene?



Submitted August 8, 2026 at 11:58AM by Fickle-Ad5449 https://ift.tt/aB5DgW4

Neurodivergent Educator Community

Hi everyone! I have created a subreddit at r/neurodivergentEd for neurodivergent educators to support and advocate for each other.



Submitted August 8, 2026 at 09:21AM by jenn2533 https://ift.tt/xJubipz

MASAI School - New Spammer on the block

Is anyone else also facing receiving continuous spam messages over Calls and WhatsApp from this new Spamming University called MASAI School from Bengaluru? For the past 2 months, I've been receiving multiple messages asking to enroll for a course in AI while all along riding on the back of the IIT name. You block one number and you receive from another, an endless loop of scum marketing.

I've never enquired about a course in my life let alone online, and yet here I am being harassed by these scammers for something which I will NEVER in my remaining life enroll for.

Information available online show the owners as Prateek Shukla, Nrupul and Yogesh who seem to be a band of bandits from some IIT (as claimed). They have perhaps completed a course in stealing people's personal data and spamming and harassing them. With these credentials, one can only wonder what kind of education will be imparted at such scam universities run by these pathological and desperate scammers!



Submitted August 8, 2026 at 03:10AM by Wrong-Panda-9980 https://ift.tt/uzo5fwF

viernes, 7 de agosto de 2026

Lecture on Fundamentals of AI, any Recomendations?

Hello everyone. So, I am an assistant at a university and this year we plan to open a new lecture about the fundamentals of Artificial Intelligence. We plan to make an interactive lecture, like students will prepare their projects and such. The scope of this lecture will be from the early ages of AI starting from perceptron, to image recognition and classification algorithms, to the latest LLMs and such. Students that will take this class are from 2nd grade of Bachelor’s degree. What projects can we give to them? Consider that their computers might not be the best, so it should not be heavily dependent on real time computational power. 

Also, I’m thinking about a lecture on “how to use AI properly”. Like, it blows my mind how terrible some students use AI to write code. Antigravity is free for them, and surely they will be using some kind of AI tool to write code either way. I’m using Claude Code for like a year now, and spending at least one hour to write the first prompt to start working everyday. Yet, students usually give the exact text of the homework as prompt. What would you people recommend me to check out and refer to students as tutorials on how to use AI tools for beginners? 

I learned programming before AI and thought myself how to use AI. The tutorials I watched on Claude Code and stuff were basically tips and tricks for me. So I’m not sure how I can teach what I do to students without making it look like witchcraft, which it isn’t really. 

For AI homeworks, My first idea was to use the VRX simulation environment and the Perception task of it. Which basically sets a clear roadline to collect dataset, label them, train the model and such. Any other homework ideas related to AI is much appreciated. 



Submitted August 7, 2026 at 04:53AM by SPACE_GROOVE_LULU https://ift.tt/sTOy1mV

Distractions in Classrooms in These Times

I recently sat down with a Florida teacher with over 25 years of teaching elementary aged children. They shared with me their difficulties in teaching in the present times. They have children dressing as the opposite sex (example 8 year old boys in dresses and hair bows); children that are to be addressed by name other than what is on their official records. And fellow teachers that are transitioning to the opposite sex, complete with hormones etc, while teaching. The atmosphere in the classroom is not supportive of the students learning and concentration. There’s a lot going on. And the school boards, county officials and principals are walking a very fine line from a legal standpoint. So basically, our teachers are on the frontline alone. I was not aware of this (I am childless), and I was just wondering if parents are aware of what’s going on in elementary school these days. For the record I totally respect parent’s and teachers decisions within their own home but why bring that in the classroom? Surely an individual can transition to the opposite sex and dress neutrally. Where is the line?



Submitted August 7, 2026 at 04:28AM by StrHerb https://ift.tt/XlCYcOL

Disappointed in the state of IT education 😭

IT education sucks 😭

I don't know how to start this rant but I believe I would start with my experience in high school computer science which really just is IT at this point. Computer science in Cambridge o level's is one of those things that's given more credit than it deserves in under developed countries that have spent a fair share of time under colonial rule. The reason I say this is because in the name of computer science, I was taught:

How bar codes work

How printers physically work

How touch screens physically work

Different types of storage devices

Keywords used for the application of IT in different domains

An inaccurate view of AI

A terrible introduction to networking and cryptography.

Inventing keywords for psuedo code, keywords that literally no one uses aside from our curriculum

And the only useful things: some sorting algorithms, flow charts, and logic gates (truth tables and stuff), the very basics of some programming languages.

Making us memorize SQL (without even telling us which flavor or for which SQL engine, this syntax is for)

A break down on how bad it was:

1.Now teaching bar codes is fine, but making us memorize exactly how it works in theory, at this level is useless and is the wrong way to introduce one to computer science.

2.knowing the types of printers and touch screens is useful, but teaching us the exact physical steps is useless unless you also teach us the physics behind it and even then the utility would be null. All we were thought were abstract steps, rather than the process in terms of physics.

  1. We were taught storage devices in terms of utility and speed, and that was in abstract terms rather than concrete speed based on different generations, and whether a device is SATA, makes use of PCIe, and the moving parts and other possible points of failures of each one.

  2. The keywords that were invented out of nowhere and the definition of AI was "an imitation of the human brain through artificial neurons".

  3. Introduction to networking and cryptography was also terrible, like in networking we were shown a IPv4 packet format as an "internet packet", and we skipped over everything except for looking at diagrams and classifying them as half duplex or full duplex, or filling in a missing device like a router or a switch, while in cryptography, it was just public key and private key in assymetric encryption, and private key in symmetric one, again a terrible incomplete introduction. We were thankfully atleast taught about data integrity techniques like checksums, but even that was purely theoretical, and quite outdated for practical usage.

  4. Psuedocode keywords that we had to memorize so we could pass an exam was their way of introducing us to problem solving.

  5. The SQL part is self explanatory.

A levels:

A levels (which comes after o levels) isn't any better either, except for a project that you must complete at the end, but even the project is a joke, since any trash computer game made with Pygame or something would pass, but a computer driver won't since there aren't enough people to check those stuff.

Conclusion:

1.If they want to teach us computer science theory, then start with the theory of computation, and from there take us to data structure and algorithms.

2.If they want to teach us theory about IT then start with teaching us what a shell is, the directory layout of Linux systems, different file systems, different boot systems, configuring the different types of init process, managing users, managing network interfaces, managing ip tables, and then slowly taking us to networking, from managing a small networks with a single router, to managing a network with many routers using IGPs, the moving to managing autonomous systems using BGP, and so on. All this while also teaching some details about ways to specify hardware specification for different components(clock speed, ppt, tdp, instructions per seconds, etc for CPU, and similar specs for other important components) , cryptography(a proper introduction this time, and improving data redundancy using some data integrity techniques and teaching how to design them.

Final words:

I guess the main goal of this kind of "education" is easy marking and for certain types kids to feel smart. In my case, four years ago (when I was 14), I simply couldn't learn those stuff. My parents thought, I was failing because I didn't try hard enough, but every subject in school was either highly abstract or there to brain wash me. Like the only subjects that functioned the way they are supposed to were the once meant to brainwash me, while the rest were easy to mark placeholders with abstract concepts that maybe helped a teaching business boom, but at the cost of my grades and education. Atleast, the other kids who are good at abstract/unconnected ideas passed, so good for them.



Submitted August 7, 2026 at 12:41AM by itfllow123-gmail-com https://ift.tt/y0nsudm

would you actually use an AI video engine if it created dynamic simulations instead of standard videos?

Looking for some honest takes on where video learning is heading.

I’m working on an engine where the core idea is simulative video learning. Basically, you input what you're trying to learn, and it generates a video simulation tailored to that concept- allowing you to visually see how variables change, how systems interact, or how complex ideas play out in real time.

Do you guys think simulative video is actually the logical next step for learning, or do people just prefer standard video/text explanations? Would love to know if this is a real pain point or if current tools are good enough.



Submitted August 6, 2026 at 11:47PM by Sunshine_foryou https://ift.tt/27bXNpA