There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

over_clox , in Recursion

Depends on how much I’m getting paid…

MostlyBlindGamer , in YOLO-Driven Development Manifesto
@MostlyBlindGamer@rblind.com avatar

I think I know some of the people who wrote this. Unless more than a few people work this way. That can’t be true, right? Right!?

ICastFist , in YOLO-Driven Development Manifesto
@ICastFist@programming.dev avatar

Brazil’s way ahead of that, we’ve had Xtreme Go Horse Programming for over a decade now

  • XGH is fully reactive - Errors only exist when they show up.
  • Tests are for the weak - If the code runs, it’s fine.
  • It’s only your problem if your name is in the docs - Always remember to have someone else to blame and to keep your resume up to date.
ShrimpsIsBugs , in Father material

The only thing she’s mad about is that he wants to code in brainfuck

mspencer712 , in I know 69 languages

When I last had to job hunt (2016) - I just jinxed it didn’t I? - I was complimented by interviewers for separately listing “Classroom experience” and “Professional experience”

I think you get a lot of points for a resume that says “I may or may not be the best fit for you, and that’s ok. Here’s accurate information, so you can make that determination for yourself. I trust you.”

stilgar , in How I feel every time my feature request PRs are accepted
@stilgar@infosec.pub avatar

My proudest moment was getting a PR with typo fixes for PyPI docs merged 😂

WtfEvenIsExistence , in I know 69 languages

You know 69 “Programming Languages”

I know 69 Real Languages

We are not the same

/s

unreachable , in How I feel every time my feature request PRs are accepted
@unreachable@lemmy.my.id avatar

each accepted PR is a confirmation of my existences

SkybreakerEngineer , in How I feel every time my feature request PRs are accepted

Is that related to Goku’s muffin button?

hglman , in Father material

No one who wants to write brainfuck would admit they need help.

magic_lobster_party ,

-[--->+<]>-----.+[--->++++<]>.-------.----.--[--->+<]>--.++++[->+++<]>.--[--->+<]>-.-[--->++<]>--.---.+++++++.++++.---[->+++++<]>.

superkret ,

ah, yes
nods knowingly

ImpossibleRubiksCube ,

You forgot to carry your two.

LeateWonceslace ,

Which is ironic, because everyone who writes it needs help. I’ve been thinking about learning it to show off how mentally healthy I am.

thepianistfroggollum ,

Why not learn COBOL if you hate yourself?

nyan ,

'Cause COBOL might actually get you a job? Esoteric languages can’t even do that, so you have to hate yourself worse than COBOL if you’re going to learn brainfuck.

“Worse than COBOL.” This is a terrifying concept. 😱

hglman ,

Brainfuck is dead easy to learn, its incredibly hard to use.

leviosa ,
@leviosa@programming.dev avatar

brainfuck is a member of an exclusive club of languages where it’s much easier to write a compiler for it than to read a program written in it.

snor10 ,

It’s exclusive for a reason.

SaintWacko ,

Do they really need to? It’s sort of a cry for help on its own 😛

Nioxic ,

My guess woild be… only chatgpt can do it.

And honestly, thats good enough

MrMamiya , in It worked on my system

Ok I’ll do it. I’m here from hot, I’ll admit it. Can you explain this to me in language I’ll understand? I have just a little understanding of programming but decent comprehension skills.

Vamanos ,

Docker containers in programming are reusable environments. Basically instead of manually setting up an operating system environment from scratch - you give your program this extra layer where you specify each and every thing that will be on the environment.

If your program was always tested on windows 10 instead of windows 9 - you basically have a way to guarantee it always has windows 10. If your program always used x version of Linux a boom, guaranteed. It adds some complexity but reduces and removes randomness from the concept of deploying applications you’ve created.

MrMamiya ,

Very nice, added info on how it affects deployment. Thanks!

greenteadrinker ,

LK-99 is a room temperature superconductor. It’s a big deal, because it means that energy can be transferred with 0 loss and it doesn’t require loads of cooling to maintain that property (unlike “traditional superconductors” that need liquid nitrogen and other cooling to have that property). An analogy would be like if you got paid all of your paycheck all the time instead of having taxes taken out. The money you get paid is energy and the loss is taxes

There’s controversy that LK-99 can’t be replicated

Going over to the programming side, sometimes you’ll work on a feature and when others go test it, it doesn’t work. A common excuse heard is “well, it works on my machine”. Docker containers solve that problem by essentially (but not really) making a copy of “my machine” and letting people run the program/feature on that copy

So the joke is, if the korean researchers were able to create it in their lab environment (their machine), why don’t they just make a copy of their lab and let others use it

this is a very gross oversimplification, so feel free to suggest any corrections

eestileib ,

LK-99 is allegedly a room temp superconductor.

I think it’s a mistake that got amplified by fraud at other locations.

newIdentity ,

And not everyone was on board of publishing that paper yet (even tough the research has been going on since 1999 - theirfor LK-99)

ultimate_question ,

Science x Capitalism

ImpossibleRubiksCube ,

I don’t really see what capitalism has to do with this.

WhiskyTangoFoxtrot ,

Don’t you know? Greed was invented in the 18th century.

ImpossibleRubiksCube ,

You’ve totally lost me.

lambda ,
@lambda@programming.dev avatar

Is Korea capitalist?

CurlyChopz ,

Ever heard of “Samsung”

Axium ,

South Korea is capitalist, North Korea is socialist. People often refer to SK as just Korea either as a statement on the legitimacy of the DPRK or simply because South Korea is far more globally relevant.

MrMamiya ,

Excellent, thank you for nailing it!

cipherpunk ,

If you know what a virtual machine is, a docker container is like a virtual machine that has a curated environment for running a specific program.

To get more technical, they are distinct from VMs in that they share the host machine’s kernel, so they are not as isolated as a VM. Docker (the program used to build or deploy Docker containers) has an internal network it manages, mostly automatically, which contributes to the ease of deploying containers and having the curated environment that makes containers work out of the box on whatever host they’re deployed.

So let’s say you wanted to run a Wordle clone website. You could find a “docker-compose” file online, change the configuration parameters to your liking, tell Docker to boot it, and the application and all its dependencies will be downloaded and built into a ready-made server with Wordle, the same as it works on every other machine with Docker.

MrMamiya ,

Thanks this is great and I understand it.

gentooer , (edited ) in I know 69 languages

I put Haskell as last language on my CV, despite it being the language I’m most comfortable with and genuinely like, just because I don’t want to be “that” guy

EDIT: I’ll never put TI-84+ calculator ASM on my CV, but damn, I’m proud I knew it in secondary school

lugal ,

I did my bachelor thesis in Haskell. Never used it again. Hopefully never will. Still on my CV.

gentooer ,

We fight on the same team. That’s what’s the most important

lugal , (edited )

Yeah, it was fun until it was a huge project. I even was tutor in a lecture about Haskell and SQL once even though I hated SQL. Now I tell people in my job interviews what a great SQL tutor I was

s12 , in Scammers vs Impossible Password Game

The scammers let Paul be slain.

IntentionallyAnon ,

Avenge Paul!

JonnyRobbie , in I know 69 languages
@JonnyRobbie@lemmy.world avatar

Our hr recently sent us a list of people who were interested in a position we requested. So on behalf of all of us: fuck you with a thorny stick.

TheBigMike , in Father material

I honestly forgot where this meme was posted and thought it was a really weird shitpost.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines