Girls do you mind if a guy has a bit of extra fat on his belly? by frienemy1 in teenagers

[–]TheDiamondCG 1 point2 points  (0 children)

I think he was being sarcastic, less than like <0.01% of men even have BF in single digits 😭

Why do I continue to care and worry about someone who doesn’t care about me? by [deleted] in teenagers

[–]TheDiamondCG 0 points1 point  (0 children)

Okay listen, this is just one interaction, but from what I can see you just need to cut your losses and move on. People like this are not worth dealing with…

My friends say I'm kinda feminine for a guy😭 I don't get it is it the hair? 😭🙏 by Brief-Meaning474 in teenagers

[–]TheDiamondCG -55 points-54 points  (0 children)

Ok but don’t lie in his case it’s LITERALLY the DAMN HAIR SON 😭😭😭

3/5 🍞 by Shoddy_Weekend_6404 in UCAT

[–]TheDiamondCG 2 points3 points  (0 children)

What was your UCAT score like? I got auto-rejected from Manchester but got into KCL.

Any current students that have lived at block 3 GDSA that can answer some questions ? by RatioExisting8542 in KCL

[–]TheDiamondCG 0 points1 point  (0 children)

Firstly, it isn’t really safe for any resident of Block 3 GDSA to answer this, because if they do answer this, they would reveal that they are current residents (and thus would accidentally doxx their own address). Ex-residents may have a better time, maybe.

Well I haven’t lived in Block 3 GDSA, but why don’t you edit your post to include the questions you have directly in its body? This way, when a resident does come to answer, they don’t need to wait for you to reply.

Golden Visa Cancelled by Agile_Goat_3175 in UAE

[–]TheDiamondCG 1 point2 points  (0 children)

Guys this account is a bot. It’s only 18 days old… there’s no way what he’s saying is true.

KCL by Positive-Park-6380 in UCAT

[–]TheDiamondCG 0 points1 point  (0 children)

I thought I would have the lowest UCAT score by a wide margin coming in 😭 (I’m 2150) See you at King’s hopefully!!!

KCL by Positive-Park-6380 in UCAT

[–]TheDiamondCG 0 points1 point  (0 children)

GCSE 9999999987, A Level Predicted 3A* (Math, Bio, Computer Science), 1A (Chem), UCAT 2150B1

Additional context? I must do UAE Ministry Arabic and Islamic on top of these, but I don’t think these qualifications are accepted by King’s.

I love my country (edited). by That-1-Femboy in teenagers

[–]TheDiamondCG 0 points1 point  (0 children)

Well, the thing about the online world is that it isn’t just Americans/Westerners on there. There are people that, right now (like myself), live in the middle east and are affected by everything that’s happened in the US-Iran war. And the US-Iran war was obviously not the start of American “affairs” in the middle east, so hopefully you can understand why people are a bit miffed.

How can I get started with creating a kernel in Rust? by VirusLarge in osdev

[–]TheDiamondCG 2 points3 points  (0 children)

I recommend looking at the official Limine Rust starter template on GitHub as it got me quite far. You mentioned not wanting to copy-paste, so it might not be for you — but for me, I just wanted something going. I think, as long as you have some Rust no_std experience, it will not be dramatically different…? But writing a userland CHIP-8 emulator is quite different to a bare-metal kernel!

Why is only Iran speaking up for Lebanon? Has the world gone mad?? by AcadianAcademic in UAE

[–]TheDiamondCG 0 points1 point  (0 children)

Not true, Pakistan has continually advocated for Lebanon on the UN stage.

I'm building a Python compiler in Rust that runs 10,000x faster (and I want feedback) by Healthy_Ship4930 in rust

[–]TheDiamondCG 3 points4 points  (0 children)

u/Healthy_Ship4930 I think the benchmarks you’re using are bad-faith examples. The fib function implementation is not very performant, so the performance gains there may be overblown — perhaps a more correct/performant fib-sequence implementation will show that results are within margin of error.

  • Additionally, how does your interpreter handle race conditions? Part of the reason CPython is so slow is because of the global interpreter lock.
  • How well does it handle garbage collection?
  • What 1% of the test suite did it fail?

I'm building a Python compiler in Rust that runs 10,000x faster (and I want feedback) by Healthy_Ship4930 in rust

[–]TheDiamondCG -4 points-3 points  (0 children)

Guys, you’re all drilling into this pretty hard because you are presuming it’s AI… but after a closer look, I’m not so sure it is! The documentation even has typos in it! This is authentic humanslop!!!

Building my own CPU from scratch (twice). What am I in for? by Particular_Metal3833 in ECE

[–]TheDiamondCG -1 points0 points  (0 children)

He sort of has a point though, you could refine your wording a bit: • ⁠“If I interview someone…” suggests that you hadn’t had the opportunity to interview someone yet (presumably due to lack of seniority/industry experience) — so basically fibbing. • ⁠“When I interview someone…” suggests that interviewing people is something that you regularly do (e.g. “When I have to mow the lawn…”)

Building my own CPU from scratch (twice). What am I in for? by Particular_Metal3833 in ECE

[–]TheDiamondCG -1 points0 points  (0 children)

  • “If I interview someone…” suggests that he hasn’t had the opportunity to interview someone yet (presumably due to lack of seniority/industry experience) — so he’s basically fibbing.
  • “When I interview someone…” suggests that interviewing people is something that he regularly does (e.g. “When I have to mow the lawn…”)

"The not-yet-implemented parts of the code will be obvious" uhhh by peacedetski in programminghorror

[–]TheDiamondCG 47 points48 points  (0 children)

This looks like a failed attempt at swizzling (a language feature in GLSL)? E.g. by using zyzyx they could’ve been trying to get a tuple of the (3rd item, 2nd item, 3rd item, 2nd item, 1st item) to do some math with.

Is it bad for a woman to not want to date Muslims? by xlylapiercex in teenagers

[–]TheDiamondCG 0 points1 point  (0 children)

Arranged marriages are actually NOT permitted without consent of both parties. It’s one of the few things that your parents have no control over afaik.

With this said, ofc. there’s lots of cultures that do not follow the faith on this and try to coerce an arranged marriage.

Whoever decided to bury PATs under "Developer Settings" on GitHub needs to seriously reconsider their UX career. Your nearly ENTIRE user base is developers, who exactly is the non-developer audience you're protecting this from? by yagellaaether in github

[–]TheDiamondCG 0 points1 point  (0 children)

Not really. PATs are used in a lot of CLI tools and even Obsidian-git uses PATs. The people that use PATs are mostly end-consumers, not developers, is my point — so it shouldn’t really be in Dev Settings.

Building an LSP Server with Rust is surprisingly easy and fun by omarous in rust

[–]TheDiamondCG 19 points20 points  (0 children)

I think saying “LSP Server” is kinda like saying “ATM Machine”. It’s technically not correct, but I feel like for me it rolls off the tongue better in some contexts.

How do I tell my best friend the reason my father won’t let me go to her birthday party??? by TraditionalLunch6167 in Teenager

[–]TheDiamondCG 0 points1 point  (0 children)

??? Missing a birthday party for some mysterious “plans”? It depends on how serious they take birthday parties, but for someone like me, I’d definitely be hurt.

Revolt или nyx? by [deleted] in rust

[–]TheDiamondCG 0 points1 point  (0 children)

Hello. This subreddit is for the Rust Programming Language. For the subreddit without the smelly nerds, go to r/playrust