並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 1180件

新着順 人気順

status updatedの検索結果201 - 240 件 / 1180件

  • Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes

    Open Source Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes Co-authors: Cong Gu, Abin Shahab, Chen Qiang, and Keqiu Hu Editor's note: This blog has been updated. LinkedIn AI has been traditionally Hadoop/YARN based, and we operate one of the world’s largest Hadoop data lakes, with over 4,500 users and 500PB of data. In the last few years, Kubernetes has also become very popular at

      Open sourcing Kube2Hadoop: Secure access to HDFS from Kubernetes
    • Realistic Vision V6.0 B1 - V5.1 Hyper (VAE) | Stable Diffusion Checkpoint | Civitai

      Recommendations for using the Hyper model: Sampler = DPM SDE++ Karras or another / 4-6+ steps CFG Scale = 1.5-2.0 (the lower the value, the more mutations, but the less contrast) I also recommend using ADetailer for generation (some examples were generated with ADetailer, this will be noted in the image comments). This model is available on Mage.Space (main sponsor). You can also support me direct

        Realistic Vision V6.0 B1 - V5.1 Hyper (VAE) | Stable Diffusion Checkpoint | Civitai
      • Jody's Extension for CircleCI - Visual Studio Marketplace

        Jody's Extension for CircleCI November 9 2022 - This extension is now deprecated. Please consider using CircleCI's official VS Code extension. Thank you for trying it out. I have renamed this extension to "Jody's Extension for CircleCI" and updated the branding at their request to make clear that it isn't offered or endorsed by CircleCI. A simple extension for VS Code to allow you to monitor, mana

          Jody's Extension for CircleCI - Visual Studio Marketplace
        • Windows開発環境をscoopで継続的に構築する - tech.guitarrapc.cóm

          以前 Windows の開発環境を scoop で構築しているということを書きました。 tech.guitarrapc.com その際に、scoopを継続的に使っていくためのツール ScoopPlaybook を書いたことに触れました。 今回はその ScoopPlaybook の紹介です。 目次 目次 TL;DR 目指す姿 WindowsでAnsiblePlaybook のようなアプリケーションインストール基盤を作る scoop の通常のインストール ScoopPlaybook で定義からインストールする 利用例 普段の利用例 できること バケットの追加、削除 ツールのインストール、アンインストール 管理者権限で実行したい まとめ TL;DR ScoopPlaybook という PowerShellモジュールを作った(2年近く使っている) scoop で何をインストールするかをYAML定義

            Windows開発環境をscoopで継続的に構築する - tech.guitarrapc.cóm
          • Visual Studio Code October 2020

            Version 1.93 is now available! Read about the new features and fixes from August. October 2020 (version 1.51) Update 1.51.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball Arm snap Welcome to the October 2020 release of Visual Studio Code. As announced in the October iteration plan, we focused on housekeeping GitHub issues and pull requests a

              Visual Studio Code October 2020
            • Mastodon: Ruby on Rails Open Source Web App

              The product https://joinmastodon.org Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, and video. All Mastodon servers are interoperable as a federated network. Open source The project is open source at https://github.com/mastodon/mastodon License

                Mastodon: Ruby on Rails Open Source Web App
              • Helmのサブコマンドを全部使ってみた | DevelopersIO

                Helmの勉強のために、各サブコマンドで何ができるか調べました。 環境情報 EKS Workshopで使う、Cloud 9インスタンス上で検証しています。Linuxです。 Helmのバージョンは以下です。 $ helm version version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"} completion generate autocompletions script for the specified shell シェル自動補完のためのスクリプトを吐いてくれます。 各シェル用のサブコマンドがあります。 Available Commands: bash generate au

                  Helmのサブコマンドを全部使ってみた | DevelopersIO
                • Store and Access Time Series Data at Any Scale with Amazon Timestream – Now Generally Available | Amazon Web Services

                  AWS News Blog Store and Access Time Series Data at Any Scale with Amazon Timestream – Now Generally Available Time series are a very common data format that describes how things change over time. Some of the most common sources are industrial machines and IoT devices, IT infrastructure stacks (such as hardware, software, and networking components), and applications that share their results over ti

                    Store and Access Time Series Data at Any Scale with Amazon Timestream – Now Generally Available | Amazon Web Services
                  • Dangerous Labels in DNS and E-mail

                    Workgroup: intarea Internet-Draft: draft-dkg-intarea-dangerous-labels-01 Published: 21 May 2022 Intended Status: Informational Expires: 22 November 2022 Author: Dangerous Labels in DNS and E-mail Abstract This document establishes registries that list known security-sensitive labels in the DNS and in e-mail contexts.¶ It provides references and brief explanations about the risks associated with ea

                    • COVID-19 and Travel

                      CDC has updated select ways to operate healthcare systems effectively in response to COVID-19 vaccination. Learn more Given new evidence on the B.1.617.2 (Delta) variant, CDC has updated the guidance for fully vaccinated people. CDC recommends universal indoor masking for all teachers, staff, students, and visitors to K-12 schools, regardless of vaccination status. Children should return to full-t

                        COVID-19 and Travel
                      • JavaScript の Class Static Blocks について

                        この記事では現在 Stage 3 の Class Static Blocks について解説する。 なお、まだ現時点で Stage 3 であるため実装状況や細かい仕様は今後変更される可能性がある。 概要 Class Static Blocks プロポーザルは、クラス内でスタティックなメンバにアクセスできるブロックの構文を導入する。 次のコードの static { から始まるブロックが新たに導入される構文である。このとき、スタティックブロック内のthis.fooはスタティックなメンバである。 class C { static foo; static { this.foo = "foo"; } } スタティックブロックはクラスCが評価されるタイミングで実行される即時実行関数のようなものと見ることもできる。また、クラスは複数のスタティックブロックを持つことができ、その場合は上から順に実行される。

                          JavaScript の Class Static Blocks について
                        • AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services | Amazon Web Services

                          AWS News Blog AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services Today, I am happy to announce the availability of AWS Cloud Control API a set of common application programming interfaces (APIs) that are designed to make it easy for developers to manage their AWS and third-party services. AWS delivers the broadest and deepest portfolio of cloud services. Builders leverage th

                            AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services | Amazon Web Services
                          • RustでRISC-Vシミュレータを実装する - エムスリーテックブログ

                            【 デジスマチーム ブログリレー2日目】 エンジニアリングGの立花です。 デジスマ診療 というサービスのアプリ(Flutter)、バックエンド、フロントエンドの開発をしています、宜しくお願いします。 最近低レイヤーの技術に興味があり、趣味でRISC-Vの勉強をしています。 今回は実際に実行ファイルを動かすことが出来るRISC-VシミュレータをRustで実装していきます。 はじめに こちらの記事は、先日エムスリー社内LT会であるTechTalkで発表した内容で後日動画を公開予定です。 また、実装したシミュレータのソースコードは以下で閲覧できます。 github.com 目次 はじめに 目次 RISC-Vとは 今回の目標 開発環境 テスト内容の確認 クロスコンパイル環境の準備 テストの実行ファイルを作成 テストの内容を確認 シミュレータの実装 メモリを実装 プログラムカウンタを実装 メインルー

                              RustでRISC-Vシミュレータを実装する - エムスリーテックブログ
                            • Identify and optimize public IPv4 address usage on AWS | Amazon Web Services

                              Networking & Content Delivery Identify and optimize public IPv4 address usage on AWS Update: February 1, 2024 – AWS now charges for public IPv4 addresses provided by AWS. This blog post has more details on this topic. Today AWS announced new charges for AWS-provided public IPv4 addresses beginning February 1, 2024. In this blog post, we introduce two new features launching today to help you track

                                Identify and optimize public IPv4 address usage on AWS | Amazon Web Services
                              • How to speed up the Rust compiler one last time – Nicholas Nethercote

                                Due to recent changes at Mozilla my time working on the Rust compiler is drawing to a close. I am still at Mozilla, but I will be focusing on Firefox work for the foreseeable future. So I thought I would wrap up my “How to speed up the Rust compiler” series, which started in 2016. Looking back I wrote ten “How to speed up the Rust compiler” posts. How to speed up the Rust compiler.The original pos

                                • The 7 Best Truly Free Antivirus Software for Your Mac

                                  There's a constant debate about whether Macs need antivirus software. But the answer is yes if you're still wondering whether you should install an antivirus program on your Mac. Although Macs are less likely to become infected than PCs, it's important to stay on the safe side. You don't have to go overboard with the antivirus tool you choose. In fact, you have many free options that you should co

                                    The 7 Best Truly Free Antivirus Software for Your Mac
                                  • research!rsc: The xz attack shell script

                                    Posted on Tuesday, April 2, 2024. Updated Wednesday, April 3, 2024. Introduction Andres Freund published the existence of the xz attack on 2024-03-29 to the public oss-security@openwall mailing list. The day before, he alerted Debian security and the (private) distros@openwall list. In his mail, he says that he dug into this after “observing a few odd symptoms around liblzma (part of the xz packag

                                    • What's New In DevTools (Chrome 100)  |  Blog  |  Chrome for Developers

                                      Chrome 100 Here’s to the 100th Chrome version! Chrome DevTools will continue to provide reliable tools for developers to build on the web. Take a moment to click around in the What’s New tab to celebrate the milestones. As usual, you can watch the latest What’s New in DevTools video by clicking on the image. View and edit @supports at rules in the Styles pane You can now view and edit the CSS @sup

                                      • NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 | Amazon Web Services

                                        Containers NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 Today, we are announcing the ability for all Amazon ECS users including developers and operators to “exec” into a container running inside a task deployed on either Amazon EC2 or AWS Fargate. This new functionality, dubbed ECS Exec, allows users to either run an interactive shell or a single command agai

                                          NEW – Using Amazon ECS Exec to access your containers on AWS Fargate and Amazon EC2 | Amazon Web Services
                                        • Welcome to the Apple Silicon Windows project

                                          Welcome to the Apple Silicon Windows project Keeping things simple, the goal is to hopefully run Windows on Apple’s M1 and M2 chips (and hopefully future Apple silicon chips too given tweaks to the foundation!). Why a whole project for this? Contrary to how it may appear on the surface, Apple’s chips are architecturally very different from standard ARM64 chips from companies like Qualcomm or Media

                                          • OpenZFS deduplication is good now and you shouldn't use it

                                            OpenZFS 2.3.0 will be released any day now, and it includes the new “Fast Dedup” feature. My team at Klara spent many months in 2023 and 2024 working on it, and we reckon it’s pretty good, a huge step up from the old dedup as well as being a solid base for further improvements. I’ve been watching various forums and mailing lists since it was announced, and the thing I kept seeing was people saying

                                              OpenZFS deduplication is good now and you shouldn't use it
                                            • React Native + Web 超高速同時展開 - uiu

                                              株式会社ハロー uiu uiu @uiu______ Hello ⇦ Cookpad ⇦ Nota ⇦ 京都大学 創業時(3年前) からゼロから作っている フルスタックエンジニア Ruby / JavaScript React Native これまで 創業時から3年以上 React Native で開発運用している 2サービスを React Native で開発運用 iOS, Android, Web で展開している React Native で開発しているサービス AutoReserve AIが予約代行するグルメアプリ AutoReserve Order テーブルオーダー AutoReserve AIが予約代行するグルメアプリ 自動音声で電話かけてレストランの予約をする iOS, Android, Web で展開 AutoReserve Order テーブルオーダー レストラン店舗用 タ

                                                React Native + Web 超高速同時展開 - uiu
                                              • S3 on LocalStackをGoとFUSEを使ってMountする(WSL2) | フューチャー技術ブログ

                                                はじめにTIG DXユニットの真野です。夏休み自由研究連載の5本目です。 ずっと気になっていた、go-fuseを用いて、LocalStack でローカル環境にエミュレートされるS3バケットをマウントするツールを開発しました。普段はWebのAPIサーバを中心に開発しているので、FUSEとはいえファイルシステムの知識が無く、トライ&エラーの連続ですごく楽しい自由研究(工作)でした。 モチベーションは以下です。 業務でよくS3にアクセスするコードを書き、ローカル開発ではLocalStack上のS3を用いてテストしている LocalStack上のS3に事前データを置いたり、事後データの検証にいちいちアクセスコードを書くのが面倒 実装ミスで予期しない階層にファイルを出力してしまったりするときに、容易に視認できるようにしたい aws cliコマンドを叩けば良いけど、コマンドを覚えられないし手間がある

                                                  S3 on LocalStackをGoとFUSEを使ってMountする(WSL2) | フューチャー技術ブログ
                                                • Stripeサブスクリプションで口コミ定期購読を実装する - LIVESENSE ENGINEER BLOG

                                                  自己紹介 こんにちは。Livesense Advent Calender 2021 1日目を担当しますmnmandahalfと申します。 普段は主に転職会議のエンジニア組織のマネージャーとして、1on1や評価・育成、採用活動などを行っています。 マネジメントについての記事を EMアドベントカレンダーに記載させていただく予定なので、そちらもご覧いただけますと嬉しいです。(宣伝) はじめに 転職会議は、ユーザーの口コミ投稿によって成り立っているサイトです。 口コミを全件閲覧するのに口コミ投稿をしていただく必要があるのですが、なんらかの事情で口コミを書けない方のために口コミパス購入という商品を用意しています。 以前は購入画面で決済代行サービスへのドメイン遷移や別途のメールアドレス取得などを行なっていることによって、購入画面の改善がしづらく、メールアドレスを忘れてしまったなどの問い合わせも発生して

                                                    Stripeサブスクリプションで口コミ定期購読を実装する - LIVESENSE ENGINEER BLOG
                                                  • Twitter, cut in half

                                                    “Elon Musk holding a chainsaw,” Stable Diffusion I. The Snap The email went out at 5:21 PT PT on Thursday. For a full week, Twitter employees had waited in hopes of hearing something directly from their new owner. Instead, they had heard only from Elon Musk’s intermediaries, and even then usually not directly. Managers would share some strange new edict — print out your code; scratch that, now shr

                                                      Twitter, cut in half
                                                    • research!rsc: Storing Data in Control Flow

                                                      A decision that arises over and over when designing concurrent programs is whether to represent program state in control flow or as data. This post is about what that decision means and how to approach it. Done well, taking program state stored in data and storing it instead in control flow can make programs much clearer and more maintainable than they otherwise would be. Before saying much more,

                                                      • New WebKit Features in Safari 13.1

                                                        This year’s spring releases of Safari 13.1 for macOS Catalina, iPadOS, iOS, and watchOS bring a tremendous number of WebKit improvements for the web across Apple’s platforms. All of this with many more updates for improved privacy, performance, and a host of new tools for web developers. Here’s a quick look at the new WebKit enhancements available with these releases. Pointer and Mouse Events on i

                                                          New WebKit Features in Safari 13.1
                                                        • 【新人プログラマ応援】Railsにおける良いコントローラ、悪いコントローラについて - Qiita

                                                          TL;DR(長いので最初にまとめ) scaffoldと全く同じ、もしくはscaffoldに限りなく近いコントローラが良いコントローラ fatコントローラは悪いコントローラ。その反対でskinnyなコントローラ(薄いコントローラとも言う)を目指す コントローラ内でtransactionやrescueを書かない(fatになるし、scaffoldからも乖離する) BlogsControllerならBlogクラスのインスタンスだけをインスタンス変数にセットする メールはコントローラで送信する(EメールはSMTPを通じて届けられるviewと考える) はじめに RailsはMVC(Model-View-Controller)アーキテクチャを採用しています。 しかし、ロジック自体はやろうと思えばモデルでもviewでもコントローラでも、どこでも書くことができます。 特に、プログラミング初心者の方はついつい

                                                            【新人プログラマ応援】Railsにおける良いコントローラ、悪いコントローラについて - Qiita
                                                          • Russian Offensive Campaign Assessment, March 1

                                                            Frederick W. Kagan, George Barros, and Kateryna Stepanenko March 1, 3:00 pm EST Russian forces are completing the reinforcement and resupply of their troops north and west of Kyiv and launching an envelopment of the capital likely aimed at encircling and ultimately capturing it. This effort will likely accelerate in the next 24-48 hours. Russian operations against Kyiv are Moscow’s main effort. Ru

                                                              Russian Offensive Campaign Assessment, March 1
                                                            • Prism in 2024

                                                              In Ruby 3.3.0, a new standard library was added to CRuby called Prism. Prism is a parser for the Ruby language, exposed as both a C library (optionally usable by CRuby) and a Ruby library (usable as a Ruby gem). The Prism project represents many person-years worth of effort, and is the result of a collaboration between Shopify, CRuby core contributors, other Ruby implementation authors, and Ruby t

                                                                Prism in 2024
                                                              • 週刊Railsウォッチ: VSCodeでRubyコード実行結果を表示、rubygems.orgがgem作者に多要素認証を呼びかけほか(20220621後編)|TechRacho by BPS株式会社

                                                                こんにちは、hachi8833です。RubyKaigi 2022のCFPが一昨日締め切られました。 Final Call: CFP for RubyKaigi 2022 closes at midnight today (in JST). Don't forget to submit your proposal(s) within 6.hours.from_now! 🥷💨 https://t.co/mLjIuqCsyM #rubykaigi — RubyKaigi (@rubykaigi) June 19, 2022 週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@h

                                                                  週刊Railsウォッチ: VSCodeでRubyコード実行結果を表示、rubygems.orgがgem作者に多要素認証を呼びかけほか(20220621後編)|TechRacho by BPS株式会社
                                                                • Let’s make WordPress officially support SQLite

                                                                  Welcome! The WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. development team builds WordPress! Follow this site for general updates, status reports, and the occasional code debate. There’s lots of ways to contribute: Found a bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are cons

                                                                    Let’s make WordPress officially support SQLite
                                                                  • We've Heard Your Feedback

                                                                    I started as Heroku GM a few weeks ago with intense enthusiasm to be a part of such a storied team. As you might expect, the last few weeks have not been what I would have imagined. But, contrary to what you might expect, I’m energized. I’ve been deeply impressed by the skills and dedication of the Heroku team, and the commitment of Salesforce to Trust as our #1 value. I’m also energized because i

                                                                      We've Heard Your Feedback
                                                                    • Highlights from Git 2.26

                                                                      Open SourceHighlights from Git 2.26Take a look at some of the new features in the latest Git release. The open source Git project just released Git 2.26 with features and bug fixes from over 64 contributors, 12 of them new. Here’s our look at some of the most exciting features and changes introduced since Git 2.25. Protocol version 2 is now the default You may remember when Git introduced a new ve

                                                                        Highlights from Git 2.26
                                                                      • Docker Turns 7! | Docker

                                                                        Since its introduction at PyCon in 2013, Docker has changed the way the world develops applications. And over the last 7 years, we’ve loved watching developers – new and seasoned – bring their ideas to life with Docker. As is our tradition in the Docker community, we will be celebrating Docker’s birthday month with meetups (virtual + IRL), a special hands-on challenge, cake, and swag. Join us and

                                                                          Docker Turns 7! | Docker
                                                                        • Windows 10 on Linux KVM with Intel GVT-g | FreeBSD Days

                                                                          1. Introduction 1.1. Motivation Linux users are often required to switch to a Windows environment for using OS-restricted software such as Microsoft Office and VPN software. Although there are some options to use Windows from Linux, they are not comfortable enough and often stressful to use. Linux / Windows dual boot configuration is the most simple solution. However, it is required to reboot the

                                                                            Windows 10 on Linux KVM with Intel GVT-g | FreeBSD Days
                                                                          • 認証機能を(ほぼ)作らずに認証付きバックエンドを3日で作っちゃった話 - Google CloudとFastAPIのエコシステムに全力で乗っかろう - Lean Baseball

                                                                            心身のコンディション維持と体調管理のため, 毎日運動と血圧・体重・脈拍の計測をしているマンです*1. 新たな個人開発かつ, 趣味と実益(&学習)を兼ねて, プロダクトオーナーやりたい宣言したので, 個人開発としてプロダクト作りたい ネタどうしようかな...そうだ! 毎日運動と血圧・体重・脈拍の計測 に役立つ何かを作るぞ! 自分でSaaSを開発する練習もしたいので, スタートアップがやりそうなアーキテクチャでちゃんと作ろう と, 昨年末に思いつき「自分専用のヘルスケア領域SaaS」としてモノを作っているのですが, データの入力元となるフロントエンドと, 記録したデータの可視化&リコメンドに注力したい ↑の理由で, バックエンドの開発は正直な話思いっきり手を抜きたい 一番面倒くさいと言っても過言ではない認証機能(ユーザー管理)を開発ゼロでやりたい!!! ...と思いつき, 知識と余暇の時間を総

                                                                              認証機能を(ほぼ)作らずに認証付きバックエンドを3日で作っちゃった話 - Google CloudとFastAPIのエコシステムに全力で乗っかろう - Lean Baseball
                                                                            • Introducing the AWS Controllers for Kubernetes (ACK) | Amazon Web Services

                                                                              Containers Introducing the AWS Controllers for Kubernetes (ACK) AWS Controllers for Kubernetes (ACK) is a new tool that lets you directly manage AWS services from Kubernetes. ACK makes it simple to build scalable and highly-available Kubernetes applications that utilize AWS services. Today, ACK is available as a developer preview on GitHub. In this post we will give you a brief introduction to the

                                                                                Introducing the AWS Controllers for Kubernetes (ACK) | Amazon Web Services
                                                                              • GitHub Theme - Visual Studio Marketplace

                                                                                Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. GitHub's VS Code themes Install Go to VS Marketplace. Click on the "Install" button. Then select a theme. The GitHub themes try to match the themes available in github.com's settings: GitHub Light Default GitHub Light High Contrast ✨ new ✨ GitHub Light Colorblind ✨ new ✨ GitHub Dark Default GitHub Dark High Contrast

                                                                                  GitHub Theme - Visual Studio Marketplace
                                                                                • NotGitBleed - TL;DR

                                                                                  NotGitBleed - TL;DR Due to configuration errors or human error, significant numbers of people may have accidentally checked GitHub credentials into GitHub commits as metadata, most commonly a username as the author name and a password in the email address field. We estimate in the region of 50,000 to 100,0001 user credentials may have been affected covering a wide range of organisations including