Dr. Duck's Avatar

Dr. Duck

@duck.rubberducky.guru

I'm not overthinking, I'm just thinking ADHD, programming, Linux and random duck stuff For protocols, cryptography and a bit of quantum, follow me @azom.dev

34 Followers  |  115 Following  |  385 Posts  |  Joined: 11.07.2025  |  2.3048

Latest posts by duck.rubberducky.guru on Bluesky

IT'S CUTTING MY HEAD EVERY TIME

06.08.2025 15:07 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
	let n = {
		let raw = (max_dist / CELL_SIZE).ceil() as usize;
		raw * 2
	};

let n = { let raw = (max_dist / CELL_SIZE).ceil() as usize; raw * 2 };

When fixing a bug makes the code cleaner, it's such a nice feeling

06.08.2025 14:34 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

That is some serious social engineering

06.08.2025 14:16 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
	let n = {
		let raw = (max_dist / CELL_SIZE).ceil() as usize;
		// if raw % 2 == 0 { raw } else { raw + 1 }
		raw + raw % 2
	};

let n = { let raw = (max_dist / CELL_SIZE).ceil() as usize; // if raw % 2 == 0 { raw } else { raw + 1 } raw + raw % 2 };

I am really tempted to just use raw + raw % 2 but I know it will confuse people more than needed

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

I'm reposting here in case anyone knows but I don't expect anyone to know tbh

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

I don't know why I wrote it like that. Like it doesn't even rhyme

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

When I'm all alone, with my projects by my side. I take out inter, and let out a sigh.

06.08.2025 03:09 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Doctors should have to cryptographically sign their reports

06.08.2025 02:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
"This is why I only use the open-source, linux-based Life." comment on youtube with 10k likes

"This is why I only use the open-source, linux-based Life." comment on youtube with 10k likes

Find a comment from 8 years ago with 10k likes praising Linux is truly something

06.08.2025 02:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

if thoughts.is_none() {
panic!("No thoughts are being processed");
}

06.08.2025 01:52 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I'm 3 of these and I don't know how to feel about that

06.08.2025 01:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I spent all day refactoring and adding features to the Rust program Iโ€™m working on for my internship.

I just ran it, and it ran perfectly on the first try :)

๐Ÿฆ€

06.08.2025 00:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Scrap that everything is an object like always

05.08.2025 23:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'm sorry to bring you the news, but python only has classes disguised as types (they aren't even doing a great job at acting like types)

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

I'm seeing people with 3090s with up to 115t/s with the 20b model. Currently tho, with ollama, it seems to have performances issues (10t/s with a 4070).

I also really want the latest ollama on my nixos server, but I'm on stable and I'm probably not going to switch to unstable just for that

05.08.2025 22:53 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I need to wait until november to run it on my server (nixos stable) ;-;

05.08.2025 18:07 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Then the brains got out

05.08.2025 15:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

worst letter is probably the "t" imo. It's just not readable at all and it's used so much

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

It does indeed kind of look like them lol. Honestly it might not be super readable but line 3, 4 and 5 weren't that bad (especially 4)

05.08.2025 08:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

But of course a hybrid approach still adds a level of complexity and reduces the cost effectiveness (for me it's more about the tinkering part)

05.08.2025 07:58 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yup that's the main problem with it. For me if it happens it's not that much an issue so I'm ok with it. So if you really need good uptime, you can either keep using the cloud or use a hybrid approach, with the home server being a kind of high-capacity cold storage

05.08.2025 07:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I mean 16TB of 4 HDDs was about ยฃ273 (converted), so with a mini pc and way smaller storage space, it's definitely possible and even maybe cost-effective for you (although you do need to tinker). Like 2x1TB HDDs is ~ยฃ80 (converted) ยฏ\_(ใƒ„)_/ยฏ

05.08.2025 07:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

That's why you build a homelab with 16TB and realize that you didn't need that much (even in raid6)

05.08.2025 07:22 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

It is my interpretation of the art piece

05.08.2025 07:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
My attempt at decoding the horror of a font that was presented. The resulting text is "So there I was just sitting in the bathroom shitting my fuckin brains out"

My attempt at decoding the horror of a font that was presented. The resulting text is "So there I was just sitting in the bathroom shitting my fuckin brains out"

How did I do?

05.08.2025 06:59 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

wofi and I think tofi? I think tofi has fuzzy search but not sure

05.08.2025 06:27 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
potato having grown way to much in the portal 2 game

potato having grown way to much in the portal 2 game

05.08.2025 06:05 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yeah probably keeping the same stuff. I'm not really a Dr. irl (for now at least) but it just fitted so well with the pfp and "duck" that I think I'm going to roll with it

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

I'm considering an art commission for a new pfp, but I've never done that before and tbh, I would probably spend hours researching and thinking about it so idk

05.08.2025 05:38 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
IT Developer Rubber Duck | Buy premium rubber ducks online - world wide delivery! IT Developer Rubber Duck. Buy the super nerd of the Amsterdam Duck Store. This duck knows all about systems and implementations. ย Meet all the cutest rubber ducks of Amsterdam...

When I created this account I took the pfp from this website

05.08.2025 05:37 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@duck.rubberducky.guru is following 19 prominent accounts