並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 3167件

新着順 人気順

architectureの検索結果361 - 400 件 / 3167件

  • How Vercel adopted microfrontends - Vercel

    Learn how Vercel cut build times and improved developer velocity while maintaining a smooth user experience with microfrontends. Vercel's main website, once a single large Next.js application, serves both our website visitors and logged-in dashboard. But, as Vercel grew, this setup revealed opportunities for improvement. Build times grew, dependency management became more intricate, and workflows

      How Vercel adopted microfrontends - Vercel
    • Physics of Language Models: Part 3.3, Knowledge Capacity Scaling Laws

      Scaling laws describe the relationship between the size of language models and their capabilities. Unlike prior studies that evaluate a model's capability via loss or benchmarks, we estimate the number of knowledge bits a model stores. We focus on factual knowledge represented as tuples, such as (USA, capital, Washington D.C.) from a Wikipedia page. Through multiple controlled datasets, we establi

      • New Architecture is here · React Native

        React Native 0.76 with the New Architecture by default is now available on npm! In the 0.76 release blog post, we shared a list of significant changes included in this version. In this post, we provide an overview of the New Architecture and how it shapes the future of React Native. The New Architecture adds full support for modern React features, including Suspense, Transitions, automatic batchin

          New Architecture is here · React Native
        • Codestral Mamba

          Codestral MambaAs a tribute to Cleopatra, whose glorious destiny ended in tragic snake circumstances, we are proud to release Codestral Mamba, a Mamba2 language model specialised in code generation, available under an Apache 2.0 license. Following the publishing of the Mixtral family, Codestral Mamba is another step in our effort to study and provide new architectures. It is available for free use

          • サイボウズ Office のフロントエンド刷新におけるアクセシビリティ改善の取り組み - Cybozu Inside Out | サイボウズエンジニアのブログ

            こんにちは。DOGO(どうご)チームのまっつー(@ryo-manba)です。DOGO チームでは、「サイボウズ Office」 のフロントエンド刷新を行っています。この記事では、フロントエンド刷新を進めていく中で取り組んでいるアクセシビリティ改善について紹介します。 ※ この記事は Cybozu Frontend Advent Calendar 2023 の 1日目の記事です。 DOGO とは 刷新前の問題点 アクセシビリティ改善の取り組み 輪読会の実施 OSS をフル活用したコンポーネント実装 改善事例:DatePicker Poca11y チームとの協力 おわりに DOGO とは DOGO は、サイボウズ Office のフロントエンドを刷新するプロジェクトです。独自のスクリプト言語で書かれた MPA(Multi-Page Application)を、Next.js の App Rou

              サイボウズ Office のフロントエンド刷新におけるアクセシビリティ改善の取り組み - Cybozu Inside Out | サイボウズエンジニアのブログ
            • Rearchitecting: Redis to SQLite | Wafris

              Pssst - want to skip right to the chart? click here Background We're Wafris, an open-source web application firewall company that, among other frameworks, ships a Rails middleware client. At launch, the v1 client required a local Redis datastore to be deployed with your app. We're now releasing v2 of our Rails client which uses SQLite as the backing datastore. This article covers the decision-maki

              • AWS VPC接続方法によるレイテンシ(VPC Peering vs TGW)

                TL;DR VPC間を接続した際のレイテンシはTGW > VPC Peering TGWでVPC間を接続すると、VPC PeeringでVPC間を接続した場合と比較して、レイテンシが10倍以上!! はじめに いきなりですが、皆さんは以下のような2つのVPC間を接続する際、どの様な方法で接続するでしょうか?(オレンジ矢印部分) 前提や要件により様々な接続方法が考えられますが、AWS公式:Amazon VPC-to-Amazon VPC connectivity optionsには、VPC間を接続する際の選択肢については以下5つが挙げられています。 VPC Peering Transit Gateway(TGW) AWS PrivateLink Software VPN Software VPN-to-AWS Site-to-Site VPN AWS公式ドキュメントには選択肢として記載されてい

                  AWS VPC接続方法によるレイテンシ(VPC Peering vs TGW)
                • Copying Big Tech is Hurting Startups

                  Looking up to the big dog.In hype-heavy SaaS Startup land, looking in awe at the big boys and what they’ve achieved is the natural state of being. Every startup wants to be a unicorn, so whatever these companies do is taken for sweet cake, overanalyzed and used as blueprints for success. There’s nothing wrong with learning from the successful, by the way. The Uber story, for instance, is well docu

                    Copying Big Tech is Hurting Startups
                  • Announcing .NET 8 - .NET Blog

                    Download .NET 8 today! We are happy to announce the availability of .NET 8, the latest LTS version of one of the world’s leading development platforms, starting today. .NET 8 delivers thousands of performance, stability, and security improvements, as well as platform and tooling enhancements that help increase developer productivity and speed of innovation. The .NET team, our partners, and the .NE

                      Announcing .NET 8 - .NET Blog
                    • 奥野さんと社員のリファクタリング部屋 -ディレクトリの名付け方 - トレタ開発者ブログ

                      「奥野さんと社員のリファクタリング部屋」は、リファクタリングに励むトレタの社員と技術顧問の奥野さん ( @okunokentaro ) の間で実際に行われた会話を切り取った開発現場実録コンテンツです。 技術顧問: 奥野さん 三度の飯よりリファクタリングが好き 今回の質問者: 武市さん トレタ在籍2年。沖縄在住のフロントエンジニア 今回の質問 前回に引き続き、Webアプリケーション (Next.js) のプロダクトのリファクタリングを進めている武市さんから、ディレクトリ構造のリファクタリングについての質問です。 tech.toreta.in 前回の指摘も踏まえて、新しいディレクトリ構造とその定義を考えてきました。 ┗ server ┃ ┣ boundary -- 外部システムとのやり取りを行うためのエンドポイント。 ┃ ┃ ┗ mo ┃ ┃ ┃ ┗ moClient.ts ┃ ┣ handl

                        奥野さんと社員のリファクタリング部屋 -ディレクトリの名付け方 - トレタ開発者ブログ
                      • フロントエンドの複雑さに立ち向かう 〜DDDとClean Architectureを携えて〜 | さくらのナレッジ

                        自己紹介 さくらインターネットではシニアフロントエンドエンジニアをやっています。代表作は「NES.css」というファミコン風CSSフレームワークで、エイプリルフールには「さくらのINFRA WARS」というゲームの企画開発をしていました。 話さないこと 本記事ではソフトウェア設計ということで、以下の設計・アーキテクチャに関しては話す予定はありません。コンポーネント設計や CSS 設計に関しては過去に記事やスライドを公開していますので、気になる方はそちらを参考にしていただければと思います。 コンポーネント設計 加速するコンポーネント設計入門 / Component Design as an Accelerator コンポーネント指向時代のmargin戦略 / Rethinking the relationship between Components and Margins CSS設計 OO

                          フロントエンドの複雑さに立ち向かう 〜DDDとClean Architectureを携えて〜 | さくらのナレッジ
                        • CloudFront Hosting Toolkitを使って静的Webサイト環境を作ってみた | DevelopersIO

                          手間をかけずにCloudFrontを使った静的Webサイトを作りたい こんにちは、のんピ(@non____97)です。 皆さんは手間をかけずにCloudFrontを使った静的Webサイトを作りたいなと思ったことはありますか? 私はあります。 過去にAWS CDKを使ってこの思いを実現したことがありますが、一からAWS CDKを作り込むのはなかなか大変でした。 そんな苦労はCloudFront Hosting Toolkitを使用すると少し解消されるかもしれません。 CloudFront Hosting ToolkitはCLIまたはAWS CDKでフロントエンドのホスティングとCI/CDパイプラインを用意するツールです。 今だとAmplifyを使えば良いのではないか? という声も聞こえてきますが、細かいカスタマイズを行いたい場合にCloudFront周りを直接操作したい場合があります。そうい

                            CloudFront Hosting Toolkitを使って静的Webサイト環境を作ってみた | DevelopersIO
                          • Stripe's monorepo developer environment

                            I worked at Stripe for about seven years, from 2012 to 2019. Over that time, I used and contributed to many generations of Stripe’s developer environment – the tools that engineers used daily to write and test code. I think Stripe did a pretty good job designing and building that developer experience, and since leaving, I’ve found myself repeatedly describing features of that environment to friend

                            • Zero-latency SQLite storage in every Durable Object

                              Zero-latency SQLite storage in every Durable Object2024-09-26 Traditional cloud storage is inherently slow, because it is normally accessed over a network and must carefully synchronize across many clients that could be accessing the same data. But what if we could instead put your application code deep into the storage layer, such that your code runs directly on the machine where the data is stor

                                Zero-latency SQLite storage in every Durable Object
                              • 後天的インターネット老人になった|Yutaka Sekiguchi

                                これはインターネット老人会Advent Calendar 2023の4日目の記事です。 ひさしぶりだね。さて。ブログ記事らしきものを書くのも久しぶりだ。 みんな、元気か。僕はまあまあぼちぼちやっているよ。 インターネットというよりは、「界隈」にむけて「発信」するようなテキストなら多少書いていたし、時折、人様の原稿を素人ながらに構成・編集したりもしているし、エックス(旧Twitter)はずっと続けている。 だがやはりblog的なものは少し違う感じがある。僕は技術ブログやレビューブログのようなことはしていないので、いわゆる「雑記」だ。そう、雑記。 ちなみにここまででわかるように、このテキストは書きたいから書いているもので、特にメッセージもオチもない。ただ僕が感じている諸々がフワフワと書き連ねられているだけの駄文だ。まあ、たまにはそんなのもいいじゃないか。これは何も求めず、インプレッションなんて

                                  後天的インターネット老人になった|Yutaka Sekiguchi
                                • Use Llama 3.1 405B for synthetic data generation and distillation to fine-tune smaller models | Amazon Web Services

                                  AWS Machine Learning Blog Use Llama 3.1 405B for synthetic data generation and distillation to fine-tune smaller models Today, we are excited to announce the availability of the Llama 3.1 405B model on Amazon SageMaker JumpStart, and Amazon Bedrock in preview. The Llama 3.1 models are a collection of state-of-the-art pre-trained and instruct fine-tuned generative artificial intelligence (AI) model

                                    Use Llama 3.1 405B for synthetic data generation and distillation to fine-tune smaller models | Amazon Web Services
                                  • 「Azure の基本的な権限管理の勉強会」を開催したため資料を公開します | DevelopersIO

                                    社内向けに「Azure の基本的な権限管理の勉強会」を開催したため資料を公開します。 主に Azure を使い始めた方を対象に、どのようにロールを付与するのかを説明する内容となっています。 補足情報 Azure サブスクリプションとリソースグループという用語は知っている前提の資料となっているため、基本的な用語を確認したい方や契約形態を知りたい方は「Microsoft Azure 利用ガイド」を一緒に見ていただくと良いと思います。 【2024年1月版】Microsoft Azure 利用ガイド完全版 Azure OpenAI Service を使いたい でもサブスクリプションの管理、ID管理の仕方よくわからない ベストプラクティス教えて! って方向けの資料が今年入って更新されましたhttps://t.co/HlSXi4XtXR 1. 基本情報 2. ライセンス契約形態について 3. 契約…

                                      「Azure の基本的な権限管理の勉強会」を開催したため資料を公開します | DevelopersIO
                                    • An Introduction to Asynchronous Programming in Rust and a High-level Overview of Tokio's Architecture

                                      An Introduction to Asynchronous Programming in Rust and a High-level Overview of Tokio's Architecture Asynchronous programming allows the development of services that can handle millions of requests without saturating memory and CPU utilization. Support for asynchrony is usually baked into the programming language; we take a look at async support in Rust, a type-safe and memory-safe systems progra

                                        An Introduction to Asynchronous Programming in Rust and a High-level Overview of Tokio's Architecture
                                      • iOS アプリのマルチモジュール開発とインターフェースモジュール - maiyama4's blog

                                        この記事は はてなエンジニア Advent Calendar 2023 の 13 日目です。 昨日は シンプルで使いやすいマイクロHTTPフレームワーク『Cask』を紹介するよ - Lambdaカクテル でした。 Scala にもこういう入りやすそうなフレームワークがあるんですね。easy で fun なツールをどんどん使っていきたいし、人生も easy で fun になってほしい。 今日は iOS アプリについて書きます。 概要 アプリケーションを継続的に開発していくことで、コードベースもどんどん大きくなっていきます。とくに iOS アプリではコードベースが大きくなることにより、ビルド時間が長くなってしまい開発効率が悪くなってしまうことがあります。 機能とともにアプリのサイズが増えるのは自然なことなので、その問題への対応としてアプリ自体のサイズを小さくする...というのはなかなか難しいで

                                          iOS アプリのマルチモジュール開発とインターフェースモジュール - maiyama4's blog
                                        • なぜIT部門は先進技術にチャレンジできないのか? 「忙し過ぎ」以外の理由を考える

                                          この連載について IT業界で働くうちに、いつの間にか「常識」にとらわれるようになっていませんか? もちろん常識は重要です。日々仕事をする中で吸収した常識は、ビジネスだけでなく日常生活を送る上でも大きな助けになるものです。 ただし、常識にとらわれて新しく登場したテクノロジーやサービスの実際の価値を見誤り、的外れなアプローチをしているとしたら、それはむしろあなたの足を引っ張っているといえるかもしれません。 この連載では、アイ・ティ・アールの甲元宏明氏(プリンシパル・アナリスト)がエンタープライズITにまつわる常識をゼロベースで見直し、ビジネスで成果を出すための秘訣(ひけつ)をお伝えします。 「甲元宏明の『目から鱗のエンタープライズIT』」のバックナンバーはこちら クラウドやスマートフォンが一般化し、AIやXR(VR、AR、MRなど)やIoT(モノのインターネット)など多くの先進テクノロジーが迅

                                            なぜIT部門は先進技術にチャレンジできないのか? 「忙し過ぎ」以外の理由を考える
                                          • GILを無効化したPythonを早速試してみた (2024/06 更新) - RevComm Tech Blog

                                            バックエンドエンジニアの小門です。 この記事ではグローバルインタプリタロック (GIL) が解消されたPythonを動かしてみた検証の方法と結果について書きます。 なおGIL自体の説明や詳しい仕組みについてこの記事ではほとんど説明しないのでご了承ください。 準備として開発バージョンを取得してソースコードからビルドし、ビルド成果物のPythonランタイムを使って検証します。 追記: 2024/6/14 時点で最新の 3.13.0 beta2 を使ってベンチマークを再疎検証しました。また、一部の内容の訂正を行いました。 準備(ビルド) Pythonにおける「GIL廃止」の第一歩として、CPython本家のリポジトリにおいてGILを無効化できるようにするための修正が2024年3月12日mainブランチへマージされました。 gh-116167: Allow disabling the GIL wi

                                              GILを無効化したPythonを早速試してみた (2024/06 更新) - RevComm Tech Blog
                                            • iOS 17.4 won't remove Home Screen web apps in the EU after all - 9to5Mac

                                              App Store Apple says iOS 17.4 won’t remove Home Screen web apps in the EU after all Last month, Apple confirmed that iOS 17.4 would remove support for Home Screen web apps in the European Union. At the time, Apple said this decision was due to requirements under the Digital Markets Act related to support for alternative browser engines on iPhone. Apple is now walking back that decision and says it

                                                iOS 17.4 won't remove Home Screen web apps in the EU after all - 9to5Mac
                                              • リリース延期になったWindowsのPC操作履歴検索AI「Recall」に施されたセキュリティ対策の詳細が明らかに

                                                Microsoftは2024年5月にCopilot+ PCの目玉機能として操作履歴検索AI「Recall」を発表しましたが、セキュリティやプライバシーに関する懸念の声が大量に寄せられたことを受けてリリース時期の延期が決定しました。そんなRecallに施されたセキュリティ対策やプライバシー対策についてMicrosoftのエンタープライズおよびOSセキュリティ担当ヴァイスプレジデントを務めるデビッド・ウェストン氏が解説しています。 Update on Recall security and privacy architecture | Windows Experience Blog https://blogs.windows.com/windowsexperience/2024/09/27/update-on-recall-security-and-privacy-architecture/

                                                  リリース延期になったWindowsのPC操作履歴検索AI「Recall」に施されたセキュリティ対策の詳細が明らかに
                                                • DNS over HTTPS is now available in Amazon Route 53 Resolver | Amazon Web Services

                                                  AWS News Blog DNS over HTTPS is now available in Amazon Route 53 Resolver Starting today, Amazon Route 53 Resolver supports using the DNS over HTTPS (DoH) protocol for both inbound and outbound Resolver endpoints. As the name suggests, DoH supports HTTP or HTTP/2 over TLS to encrypt the data exchanged for Domain Name System (DNS) resolutions. Using TLS encryption, DoH increases privacy and securit

                                                    DNS over HTTPS is now available in Amazon Route 53 Resolver | Amazon Web Services
                                                  • NVIDIAが数兆パラメータ規模のAIモデルを実現するGPUアーキテクチャ「Blackwell」と新GPU「B200」を発表

                                                    NVIDIAが技術カンファレンス「GTC 2024」の中で、2年ぶりの新たなGPUアーキテクチャ「Blackwell」と、BlackwellアーキテクチャベースのGPU「B200」を発表しました。Blackwellにより、あらゆる組織がコストとエネルギー消費を25分の1に抑え、数兆パラメータの大規模言語モデル(LLM)によるリアルタイム生成AIを構築・実行可能になるとNVIDIAは述べています。 生成 AI のための Blackwell アーキテクチャ | NVIDIA https://www.nvidia.com/ja-jp/data-center/technologies/blackwell-architecture/ Blackwellアーキテクチャは、2022年に発表されたHopperアーキテクチャの後継です。名前は、アメリカ科学アカデミーにアフリカ系アメリカ人として初めて殿堂入り

                                                      NVIDIAが数兆パラメータ規模のAIモデルを実現するGPUアーキテクチャ「Blackwell」と新GPU「B200」を発表
                                                    • Differential Transformer - Microsoft Research

                                                      Transformer tends to overallocate attention to irrelevant context. In this work, we introduce Diff Transformer, which amplifies attention to the relevant context while canceling noise. Specifically, the differential attention mechanism calculates attention scores as the difference between two separate softmax attention maps. The subtraction cancels noise, promoting the emergence of sparse attentio

                                                      • 中国のGPUメーカー「Moore Threads」がAIトレーニングやデータセンター向けGPU「MTT S4000」を発表

                                                        中国の新興GPUメーカー「Moore Threads」が、2023年12月19日にAIのトレーニングやデータセンター向けGPU「MTT S4000」を発表しました。公式発表によると、MTT S4000のMUSIFYツールはNVIDIAのCUDAとの完全な互換性があるとのことです。 摩尔线程首个千卡智算中心落地,从算力到生态全面加速大模型发展 | 摩尔线程 https://www.mthreads.com/news/146 Nvidia's biggest Chinese competitor unveils cutting-edge new AI GPUs — Moore Threads S4000 AI GPU and Intelligent Computing Center server clusters using 1,000 of the new AI GPUs | Tom's H

                                                          中国のGPUメーカー「Moore Threads」がAIトレーニングやデータセンター向けGPU「MTT S4000」を発表
                                                        • メール配信の最適化: リスト管理と監視におけるユーザー中心のアプローチ | Amazon Web Services

                                                          Amazon Web Services ブログ メール配信の最適化: リスト管理と監視におけるユーザー中心のアプローチ これは 2015 年のブログ記事「 Amazon SES Best Practices: Top 5 Best Practices for List Management」の 2024 年更新版です。効果的なメーリングリスト管理の基本原則は依然として先のブログが参考になりますが、この 9 年間で状況は大きく進化しました。更新された本ブログは、 Amazon Simple Email Service (SES)の顧客に最新のベストプラクティスと洞察を提供し、高い配信率を確保し、強力な送信者の評価を維持することを目的としています。 2024 年版で含まれる主な変更点と更新点は次のとおりです。 悪意を持つ者やボットによる登録を防ぐため、CAPTCHA を使って登録フォームを保護

                                                            メール配信の最適化: リスト管理と監視におけるユーザー中心のアプローチ | Amazon Web Services
                                                          • Generative AI’s Act o1

                                                            Two years into the Generative AI revolution, research is progressing the field from “thinking fast”—rapid-fire pre-trained responses—to “thinking slow”— reasoning at inference time. This evolution is unlocking a new cohort of agentic applications. On the second anniversary of our essay “Generative AI: A Creative New World,” the AI ecosystem looks very different, and we have some predictions for wh

                                                              Generative AI’s Act o1
                                                            • A Packwerk Retrospective

                                                              In September, 2020, our team at Shopify released a Ruby gem named Packwerk, a tool to enforce boundaries and modularize Rails applications. Since its release, Packwerk has taken on a life of its own, inspiring blog posts, conference talks, and even an entire gem ecosystem. Its popularity is an indication that Packwerk clearly filled a void in the Rails community. Packwerk is a static analysis tool

                                                                A Packwerk Retrospective
                                                              • 【Open-Sora】裏ワザでOpenAIのSoraを使う禁断の方法 | WEEL

                                                                WEELメディア事業部LLMリサーチャーの中田です。 3月17日、OpenAIのSoraを再現したプロジェクト「Open-Sora」を、HPC-AI TechのColossal-AIチームが公開しました。 あの話題のSoraを、オープンソースで疑似的に利用できるんだとか! Exciting News from Open-Sora! 🚀 They've just made the ENTIRE suite of their video-generation model open source! Dive into the world of cutting-edge AI with access to model weights, comprehensive training source code, and detailed architecture insights. Start bui

                                                                • Binary logging optimizations in Amazon Aurora MySQL version 3 | Amazon Web Services

                                                                  AWS Database Blog Binary logging optimizations in Amazon Aurora MySQL version 3 The binary log (binlog) in MySQL is used to capture database modifications on a MySQL server in a logical format known as “events”. These database modifications can include DCL statements (such as CREATE USER or GRANT), DDL statements (CREATE TABLE, ALTER TABLE) and DML statements (INSERT, UPDATE, DELETE). When such a

                                                                    Binary logging optimizations in Amazon Aurora MySQL version 3 | Amazon Web Services
                                                                  • Cloudflare Calls: millions of cascading trees all the way down

                                                                    Cloudflare Calls: millions of cascading trees all the way down2024-04-04 Following its initial announcement in September 2022, Cloudflare Calls is now in open beta and available in your Cloudflare Dashboard. Cloudflare Calls lets developers build real-time audio/video apps using WebRTC, and it abstracts away the complexity by turning the Cloudflare network into a singular SFU. In this post, we dig

                                                                      Cloudflare Calls: millions of cascading trees all the way down
                                                                    • Agent Design Pattern Catalogue: A Collection of Architectural Patterns for Foundation Model based Agents

                                                                      Foundation model-enabled generative artificial intelligence facilitates the development and implementation of agents, which can leverage distinguished reasoning and language processing capabilities to takes a proactive, autonomous role to pursue users' goals. Nevertheless, there is a lack of systematic knowledge to guide practitioners in designing the agents considering challenges of goal-seeking

                                                                      • 生成 AI で加速する e コマースの変革 その 2 – AWS Summit Japan 2024 で展示した Amazon Bedrock デモの解説 | Amazon Web Services

                                                                        Amazon Web Services ブログ 生成 AI で加速する e コマースの変革 その 2 – AWS Summit Japan 2024 で展示した Amazon Bedrock デモの解説 みなさんこんにちは。シニアソリューションアーキテクトの堀内です。私は、日頃 e コマース(以下 EC ) 業界の企業様を支援しております。 本ブログでは以下 2回に分けて、EC業界における生成AI活用ユースケースについて解説をしています。 その 1:EC 業界における課題と生成 AI ユースケースによる解決案の整理 その 2:ユースケースの実装例として AWS Summit Japan 2024 で展示した Amazon Bedrock デモの解説 今回は前回ご紹介した EC 業界における代表的な生成 AI ユースケースについて、Amazon Bedrock を利用した具体的な実装例として

                                                                          生成 AI で加速する e コマースの変革 その 2 – AWS Summit Japan 2024 で展示した Amazon Bedrock デモの解説 | Amazon Web Services
                                                                        • 津田健次郎声優のキャラ一覧|鬼滅の刃・ワンピースは何役?人気キャラも紹介

                                                                          ツダケンの愛称で親しまれ、声優・俳優として大活躍中の津田健次郎さん。 2016年以降、年間20本以上のアニメ作品に声優出演しており、また俳優としてもTBS系ドラマ「最愛」でその演技が注目を浴び、50歳にしてブレイク。 今、最も勢いのある声優であり、俳優ですね。 そんな津田健次郎さんの声優としての代表的な人気キャラを紹介します。 それでは最後までお読みください(^▽^)/ 津田健次郎プロフィール 1000RT:【発表】声優・津田健次郎、所属事務所を移籍https://t.co/xWec422CoI 海馬瀬人役などで知られる津田健次郎が、アミュレートを離れ、プロダクション・ANDSTIRへ移籍したことが発表された。クリエイティブに携わるなど、活動の幅をさらに広げていくという。 pic.twitter.com/tn5IFhkASY — ライブドアニュース (@livedoornews) Apri

                                                                            津田健次郎声優のキャラ一覧|鬼滅の刃・ワンピースは何役?人気キャラも紹介
                                                                          • Using alternative browser engines in the European Union - Support - Apple Developer

                                                                            Using alternative browser engines in the European Union iOS 17.4 and later, include capabilities that let iOS apps use alternative browser engines — browser engines other than WebKit — for dedicated browser apps and apps providing in-app browsing experiences in the EU. To use an alternative browser engine in your app, you’ll need to request the Web Browser Engine Entitlement (for browser apps that

                                                                            • Press Release: Future Software Should Be Memory Safe | ONCD | The White House

                                                                              Leaders in Industry Support White House Call to Address Root Cause of Many of the Worst Cyber Attacks Read the full report here WASHINGTON – Today, the White House Office of the National Cyber Director (ONCD) released a report calling on the technical community to proactively reduce the attack surface in cyberspace. ONCD makes the case that technology manufacturers can prevent entire classes of vu

                                                                                Press Release: Future Software Should Be Memory Safe | ONCD | The White House
                                                                              • Attacking UNIX Systems via CUPS, Part I

                                                                                Hello friends, this is the first of two, possibly three (if and when I have time to finish the Windows research) writeups. We will start with targeting GNU/Linux systems with an RCE. As someone who’s directly involved in the CUPS project said: From a generic security point of view, a whole Linux system as it is nowadays is just an endless and hopeless mess of security holes waiting to be exploited

                                                                                  Attacking UNIX Systems via CUPS, Part I
                                                                                • AWS構成図作成のガイドラインまとめ - サーバーワークスエンジニアブログ

                                                                                  皆さん、こんにちはこんばんは! サーバーワークスの新谷です。 システムの全体像や動作原理を把握するために、構成図はとても役に立ちますよね。 AWS環境の構成図を作成するために、"AWS Architecture Icons" が提供されており、分かりやすい構成図を書くためのガイドラインが記載されています。 ただ、すべて英語のため若干読み取るのが面倒という側面もあるので、ここでは簡単にポイントをまとめてみたいと思います。 システムを表す要素 グループVPCやサブネットなどの範囲を表します。各グループはアイコンとラベルで構成されています。入れ子になるグループもあれば、複数のグループにまたがるグループもあります。 矢印・線構成図の各部分を結んだり、ワークフローを示したりするために使用します。 AWSサービスアイコンAWSサービスを表します。 (EC2サービス全体、など) AWSリソースアイコンA

                                                                                    AWS構成図作成のガイドラインまとめ - サーバーワークスエンジニアブログ