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.

Dehydrated , in STOP USING GITHUB

Software Freedom Conservancy has a pretty nice page called Give Up GitHub!, definitely check that out

LinearArray , in remember, if your gf isn't open source and running locally, you don't own her
@LinearArray@programming.dev avatar

I can fix her :P

platypus_plumba ,

You wouldn’t download a girlfriend.

… wait, yes, yes you would.

jimmydoreisalefty , in Fact: becoming a programmer significantly increases your risk of being blinded and eaten by a Dilophosaurus
@jimmydoreisalefty@lemmy.world avatar

“I am totally unappreciated in my time. You can run this whole park from this room with minimal staff for up to three days. You think that kind of automation is easy? Or cheap? You know anybody who can network eight connection machines and debug 2 million lines of code for what I bid for this job? Because if he can I’d like to see him try.”

Plausibility Level: 5/10 Gibsons. Classic overweight, underappreciated IT guy…who runs and is secretly stealing from an island full of deadly reanimated dinosaurs.

sdtimes.com/…/how-realistic-are-these-21-coders-f…

saltesc , in onlick

I tried to tell the computer to bugger a dataset the other day because apparently I can’t type Table.Buffer()

wieson ,

Table.Buffet

marcos ,

Environemnt is a very common word for me to type. Good thing everybody always shortens it to env.

Klear ,

I always iterate in paris.

SatyrSack ,

The amount of times I used to quickly type dnf udpate was ridiculous. Now, I know I can just dnf up.

StorageAware ,

Used to do the same thing, but I eventually learned to memorize it as “environ-ment”

Passerby6497 ,

Just because I can’t type it correctly doesn’t mean I don’t know how to spell it. My fingers just choose to spell it alternatively because its funny. Especially the 4th time I spell it wrong the same way in the row.

PhlubbaDubba , in onlick

Button that works on lick, there’s a sex joke there but I’m too tired to think of it

Quetzalcutlass ,

You mean to say, you’re having trouble finding it?

PhlubbaDubba ,

I might but having had a go at it…yeah I’m starting to think that all that joking about how hard finding “the button” is some grand conspiracy of weaponized incompetence, I’ve had a couple partners now to confirm that finding “the button” is damn easy for someone who actually gives a shit about being a reciprocal partner.

You know you’re doing it right when her thighs are wrapped around your head like she’s trying to use your melon for a Gallagher bit. Hands clutched in your hair is even better, and if she’s giving you a tempo you’ve got her so deep in the mood that all that’s left is to follow the rhythm her body’s setting for you.

It’s so easy that her body will literally be telling you how to do it even better by the end if you put in the starting effort.

norbert ,
@norbert@kbin.social avatar

We get it, you have sex.

PhlubbaDubba ,

I think an explainer is important when some old misinformed boomer humor trope is being bandied about, just happened that this one was about sex schtuff

I’d have given a similar response to references to wife bad no fault divorce is satan jokes

GravitySpoiled , in Tough break, kid...

Looks like an ai did that

OmnipotentEntity ,
@OmnipotentEntity@beehaw.org avatar

Yup

pigup ,

HATERS will say it’s fake

agent_flounder ,
@agent_flounder@lemmy.world avatar

And HATERS will be absolutely correct

Alexstarfire ,

If you look close enough, all pictures are fake.

synae ,
@synae@lemmy.sdf.org avatar

Is that you, Samsung?

DragonTypeWyvern ,

Hey, no need to accuse the guy of cutting tvs to get out of honoring the warranty.

Holzkohlen ,

That’s the joke.

Evil_Shrubbery , (edited ) in whatCouldGoWrong

USA: The government is the corporations.

Skynet: The government is an AI filled 4chan board.

Borg: The government is the collective.

Anticorp ,

You make the Borg sound appealing and reasonable.

Evil_Shrubbery ,

Imagine having the tech to just go to sleep charge and afterwards feel rested & full of energy.

Also best wifi.

slowbyrne , in whatCouldGoWrong
@slowbyrne@beehaw.org avatar

I don’t know this particular project but honestly having your government documents and policies made available on Codeberg/GitLab/Github and available for PRs is actually an interesting idea. The government would still need to be the owners and ultimately decide on what gets merged, but the transparency and opportunity for accessible civic engagement would be kinda sweet.

pewgar_seemsimandroid ,

GOGS.IO

Sanctus , in whatCouldGoWrong
@Sanctus@lemmy.world avatar

checks the latest commit

DO NOT MERGE

There is a bug causing the government to manipulate the people to serve itself. The bug was discovered after the stock market implementation. Reverting breaks too many newer systems. Absolutely do not merge this into main.

Anticorp ,

Merged and deployed in 2012. The Mayans were right all along.

xmunk , in ifn't

Still not as good as whence

fartsparkles ,

Is this a reference to something because I’d love to read it if you have a time to share.

xx3rawr ,

Woah. I did a quick google and it’s not just a meme, but actually used in some major lang’s libraries.

jjjalljs ,

This is one of those “modern Google/search sucks” moments because I couldn’t immediately find examples of it in a programming language.

xx3rawr ,

I actually used DDG and most I’ve seen, they’re just used as arguments for functions notably in C and Python

LeFrog , (edited )
@LeFrog@discuss.tchncs.de avatar

It is used in ksh korn shell to see what executable responds to a command:

superuser.com/a/351995

Edit: Oh, what a rabbit hole: Why not use “which”? What to use then?

SubArcticTundra ,
@SubArcticTundra@lemmy.ml avatar

