programming.dev

trustnoone, to programmer_humor in Programming: The Horror Game

Does anyone remember when something like this actually happened? Maybe it’s the Mandela effect but U sweat at one stage a whole heap of sites were using black/dark mode to save the planet

SqueakyBeaver,

I use it to save my eyeballs

stoy, to programmer_humor in Programming: The Horror Game

Reminds me of when CodeBullet turned Pacman into a first person horror game

THE_ANON, to memes in Sounds delicious

Based

INHALE_VEGETABLES,

Omg I forgot all about the tripping through time subreddit. Keep em coming!

Rusty, (edited )

There is lemmy.ca/c/trippinthroughtime but it’s not very active

Anticorp,

On what?

THE_ANON,

Studies

Hexbear2, (edited ) to programmer_humor in ifn't

This is the !biggest comp sci innovation in !decades

luciole, to programmer_humor in The Perfect Solution
@luciole@beehaw.org avatar

I can’t even

perviouslyiner, to programmer_humor in The Perfect Solution

deleted_by_author

  • Loading...
  • Dragnmn,

    It allows you to add internal linebreaks.

    Enkers, (edited )

    Downside is that it includes your indentation whitespace, though I doubt chatgpt would care about that, as I’d imagine it gets discarded when it’s tokenized, but it’s still good to keep in mind when using " " ".

    ono, (edited )

    dedent() can help with that.

    Enkers,

    That’s a pretty clean looking solution. There are a few others as well, but yours seems better, and it’s in the standard lib!

    Boogiepop, to manga in Don't Bully Me and Give Me Flashback To Your Old Persona, Nagatoro!
    @Boogiepop@lemmy.world avatar

    I was reading this earlier thinking ‘holy shit, did Nanashi go for the long con?’

    fogetaboutit,

    Imagine he rode it back to the bank and bullied the shit out of him

    DickJones,
    @DickJones@lemmy.ml avatar

    I’m praying for this

    Boogiepop,
    @Boogiepop@lemmy.world avatar
    Sanchokan, (edited ) to programmer_humor in The Holy Trinity of JavaScript

    A few years back I came to the conclusion that the holy trinity in Christianity are three levels of abstraction: the son => God walks on earth and tangible, the father => God in heaven untangible but still reachable by speech, holy spirit => God in who knows where.

    Then I thought that as a way of imparting the thought that any level of abstraction of the universe would also be inhabitated by God, those which we can sense, and those where our senses can't reach. The idea that omniprescense is not only limited to our dimension.

    I'm not sure if that is the original meaning but is a way of seeing it that I can relate to, since I've always been akeen to a more abstract idea of God, and not so much to a figure that praises itself of thought, which is a human attribute.

    yannic,
    CanadaPlus,

    As far as I can tell, the doctrine of the trinity served political rather than logical purposes back when it was put in writing in late antiquity, and since then it’s just been the doctrine. If you want to believe, you just have to believe and not think about it too hard, like the video says.

    ShitOnABrick, to programmer_humor in We're not the same! (period)
    @ShitOnABrick@lemmy.world avatar

    I swear I saw this posted a few weeks back

    snugglebutt, to programmer_humor in GitHub Desktop or Git CLI?
    @snugglebutt@lemmy.blahaj.zone avatar

    git-cola and my own gitea server, near perfection

    Abnorc, to memes in 6÷2(1+2)

    Don’t forget math with fruits! imgur.com/JOuRhQ3

    wischi, (edited )

    Just saw the image you posted and it’s awesome :-) I’m part of the group that can’t solve it, because I don’t know the 🌭 function from the top of my head. I also found the choice of symbols interesting that 🌭 is analytical continuation of 🍔 and not the other way round 🤣

    ILikeBoobies, to programmer_humor in GitHub Desktop or Git CLI?

    Gitlab/Azure Repo

    space_comrade, (edited ) to programmer_humor in GitHub Desktop or Git CLI?

    Gitgui is pretty great too if you need a bit of interactivity. It’s bare bones and no bullshit but can still do like 90% of what all the other fancy tools can do.

    Juice, (edited ) to programmer_humor in GitHub Desktop or Git CLI?
    @Juice@hexbear.net avatar

    Uh how do i get GH cli to work on Linux? I tried pushing a project and it just asks for a password, and PW support is deprecated

    Gambled23,

    Use ssh authentication instead

    aBundleOfFerrets,

    key identification

    stepanzak,

    I’m not sure about the exact commands, but you do something like gh auth login to authenticate the CLI and then something like gh ssh setup to change ssh’s config file to authorize using the GH CLI.

    Juice,
    @Juice@hexbear.net avatar

    I’ll try that, thanks

    usa_suxxx, (edited )
    @usa_suxxx@hexbear.net avatar
    Juice,
    @Juice@hexbear.net avatar

    No luck, i tried that and https login and it still asks for a PW when I push

    usa_suxxx, (edited )
    @usa_suxxx@hexbear.net avatar

    HTTPS

    git remote add origin https://github.com/user/repo.git

    SSH

    git remote add origin git@github.com:user/repo.git

    Did you use the correct syntax for SSH?

    lemmesay, to programmer_humor in Manager: This task only takes 30 minutes. Why did it take you the whole day?
    @lemmesay@discuss.tchncs.de avatar

    [conventional commits] (www.conventionalcommits.org/en/v1.0.0/) will save you.
    or maybe commitizen if you’d like not to write them by hand.
    and maybe commit and tag version, which will create changelogs for you of you follow semver

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #