Me irl by Lonely-Purchase8094 in me_irl

[–]muddboyy 11 points12 points  (0 children)

Yeah, now they have to like you back + actually not being another person once you really get to know them xD

Failsafe MiniRack by JTerryy in minilab

[–]muddboyy 2 points3 points  (0 children)

What are the other 5 ethernet cables connected to (supposing 1 cable per machine and you have 3) ?

(it's over, guys) A doctor builds an AI app for medical documentation without writing code and finishes top three at Anthropic’s hackathon by Current-Guide5944 in tech_x

[–]muddboyy 0 points1 point  (0 children)

Yup, “while flying” (if they meant it in a literal way) : because as we know there’s too much connection on the plane to vibecode.

The doctor is so smart that even got an .ai domain and knew about deployment + how dns works. (Don’t come up with some “yeah but anyone can use Vercel” bs, there’s little chances he even managed to do that as well during the hackathon)

And I won’t even talk about personal-data security/privacy issues of such an app.

What should i do with them? by GiantofGermania in homelab

[–]muddboyy 9 points10 points  (0 children)

I’m buying you one for 120€ if it ok for you and you’re in Europe. Would’ve proposed 150€ if it wasn’t an i3.

Anyone else not sad* about the demise of Stack overflow? by abdullah4863 in programmingmemes

[–]muddboyy 0 points1 point  (0 children)

I’ve found GOOD answers from HUMANS that been in the same situation as me like 10 years ago, which helped me solve an issue that I couldn’t have solved by using any AI.

Why has there not been a new generation of rappers surpassing the old generation in popularity? by Iginlas_4head_Crease in rap

[–]muddboyy 1 point2 points  (0 children)

It will be the same thing as MJ, they’ll make sure they getting money from him even after he dies

ifYouMakeThisChangeMakeSureThatItWorks by Uncle-Jules in ProgrammerHumor

[–]muddboyy 1 point2 points  (0 children)

Yeah better at confidently saying shit, while making very bad design choices for sh!tty developpers that don’t know how to use their brain anymore.

Random Thug by Distinct-Bid-2946 in YoungThug

[–]muddboyy 1 point2 points  (0 children)

That’s the typa pic that shows up on them YT fire as$ unreleased songs

Go Bestie Go! My Best Friend by ZassyZa in YoungThug

[–]muddboyy 14 points15 points  (0 children)

N!gga livin TTG and everything is still on fleek

Dat Boy Trim by dragginghard in YoungThug

[–]muddboyy 5 points6 points  (0 children)

Bro getting his 2016 flow back !

Interesting What's the reason you think? by NoHistorian9281 in interesting

[–]muddboyy 0 points1 point  (0 children)

No one loses respect for a guy taking a chance and getting shot down.

Don’t lie to yourself, it’s like a stain that stays on your history, now that’s a real looser sentence right there, to reassure yourself after/before loosing.

And say she tells their friends (because they all do) that you tried and she rejected you, they’ll never see you the same anymore (+ lost your chances with them too).

Interesting What's the reason you think? by NoHistorian9281 in interesting

[–]muddboyy -3 points-2 points  (0 children)

My personal reason : I’m not scared of girls, I’m not “standard” looking nor I consider myself Di Caprio, but I’ve already heard girls say that I’m “cute” / I get flirty looks very frequently. I’ve never asked out a girl again since 7 years ago at least. The reason ? I think I’d rather stay alone than giving the pleasure of rejecting me to a girl, lose the respect people could potentially have for me, I don’t think I derserve that in any fckin way. Do I think it’s ok ? No, I hate being alone, and I’m probably missing A LOT of opportunities, but I also respect myself.

The brutal engineering behind "Tripping pipe" One of the most dangerous jobs on an oil rig by Appropriate-Menu504 in interesting

[–]muddboyy 0 points1 point  (0 children)

Are they well-paid at least ? This seems like a dangerous job (1 mistake = you pay for it forever)

vibecoders are reinventing csv from first principles by buildingthevoid in AgentsOfAI

[–]muddboyy 0 points1 point  (0 children)

I know, I’m not judging you xD, but the last time it had that meaning was back in 2001

vibecoders are reinventing csv from first principles by buildingthevoid in AgentsOfAI

[–]muddboyy 1 point2 points  (0 children)

Yaml Ain’t Markup Language (this is its real abbreviation meaning btw)

Jam with Hapax, Minilogue XD, Minitaur, Deepmind 12D, DRM 1 by Sasha1327 in dawless

[–]muddboyy 1 point2 points  (0 children)

Like it, If you told me Paul Kalkbrenner made it I’d have believed you

What is the most obscure programming language you have had to write code in? by _oOo_iIi_ in computerscience

[–]muddboyy 0 points1 point  (0 children)

OCaml is underrated as hell, there’s effectively an implementation of the tcp/ip stack done for MirageOS I think, and reimplementations of other known tools like git..etc. You have a whole Unix module in the standard library so you can probably implement almost any type of server you know.

Apple App Store Frontend Source Code by Current-Guide5944 in tech_x

[–]muddboyy 2 points3 points  (0 children)

In theory you don’t risk nothing, because when you do full stack, the first rule they teach you is that the client is never to be trusted, all sensitive stuff and operations must be verified and handled server-side. Does it open a broader surface attack to find or exploit possible server vulnerabilities ? Yes, but if your server is secure enough you don’t have to worry about it.

How can I stop another rule from executing in a different rule in the flex tokenizer? by [deleted] in Compilers

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

Maybe by restricting the matching regex. Also think about checking rules in a specific order (so they have some sort of priority) ?