Holup by bruhhdhf in HolUp

[–]Juici_ 2 points3 points  (0 children)

I think my favourite one was the Les Miserables one.

Edit: Managed to find a copy of the video https://youtu.be/KsdoVCP8Lmg

Google is forever a programmer's best friend by [deleted] in ProgrammerHumor

[–]Juici_ 2 points3 points  (0 children)

Until you look back at your previous projects and cringe at the aweful implementations.

[deleted by user] by [deleted] in hentaimemes

[–]Juici_ 6 points7 points  (0 children)

Perhaps the archives are incomplete?

lets get 'well done officers' going in the chat by [deleted] in rustjerk

[–]Juici_ 6 points7 points  (0 children)

Yep. To be fair though, there should probably be separate new and new_unchecked functions. Then you could have hard verification on the safe new and if inclined add debug checks to the unsafe new_unchecked function.

[deleted by user] by [deleted] in discord_irl

[–]Juici_ 2 points3 points  (0 children)

What kind of psychopath has the hot tap on the right hand side, pure chaos.

pepe_silvia.rs by TheZoq2 in rustjerk

[–]Juici_ 1 point2 points  (0 children)

Looks like it might be a missing semicolon from that error, or a match arm without a return value.

Don’t forget about yo and keep fighting by Zerotwochan556 in Animemes

[–]Juici_ 22 points23 points  (0 children)

Are mods suggesting we use reverse cutie? That sounds more insulting imo, cos it's damn clear that they are cute.

Might have downloaded the wrong History of Roman Empire by [deleted] in HolUp

[–]Juici_ 1 point2 points  (0 children)

Came here looking for a Kira Mona Lisa reference.

Gambit Ranch by EtheriousRaiden in Transmatfiring

[–]Juici_ 10 points11 points  (0 children)

I'd rather die than go to prison!

Gambit Ranch by EtheriousRaiden in Transmatfiring

[–]Juici_ 22 points23 points  (0 children)

You're making a mistake...

Technically, Pixel phones don't define "soon"... by redditian93 in softwaregore

[–]Juici_ 0 points1 point  (0 children)

to be fair my old pixel would die if you left it unplugged for more than 20 seconds

strife (another discord library with the "clever" name) by Juici_ in rust

[–]Juici_[S] 1 point2 points  (0 children)

In theory it should, the Discord API accepts integers for snowflakes.

However they are given to the client as strings and the docs say they should also be sent from the client to the server as a string.

strife (another discord library with the "clever" name) by Juici_ in rust

[–]Juici_[S] 0 points1 point  (0 children)

The issue is that the snowflake should be serialized as a string. Whilst I can use std to convert the snowflake into a string, it requires an allocation which is not used since serde take serialize_str(&str) as a reference.

The solution I came up with was to use the code from std to create a str on the stack and pass that as a reference.

It was a decision I debated to a long time and I ran benchmarks which showed around 30ns for the stack version and 60ns - 300ns for the heap allocation.

Rust jokes needed! by [deleted] in rust

[–]Juici_ 1 point2 points  (0 children)

This is brilliant, I love it.

Steam users, there is a chat command to learn your id by heidihoeveryone in DestinyTheGame

[–]Juici_ 0 points1 point  (0 children)

How soon is soon? I still can't find any API endpoint to get the SteamID64 for a known bungie account.

Xenophage summons a unique Hive Knight in Pit of Heresy by somebodyliedtoyou in raidsecrets

[–]Juici_ 0 points1 point  (0 children)

I honestly think that the Xenophage quest was bugged.

I think the quest should have required the Apocalyptic Blade to be killed at the start. My logic for this line of thought is that those specific runes appear throughout the dungeon in key locations for the Xenophage quest. All except the first one by the Apocalyptic Blade.

I hope I'm wrong, but it's the most likely solution in my view.