home.social

#devel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #devel, aggregated by home.social.

  1. Canada công bố khoản viện trợ không hoàn lại trị giá 30 triệu USD nhằm hỗ trợ Việt Nam trong các lĩnh vực phát triển bền vững, biến đổi khí hậu và tăng trưởng kinh tế bao trùm. Thông báo được đưa ra trong buổi tiếp giữa Thủ tướng Phạm Minh Chính và Bộ trưởng Phát triển Quốc tế Canada Randeep Sarai nhân chuyến thăm Việt Nam của ông. Khoản ODA mới sẽ thúc đẩy hợp tác song phương và hỗ trợ các nỗ lực chuyển đổi xanh, hiện đại hóa nền kinh tế Việt Nam.

    #Canada #Vietnam #ODA #InternationalAid #Devel

  2. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  3. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on

  4. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  5. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  6. Deploying on OCI with the starter kit – part 5 (connecting to the database II)
    In part 4 of our series on the OCI Hackathon Starter Kit, we saw how to connect to the deployed MySQL HeatWave instance from our clients (MySQL Shell, MySQL Shell for VS Code, and Cloud Shell). In this post, we will see how to connect from an application usin
    lefred.be/content/deploying-on
    #Cloud #Devel #HeatWave #MDS #MySQL #OCI #Python

  7. Use OCI GenAI, and MySQL HeatWave to interact with your WordPress content
    MySQL HeatWave 9.0 was released under the banner of artificial intelligence. It includes a VECTOR datatype and can easily process and analyze vast amounts of proprietary unstructured documents in object storage, using HeatWave Ge
    lefred.be/content/use-oci-gena
    #90

  8. Javascript support in MySQL: the UUID example
    You may have noticed that MySQL now supports creating functions (and store procedures) in Javascript using GraalVM.

    This new functionality is only available in MySQL Enterprise and MySQL HeatWave.

    As a developer, you can also get free access to MySQL Enterprise from Oracle Technology Network (OTN): MySQL Enterprise Downl
    lefred.be/content/javascript-s
    #83

  9. @RL_Dane @mjgardner @benjaminhollon

    I like ::NYTProf for big picture view, I've found many big bottlenecks with that. Fewer now though. Most low hanging fruit handled. "use Benchmark qw(:all);" is very nice too, I used that a lot to decide which general methods to use, since many loops may run thousands ot times, small differences build up. I also test on a 1998 laptop running , though cpu has no cache.

    These were my early tests pre-trans:
    github.com/smxi/inxi/blob/inxi