Advertisement · 728 × 90

Posts by Loachroach

I think it's pretty funny how we struggle to make true random numbers within computers when the underlying nature that makes up those computers is composed of randomness.

10 months ago 0 0 0 0

Nice

10 months ago 0 0 0 0

Ahhhh simpler times

11 months ago 3 0 0 0

It's doomed, it's all doomed.

1 year ago 1 0 0 0
Preview
Spontaneous creation of the universe from nothing An interesting idea is that the universe could be spontaneously created from nothing, but no rigorous proof has been given. In this paper, we present such a proof based on the analytic solutions of th...

Plausible scientific explanation of how the big bang could spontaneously happen in an empty universe, as long as there is quantum foam.

arxiv.org/abs/1404.1207

1 year ago 0 0 0 0
Video

how do you all remember every UUID? I find it really hard. so I wrote them all down on every uuid dot com

the list has fast search across all 2^122 values (so you can find your favorites) - hoping to add some social features like "trending UUIDs" soon!

1 year ago 1167 277 48 47

I just completed "Ceres Search" - Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4

1 year ago 2 0 0 0

I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3

1 year ago 3 0 0 0

I just completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2

1 year ago 1 0 0 0
Advertisement

I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1

1 year ago 0 1 0 0

It’s simple. I see a Rasberry Pi Pico, I hit like.

1 year ago 15 1 0 0

What an achievement vaccines are. What a monument to our love for each other it is to stare straight into the face of something as horrific and unstoppable as smallpox or measles or polio or cervical cancer and say “You know what, it doesn’t have to be like this.”

HUMANS!

1 year ago 24968 2746 226 85

NOTE: The same guy who couldn’t successfully host a Twitter Space for Ron DeSantis was not able to somehow steal the election via satellite.

Believing this without evidence is not good, ok?

Please stop with the conspiracies. Be better than them. Be smarter. Please.

1 year ago 4130 271 197 18

A lot of those people are still alive, pretending to have moved on with the times.

1 year ago 16 0 0 0

Can you believe this whole site runs on a mac mini m4

1 year ago 16381 840 713 158
Post image
1 year ago 331 64 2 5

I grew up on these streets

1 year ago 37 2 3 1
Advertisement
Post image Post image Post image Post image

Liquid Light Basic Lands

#pixelart #art #space #mtg #magicthegathering

Buy the printable on my ko-fi!

ko-fi.com/s/a2ca2462ed

1 year ago 3112 495 33 7
#[embassy_executor::main]
async fn main(_spawner: Spawner) {
    let p = embassy_rp::init(Default::default());

  
    let mut led = Output::new(p.PIN_25, Level::Low);

    loop {
        led.set_high(); 
        Timer::after_millis(500).await;

        led.set_low();
        Timer::after_millis(500).await;
    }
}

#[embassy_executor::main] async fn main(_spawner: Spawner) { let p = embassy_rp::init(Default::default()); let mut led = Output::new(p.PIN_25, Level::Low); loop { led.set_high(); Timer::after_millis(500).await; led.set_low(); Timer::after_millis(500).await; } }

Simple Rust code to blink Pico 2 LED with Embassy

#embedded

1 year ago 18 2 0 0

🏴‍☠️

1 year ago 1 0 0 0
Preview
PicoSapien: Part 1 - Proof of Concept and Getting Started Controlling an early 2000s robot toy with a Raspberry Pi Pico and Rust

Just finished a blog post on controlling a early 2000s toy robot with a Raspberry Pico and Rust 🦀! baileytownsend.dev/articles/pic...

1 year ago 13 2 0 0

Proud of my boy Igor

1 year ago 0 0 0 0

That's some amazing pixel art.

1 year ago 1 0 0 0

Wow that's some top tier pixel art right there.

1 year ago 2 0 0 0

Nice to meet you! Rust newbie reporting in.

1 year ago 1 0 0 0
Advertisement