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.

harry315 , in Normal day in the life of a developer

<span style="color:#323232;">myList = list(
</span><span style="color:#323232;">    78,
</span><span style="color:#323232;">    99,
</span><span style="color:#323232;">    15,
</span><span style="color:#323232;">    78,
</span><span style="color:#323232;">    03,
</span><span style="color:#323232;">    22,
</span><span style="color:#323232;">    12,
</span><span style="color:#323232;">    73
</span><span style="color:#323232;">)
</span>
JargonWagon ,

Nice try, you clearly googled to make this /s

smeg , in Normal day in the life of a developer

Unfortunately the code is Java and the ten lines are all just boilerplate

Dehydrated OP ,

😂

GravitySpoiled , in Old xkcd, I can't see it ever not being relevant

Why linking to a page that contains an image instead of posting the image with the source?

mox , (edited )

Linking an xkcd image directly would strip out the hover text, which is part of the comic.

P.S.
You’re one of today’s lucky 10,000.

someguy3 ,

How do you get the hover text on mobile?

Late2TheParty ,
@Late2TheParty@lemmy.world avatar

If you long press on the image, the hover over text will appear.

someguy3 ,

It cuts off

“Learning arcane bullshit from the 80s can break your computer, but if you’re willing to wade through…”

TWeaK ,

I almost got it by switching to landscape, but still not quite.

https://lemm.ee/pictrs/image/41996b5b-4115-43f2-9378-46fa2bc849aa.png

Ephera ,

You can tap on the text to have it expand.

Aatube ,
@Aatube@kbin.social avatar

Maybe try tapping on the text?

someguy3 ,

That works!

mox , (edited )

Some browsers show it when you long press the image. For the others, you can edit the URL to m.xkcd.com

Zoop ,

Here’s the hover text for this one:

Learning arcane bullshit from the 80s can break your computer, but if you’re willing to wade through arcane bullshit from programmers in the 90s and 2000s, you can break everyone else’s computers, too.

toototabon ,
@toototabon@lemmy.ml avatar

is this common for xkcd? because then I’ve been missing a whole layer of all the comics I’ve stumbled upon.

smeg OP ,

Oh boy, every xkcd (maybe except the first hundred?) has alt-text, time for you to read them all again!

Celestus ,

Linking to the page is the best way to share an xkcd

smeg OP ,

My lemmy client shows the full image anyway ¯_(ツ)_/¯

Discover5164 ,

which one do you use?

smeg OP ,

Summit, it’s pretty good

nifty , in Normal day in the life of a developer
@nifty@lemmy.world avatar

There are people who unironically believe this.

explodicle ,
TootSweet , in Old xkcd, I can't see it ever not being relevant

Anyone else here have to endure IBM AS/400 at their workplace?

pacmondo ,

Not anymore, but I have worked at places that use them for inventory. Good ol green terminals.

MajorHavoc ,

Thankfully I only caught remnants, and that was plenty.

bdonvr ,

It’s the backbone of the entire company I work at. And I work at one of the largest companies in its field. If it went down for an extended period of time the company would grind to a halt. I guess it’s called “IBM i” now but everyone calls it AS/400

The login page still says copyright 1980

https://thelemmy.club/pictrs/image/948b4045-4b88-4af4-a459-4fd26ac03ca2.jpeg

max_adam , in The falsehoods of a senior developer

That was me in the first few months after I had to replace the senior dev when he took a better job. I was only junior for like 5 months prior to this, I also lied about having 2 years of experience in the interview and the team misunderstood my quick learning with expertise. At the end they thought I was good enough for the position but I was freaking out because I was lacking a lot of experience, I still took it because the raise was huge. I couldn’t sleep well for months while I was trying my best to learn how to do my job.

Hasherm0n ,

One of my favorite managers once told me while I was struggling with a severe case of imposter syndrome “if you’re faking it well enough that others can’t tell, you might not be faking it as much as you think.”

