並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 12 件 / 12件

新着順 人気順

namingの検索結果1 - 12 件 / 12件

  • JavaScript™

    Deliver to: Oracle Corporation 2300 Oracle Way Austin, TX 78741 United States of America You have long ago abandoned the JavaScript trademark, and it is causing widespread, unwarranted confusion and disruption. JavaScript is the world’s most popular programming language, powering websites everywhere. Yet, few of the millions who program in it realize that JavaScript is a trademark you, Oracle, con

      JavaScript™
    • ts-blank-space

      What is ts-blank-space? ts-blank-space is a fast type-stripping compiler that converts TypeScript to JavaScript. It supports a modern subset of TypeScript by erasing the types and replacing them with whitespace. That's it. It is not a type checker and does not perform any other code transformations. The underlying technique can improve build performance and simplify development. The implementation

      • WebKit Features in Safari 18.0

        Safari 18.0 is here. Along with iOS 18, iPadOS 18, macOS Sequoia and visionOS 2, today is the day another 53 web platform features, as well as 25 deprecations and 209 resolved issues land in WebKit, the rendering engine driving Safari. New in Safari 18 Distraction Control Distraction Control lets you hide distracting items as you browse the web, such as sign-in banners, cookie preference popups, n

          WebKit Features in Safari 18.0
        • GitHub Notification Emails Hijacked to Send Malware

          As an open source developer I frequently get emails from GitHub, most of these emails are notifications sent on behalf of GitHub users to let me know that somebody has interacted with something and requires my attention. Perhaps somebody has created a new issue on one of my repos, or replied to a comment I left, or opened a pull request, or perhaps the user is trying to impersonate GitHub security

            GitHub Notification Emails Hijacked to Send Malware
          • Node.js — Node v22.9.0 (Current)

            2024-09-17, Version 22.9.0 (Current), @RafaelGSS New API to retrieve execution Stack Trace A new API getCallSite has been introduced to the util module. This API allows users to retrieve the stacktrace of the current execution. Example: const util = require('node:util'); function exampleFunction() { const callSites = util.getCallSite(); console.log('Call Sites:'); callSites.forEach((callSite, inde

              Node.js — Node v22.9.0 (Current)
            • Ukraine drone attack in Russia's Tver region sparks fire

              Smoke and flames rise following a Ukrainian drone attack in Toropets in the Tver region, Russia Thirteen people have been injured in Russia's Tver region after a large Ukrainian drone attack sparked a fire there, according to the Russian health ministry. Unverified footage has emerged purportedly showing a massive blast in the town of Toropets. Video footage circulating on social media showed deto

                Ukraine drone attack in Russia's Tver region sparks fire
              • Derailing the Raptor Train - Lumen

                Executive Summary In mid-2023, Black Lotus Labs began an investigation into compromised routers that led to the discovery of a large, multi-tiered botnet consisting of small office/home office (SOHO) and IoT devices that we assess is likely operated by the nation-state Chinese threat actors known as Flax Typhoon. We call this botnet “Raptor Train,” and it has been over four years in the making. At

                  Derailing the Raptor Train - Lumen
                • 忠実な「ユーザエージェント」から始める脱メタクソ化 | p2ptk[.]org

                  以下の文章は、コリイ・ドクトロウの「The disenshittified internet starts with loyal “user agents”」という記事を翻訳したものである。 Pluralistic 多くの人がメタクソ化について、その広がりは大いなる歴史の力がもたらした結果である、とか、あるいは営利目的のオンライン世界の必然的な終着点である、と勘違いしているフシがある。 つまり、メタクソ化を物理的な現象ではなく、イデオロギー的な現象として見ているのだ。企業のリーダーたちは、エンドユーザ、ビジネス顧客、そして自社の従業員から株主へと価値をシフトさせることで、常日頃から自社の製品をメタクソ化したい衝動に駆られている。メタクソ化がほとんど起こらなかったオンラインサービスの数十年は、より良いアイデアや純粋な心を持った企業リーダーがもたらしたのではない。その平穏な年月は、自分たちの幸

                    忠実な「ユーザエージェント」から始める脱メタクソ化 | p2ptk[.]org
                  • 検証環境の Intel NUC について (基本情報 / Intel AMT 等) at SE の雑記

                    自宅の検証環境用の NUC は vPro モデルを使用しており Intel AMT (Intel Active Management Technology) によるリモート管理を実施することができます。 IntelR Active Management Technology Developers Guide About Intel AMT vPro モデルであれば、Intel Management Engine BIOS 拡張オプション (MBEx) のセットアップを行うことで、KVM によるリモート操作や、電源管理を行うことができるようになります。 手元の NUC の何台かで設定を行っていないものがありましたので、この機会の設定方法をまとめておこうかと。 現時点では、Intel NUC Kit は Pro Kit や Extreme Kit のモデルでないと、vPro は搭載されていない

                    • DockerfileにRUN echoを書いているのにbuild時に標準出力に表示されない - Qiita

                      $ sw_vers ProductName: Mac OS X ProductVersion: 10.15.6 BuildVersion: 19G73 $ docker --version Docker version 20.10.0, build 7287ab3 $ docker build -t docker-whale . --no-cache [+] Building 0.4s (6/6) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 234B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load

                        DockerfileにRUN echoを書いているのにbuild時に標準出力に表示されない - Qiita
                      • SQLを使用してXMLを生成する - 簡単な方法|IBMi海外記事|e-bellnet.com(IBM i (AS/400)ユーザーのための関連技術情報サイト)

                        XMLを生成する方法には、以下のように、多くの冗長な方法があります。 独自のRPGコードを書く フリーまたはサードパーティのAPIを使用する SQL iQueryのOUTPUT(*XML)オプションを使用する XMLELEMENTなどの組み込みSQL XML関数を使用する 他にもあるでしょうが、最もよく使用されているのは、これらであるように思われます。 私は、長年、XMLELEMENTアプローチを使用していました。これは、Db2 for i SQLに組み込まれている、かなり冗長なXML関数のセットです。実のところ、SQL iQueryのOUTPUT(*XML)は、その機能をベースにしています。OUTPUT(*XML)は、出力列/フィールド名ごとに、XMLELEMENTステートメントを使用してSQLステートメントを再生成しているだけです。 しかし、IBM ACS RUNSQLを使用してSQL

                          SQLを使用してXMLを生成する - 簡単な方法|IBMi海外記事|e-bellnet.com(IBM i (AS/400)ユーザーのための関連技術情報サイト)
                        • 『Tips on naming boolean variables - Cleaner Code』へのコメント

                          ブックマークしました ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください Twitterで共有

                            『Tips on naming boolean variables - Cleaner Code』へのコメント
                          1