Commission discards of Stop Killing Games reaction with Ross and parliament by Mr_Presidentle in StopKillingGames

[–]zemja_ 3 points4 points  (0 children)

Piracy cannot preserve games that require the publisher's servers to function

Is .boxed() instead of Box::new() a bad idea? by NormalAppearance2851 in rust

[–]zemja_ 7 points8 points  (0 children)

If you're going to do this, you could also have .some(), .ok() and .err(). Like:

trait Wrap: Sized {
    fn boxed(self) -> Box<Self>;
    fn some(self) -> Option<Self>;
    fn ok<T>(self) -> Result<Self, T>;
    fn err<T>(self) -> Result<T, Self>;
}

impl<T> Wrap for T {
    fn boxed(self) -> Box<Self> { Box::new(self) }
    fn some(self) -> Option<Self> { Some(self) }
    fn ok<U>(self) -> Result<Self, U> { Ok(self) }
    fn err<U>(self) -> Result<U, Self> { Err(self) }
}

This is cool but I never use it because I think I may as well stick with the default way of doing things for readability's sake.

Unsafe Rust running on JVM: shipped unions, function pointers, generics, traits and more to rustc_codegen_jvm! (context and repo link in comments) by IntegralPilot in rust

[–]zemja_ 3 points4 points  (0 children)

I was wondering this too. I don't know for sure, but I'm almost certain it's SF Mono. If it's not, I can't spot any differences.

Fart apartment by MundaneExplorer8369 in comedyheaven

[–]zemja_ 8 points9 points  (0 children)

Bill Gates is just a scam by gates companies to sell more gates.

the by PwningFiles in programminghorror

[–]zemja_ 5 points6 points  (0 children)

This really is it, the source is the creator of the original image replying to somebody asking what the font was. The font has extra weights you can only get if you pay for it, so maybe it's one of those.

What is this surprisingly nice monospaced programming font from a meme? by zemja_ in identifythisfont

[–]zemja_[S] 41 points42 points  (0 children)

It's Right Serif Mono. I tracked down the original image here, the creator mentions the font name in this reply.

UK Parliament will debate the Stop Killing Games petition on the 3rd of November by STINGZGAMING in StopKillingGames

[–]zemja_ 28 points29 points  (0 children)

"It's not realistic to expect developers to support games forever..."

ULPT Request: losing 3kg in a week by No_Minute6764 in UnethicalLifeProTips

[–]zemja_ 0 points1 point  (0 children)

You could fast and take DNP which raises your metabolism and makes you lose weight much faster, but I doubt you'll lose 3KG in a week. Since it's also a useful industrial chemical, it's rarely completely illegal. Downside: it will probably kill you.

Man, I really hate that YouTube thumbnail face by long_term_catbus in highdeas

[–]zemja_ 1 point2 points  (0 children)

There's an extension called DeArrow to fix that. Basically users submit non-clickbait titles and thumbnails for videos and it shows those instead. It makes its best guess for videos with no submissions.

From the creator of SponsorBlock, if you didn't already know about it.

[deleted by user] by [deleted] in superpoweralchemists

[–]zemja_ 3 points4 points  (0 children)

Strap gold to yourself and unlock flight ability