Legislation (which feels similar to programming languages sometimes) seems to have some keywords of its own. I remember seeing a lot of Whereas … and Having regard to ….

backhdlp , (edited ) in GitHub Desktop or Git CLI?
@backhdlp@lemmy.blahaj.zone avatar

I don’t understand git anyway

fckreddit ,

Well, you learn four commands and hope for the best.

Valmond ,

fetch, reset --hard, checkout -b and cherry-pick?

:-D

xmunk ,

Nah, rebase -i, squash, fsck and reflog

Valmond ,

reflog saved my life once after a stupid misshap.

All rebase are belong to us (onto, rebase, and ofc interactive) but what’s fsck (I don’t squash personally)?

xmunk ,

Fsck is File System Check - realistically you should never need to use it.

rikudou ,

Must be an interesting work if you never add, commit or push.

Edit: How the hell did you get the repo without clone?

xmunk ,

Pshaw, real programmers write out the contents of .git by hand.

(Also, it was a joke, the last two commands I listed are ones you’ll ideally never need in your life)

overcast5348 ,

I was scared of reflog too. Had to use it for the first time recently after I accidentally’d a branch that I hadn’t pushed to remote yet. I was so glad that I could recover it all in <5 commands.

muix ,

More like clone, pull, commit, and push --force

>:-D

Valmond ,

push origin head

^^

traches ,

https://imgs.xkcd.com/comics/git_2x.png

Title text: If that doesn’t fix it, git.txt contains the phone number of a friend of mine who understands git. Just wait through a few minutes of ‘It’s really pretty simple, just think of branches as…’ and eventually you’ll learn the commands that will fix everything.

popcar2 ,
  • git pull
  • git add *
  • git commit -m “Some stuff”
  • git push

And occasionally when you mess up

  • git reflog
  • git reset HEAD@{n} (where n is where you wanna roll back to)

And occasionally if you mess up so hard you give up

  • git reset --hard origin/main

And there you go. You are now a master at using git. Try not to mess up.

guy , in It's that time of the year again!
@guy@lemmy.world avatar

Guess that settles the debate, we got to pronounce it “sequel” then to optimally match syllables

db2 ,

Squirrel works too though.

Doug ,

Yes but he serves a different community

jadero ,
squiblet ,
@squiblet@kbin.social avatar

The Australian pronunciation works… “squi-rell”. Common American one is somehow just one syllable, “Skwurl”

jaybone ,

How do you pronounce Smurf?

squiblet ,
@squiblet@kbin.social avatar

I'm not Australian.

_danny ,

The only people I know who actually call it ess queue ell are either too new to know the “sequel” pronunciation, or the type of person you generally smell before you see.

relevants ,

Here in Germany everyone I know pronounces the letters individually – as German letters that is, which means the Q is pronounced “coo” rather than “cue”. I don’t mind it, it’s not quite as clunky as in English.

I do say sequel when speaking English though.

mctoasterson ,

Do you get irritated when Americans refer to the famous Austrian bullpup rifle as the Steyr “Ogg”?

SpeakinTelnet ,

I say ess cue ell for the sake of uniformity because it’s not Mysequel nor Postgresequel and the language changed from Sequel to the acronym SQL in the 70s so not really in the “too new” ballpark anymore.

_danny ,

I think those make sense as deviations. I’ve heard “my sequel” but you’re absolutely right about postgresql.

The name is kinda irrelevant like hard vs soft g in gif. People know what you mean when you say either.

But in that same vein, the creator of the “graphics interchange format” says the pronunciation is soft g, but basically everyone says hard g… So “official” pronunciation is kinda irrelevant.

I don’t judge anyone who uses whichever term they want, but I’ve just noticed the general trend in my smallish interaction bubble.

hakunawazo , (edited )

Don’t start the gif war again.

cm0002 ,

I’m neither, I refuse to pronounce acronyms if it doesn’t make sense to do so.

Same thing with ‘gooey’ for GUI, except I hate that even more because that straight up elicits feelings of disgust, I don’t want anything gooey anywhere near any electronics

_danny ,

I’ve literally never heard GUI said as “gee ewe eye” before.

You could just say UI, avoids the gooey phobia and sounds less weird than g u i.

RiikkaTheIcePrincess ,
@RiikkaTheIcePrincess@pawb.social avatar

Uuugghhh noooo! Ess Kyoo Ell!! ESS KYOO ELL!!! brandishes flaming pitchfork!

threelonmusketeers ,
pythonoob ,

Sequel to what?

Buttons , in every damn time ...
@Buttons@programming.dev avatar

To avoid running code that might steal your data for profit, only run official code that will still your data for profit.

Phoenix3875 , in Implemented as requested

Request is not 3D tho.

d_k_bo , in classic configure neovim experience
Zanshi ,

I love helix, it’s so easy to configure, sane defaults and it feels just right!

jelloeater85 ,
@jelloeater85@lemmy.world avatar

I played around with it a little today, it’s actually really nice, I still suck at vim, but the menu popups make me happy. Reminds me of micro a little.

d_k_bo ,

I recently noticed that micro is getting more powerful. It seems to have some LSP support now.

lavafroth ,
@lavafroth@programming.dev avatar

Helix is genuinely a great editor. Even the AppImage picks up LSP servers present on the system. If it works good enough for you, awesome! Don’t stop using it because someone sang praises of neovim.

syl ,

Does this support extensions? Things like copilot and git diff plugins…?

d_k_bo ,

No, there isn’t a plugin system. Things like LSP support are builtin and it uses external LSP server binaries that must be installed on your system.

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