並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 1117件

新着順 人気順

renameの検索結果281 - 320 件 / 1117件

  • How to Export Your Apple Notes as PDF Files on Any Device

    When you've finished writing up your notes, export them from the Apple Notes app as a PDF file to share or prevent further changes. If you use an iPad, iPhone, or Mac, there's no doubt that Apple Notes is one of your go-to note-taking apps. This app is simple to use and effortlessly syncs your notes on iCloud. That means you can conveniently access your notes from different Apple devices. The usef

      How to Export Your Apple Notes as PDF Files on Any Device
    • GitHub - RPi-Distro/pi-gen: Tool used to create the official Raspberry Pi OS images

      Upon execution, build.sh will source the file config in the current working directory. This bash shell fragment is intended to set needed environment variables. The following environment variables are supported: IMG_NAME (Default: raspios-$RELEASE-$ARCH, for example: raspios-bookworm-armhf) The name of the image to build with the current stage directories. Use this variable to set the root name of

        GitHub - RPi-Distro/pi-gen: Tool used to create the official Raspberry Pi OS images
      • 【Python】競馬のデータを取得するスクリプトをアレンジしてみた - メガネをかけたキリンのブログ

        今回はPythonで競馬の過去データをスクレイピングするスクリプトを書いてみました。 参考とさせていただいたのはこちらのサイトです。 qiita.com 基本的にはこちらをリスペクトさせていただく形で取り組みましたが、追加として以下を取得できるようにしました。 枠番 着差 3Fタイム あとで機械学習などのデータ解析をしてみたいなぁということでなるべく数値データとして扱える型に変換しています。 そのため、着差については ハナ → 0.0625 アタマ → 0.125 クビ → 0.25 など、1馬身を基準に1/2ずつ値を区切る形で表現しています。 この辺りは実際もっと厳密にできる気もしますが、いまはこれでヨシとしています。 作者さんのサイトでも言及されていますが、スクリプトの実行は結構時間がかかります。 取得年数に比例する形で実行時間が大きくなるため、期間を小さく区切りながら実行したほうがい

          【Python】競馬のデータを取得するスクリプトをアレンジしてみた - メガネをかけたキリンのブログ
        • Release v4.0.0 · puppeteer/puppeteer

          Breaking change: Puppeteer no longer uses Node’s EventEmitter library As part of our work to make Puppeteer agnostic of its environment we are removing the dependency on Node’s EventEmitter in favour of an event emitter that is not tied to Node. Under the hood we use Mitt, but we extend Mitt with additional functionality to match most of the methods that Node’s EventEmitter provides. The following

            Release v4.0.0 · puppeteer/puppeteer
          • Porting OpenBSD pledge() to Linux

            OpenBSD is an operating system that's famous for its focus on security. Unfortunately, OpenBSD leader Theo states that there are only 7000 users of OpenBSD. So it's a very small but elite group, that wields a disproportionate influence; since we hear all the time about the awesome security features these guys get to use, even though we usually can't use them ourselves. Pledge is like the forbidden

              Porting OpenBSD pledge() to Linux
            • Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres

              Database schema migrations can be a double-edged sword. They are essential for keeping our systems up to date and in sync with evolving application requirements, but often come bundled with a set of challenges that can leave even the most seasoned developers and database administrators scratching their heads (or banging them on the keyboard). Breaking changes: One of the fundamental issues plaguin

                Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres
              • Python: Target Encoding のやり方について - CUBE SUGAR CONTAINER

                データ分析コンペでは Target Encoding という特徴量抽出の手法が用いられることがある。 Target Encoding では、一般的に説明変数に含まれるカテゴリ変数と目的変数を元にして特徴量を作り出す。 データによっては強力な反面、目的変数をエンコードに用いるためリークも生じやすく扱いが難しい。 今回は、そんな Target Encoding のやり方にもいくつか種類があることを知ったので紹介してみる。 元ネタは CatBoost の論文から。 CatBoost: unbiased boosting with categorical features (PDF) 使った環境は次の通り。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.14.6 BuildVersion: 18G103 $ python -V Python

                  Python: Target Encoding のやり方について - CUBE SUGAR CONTAINER
                • Azure AD の名称変更のお知らせとよくある質問

                  こんにちは、Azure Identity サポート チームの 中村 です。 本記事は、2023 年 9 月 19 日に米国の Microsoft Entra (Azure AD) Blog で公開された Azure AD Rename Rollout and Resources を意訳したものになります。ご不明点等ございましたらサポート チームまでお問い合わせください。 2023 年 10 月 4 日の更新: お客様の要望により、ドキュメントやコンテンツ内の Azure AD の名前を置換する PowerShell スクリプト (Microsoft 社内でも使用) を共有いたします。Microsoft Learn で Azure AD の名称変更のサンプル コード を入手いただき、必要に応じてカスタマイズください。 Azure Active Directory (Azure AD) から

                    Azure AD の名称変更のお知らせとよくある質問
                  • 【クラウド勤怠】Jestを使ってファイル・ディレクトリの命名規約をテストする - Money Forward Developers Blog

                    こんにちは。クラウド勤怠チームでエンジニアをしております katuo です。今回の記事ではチーム内でJestを使ってファイル・ディレクトリの命名規約を自動テストできるようにした話について書いていこうと思います。 コード規約作成に伴う問題 現在クラウド勤怠ではフロントエンドの再設計・コード規約の整備が進んでいます。コード規約が整備されて、可読性が向上したり、意思決定コストが下がったりするなどの恩恵を受ける一方で、PRレビューでディレクトリ/ファイル命名規約に関するレビューコストが全体として増加してしまいました。(例: 「〜の階層に定義するファイルは〇〇の形式で記述してください!」) 現在、クラウド勤怠ではフロントエンドのコード規約はGithubのWikiで管理しています。日常的に業務でコード規約を管理しているメンバーは問題ないのですが、そうでないメンバーは最新コード規約を把握するのが難しく、

                      【クラウド勤怠】Jestを使ってファイル・ディレクトリの命名規約をテストする - Money Forward Developers Blog
                    • New – AWS DMS Serverless: Automatically Provisions and Scales Capacity for Migration and Data Replication | Amazon Web Services

                      AWS News Blog New – AWS DMS Serverless: Automatically Provisions and Scales Capacity for Migration and Data Replication With the vast amount of data being created today, organizations are moving to the cloud to take advantage of the security, reliability, and performance of fully managed database services. To facilitate database and analytics migrations, you can use AWS Database Migration Service

                        New – AWS DMS Serverless: Automatically Provisions and Scales Capacity for Migration and Data Replication | Amazon Web Services
                      • Using Lima to run containers with containerd and nerdctl (without Docker Desktop) on M1 Macs

                        lima-on-m1-mac-installation-guide.md Lima (Linux virtual machines, on macOS) installation guide for M1 Mac. Sep. 27th 2021 UPDATED Now we can install patched version of QEMU via Homebrew (thank you everyone for the info!). Here is the updated instruction with it: Used M1 Mac mini 2020 with macOS Big Sur Version 11.6. 1. Install QEMU & Lima 1-1. Uninstall existing (manually installed) QEMU and Lima

                          Using Lima to run containers with containerd and nerdctl (without Docker Desktop) on M1 Macs
                        • Apache Iceberg - Apache Iceberg

                          What is Iceberg? Iceberg is a high-performance format for huge analytic tables. Iceberg brings the reliability and simplicity of SQL tables to big data, while making it possible for engines like Spark, Trino, Flink, Presto, Hive and Impala to safely work with the same tables, at the same time. Expressive SQL Iceberg supports flexible SQL commands to merge new data, update existing rows, and perfor

                          • The <code>&lt;- pure</code> pattern

                            Summary: Sometimes <- pure makes a lot of sense, avoiding some common bugs. In Haskell, in a monadic do block, you can use either <- to bind monadic values, or let to bind pure values. You can also use pure or return to wrap a value with the monad, meaning the following are mostly equivalent: let x = myExpression x <- pure myExpression The one place they aren't fully equivalent is when myExpressio

                            • Visual Studio Code November 2020

                              Version 1.89 is now available! Read about the new features and fixes from April. November 2020 (version 1.52) Update 1.52.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Intel | Linux: deb rpm tarball Arm snap Welcome to the November 2020 release of Visual Studio Code. As announced in the November iteration plan, we continued to focus for two weeks on housekeeping GitHub

                                Visual Studio Code November 2020
                              • Open-sourcing the Sorbet VS Code Extension · Sorbet

                                We’re excited to announce that Stripe’s VS Code extension for Sorbet is now open source. We’ve designed Sorbet to be used in editors from Day 1—For the past two years, Sorbet has exposed a flag (--lsp) that starts Sorbet in Language Server Protocol (LSP) mode. In this mode, Sorbet can respond to many LSP requests, like Go To Definition, Find All References, Autocomplete, and more. With this releas

                                  Open-sourcing the Sorbet VS Code Extension · Sorbet
                                • Emulate NovelAI · AUTOMATIC1111/stable-diffusion-webui · Discussion #2017

                                  Disclaimer: I have no relationship with Automatic1111/Voldy, i take all responsability for this discussion and everything shared here compiled, edited and tested by aiamiauthor Newsfeed https://rentry.org/sdupdates author: questianon !!YbTGdICxQOw (malt#6065) November 22, 2022 Anything 3.0 VAE is just the NovelAI VAE but renamed November 11, 2022 NAI's "Variations" feature does (by enhance anon):

                                    Emulate NovelAI · AUTOMATIC1111/stable-diffusion-webui · Discussion #2017
                                  • Visual Studio Code March 2022

                                    Register now for a full day of community, learning, and all things Visual Studio Code March 2022 (version 1.66) Update 1.66.1: The update addresses these issues. Update 1.66.2: The update addresses these security issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the March 2022 release of Visual Studio Code. There are many updates in t

                                      Visual Studio Code March 2022
                                    • Pandas を基礎から学ぶために「Kaggle Courses」の学習コンテンツを受講した - kakakakakku blog

                                      機械学習コンペティションを開催する Kaggle のサイトを見ていたら「Kaggle Courses」という「学習コンテンツ」が公開されていて,Python や SQL や 機械学習など様々なトピックを学べるようになっていた.なんと無料💰現時点でコースは「計17種類」もある.今回は今まで何となく使っていた「Pandas」を学ぶコースを受講してみた.Pandas 未経験者や Pandas の基本的な機能を一通り学びたい人におすすめ👌 www.kaggle.com アジェンダ 📊 Pandas コースは「計6個」のレッスンから構成されていて,Pandas の基礎(DataFrame と Series)から,Pandas でのデータ取得や欠損値の取り扱いまで幅広く学べる.そして,一歩一歩「歩幅を小さく」学べるため,理解できずに挫折することなく進められる点も素晴らしい! Creating,

                                        Pandas を基礎から学ぶために「Kaggle Courses」の学習コンテンツを受講した - kakakakakku blog
                                      • データカタログの本格導入に向けたdbt-osmosisへの貢献について紹介します - 10X Product Blog

                                        Analytics Engineerの吉田(id:syou6162)です。BigQueryを中心に10X社内のデータ管理の仕事をしています。 最近、データカタログの本格導入の準備を進めていて、それに向けた補助ツールとしてdbt-osmosisもゴリゴリと使い倒すようになってきました。その中で「10Xでの運用を考えるとこういうケースで困るし、前職までの経験を踏まえると解決できると他社でも役に立ちそう」「この挙動は普通にバグっぽいな...」というものがあったので、立て続けにPull Requestを送りました。ありがたいことに全部マージしてもらえましたが、せっかくなのでデータカタログの導入に向けてdbt-osmosisを採用した背景やどういったPull Requestを送ったか紹介します。 データカタログ導入の必要性 メタデータをいかに効率よく入力するか: dbt-osmosisの導入 取り込

                                          データカタログの本格導入に向けたdbt-osmosisへの貢献について紹介します - 10X Product Blog
                                        • 【PHP】VSCodeでPHP開発環境を整えてみよう(2020年夏)【おすすめ拡張機能】 - Rのつく財団入り口

                                          Visual Studio CodeでPHP開発しよう さて2015年4月にあのMicrosoftから登場、進化し続けているエディタのVisual Studio Code略してVSCode, VSC。徐々に人気を博して現在では実際の開発の現場でも、プログラミングに入門している方でも使っている方は多いと思います。各プログラム言語のサポートもどんどん進んでいますが、言語によってサポートの度合いには差がありました。 僕もPHPではLaravelを使ったり自作フレームワークを使ってチーム開発する際、アーキテクトっぽい人として開発標準やアーキテクチャを定めてプロジェクトをリードしたり開発したりしていきます。その際の開発ツールはEclipse+PDTプラグインかVSCodeの2択、とすることが多かったです。 ある程度以上の規模の開発になってくるとコードベースのクラス数も増えてきて、use文の名前空間を

                                            【PHP】VSCodeでPHP開発環境を整えてみよう(2020年夏)【おすすめ拡張機能】 - Rのつく財団入り口
                                          • An update to Raspberry Pi OS Bullseye - Raspberry Pi

                                            One of the things which we spend a lot of time thinking about here at Raspberry Pi is security. Cyber-attacks and hacking are, sadly, constantly on the increase, and Raspberry Pi computers are as much a target as any other, just because there are so many of them out there nowadays! Over the years, we have gradually ramped up the security of Raspberry Pi OS; not in response to particular threats, b

                                              An update to Raspberry Pi OS Bullseye - Raspberry Pi
                                            • これで完璧! git remoteでリポジトリを【追加,削除,確認,変更】 | 侍エンジニアブログ

                                              みなさんこんにちは! フリーランスプログラマーのsatoです。 開発が複雑になってくると、リモートリポジトリを複数扱うケースが出てきますよね。その際、リモートリポジトリを追加するコマンドが「git remote add コマンド」です。今回はそんなリモートリポジトリの追加方法を始めとし、確認・削除方法といった、合わせて使うだろう技術についても学びましょう。 [基本]「git remote add」の使い方 [基本]「git remote -v」で一覧表示! [応用] 逆に削除するときは? [応用] URLを変更したい! [応用] リポジトリ名を変更したい! 最初に追加方法を学び、合わせて現状の確認方法や、追加・削除についても見ていきましょう。 この辺りをマスターしていれば、URLを間違えた時や、急な変更があった時でもすぐ対応が可能でしょう。それではよろしくお願いいたします。 「git re

                                                これで完璧! git remoteでリポジトリを【追加,削除,確認,変更】 | 侍エンジニアブログ
                                              • Master Python's pandas library with these 100 tricks

                                                100 pandas tricks to save you time and energy Below you'll find 100 tricks that will save you time and energy every time you use pandas! These the best tricks I've learned from 5 years of teaching the pandas library. "Soooo many nifty little tips that will make my life so much easier!" - C.K. "Kevin, these tips are so practical. I can say without hesitation that you provide the best resources for

                                                • Androidスマホの共有メニューを編集するアプリ

                                                  Androidスマートフォンでは “Intent(インテント)” と呼ばれる機能によってアプリ間でデータを共有することができます。この機能を使うには共有メニューよりデータを渡すアプリを選択しますが、この共有メニューに表示されているアプリ一覧は編集することができます。 共有メニューの挙動 Androidアプリの使用中に『共有ボタン』をタップすると共有メニューが表示され、使用中アプリのデータを別のアプリに渡すことができます。例えば、ブラウザであれば表示されているWebページのURLが渡されます。これはIntent(インテント)と呼ばれる機能で、多くのアプリで対応しています。 表示される共有メニューは、対象となるデータによって異なる場合があり、表示されるアイコンの場所も時と場合で変わってしまうので、使い勝手が悪いと感じることもあるかもしれません。また、使用しないアプリが表示されて「消したい」と思

                                                    Androidスマホの共有メニューを編集するアプリ
                                                  • 2019-08-13のJS: React 16.9.0正式リリース、Image lazy-loading、Web API in Node.js

                                                    JSer.info #448 - 先週RC版が公開されたReact 16.9.0の正式版がリリースされました。 React v16.9.0 and the Roadmap Update – React Blog 次のコンポーネントのライフサイクルメソッドに警告を表示するようになりました。 これらのメソッドはReact 17.xで削除されます。 componentWillMount componentWillReceiveProps componentWillUpdate これらのライフサイクルメソッドは、react-codemodのrename-unsafe-lifecyclesを使うことでUNSAFE_* prefixのライフサイクルメソッドにリネームできます。 このUNSAFE_* prefixのライフサイクルメソッドは17.xでも動作が維持されます。 componentWillMou

                                                      2019-08-13のJS: React 16.9.0正式リリース、Image lazy-loading、Web API in Node.js
                                                    • Zenbleed

                                                      If you remove the first word from the string "hello world", what should the result be? This is the story of how we discovered that the answer could be your root password! Introduction All x86-64 CPUs have a set of 128-bit vector registers called the XMM registers. You can never have enough bits, so recent CPUs have extended the width of those registers up to 256-bit and even 512-bits. The 256-bit

                                                      • Announcing TypeScript 5.4 Beta - TypeScript

                                                        Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScript 5.4! Preserved Narrowing in Closures Following Last Assignments The NoInfer Utility Type Object.groupBy and Map.groupBy Support for require() c

                                                          Announcing TypeScript 5.4 Beta - TypeScript
                                                        • Node.js — Node v16.5.0 (Current)

                                                          Notable Changes Experimental Web Streams API Node.js now exposes an experimental implementation of the Web Streams API. While it is experimental, the API is not exposed on the global object and is only accessible using the new stream/web core module: import { ReadableStream, WritableStream } from 'stream/web'; // Or from 'node:stream/web' Importing the module will emit a single experimental warnin

                                                            Node.js — Node v16.5.0 (Current)
                                                          • Popular Node.js patterns and tools to re-consider | Practica.js

                                                            Node.js is maturing. Many patterns and frameworks were embraced - it's my belief that developers' productivity dramatically increased in the past years. One downside of maturity is habits - we now reuse existing techniques more often. How is this a problem? In his novel book 'Atomic Habits' the author James Clear states that: "Mastery is created by habits. However, sometimes when we're on auto-pil

                                                            • 【2021年版】NFTを発行してほしいという問い合わせが多いので発行方法とサンプルコードを公開します - SaaSベンチャーで働くエンタープライズ部長のブログ

                                                              タイトル通りですが、NFTを発行して欲しいと問い合わせがたくさん来ており、直近忙しくしているので方法だけまとめておきます。 OpenZeppelin + Solidity0.8 + Hardhat + ethers.jsが良さそう Hardhatでプロジェクトを作る NFTコントラクトを、OpenZeppelinで作る コントラクト デプロイスクリプト ローカルで仮想ノードを動かす 仮想ノードにデプロイ hadhat flattenでコントラクトをフラットな形で見る testを書く OpenZeppelinの関数を変えたい場合、オーバーライドする サンプルコードを公開しました OpenZeppelin + Solidity0.8 + Hardhat + ethers.jsが良さそう Solidityが0.4.21でワイワイしていたのはいつのことか。2021年はもうv0.8台になりました。O

                                                                【2021年版】NFTを発行してほしいという問い合わせが多いので発行方法とサンプルコードを公開します - SaaSベンチャーで働くエンタープライズ部長のブログ
                                                              • Skype For Business For Mac - rulesland

                                                                Visiteurs depuis le 28/01/2019 : 862 Connectés : 1 Record de connectés : 14 Skype For Business For Mac DownloadSkype For Business Mac IssuesLast month I blogged about the new Skype for Business on Mac preview program. I got into the testing beta, and received the Stage 1 Meetings client a short time ago. Today I document Stage 1 of my testing to date. Edirol pcr 800. Click [ More info ] 2. • This

                                                                  Skype For Business For Mac - rulesland
                                                                • How to Access and Manage iCloud Drive Files From Any Device

                                                                  iCloud Drive is great, but you need to use a different method to access your files on an iPhone, Mac, Windows PC, or Android device. With iCloud Drive, you can save any kind of file to your iCloud storage. But how you access all the files in your iCloud Drive storage changes depending on whether you're using an iPhone, a Mac, a Windows PC, or an Android device. We'll show you how to access iCloud

                                                                    How to Access and Manage iCloud Drive Files From Any Device
                                                                  • How to Clean Up Your Windows Desktop Once and For All

                                                                    Do you look at your Windows desktop and wonder how to clean it up? Here are some decluttering tips that can make you productive. As you probably know, the Windows desktop can be a tough beast to tame. Maybe you want an organized and clean desktop, but no matter how many times you purge it, and no matter how hard you try to keep it in order, it somehow becomes messy again. A clean desktop not only

                                                                      How to Clean Up Your Windows Desktop Once and For All
                                                                    • serdeの機能で様々な形態のJSONを列挙型として扱う - igagurimk2の日記

                                                                      JSONはREST API呼び出し、データ保存、多言語との連携などに数多く使用されている。 一方で、JSONは言語でサポートされる表現が整数と浮動小数点数・文字列・配列・オブジェクト・そしてnull程度しかなく、それ以上に複雑な表現はこれらの基本機能を組み合わせて表現することになる。 機能の組み合わせ方には複数の方法があり、特に複数の型の構造体やクラスが混在する時の表現形式は複数ある。 Rustでは、表現したいデータ型が既知であれば、複数の型のうちどれかであることを表現するために列挙型が使える。 そして、Rustのシリアライザ・デシリアライザのライブラリであるserdeを用いて、列挙型とJSONの相互変換をすることができる。 列挙体の4種の表現 serdeで取り扱える列挙体の表現形式は4種類ある*1。 それぞれexternally tagged、internally tagged、adja

                                                                        serdeの機能で様々な形態のJSONを列挙型として扱う - igagurimk2の日記
                                                                      • RDS Proxyを入れておくとRDS復旧時にエンドポイントが変わらないというメリットがあるよって話

                                                                        概要 小ネタです。 RDS Proxyにはそういう側面もあるのかみたいな気づきがあれば幸いです。 話の概要としては、RDSをsnapshotやバックアップから復旧する際の手順がRDS Proxyを入れている場合では入れていない場合と違う手順を取ることができるという話になります。 RDS Proxyとは RDS Proxyのイメージ: 詳細は、公式ドキュメントを参照ください。 自分の中での印象かもしれませんが、上記ドキュメントにもあるようにLambdaとRDSを接続する際にコネクションが枯渇する問題(当時はLambdaでRDSを使うことがアンチパターンとされていた)を解決するためにRDS Proxyを導入することが多い印象です。 アプリケーションがデータベースと確立した接続をプールおよび共有でき、データベースの効率とアプリケーションのスケーラビリティが向上します。 RDS Proxyのページ

                                                                          RDS Proxyを入れておくとRDS復旧時にエンドポイントが変わらないというメリットがあるよって話
                                                                        • sshfsが開発終了になったので代わりにRcloneを使ってみる / 開発者向けブログ・イベント | GMO Developers

                                                                          はじめに みなさん、こんにちは。GMOインターネット株式会社の斉藤です。 ご存じの方もいらっしゃると思いますが、SSH経由でファイルシステムをマウントできる便利ツールsshfsが開発終了となりました。 https://github.com/libfuse/sshfs 拙訳: このプロジェクトは今後メンテナンス/開発は行われません。よって、GitHub issueとプルリクエストは無効になりました。下記のメーリングリストは利用可能です。 このプロジェクトを引き継ぎたいのでしたら歓迎します。プロジェクトをフォークして開発を続けてください。6ヶ月に渡って有効な活動がある場合、私のメールアドレスまでコンタクトして下さい。喜んであなたにこのプロジェクトのオーナーシップ権限をお渡しするか、ここをフォークしたプロジェクトへのポインターにします。 リモートファイルシステムのマウントは、特に一時的な用途でと

                                                                          • 「差別用語が含まれる」としてアメリカ全土の660以上もの地名が変更へ、当事者からは賛否両論

                                                                            アメリカの内務省が2022年2月22日に、アメリカ全土の660以上の地名を変更する手続きを進めると発表しました。ネイティブ・アメリカンの女性に対する差別語として使われる「squaw」という言葉を含んだ地名を変更するこの措置については、歓迎する声が上がっている一方で「特に不快に感じない」とする当事者もいると報じられています。 Interior Department Announces Next Steps to Remove “Sq___” from Federal Lands | U.S. Department of the Interior https://www.doi.gov/pressreleases/interior-department-announces-next-steps-remove-sq-federal-lands U.S. Will Rename 660 Mount

                                                                              「差別用語が含まれる」としてアメリカ全土の660以上もの地名が変更へ、当事者からは賛否両論
                                                                            • 週刊Railsウォッチ(20200817前編)お盆も続くRails改修、Rails 6.1にManyモナドが入る?rails-auth gemでクライアント認証ほか|TechRacho by BPS株式会社

                                                                              2020.08.17 週刊Railsウォッチ(20200817前編)お盆も続くRails改修、Rails 6.1にManyモナドが入る?rails-auth gemでクライアント認証ほか こんにちは、hachi8833です。皆さま熱中症にはお互い気をつけましょう。 参考: 熱中症を防ぐためには(環境庁PDF) つっつきボイス:「昨日急に体調つらくなって、自分でもびっくりするぐらい丸一日寝てたんですけど、もう一日の記憶がありませんし😇」「これだけ暑いと冷房の効いた部屋にいても体調悪くなりそうですよね...」「いやホントお大事に💊」「ウォッチも熱中症対策ということでエントリを減らし目にしました」 私も猛暑になるととりあえず梅干ししゃぶってクエン酸補給してます。 「そうそう、『室温28℃はエアコンの設定温度ではありません』ってよく注意喚起されてますよね」「自分はとりあえずエアコン27℃にして

                                                                                週刊Railsウォッチ(20200817前編)お盆も続くRails改修、Rails 6.1にManyモナドが入る?rails-auth gemでクライアント認証ほか|TechRacho by BPS株式会社
                                                                              • Visual Studio Code February 2020

                                                                                Version 1.89 is now available! Read about the new features and fixes from April. February 2020 (version 1.43) Update 1.43.1: The update addresses these issues. Update 1.43.2: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the February 2020 release of Visual Studio Code. There are a number of updates in this version that we hope you

                                                                                  Visual Studio Code February 2020
                                                                                • フロントエンド関連の最新ニュース・記事をラジオ感覚で聞く、フロントエンドTechCafe【まとめ】 - RAKUS Developers Blog | ラクス エンジニアブログ

                                                                                  技術広報のyayawowoです。 突然ですが、変化の多いフロントエンド関連の情報を日頃どのようにインプットされておりますでしょうか? SNSやWeb記事、最近ではPodcastという方もいると思います。 しかしながら「時間に余裕がない!」という方も多くいらっしゃるはずです。 そんな方のために、ラクスでは フロントエンド関連の最新ニュースや記事を定期的にピックアップし、エンジニア同士が楽しみながら学習するためのコミュニティ『フロントエンドTechCafe』 という憩いの場を定期的にご提供しております。 本記事では、2020年~2021年に開催した「フロントエンドTechCafe」のイベント内容をまとめております! フロントエンド領域の知見を高めたい方 フロントエンドエンジニアを目指している方 フロントエンドTechCafeにご興味ある方 などなど、是非ご参考いただけますと幸いです。 【目次】

                                                                                    フロントエンド関連の最新ニュース・記事をラジオ感覚で聞く、フロントエンドTechCafe【まとめ】 - RAKUS Developers Blog | ラクス エンジニアブログ