SpaceCowboy ,
@SpaceCowboy@lemmy.ca avatar

Yup, the good old imposter syndrome. The truth is no one really knows what they’re doing,

Sanctus ,
@Sanctus@lemmy.world avatar

If you feel like you’re sprinting into the dark, you’re doing something right.

TWeaK , in Old xkcd, I can't see it ever not being relevant

“Old”. This was after I started reading it.

At the same time, it’s about 1200 strips before the latest, which is like 7 years ago? But still not even halfway back, not quite.

Man, he’s been around since forever.

smeg OP ,

Yeah same, I’ve been reading them all again and I didn’t check when it was originally posted but it seemed far enough from today to count as old!

isVeryLoud ,

7 years ago is just 2016

TWeaK ,

Why did you have to say that?! RIP Robin Williams :(

isVeryLoud ,

goddamn it, it’s been this long? rip.

TWeaK ,

Yeah man, loads of good people died in 2016, it was a whole thing.

danc4498 , in Normal day in the life of a developer

Me when I write a regrex without googling every bit of it.

Dehydrated OP ,

Relatable

letsgo ,

“regrex” They should definitely be known as that!

danc4498 ,

lol, didn’t even see my typo

WanderingVentra ,

One day I’ll pull that off…

insomniac_lemon , in Old xkcd, I can't see it ever not being relevant
@insomniac_lemon@kbin.social avatar

I am not a programmer, but on 2 occasions I was able to improperly fix (1 argument in 1 line stuff) very small bugs without really understanding how. I've also made a number converter (dec-bin-hex) at least twice. I know those aren't a lot but it's weird that it happened twice twice.

I'd say there's an issue here with language design having major tradeoffs, but maybe it's just a paradox*? Though I have found a language I like (even though I'm not learning it because other issues), so I know it's not impossible at least.

*= Like the people who could make something with less tradeoffs don't have the need/desire to do that, they just use the existing stuff. Though that is much more fitting for visual programming.

jeremyparker ,

it’s weird that it happened twice

Everyone who dabbles in programming eventually learns :q. Not everyone learns :wq.

smeg OP ,

I learned :q! first!

Luvon ,

Not everyone learns :x

Undearius ,
@Undearius@lemmy.ca avatar

Or ZZ

Luvon ,

Oh I don’t know that one, what’s it do?

Undearius ,
@Undearius@lemmy.ca avatar

Same as :wq and :x

Saves and quits.

jeremyparker ,

Wtf is this bullshit. When tf did vim start allowing you to do the same thing in more than one way

FiskFisk33 ,

hmm, when was vim invented?..

jeremyparker ,

Vim wasn’t invented, it spawned fully written and tested at the moment creation came into existence

That’s why vi is already installed on every Linux system

FiskFisk33 ,

of course!

no but i bet configurability was an early fearure

artvabas , (edited ) in Normal day in the life of a developer

Only 10 lines of code o.O, that much!

THE_MASTERMIND , in The falsehoods of a senior developer
@THE_MASTERMIND@lemmy.sdf.org avatar

Gulp

ILikeBoobies , in The falsehoods of a senior developer

cs12.pikabu.ru/…/1672170826126840186.jpg

Tried to find a source but this is the closest I got

Robert7301201 ,
ILikeBoobies ,

So both images removed the watermark

Sad

FrostKing , in Normal day in the life of a developer

I always feel bad about how much I have to look up until I look at any programmer based forum. Then, I feel at home lol

BigBenis , in Old xkcd, I can't see it ever not being relevant

It’s cold outside, there’s no kind of atmosphere!

Blue_Morpho ,

gazpacho soup?

Flax_vert , in The falsehoods of a senior developer

Embrace agile programming. Add what the customer wants and laugh at their poor decisions.

etenil ,
psmgx ,

to paraphrase hl mencken: ask and ye shall receive – and receive it good and hard

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