Astronomers Discover a Brand-New Type of Object: Part Black Hole, Part Star.
▲ 2.2k r/grateful_dead+3 crossposts

Astronomers Discover a Brand-New Type of Object: Part Black Hole, Part Star.

At the cosmic dawn, the universe was sprinkled with giant black holes—monstrosities so huge that scientists are still struggling to explain how they could have even existed. The answer may lie in a never-before-seen object from this cosmic era.

In a paper published today in Nature, astronomers report the discovery of an extremely unusual, bright spot of red from the early universe. Externally, it looks like an enormous star about the size of the entire solar system. It’s radiating about 100 billion times more energy than any known star, making it more like a black hole. After careful analysis, the team concluded that it’s an entirely new type of object: a “black hole star.” This black hole star, named MoM (Mirage or Miracle)-BH*-1, “is so swaddled within shrouds of dense gas that it effectively radiates in a manner reminiscent of stellar phenomena,” Rohan Naidu, the study’s lead author, told Gizmodo.

“It is a very special thing to find an object with no comparison given the vast stores of data on billions of stars, galaxies, and black holes that we have in our archival databases,” added Naidu, an astronomer at the University of Hawaii. “MoM-BH*-1 is one in a billion!

gizmodo.com
u/GreenDissonance — 6 days ago

I made a small preflight scanner for AI-assisted Roblox projects

Hey everyone,

While experimenting with AI-assisted Roblox development, I kept encountering simple project-structure mistakes that initially looked like broken code.

Some examples:

  • LocalScript placed in the wrong place
  • RemoteEvent's stored incorrectly
  • Unanchored pieces in the map
  • Missing spawn locations or asset ID's

Asking an AI to diagnose these problems can sometimes lead to working code being rewritten when the real issue is simply where something was placed.

I built a small Studio plugin called Studio Doctor to provide a quick sanity check first. It scans the project, explains each finding and lets you select the affected instance directly in Explorer.

The scanner is read-only. It makes no automatic changes, uses no HTTP requests and does not upload project data.

I’d genuinely appreciate feedback from other Roblox developers. What recurring structural mistakes have you encountered, particularly in projects created with AI assistance? I’m also interested in hearing which checks would be useful and which might create false positives.

Creator Store: https://create.roblox.com/store/asset/130355463026831/Studio-Doctor-Preflight-Scanner?keyword=preflight+scanner&pageNumber=0&pagePosition=0

Sorry if this is excessive promotion, I don't wanna break the rules. This is my first time making a plugin for Roblox and I wanted some feedback from the community.

What other kinds of issues do you face in your Roblox development?

Thanks for taking a look!!

u/GreenDissonance — 2 months ago