• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • So what’s the deal with GNU? When I first saw it, I was sure the G was silent, or formed a dipthong, like gnat or gnocchi or gnaw or gnarly or gnome or just any word starting with gn in English. But IRL, I’ve only heard it pronounced with a hard G, same with Gnome.


  • Usually they’re building the website with browserlist and polyfills, and they specify how old a browser they wish to support, usually by analysing percentages of public usage, or they allow types only supported in newer browsers. Meaning if they use a feature only available in newer browsers, then it won’t be automatically backported to support older browsers.

    But that’s only if they actually use those features, they’re just available to them. And it’ll only break in those places they do use them, which could be quite little of the site.

    So often it’s just “we can’t guarantee it’ll work in your old browser and enough of our users use newer browsers that we’ll block you and not care”.




  • guy@lemmy.worldtoMemes@sopuli.xyzStill fun though
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    I have a basic £30 (£50 post inflation) pop-up frisbee tent and it works just fine on its own in heavy rain. Water only gets in when the door is open. It really just needs to be double layered, taut and have a decent groundsheet, but that can all come built-in without needing to be expensive











  • This idiom confused me for the longest time, because I use “have” and “eat” very interchangeably. “Are you going to have dinner?” etc. I didn’t see that, rather, they meant “have” as a synonym for “keep”.

    And yeah, it’s definitely backwards. “Have” doesn’t suggest “will have”, it’s a present term only. I have a cake, can I eat it? Yes. Switching the order makes more sense. Furthermore, I think “keep” at least suggests long term.

    I propose “You can’t eat your cake and keep it too”

    Yet still, who ever eats a whole cake? I definitely keep some for later.


  • guy@lemmy.worldtoProgramming@programming.dev*Permanently Deleted*
    link
    fedilink
    arrow-up
    42
    arrow-down
    2
    ·
    9 months ago

    I have to write powershell scripts and bash scripts at work. I hear people saying bash is great, powershell is bad, all the time in public, but honestly I feel like these people have barely actually written powershell. It’s a bit wordy, but it feels much more intuitive to me, much more akin to regular programming languages.