programmer_humor

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

Nugelz, in Need a rust version too.

Why’s this look so poo on my phone?

MaliciousKebab,

Might be the client. I use eternity and it looks OK on my phone.

chandz05,

Also good in Boost on my phone

EatYouWell,

Seconded

Octopus1348,
@Octopus1348@lemy.lol avatar

Also good on Voyager.

doeknius_gloek,

Also good with Boost once I opened the image and clicked “HD”.

Nugelz,

Thank you that fixed it!

Unforeseen,

Also good in Connect on my phone

30p87,

Not the best quality, but still easily enjoyable on Eternity Nightly

tja,
@tja@sh.itjust.works avatar

Also good in sync on my phone

Octopus1348,
@Octopus1348@lemy.lol avatar

Sync manages these long vertical images the best.

Honytawk,

Your app is written in LISP

ExtraMedicated, in I'll just be a quick 3h

You wanna know why this dashboard takes a full minute to load? It’s because it joins every table in the fucking database because some people can’t be bothered to look at a separate page for certain information.

Mango, in I'll just be a quick 3h

Well if organizing things in pristine tables makes things quick, why can’t we have nice things?

Patches, (edited )

Because Jen in accounting doesn’t believe in it, and Tom the CIO likes his data stored raw in TXT Amphibious Delineated. Then our biggest client prefers data as Jason so we swapped half of our database to that to speed things up.

But the real problem is high turnover because we don’t pay anyone enough to work on things they are proud of. After 2 years we stop doing even 3% COL raises so they go elsewhere. So every 2-4 years each position gets a new opinionated asshole.

reverendsteveii,

our biggest client prefers data as Jason so we swapped half of our database to that

the app I work with currently stores json as the only column in a sql table and it hurts me so very much. like watching someone pick up a screwdriver and try to bash a nail in with the handle.

MargotRobbie, in every damn time ...

In general, drunk me is the last person I would ever trust with literally anything.

It’s like waking up in the morning and reading your own drunk text messages.

psud,

Hits Balmer point, accidentally makes malware. A modern Jekyll and Hyde

TheFriendlyArtificer,

My wife got prescribed Ambien a few weeks ago. She took one, completely forgot about it, and 45 minutes later had a glass of wine with me while watching Taskmaster.

She then became convinced that she was actually on the show and went around the house asking me to time her doing random stuff. Th next morning she had zero memory and was floored when I showed her the video.

fsr1967, in Programming: The Horror Game

laughs in IntelliJ multi cursor mode

executivechimp,
@executivechimp@discuss.tchncs.de avatar

What’s the joke? VSCode has multi cursor.

fsr1967,

With multiple cursors, we can see more of the dungeon, uh, I mean code.

Eonandahalf, (edited )
fsr1967,

If you have multiple similar lines, you can perform the same editing on them all at once.

Maalus,

It does get its uses. Mostly editing similar lines, multiple methods at the same time, etc. Makes you look like a ninja too

BatmanAoD, in Programming: The Horror Game

Oh hey, it’s modern ed!

lurch, in ifn't

i assume “ifnot” wasn’t edgy enough and makes inferior noises on custom mechanical keyboards? /s

vlad76, in ifn't
@vlad76@lemmy.sdf.org avatar

What’s wrong with “else”

NekkoDroid,
@NekkoDroid@programming.dev avatar

It’s not ifn’t

SpaceNoodle,

*it’sn’t

felbane,

I’dn’t’ve said it like that.

Scubus,

Perchance

NocturnalMorning,

^This

OP raises a valid point

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

if(condition) {#block never used} else {#actually do a thing}

Vs

ifn’t(condition) {#actually do a thing}

Vs

if!(condition) {#actually do a thing}

MNByChoice,

Cannot start a statement with else. One can with ifn’t. There is a new thing where we don’t branch (which is a separate discussion).

Or am I missing the joke…

grue, in Every goddamn time

One of the reasons I love WarGames is that it shows the hacker character actually doing his homework to figure out the correct credentials to get into the system.

Anticorp,

Sneakers is really good about this too. The majority of the movie shows them doing real world research and social engineering.

swordsmanluke,

Yup. The fakest thing in that movie is the MacGuffin that can z break RSA encryption.

…Also maybe a bunch of hackers stealing a ton of govt funds, donating it to greenpeace and the NSA not immediately busting heads.

Anticorp,

Hey man, the dude just wanted a Winnebago. Is that really too much to ask for handing such power over to the government?

merc,

Yeah, the “magic device” they discover that makes encryption obsolete is unrealistic, as is the way it “decrypts” what shows up on their screens. But, the rest of it is really realistic, down to probing individual leads of a chip to see what kinds of signals they emit.

Classy, in Guys! Should I accept the offer? 😂

I remember old YouTube having these kinds of exchanges. I would get DMs asking for a five star rating on a video they uploaded about some relevant topic in exchange for a likewise five star rating. I miss those days

wreckedcarzz, in Fitbit Clock Face
@wreckedcarzz@lemmy.world avatar

But a json file is used for storing settings and the like, not for providing real-time data, yeah?

felbane,

API calls often return json. It’s just a data format.

TexasDrunk,

deleted_by_author

  • Loading...
  • aniki,

    You mean programming an ingestion routine to process json, surely, right?

    eerongal,
    @eerongal@ttrpg.network avatar

    That’s friend’s name? Jason Parsor

    A_Very_Big_Fan,

    I mean, I’ve never used JSONs before but I imagine you could still write to them in realtime at least, as inefficient as that sounds lol. So you could probably get the same results on an actual text editor if you could modify it to update the text automatically when it detects a change instead of prompting the user

    Winter8593,

    I think:

    1. that’s the joke
    2. this is just a watchface template, not an actual file being updated constantly
    Daxtron2,

    No it’s used for all types of data transfer and real time data as well.

    Assman, (edited ) in “It’s not that hard”
    @Assman@sh.itjust.works avatar

    1 == “1”

    It’s not that hard

    vox, in Always
    @vox@sopuli.xyz avatar

    I’m far more focused at 2-5am

    OttoVonNoob, in Always

    As a hobbyist, daughter goes to bed I start reading and experimenting.

    0x4E4F, (edited ) in Revisiting code I wrote last year
    @0x4E4F@sh.itjust.works avatar

    I was once like “🤨… what drugs was I on when I wrote this 🤨”. Comments didn’t help, I must’ve been under the influence of something, it didn’t make any sense.

    The weird thing is, it works 😂.

    fidodo,

    You gotta comment what drugs you were on when you wrote the code

    0x4E4F,
    @0x4E4F@sh.itjust.works avatar

    Darn, forgot to do that.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • programmer_humor@programming.dev
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #