BuckedUnicorn ๐Ÿฆ„'s Avatar

BuckedUnicorn ๐Ÿฆ„

@buckedunicorn.bsky.social

Unhinged/Unapologetic (same thing) | aspie | Security SME | CEO x.com/htmx_org

26 Followers  |  24 Following  |  34 Posts  |  Joined: 20.10.2024  |  2.0104

Latest posts by buckedunicorn.bsky.social on Bluesky

Post image 14.12.2024 14:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Cheetah print napkins, eh?

30.11.2024 15:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

This is HR. We've noticed you have yet to fill out your dependent verification sheet. Please fill out the information in the attached document and return immediately to avoid any loss in health coverage for your dependents.

28.10.2024 23:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

the release or the idea?

25.10.2024 16:21 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The value realization is sometimes indirect. In the case for AI GPU costs, they are certainly overly priced. However, some companies will make their money back, a majority won't (directly).

24.10.2024 20:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
use tokio::time::{sleep, Duration};
use futures::future::join_all;

async fn worker(id: i32) {
    println!("Worker {} starting", id);
    sleep(Duration::from_secs(1)).await;
    println!("Worker {} done", id);
}

#[tokio::main]
async fn main() {
    let tasks = (1..=3).map(worker).collect::<Vec<_>>();
    join_all(tasks).await;
    println!("All workers completed");
}

use tokio::time::{sleep, Duration}; use futures::future::join_all; async fn worker(id: i32) { println!("Worker {} starting", id); sleep(Duration::from_secs(1)).await; println!("Worker {} done", id); } #[tokio::main] async fn main() { let tasks = (1..=3).map(worker).collect::<Vec<_>>(); join_all(tasks).await; println!("All workers completed"); }

Rust gang, yes or no?

24.10.2024 20:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a close up of a cat 's face with mathematical equations on it ALT: a close up of a cat 's face with mathematical equations on it
23.10.2024 14:12 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

comic sans or gtfo

23.10.2024 14:11 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

based

23.10.2024 00:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

blewchunks ?

23.10.2024 00:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I read that as 'pegging folks...'

23.10.2024 00:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

opposite of bitnull

23.10.2024 00:40 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Docker Desktop

22.10.2024 22:55 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

anti-pattern.

22.10.2024 22:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

stealing this. thanks.

22.10.2024 22:34 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

hey

22.10.2024 22:33 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a picture of a man with the words this is the way obviously ALT: a picture of a man with the words this is the way obviously
22.10.2024 22:31 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

unhinged. I like it.

22.10.2024 22:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a man wearing sunglasses and a green jacket is standing in a crowd and says `` do it '' . ALT: a man wearing sunglasses and a green jacket is standing in a crowd and says `` do it '' .
22.10.2024 21:32 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Trick or treat

22.10.2024 21:30 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

heard that before...

22.10.2024 21:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a man with glasses and a sweater is screaming why god why ? ALT: a man with glasses and a sweater is screaming why god why ?
22.10.2024 21:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Never apologize for who you are. Only for what you do.

22.10.2024 19:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

only if you include anime, cat pics, or furry content. Otherwise, nobody will even see your posts.

22.10.2024 19:43 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

tokio provides a runtime along with async abstractions. Does your code do similar (have not looked yet)?

22.10.2024 19:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Some glitch art x anime for ya

22.10.2024 19:36 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I feel like I need to fit in here on bsky so I'm just gonna post some glitch art and tech infused anime here and there until I figure out what I will use this app for.

22.10.2024 19:21 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

you know what skeet means, right?

22.10.2024 18:32 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Great lesson on branding.

22.10.2024 04:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

looks comfy ๐Ÿค—

21.10.2024 20:43 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@buckedunicorn is following 15 prominent accounts