home.social

Search

185 results for “webaware”

  1. TIL that Chrome browser will make any dialog [sic] invisible if you put the document into full screen mode… in the same event. e.g. click a button, go full screen / open a dialog, either one first, invisible dialog.

    Happily it's OK if you go full screen, and then set a time out to open the dialog 🙃 🎉

    window.setTimeout(() => {
    dialogue.showModal();
    }, 50);

    And 🥃

  2. TIL that Chrome browser will make any dialog [sic] invisible if you put the document into full screen mode… in the same event. e.g. click a button, go full screen / open a dialog, either one first, invisible dialog.

    Happily it's OK if you go full screen, and then set a time out to open the dialog 🙃 🎉

    window.setTimeout(() => {
    dialogue.showModal();
    }, 50);

    And 🥃

    #Chrome #FullScreen

  3. TIL that Chrome browser will make any dialog [sic] invisible if you put the document into full screen mode… in the same event. e.g. click a button, go full screen / open a dialog, either one first, invisible dialog.

    Happily it's OK if you go full screen, and then set a time out to open the dialog 🙃 🎉

    window.setTimeout(() => {
    dialogue.showModal();
    }, 50);

    And 🥃

    #Chrome #FullScreen

  4. BackWPup has a new version, and… they've shit the bed. Don't upgrade willy-nilly, check it out in a test site. It's a complete rewrite of the admin UI, and for now at least it's broken. I recommend not upgrading this plugin at least until the dust settles, if ever.

    #Wordpress #WP #BackWPup #backup

  5. BackWPup has a new version, and… they've shit the bed. Don't upgrade willy-nilly, check it out in a test site. It's a complete rewrite of the admin UI, and for now at least it's broken. I recommend not upgrading this plugin at least until the dust settles, if ever.

  6. BackWPup has a new version, and… they've shit the bed. Don't upgrade willy-nilly, check it out in a test site. It's a complete rewrite of the admin UI, and for now at least it's broken. I recommend not upgrading this plugin at least until the dust settles, if ever.

    #Wordpress #WP #BackWPup #backup

  7. BackWPup has a new version, and… they've shit the bed. Don't upgrade willy-nilly, check it out in a test site. It's a complete rewrite of the admin UI, and for now at least it's broken. I recommend not upgrading this plugin at least until the dust settles, if ever.

    #Wordpress #WP #BackWPup #backup

  8. BackWPup has a new version, and… they've shit the bed. Don't upgrade willy-nilly, check it out in a test site. It's a complete rewrite of the admin UI, and for now at least it's broken. I recommend not upgrading this plugin at least until the dust settles, if ever.

    #Wordpress #WP #BackWPup #backup

  9. CW: food, ramyen, spicy, Buldak

    Went to Kwon Mart, Korean groceries in New Lambton (NSW AU) yesterday and found single packets of the Buldak 3x spicy noodles that Norway just banned. Couldn't help myself, had to try!

    Yes, Very Hot. I had as noodle soup, cooked up with chicken hearts and a poached egg, some coconut cream, fried shallots across the top. Hottest soup I've had for quite a while!

    Tasted like packet tomato/onion soup mix with lots of chili, but still a nice lunch.

  10. TIL that SpamAssassin doesn't like emails sent from Thunderbird via Amazon SES, claiming:

    `FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla`

    This is because Amazon SES does in fact rewrite email headers, which is good except it doesn't remove the User Agent header.

    The fix is to go to: Settings > General > Config Editor

    Search for sendUserAgent, and double-click to change it from true to false.

  11. I remember writing business applications in 4GLs back in the 1980s. 4GLs (forth generation languages) were going to change programming, just like LLMs (Large Language Models) are supposed to now.

    I used Sculptor and Zim and they were great, but it still took programming and business nous and data modelling to build an application that worked and could be maintained.

    Nicely wrapped up here by @eschaton: The “Promise” of “Easier” Programming

    eschatologist.net/blog/?p=374

  12. Much chatter about May the 4th, but here in Australia tomorrow is May the 5th which means SBS will be broadcasting The Fifth Element on repeat from midday (on SBS Viceland). Break out your multipass!


    sbs.com.au/guide/day/2023-05-0

  13. @xurizaemon I haven't heard a thing. I just Duck Duck Went and the description on one result says: "7 days ago - Our arrangement with Windcave has ended." But following the link, there's no such text on that page.

    verify.bnz.co.nz/business-bank

  14. Getting a little sick of seeing snowflakes on every second website or app. It's summer here, hot, I'm half-naked, and the fans are on. Coffee is a drink best drunk cold. A trip around the corner to buy milk and eggs leave me dripping.

    But sure, annoy the hell out of me with snowflakes distracting me from reading something because it's snowing some place else, I guess at least it's not gun violence (we don't get much of that here either).

  15. users: I have finally received confirmation from their support folk (after 3 weeks) that UpdraftPlus incremental backups do not, in fact, include database backups. This is contrary to the log emails which say:

    "Contains: Files and database (Incremental)"

    The database backup mentioned is in fact from the last full backup. I've been running a separate database backup scheduled 10 minutes before the incremental backup, and will continue to do so.

  16. TIL that SpamAssassin doesn't like emails sent from Thunderbird via Amazon SES, claiming:

    `FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla`

    This is because Amazon SES does in fact rewrite email headers, which is good except it doesn't remove the User Agent header.

    The fix is to go to: Settings > General > Config Editor

    Search for sendUserAgent, and double-click to change it from true to false.

    #AmazonSES #SES #Thunderbird #SpamAssassin

  17. TIL that SpamAssassin doesn't like emails sent from Thunderbird via Amazon SES, claiming:

    `FORGED_MUA_MOZILLA Forged mail pretending to be from Mozilla`

    This is because Amazon SES does in fact rewrite email headers, which is good except it doesn't remove the User Agent header.

    The fix is to go to: Settings > General > Config Editor

    Search for sendUserAgent, and double-click to change it from true to false.

    #AmazonSES #SES #Thunderbird #SpamAssassin

  18. I see that there's a new release for MantisBT with a security fix. Update now 🚀

    mantisbt.org/blog/archives/man