並び順

ブックマーク数

期間指定

  • から
  • まで

601 - 640 件 / 1159件

新着順 人気順

Namingの検索結果601 - 640 件 / 1159件

  • Uniform Resource Identifier (URI): 一般的構文

    Studying HTTP > RFC-Translations related HTTP この文書は、 T. Berners-Lee, R. Fielding, L. Masinter: Uniform Resource Identifier (URI): Generic Syntax (RFC 3986), January 2005. を 橋本英彦 が日本語訳した物です。 この文書の取り扱いについては、[Studying HTTP] の RFC 日本語訳を利用するにあたってに従って下さい。 Network Working Group Request for Comments: 3986 STD: 66 Updates: 1738 Obsoletes: 2732, 2396, 1808 Category: Standards Track T. Berners-Lee W3C/MIT R.

    • Optimizing the size of the Go binary - Prog.World

      If you have ever written in Go, then the size of the resulting binaries could not escape your attention. Of course, in the age of gigabit links and terabyte drives, this shouldn’t be a big problem. Still, there are situations when you want the size of the binary to be as small as possible, and at the same time you do not want to part with Go. The options for how to make the Go binary “lose weight”

        Optimizing the size of the Go binary - Prog.World
      • 老人ホームに持参する物品の名前書き - 1000spring's blog

        はるねこです。 91歳の母が老人ホームに入居 そのために必要な品物を 指定され準備しました。 準備のために渡された資料 まず、普段着・・ って母がいつも着ている洋服? 母はどちらかと言うと スカート派。 ワンピースが多いです。 でも老人ホームでは ズボンを指定されました。 ザブザブ洗える素材です。 少し寒い時用に カーディガンを準備しました。 ですが、ベストの方が良いと。 ニットのベストを用意したら 返されました。 やはりザブザブ洗える フリースのような素材で 前が閉められる物で襟なし が、良いそうです。 全て一時が万事 確認しないとわからないですねぇ。 (≧∀≦) 全ての物に名前を書きます。 洋服は襟のブランドダグとか 内側の左脇あたりに付いている 素材ダグに書きました。 肌着も同様。 タグの無い肌着は マジックで直接書いたり。 書けない物には 白いリボンを切って 名前を書き、縫いつけま

          老人ホームに持参する物品の名前書き - 1000spring's blog
        • Very good layered architecture in Flutter

          This article is an extension of my talk: Layering your Flutter App Architecture from Flutter Festival London. Structuring code is one of the big – if not the most important – challenges when building large-scale applications. The decisions you make regarding architecture will impact how fast you can deliver new features in the future and how well you can maintain the existing functionality with th

            Very good layered architecture in Flutter
          • Basic Music Theory in ~200 Lines of Python | Manohar Vanga

            Note: all the code for this article can be found here as a Github gist. There’s also a nice discussion on Hacker News with lots of comments that might be of interest. I’m a self-taught guitarist of many years, and like a lot of self-taught musicians, am woefully inept at (Western) music theory. So naturally, I decided to write some code. This article explains the very basics of Western music theor

              Basic Music Theory in ~200 Lines of Python | Manohar Vanga
            • Understanding "Solorigate"'s Identity IOCs - for Identity Vendors and their customers.

              Microsoft recently disclosed a set of complex techniques used by an advanced actor to execute attacks against several key customers. While we detected anomalies by analyzing requests from customer environments to the Microsoft 365 cloud, the attacks generalize to any Identity Provider or Service provider. For this reason, we want to detail what we know about these attacks from an Identity specific

                Understanding "Solorigate"'s Identity IOCs - for Identity Vendors and their customers.
              • Googleに“まともな”AI検索は作れない | p2ptk[.]org

                以下の文章は、コリイ・ドクトロウの「Even if you think AI search could be good, it won’t be good」という記事を翻訳したものである。 Pluralistic 検索に関する今週のビッグニュースは、Googleが「AI検索」へのシフトを続けていることだ。検索ワードを入力してウェブサイトへのリンクが表示されるのではなく、Googleに質問をすると、AIがウェブ上で見つけたものに基づいて回答を生成するという方向に進みたいらしい。 https://blog.google/products/search/generative-ai-google-search-may-2024 Googleはこれを「Googleにググらせよう(let Google do the googling for you.)」と宣伝している。自分でウェブを検索するのではなく

                  Googleに“まともな”AI検索は作れない | p2ptk[.]org
                • JEPでは語れないJava 17

                  恒例の半年ぶりのblog更新です。 アメリカ西海岸時間の9月14日にJava SE 17がリリースされました。今回のJava 17は多くのディストリビュータがLTSにするバージョンなので、注目度も高いのではないでしょうか。 まぁ、常に新しいバージョンに移行している身にとってみては、LTSはあんまり関係ないんですけどねw また、Oracle JDKが無償で使えるとか、LTSが2年周期になるとかいろいろ話題はあるようですが、ここでは触れないでおきます。 Java 17では17のJEPが導入されました。その中でPreviewがProject Amberによるパターンマッチング、IncubatorがProject Panama関連の2つがあります。 文法ではSealed ClassがPreviewが外されて、正式に導入されました。その他に注目すべきJEPとしてはMacのM1チップ用の移植があります

                  • Frontend Architecture at Scale for Large Organizations

                    Hi! I want to discuss with you how to manage Frontend architecture in large organizations. It feels to me that there are not many articles about this topic and it is not explained well. By large organization in this article, I mean companies, in which the number of front-end engineers starts to be bigger than 15 and the company has at least multiple frontend projects. I don't want to discuss manag

                      Frontend Architecture at Scale for Large Organizations
                    • Feature #16986: Anonymous Struct literal - Ruby master - Ruby Issue Tracking System

                      Abstract¶ How about introducing anonymous Struct literal such as ${a: 1, b: 2}? It is almost the same as Struct.new(:a, :b).new(1, 2). Proposal¶ Background¶ In many cases, people use hash objects to represent a set of values such as person = {name: "ko1", country: 'Japan'} and access its values through person[:name] and so on. It is not easy to write (three characters [:]!), and it easily introduc

                      • The 52 most popular projects from the last year of Trending Projects

                        The 52 most popular projects from the last year of Trending Projects For the last year, I have been curating Trending projects a newsletter that showcases 10 popular web development projects each week. The following list highlights the project that received the most click-throughs from each issue. Please sign up at stargazing.dev 21st May 2021 Week 52 Docz Docz makes it easy to write and publish b

                          The 52 most popular projects from the last year of Trending Projects
                        • Brief Overview of Caching and Cache Invalidation

                          Caches are present everywhere: from the lowest to highest levels: There are hardware caches inside your processor cores (L1, L2, L3), Page/Disk cache that our Operating Systems Caches for databases such as using MemCached, Redis or DAX for DynamoDB API caches Layer-7 (Application layer) HTTP caches like Edge level caching in CDNs DNS caching Cache in your browser Microservices can have internal ca

                            Brief Overview of Caching and Cache Invalidation
                          • データアナリストからアナリティクスエンジニアへ:スキルギャップと克服 - 現実モデリング

                            はじめに 前にも書いたが、「アナリティクスエンジニア」を採用するのは難しい。そもそもアナリティクスエンジニアの知名度が低いし、スキルを持っている人が採用市場に少ない。 しかしニーズはある。以下のようなケースでは、アナリティクスエンジニアはかなりほしい人材だ。 会社全体でデータ分析に対するニーズが高い場合 例えば、競争環境の激しいマーケットを相手にしている状況など この場合、データに対する需要をアナリスト単体では満たすことができなくなるため、ダッシュボードを利用して分析環境をスケールさせるのが常套手段になる この段階でテーブル設計・パイプライン設計が行われるため、アナリティクスエンジニアの出番となる 定常的なデータ分析が求められている場合 日時でKPIを見る場合など、分析がパターン化できそうな場合 アドホックにやるのが面倒になってきたタイミングでテーブル設計・パイプライン設計が行われるため、

                              データアナリストからアナリティクスエンジニアへ:スキルギャップと克服 - 現実モデリング
                            • Phantom Types

                              UPDATE Wed 24th, 2024: This article was originally called “Nominal Types”. A few people on lobste.rs and r/programming pointed out that naming this Nominal Types is incorrect. A better description would be Phantom Types or maybe Tagged Types. Quick overview of using nominal types to encode semantic differences between types in an efficient and elegant way The Problem#Let’s say we’re writing a prog

                                Phantom Types
                              • 🚀 Parcel 2.0.0-alpha.1 is here! 📦

                                Today I’m incredibly excited to release the first alpha version of Parcel 2! Please try it out and help us take Parcel 2 to the finish line. Check it out on Github! Parcel 2 is a ground up rewrite of Parcel that we’ve been working on for over a year, and designing for almost a year before that. It incorporates everything we’ve learned building Parcel since the beginning, and the result is more ext

                                  🚀 Parcel 2.0.0-alpha.1 is here! 📦
                                • What Is Microproductivity? How to Get More Things Done Quickly

                                  Microproductivity is the process of dividing a large task into smaller ones. Here's how to get more done with it! Postponing tasks because you aren't in the 'mood' leads to the piling up of work. It results in unnecessary stress and frustration. A solution to this could be Microproductivity. Instead of doing the project in one go, Microproductivity means doing it in small, bite-sized chunks. The t

                                    What Is Microproductivity? How to Get More Things Done Quickly
                                  • Regex engine internals as a library - Andrew Gallant's Blog

                                    Over the last several years, I’ve rewritten Rust’s regex crate to enable better internal composition, and to make it easier to add optimizations while maintaining correctness. In the course of this rewrite I created a new crate, regex-automata, which exposes much of the regex crate internals as their own APIs for others to use. To my knowledge, this is the first regex library to expose its interna

                                    • 分散システムにおけるScalableな名前付けアルゴリズム「Chord Protocol」を実装してみた - Qiita

                                      この記事はEnjoy Architectingからの転載です。 概要 分散システムを学術的に学びたくて、 Chord Protocolというアルゴリズムが面白かったので実際に論文を読んで実装してみました。 この記事では、分散システムにおける名前付けの概念と、Chord Protocolの紹介、簡単な検証について言及していこうと思います。 分散システムにおける名前付けとは? 分散システムの分野には「名前」、「名前付け」、「アドレス」と呼ばれる概念があります。 それぞれどのような意味を持っているのでしょうか? 名前付けと名前 分散システムはネットワークを通じてそれぞれのサーバ、プロセスが協調して動作しています。 この中で、各サーバ、プロセスはやり取りをする相手の「名前」を知らなければやり取りを行うことができません。 この名前の解決を行うことを「名前付け」と呼んでいます。 そして、あるリソース(

                                        分散システムにおけるScalableな名前付けアルゴリズム「Chord Protocol」を実装してみた - Qiita
                                      • The ZedRipper: Part 1 – chrisfenton.com

                                        Meet the ZedRipper – a 16-core, 83 MHz Z80 powerhouse as portable as it is impractical. The ZedRipper is my latest attempt to build a fun ‘project’ machine, with a couple of goals in mind: Finally use one of the giant FPGA boards I had lying aroundPlay a little ‘alternate-history computer engineering’ with a hardware-focused approach to multitaskingBuild a machine that I could write fun, small pro

                                        • Authorization@Edge using cookies: Protect your Amazon CloudFront content from being downloaded by unauthenticated users | Amazon Web Services

                                          Networking & Content Delivery Authorization@Edge using cookies: Protect your Amazon CloudFront content from being downloaded by unauthenticated users Enterprise customers who host private web apps on Amazon CloudFront may struggle with a challenge: how to prevent unauthenticated users from downloading the web app’s source code (for example, React, Angular, or Vue). In a separate blog post, you can

                                            Authorization@Edge using cookies: Protect your Amazon CloudFront content from being downloaded by unauthenticated users | Amazon Web Services
                                          • 【無料】ネーミングを自動作成できる名前ジェネレーター・ツール19選

                                            そんなときに役立つのが、名前ジェネレーターと呼ばれる自動生成ツールですよね。 というわけで、この記事では無料で利用できる便利なネーミングツールをまとめてみました。 ひとくちに「ネーミング」といっても、 創作活動用のペンネーム物語のキャラクター名や地名SNSやオンラインゲームのハンドルネーム会社名や商品・サービスの名前子供の名前 などなど、色々な種類・目的があると思うので、今回はなるべくタイプが違うものをいろいろと集めています。 それぞれのジェネレーターで生成方法などが異なるので、複数のツールを組み合わせてみるのもおすすめですよ。 ※小説などのキャラクター名に悩んでいる方は、↓こちらの記事もあわせてどうそ。

                                              【無料】ネーミングを自動作成できる名前ジェネレーター・ツール19選
                                            • Making Emacs tabs look like in Atom

                                              This is yet another follow-up post in the Emacs configuration series, which is also about Tabs. The previous post was about how tabs behave when you close them, and how I think the algorithm can be improved. This post is more about visuals and horizontal space management. By default tabs in Emacs are named after their respective buffers. This is how tabs look with my configurations and default nam

                                                Making Emacs tabs look like in Atom
                                              • Kotlin 1.3.50 released | The Kotlin Blog

                                                IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Grazie Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Am

                                                  Kotlin 1.3.50 released | The Kotlin Blog
                                                • What's New in Emacs 28.1?

                                                  What’s New in Emacs 28.1? Learn what's new in Emacs 28.1 It’s that time again: there’s a new major version of Emacs and, with it, a treasure trove of new features and changes. Notable features include the formal inclusion of native compilation, a technique that will greatly speed up your Emacs experience. A critical issue surrounding the use of ligatures also fixed; without it, you couldn’t use li

                                                  • [小ネタ]Chromeのwindowに名前を付けたら、快適になりました | DevelopersIO

                                                    HIRANO@おんせん県おおいたです みんな、温泉入ってますかー? (挨拶 今日はGoogle Chromeの小ネタを紹介します 私は日頃からChromeのウィンドウを仕事の種類ごとに分けているのですが、ウィンドウの一覧にはその時点で開いているタブのタイトルが表示されるため、使いたいウィンドウを見つけるのに時間がかかってました。 そんな中嬉しいニュースが、昨年秋のアップデートで、ウィンドウに好きなタイトルを付けることができるようになりました。 その方法をご紹介します。 準備 ①Chromeを最新バージョンにアップデート ②アドレス欄に chrome://flags/#window-naming を入力 ③有効化 ④Chrome再起動 使い方 ⑤ウィンドウの枠の部分で右クリック、「ウィンドウに名前を付ける」を選択 ⑥ウィンドウ名を入力 こんな感じで表示されます 補足 ウィンドウ名はソートされ

                                                      [小ネタ]Chromeのwindowに名前を付けたら、快適になりました | DevelopersIO
                                                    • Putin hijacked Austria’s spy service. Now he’s going after its government

                                                      VIENNA — The coup began with the sound of a doorbell. Just after 8 a.m. on Feb. 28, 2018, Austrian police Commander Wolfgang Preiszler pressed the buzzer at the headquarters of the country’s domestic intelligence service and held his ID up to the security camera. Within minutes, dozens of his colleagues armed with Glock pistols and a battering ram fanned out through the building in bullet-proof ve

                                                        Putin hijacked Austria’s spy service. Now he’s going after its government
                                                      • 週刊Railsウォッチ: Rails 7 Alpha 1と2が公開、Rubyハッシュのショートハンド記法、iCare Dev Meetupほか(20210921)|TechRacho(テックラッチョ)〜エンジニアの「?」を「!」に〜|BPS株式会社

                                                        こんにちは、hachi8833です。RubyKaigi Takeout 2021が終わりましたね。 私はいつもproposalでの推しポイントは「これRubyKaigiじゃなかったらどこで話すん?」だけなので、なんかスケジュールが結果的にこうなってて #rubykaigi すごいなー、と毎回おもう — Kakutani Shintaro (@kakutani) September 11, 2021 週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報

                                                          週刊Railsウォッチ: Rails 7 Alpha 1と2が公開、Rubyハッシュのショートハンド記法、iCare Dev Meetupほか(20210921)|TechRacho(テックラッチョ)〜エンジニアの「?」を「!」に〜|BPS株式会社
                                                        • Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine

                                                          It’s easy to get lost in a sea of CSS frameworks and libraries, each promising easier styling and smoother layouts. But amidst this abundance, the modern CSS features we have today offer simpler and more flexible approaches without the added dependencies or abstractions. Brecht De Ruyte demonstrates four CSS utility classes (plus a bonus) using techniques that allow them to be used practically any

                                                            Modern CSS Layouts: You Might Not Need A Framework For That — Smashing Magazine
                                                          • Visual Studio Code August 2019

                                                            Version 1.89 is now available! Read about the new features and fixes from April. August 2019 (version 1.38) Update 1.38.1: The update addresses these issues. Downloads: Windows: x64 | Mac: Intel | Linux: deb rpm tarball snap Welcome to the August 2019 release of Visual Studio Code. There are a number of updates in this version that we hope you will like, some of the key highlights include: Preserv

                                                              Visual Studio Code August 2019
                                                            • サービス名を「カタカナ表記」主体にしたら指名検索と口コミ数が成長。累計100万人が注文した「レンティオ」が語るユーザーコミュニケーション施策。|アプリマーケティング研究所

                                                              サービス名を「カタカナ表記」主体にしたら指名検索と口コミ数が成長。累計100万人が注文した「レンティオ」が語るユーザーコミュニケーション施策。 家電のサブスク・レンタルサービスの「レンティオ」さんを取材しました。 レンティオ株式会社 高橋 瑞生さん新規注文件数が累計100万件・月間利用者13万人の「レンティオ」では、サービス名表記の「カタカナとアルファベット問題」に取り組んだと言います。なぜそれをやったのか、成果など聞きました。 なぜサービス名表記の「カタカナとアルファベット問題」に取り組んだのでしょうか?高橋: 当初は、何も考えずに「Rentio」と表記することも多かったため、お客様もアルファベットの「Rentio」で認識や入力をされていたと思います。 すると、一発で覚えにくかったり、指名検索で入力しづらかったり、口コミ投稿でタイプミスが起こっていたり、という問題が発生していました。 レ

                                                                サービス名を「カタカナ表記」主体にしたら指名検索と口コミ数が成長。累計100万人が注文した「レンティオ」が語るユーザーコミュニケーション施策。|アプリマーケティング研究所
                                                              • What are source maps?  |  Articles  |  web.dev

                                                                What are source maps? Stay organized with collections Save and categorize content based on your preferences. Today, we are talking about source maps, a crucial tool in modern web development that makes debugging significantly easier. In this article, we will explore the basics of source maps, how they are generated, and how they improve the debugging experience. The need for source maps Back in th

                                                                  What are source maps?  |  Articles  |  web.dev
                                                                • go command - cmd/go - Go Packages

                                                                  Go is a tool for managing Go source code. Usage: go <command> [arguments] The commands are: bug start a bug report build compile packages and dependencies clean remove object files and cached files doc show documentation for package or symbol env print Go environment information fix update packages to use new APIs fmt gofmt (reformat) package sources generate generate Go files by processing source

                                                                  • feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo

                                                                    Motivation The reasons I'm aware of are: Large interest, see Add cargo-add (from cargo-edit) to cargo proper #5586 Make it easier to add a dependency when you don't care about the version (instead of having to find it or just using the major version if thats all you remember) Provide a guided experience, including Catch or prevent errors earlier in the process Bring the Manifest format documentati

                                                                      feat: Import cargo-add into cargo by epage · Pull Request #10472 · rust-lang/cargo
                                                                    • Database development guidelines | GitLab

                                                                      Database Reviews Tooling Migrations Partitioning tables Debugging Best practices Case studies PostgreSQL information for GitLab administrators User information for scaling ClickHouse Miscellaneous Database development guidelines Database Reviews During the design phase of the feature you’re working on, be mindful if you are adding any database-related changes. If you’re adding or modifying a query

                                                                      • Writing better StimulusJS controllers

                                                                        We write a lot of JavaScript at Basecamp, but we don’t use it to create “JavaScript applications” in the contemporary sense. All our applications have server-side rendered HTML at their core, then add sprinkles of JavaScript to make them sparkle. - DHH In early 2018, Basecamp released StimulusJS into the world. Stimulus closed the loop on the “Basecamp-style” of building Rails applications. It’s h

                                                                          Writing better StimulusJS controllers
                                                                        • Pythonの静的解析ツール"Ruff"を導入した話とおすすめの導入方法 - Qiita

                                                                          概要 最近、Pythonの静的コード解析ツールであるRuffの話題を目にするので、社内ツールにRuffを適用してみました。 その際にハマったことや、おすすめの設定/手順について記載します。 動作環境 ruff v0.255.0 Ruffとは? 以下の記事が参考になります。 社内ツールにRuffを導入 社内ツールにRuffを導入しました。 Ruffを導入する前の状態 Ruffを導入する前は、以下のツールを利用していました。 フォーマッター black(ベースとあるフォーマッター) isort(import文のソート) autoflake(unused importを削除するため) リンター mypy(型チェック) flake8(簡易的な静的解析) pylint(詳しい静的解析) Ruffを導入した後の状態 Ruffを導入した後の設定ファイルです。 導入後のコミット(いろんな修正が混ざっていま

                                                                            Pythonの静的解析ツール"Ruff"を導入した話とおすすめの導入方法 - Qiita
                                                                          • Illustrated Guide to SQLX

                                                                            Illustrated guide to SQLX sqlx is a package for Go which provides a set of extensions on top of the excellent built-in database/sql package. Examining Go idioms is the focus of this document, so there is no presumption being made that any SQL herein is actually a recommended way to use a database. It will not cover setting up a Go development environment, basic Go information about syntax or seman

                                                                            • Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) ∙ Andrew Branch

                                                                              Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) This post has been archived and delisted. The code examples relied on my previous blog infrastructure, which showed live TypeScript errors and type information. Ultimately, that was not worth the upkeep and has been removed. Consequently, this post may not make sense without seeing the errors that are supposed to be rende

                                                                                Writing Type-Safe Polymorphic React Components (Without Crashing TypeScript) ∙ Andrew Branch
                                                                              • LinkedIn製のOSSデータカタログ「DataHub」の概要とチュートリアル | DevelopersIO

                                                                                どうも!DA部の春田です。 先日までre:Invent2020のAnalytics系のセッションレポートを書いていたのですが、海外企業のほとんどがデータポータルなるものを構築・稼働させていた点が印象的でした。このデータポータルを構成する要素の中でも、最近データカタログというサービスが注目を集めており、まだ成熟しきっていない分野ですが、探してみると新興OSSが結構見つかるんですよね。 さて、その中でも今回はLinkedIn製のOSSデータカタログ、DataHubについてご紹介していきたいと思います。 DataHubとは? DataHubは一言で言うと、データソースのメタデータの検索とディスカバリーを実現するツールです。LinkedIn社の長年のメタデータ管理の経験の末、設計思想として以下の5点が掲げられています。 DataHub: A generalized metadata search

                                                                                  LinkedIn製のOSSデータカタログ「DataHub」の概要とチュートリアル | DevelopersIO
                                                                                • 3 simple strategies that boost your mental fitness and well-being

                                                                                  If you’re feeling completely spent at the end of the day, unable to focus, and dreading your work (even if it’s work you love), you’re likely feeling daily burnout. Personally, I know the toll of this type of burnout. I spent a decade experiencing it before it snowballed into an overwhelming full-on burnout that almost cost me everything, including my company and my family. In hindsight, I wish I’

                                                                                    3 simple strategies that boost your mental fitness and well-being