Show more
Karlo boosted

While we are talking about the structure of the cosmos, have a look at this fantastic logarithmic map of the universe by Gott and Juric:
astro.princeton.edu/universe/

The map itself is 639 x 4212, which Mastodon doesn't support. But here is the part with really large distances on it – 10 to 10,000 megaparsecs – that shows the Great Wall.

Image: Gott, Juríc, Schlegel, Hoyle, Vogeley, Tegmark, Bahcall, Brinkmann
Ref: arxiv.org/abs/astro-ph/0310571

Show thread

Advent of Code - Day 12: Hill Climbing Algorithm 

Paths? Where we're going, we don't need paths.

Karlo boosted

Four years after Japanese billionaire Yusaku Maezawa said he'd lead a crew of artists and other creative types on a Starship trip around the moon, the crew members have finally been named. Will these folks fly in a year's time, or will it be more like another four years? Or never?
cosmiclog.com/2022/12/08/japan #dearmoon #Starship

Karlo boosted

Day 8: Treetop Tree House
#AdventOfCode

Invisible trees shrink and trees with a good view grow

Iterative one-liner:

with open("input") as f: print( (lambda line, size: min([i+size if all([line[i:i+size].count(c)==1 for c in line[i:i+size]]) else len(line) for i in range(len(line))]))(f.readline(), 4) )

Show thread

recursive one-liner for day 6:

with open("input") as f: print( (recursion := lambda line, i, size: i+size if all([line[i:i+size].count(c)==1 for c in line[i:i+size]]) else recursion(line, i+1, size))(f.readline(), 0, 4) )

sorry

Karlo boosted

can "dream" about an interactable virtual machine that runs Linux. Further, it can connect to an imagined web and dream about the OpenAI chat assistant website. There, the imagined chat assistant can generate text answering the user inputs.
This sounds like the beginnings of .
engraved.blog/building-a-virtu

Karlo boosted

A nice write-up of my #NeurIPS paper by GT Communications staff:

"An unexpected discovery by Mark Riedl & his collaborators"

neurips.ml.gatech.edu/artifici

TL;DR: We modified an RL system to make it more explainable. It made the base RL work better.
arxiv.org/abs/2112.08907

(Also I appreciate that they used an image that makes me look younger)

Karlo boosted

the modes of oscillation for a sphere- the spherical harmonics. (closely related to the shapes of atomic orbitals)

Karlo boosted

Some 4K wallpaper that I yoinked and cleaned up a little bit, from one of the #artemis livestreams this morning: i.imgur.com/kqKZcPp.jpeg #nasa

Karlo boosted

Babe, wake up, a new #JWST image just dropped.

Light from the protostar L1527 escapes above and below an edge-on protoplanetary disk (the dark line at the center of the image), creating an hourglass shape. This illuminates the cavities carved as ejected material from the star collides with the surrounding, dusty nebula.

Dust scatters shorter wavelengths of light, so blue areas are where the dust is thinner and orange areas are where the dust is more dense.

webbtelescope.org/contents/new

#astronomy

Karlo boosted

This week, the world’s human #population is expected to reach 8B. About 109B people have lived and died. Each grain of sand represents 10M.

Spectacular #data visualization of human life on Earth by Max Roser #science

Karlo boosted

I love how my mastodon timeline now looks like my well curated twitter timeline used to. :D

now the only thing i need is the frequency filter. what's that? glad you didn't ask! the frequency filter is a slider that live-filters toots of high frequency posters in the timeline, to reveal only the toots of people who post less than once a week or so.

this way i can, with the help of a simple slider, alternate between reading a live, short term feed, and a retained, long term feed.

Karlo boosted
Karlo boosted

In an incredible stroke of good fortune astronomers have spotted the stripped and exposed core of a star for the first time. space.com/first-ever-detection

Karlo boosted

Look who's here on sigmoid.social! @laramar and @rajammanabrolu!

Lara Martin and Raj Ammanabrolu will both be on the job market (separately).

❖ Lara works has the prestigious CI Fellowship and is a postdoc at UPenn and works on neuro-symbolic AI for story generation and interactive storytelling.

❖ Raj is a postdoc at AI2 and works on NLP and reinforcement learning. He has SOTA on interactive text world environments.

You should definitely give them jobs.

AI-generated high-five!

Machine Learning Street Talk is premiering "#79 Consciousness and the Chinese Room [Special Edition] (CHOLLET, BISHOP, CHALMERS, BACH)"

youtube.com/watch?v=_KVAzAzO5H


Here is my top digital shelf (actually latest books, but close enough)

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.