並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 670件

新着順 人気順

consistencyの検索結果241 - 280 件 / 670件

  • Don't Microservice, Do Module | Ali Khaleqi Yekta

    Updated:May 28, 2024 |  at 03:49 PM•16 min read The excessive use of microservices is still widespread, and this is bad for the earth! I assumed it was common knowledge by now, but I was very wrong. This article aims to clearly explain why you should minimize or eliminate the use of microservices and opt for properly structured modular systems (or any better alternative) instead. Table of Contents

      Don't Microservice, Do Module | Ali Khaleqi Yekta
    • Java Interview Questions

      Java remains one of the most common and popular programming languages in the world because of its strong features. Therefore, it’s no surprise that good Java programmers are very much sought after by almost all organizations across the world – be it startups or large multinational corporations. Considering the above, we created a list of common job interview questions about Java programming with d

        Java Interview Questions
      • ChainForge: A visual programming environment for prompt engineering

        ⛓ ChainForge ChainForge is an open-source visual programming environment for prompt engineering. With ChainForge, you can evaluate the robustness of prompts and text generation models in a way that goes beyond anecdotal evidence. We believe prompting multiple LLMs, comparing their responses and testing hypotheses about them should be not only easy, but fun. To learn more, read our documentation. T

        • Flexoki

          Why? I created Flexoki for my personal site, stephango.com. You’re reading it now. I wanted the colors to feel distinctive yet familiar. Like ink on paper. The name Flexoki comes from flexography — a common printing process for paper and cardboard1. I spent many years working with dyes and inks particularly for my companies Inkodye and Lumi. I also have a fascination with digital paper. I wanted t

            Flexoki
          • Using the 5S principle in coding

            Photo by Birmingham Museums Trust on UnsplashA few years ago, I read The Toyota Way, driven by my curiosity about the origins of Agile software development. However, I became even more intrigued by Toyota’s manufacturing processes and their efficiency improvements. The book offered many valuable insights and practices to adopt. As a developer, the 5S principle particularly caught my attention. I b

              Using the 5S principle in coding
            • Recommended alarms - Amazon CloudWatch

              The following sections list the metrics that we recommend that you set best practice alarms for. For each metric, the dimensions, alarm intent, recommended threshold, threshold justification, and the period length and number of datapoints is also displayed. Some metrics might appear twice in the list. This happens when different alarms are recommended for different combinations of dimensions of th

              • Passing nothing is surprisingly difficult

                David Benjamin (2024-01-15) My day job is in browsers and cryptography, not compilers, yet I often find that I need to spend more of my time working through the semantics of programming languages than using them. This post discusses a thorny cross-language issue between C, C++, and Rust. In short: C’s rules around pointers and memcpy leave no good ways to represent an empty slice of memory. C++’s

                • Announcing Vite 5.1

                  Vite 5.1 is out! ​ February 8, 2024 Vite 5 was released last November, and it represented another big leap for Vite and the ecosystem. A few weeks ago we celebrated 10 million weekly npm downloads and 900 contributors to the Vite repo. Today, we're excited to announce the release of Vite 5.1. Quick links: Docs, Changelog Docs in other languages: 简体中文, 日本語, Español, Português, 한국어, Deutsch Try Vite

                    Announcing Vite 5.1
                  • iOS Interview Questions

                    Here is a list of common iOS interview questions with detailed answers to help you prepare for the interview as an iOS app developer. As the mobile industry continues to evolve at a rapid pace, so do the expectations for iOS developers in job interviews. These interviews test candidates on a wide array of topics, from the fundamentals of Swift and Objective-C, to the intricacies of the iOS SDK, UI

                      iOS Interview Questions
                    • NoSQL Database Interview Questions for Freshers

                      Preparing for a job interview in the NoSQL database domain involves understanding a range of concepts from the basics of NoSQL databases to more complex querying and database design. Here’s a mix of 17 fundamental and intermediate questions that are suitable for freshers applying for positions involving NoSQL databases. These questions cover a broad spectrum of topics relevant to NoSQL technologie

                        NoSQL Database Interview Questions for Freshers
                      • A checklist and guide to get your repository collaboration-ready

                        Want the TL;DR, or you’ve already been using GitHub for awhile? Skip to the end for a printable checklist that you can use to ensure that you’ve covered all aspects of making your repository collaboration-ready. My daughter has a pair of pet gerbils. They’re awesome, but not the most complex creatures to care for. They need their cage cleaned occasionally, their food and water refilled, and may ne

                          A checklist and guide to get your repository collaboration-ready
                        • How to improve RAG peformance ? — Advanced RAG Patterns — Part2

                          In the realm of experimental Large Language Models (LLMs), creating a captivating LLM Minimum Viable Product (MVP) is relatively straightforward, but achieving production-level performance can be a formidable task, especially when it comes to building a high-performing Retrieval-Augmented Generation (RAG) pipeline for in-context learning. This post, part of the “Advanced RAG Patterns” series, delv

                            How to improve RAG peformance ? — Advanced RAG Patterns — Part2
                          • Heuristics - The Tester's Guidestick

                            This is a search field with an auto-suggest feature attached. Today is your first day of switching to a new project. You have been testing your previous application for almost a year and you are not an expert but an advocate of the application. However, today you are going to be an apprentice in this new project. The first thing you would do is explore the application to get an insight into how it

                              Heuristics - The Tester's Guidestick
                            • The Hidden Secrets of the Fn Key - TidBITS

                              Even if you’ve used the Mac for decades, I suspect you have never fully understood the Fn key. Not helping is the fact that Apple sometimes calls it the Function key, but all Mac keyboards already have 12 or more numbered F-for-Function keys! The Fn key first appeared in 1998 in the PowerBook G3 Series (Wallstreet) and has become a fixture in the lower-left corner of laptop keyboards ever since. T

                                The Hidden Secrets of the Fn Key - TidBITS
                              • OWASP Top 10 for Large Language Model Applications をまとめる | sreake.com | 株式会社スリーシェイク

                                はじめに Sreake 事業部インターン生の中林です。私は、Sreake 事業部長期インターン生として SRE 技術の技術検証を行っています。 今回は、Sreake 事業部で作成している LLM アプリケーションに対するセキュリティ対策を検討するために、OWASP が公開している OWASP Top10 for Large Language Model Applications というレポートについて調査した内容をまとめました。 一昨年の ChatGPT の API の公開や LangChain の登場によって、LLM を用いたアプリケーションの開発が容易になり、様々なサービスがリリースされていますが、LLM に倫理的に問題がある出力をさせるなど、LLM 特有の問題が報告されており、ChatGPT の Web サービスの脆弱性も報告されており、セキュリティ対策は非常に重要視されていくと考え

                                  OWASP Top 10 for Large Language Model Applications をまとめる | sreake.com | 株式会社スリーシェイク
                                • How to automate rule management for AWS Network Firewall | Amazon Web Services

                                  AWS Security Blog How to automate rule management for AWS Network Firewall AWS Network Firewall is a stateful managed network firewall and intrusion detection and prevention service designed for the Amazon Virtual Private Cloud (Amazon VPC). This post concentrates on automating rule updates in a central Network Firewall by using distributed firewall configurations. If you’re new to Network Firewal

                                    How to automate rule management for AWS Network Firewall | Amazon Web Services
                                  • Stable diffusion: できるだけ楽して一貫性のあるVideo-to-Videoを実現する

                                    目的 Stable Diffusion (SD)は画像の加工ツールとして非常に優秀ですが、その延長で動画にも活用したい欲求を持っている人は多いでしょう。動画は静止画の集合ですから、パラパラ漫画の要領で一枚ずつ切り出して加工すれば動画の加工も可能です。ただこのアプローチでぶつかる大きなハードルが時間方向の一貫性 (time-consistency or coherence)です。動画から切り出した連続画像を別々に加工すると、SDがもたらすランダム性により仕上がりに違いが生まれます。それがたとえ微妙な差異でも、動画として再生してみると違和感満載になります。本記事ではそんな課題を克服するアプローチをまとめます。 前提と要件 動画の生成ではなく加工。元動画がある前提でその加工をする。つまりVideo-to-Videoを行います。 元の動画の大幅な修正はしないし、したくない。 追加でモデルを学習する

                                      Stable diffusion: できるだけ楽して一貫性のあるVideo-to-Videoを実現する
                                    • Observation of zero resistance above 100$^\circ$ K in Pb$_{10-x}$Cu$_x$(PO$_4$)$_6$O

                                      Room-temperature superconductivity has always been regarded as the ultimate goal in the fields of solid-state physics and materials science, with its realization holding revolutionary significance, capable of triggering significant changes in energy transmission and storage. However, achieving it poses various challenges. Recent research revealed that material Pb$_{10-x}$Cu$_x$(PO$_4$)$_6$O displa

                                      • XetHub | NFS > FUSE: Why We Built our own NFS Server in Rust

                                        The Optimistic Case for FUSEI love files. Everything understands files. Every program knows how to read files and write files. Its a truly universal API. As such, I love the idea of FUSE. FUSE, or “Filesystem in Userspace” is a set of Linux interfaces that allow user-mode programs to define a filesystem. This allows filesystem drivers to be built very easily without needing a kernel module. Fuse i

                                          XetHub | NFS > FUSE: Why We Built our own NFS Server in Rust
                                        • Dental Industry Market Size Worth USD 60.37 Billion by 2030 at 6.9% CAGR – Report by Market Research Future (MRFR)

                                          Dental Industry Market Size Worth USD 60.37 Billion by 2030 at 6.9% CAGR – Report by Market Research Future (MRFR) Dental Industry Market Trends and Insights By Discipline (Endodontics, Restorative Dentistry, Prosthodontics, Periodontics, Orthodontics, Cosmetic Dentistry, and Oral Surgery), By Consumables (Resin Composites, Dental Biomaterial, Dental Aesthetic, Endodontic Supplies, Gingival Retrac

                                            Dental Industry Market Size Worth USD 60.37 Billion by 2030 at 6.9% CAGR – Report by Market Research Future (MRFR)
                                          • Scale your relational database for SaaS, Part 1: Common scaling patterns | Amazon Web Services

                                            AWS Database Blog Scale your relational database for SaaS, Part 1: Common scaling patterns One of the challenges that software as a service (SaaS) providers face as their business grows is how to maintain their tenants’ experience. This includes ensuring acceptable performance and response times as the tenant base grows. Relational databases, such as Amazon Relational Database Service (Amazon RDS)

                                              Scale your relational database for SaaS, Part 1: Common scaling patterns | Amazon Web Services
                                            • How to classify your design system—a framework

                                              The two-dimensional Design System Attributes Framework graph. Illustration by author using Miro. Naming things is hard. Sometimes, classifying the things you’ve just named is even harder. As a content modelist, I’ve had my fair share of battles with the process of classification. I wouldn’t exactly say it’s more of an art than a science — but then again, not even the periodic table is systematical

                                                How to classify your design system—a framework
                                              • Key metrics for monitoring etcd

                                                Etcd is a distributed key-value data store that provides highly available, durable storage for distributed applications. In Kubernetes, etcd functions as part of the control plane, storing data about the actual and desired state of the resources in a cluster. Kubernetes controllers use etcd’s data to reconcile the cluster’s actual state to its desired state. This series focuses on monitoring etcd

                                                  Key metrics for monitoring etcd
                                                • Notes

                                                  I use these notes as a way to make sure I understand the basic concepts of each topic. I may use them as supplementary materials of graduate courses that I will be teaching. Comments and suggestions are welcome. A short note on weighted average derivative effect. A short note on reducing variance by estimating the nuisance. A short note on instrumental variables. A short note on kriging. A short n

                                                  • 【和食の料理人が教える めんつゆの作り方】市販のめんつゆよりも安価で、簡単に美味しく作れます!もう めんつゆ買わないでください!

                                                    皆さんこんにちはpapa`s cookingです! いつも ご視聴いただき有難うございます。 本日は、安価で作れて美味しく しかも長期保存可能な麺つゆの作り方を和食の料理人が紹介します。 蕎麦や素麺を買って来たけど、麺つゆが無いの忘れてた!! そんな事ありませんか?! 安心してください。 美味しい麺つゆを、自宅でも作る事が出来ますよ。 冷蔵庫に入れて置けば1か月は長持ちします。 お好みの濃さに合わせて、希釈をすれば いつでも美味しい麺を食べる事が出来ます! これからの暑い日には、冷たい麺を食べたくなりますよね! 是非 お試しください。 一度食べたら、また絶対に作りたくなりますよ! 鰹出汁の取り方はリンクを張り付けて置きますのでご覧ください☟ ★少しでも皆様が喜んでいただける料理をこれからも投稿いたしますので 今後も宜しくお願い致します。 ★天ぷらの動画↓ https://youtu.b

                                                      【和食の料理人が教える めんつゆの作り方】市販のめんつゆよりも安価で、簡単に美味しく作れます!もう めんつゆ買わないでください!
                                                    • Accessibility in Flutter on the Web

                                                      One of the target platforms the Flutter framework supports is the web. Flutter applications guarantee pixel perfection and platform consistency through rendering all UI onto a canvas element. However, by default canvas elements are not accessible. This case study explains how accessibility support works for such canvas-rendered Flutter apps. Flutter has a large number of default widgets that gener

                                                        Accessibility in Flutter on the Web
                                                      • Rspack

                                                        Announcing Rspack v0.7# May 28, 2024 Rspack v0.7 has been released! This is the last minor release before the Rspack v1.0. After this, the Rspack team will focus on the development of v1.0 and aim to launch the Rspack v1.0 alpha version soon. Notable changes in Rspack v0.7: Support for Lazy Compilation: Significantly improves the dev startup performance of large applications by compiling on demand

                                                          Rspack
                                                        • Dzero - The fastest globally distributed SQLite database

                                                          Native, Fast, and Global Scale Powered by Cloudflare D1 Dzero - The fastest globally distributed SQLite databaseFully managed, low latency, high availability, and globally distributed SQLite databaseDzero is a fully managed serverless SQLite database for production scale. Instantly distribute your database on EDGE nodes around the world at no extract cost. Query your database from any environment

                                                            Dzero - The fastest globally distributed SQLite database
                                                          • 人生におけるインフレの記憶:調査と実験による実証結果 - himaginary’s diary

                                                            というNBER論文をGorodnichenko=Coibionらが上げている(ungated版へのリンクがある著者の一人(Coibion)のページ)。原題は「Lifetime Memories of Inflation: Evidence from Surveys and the Lab」で、著者はIsabelle Salle(オタワ大)、Yuriy Gorodnichenko(UCバークレー)、Olivier Coibion(テキサス大オースティン校)。 以下はその要旨。 We study how individuals’ memories of inflation shape their expectations about future inflation using both surveys and laboratory experiments. Recalling having

                                                              人生におけるインフレの記憶:調査と実験による実証結果 - himaginary’s diary
                                                            • Micro and nanoscale 3D printing using optical pickup unit from a gaming console

                                                              ARTICLE Micro and nanoscale 3D printing using optical pickup unit from a gaming console Tien-Jen Chang 1✉, Lukas Vaut1, Martin Voss1, Oleksii Ilchenko 1, Line Hagner Nielsen1, Anja Boisen 1 & En-Te Hwu1 Conventional photopolymerization-based 3D printing still requires developing a concise and cost-effective method to improve the printing resolution at the nanoscale. Here, we propose the use of a g

                                                              • Is POSIX Outdated in the Cloud Era? – cunoFS

                                                                POSIX — the Portable Operating System Interface — is the standard API used by UNIX and conforming non-UNIX (including Windows) operating systems to maintain compatibility with each other. The POSIX standard allows applications written for one operating system to work on others with minimal-to-no reworking depending on the other APIs required, greatly reducing the complexity and time required to wr

                                                                • How to Create Vector Illustrations with DALL-E 3 Prompts

                                                                  How to Create Vector Illustrations with DALL-E 3 Prompts DALL-E 3 prompts can help generate highly detailed and realistic images. To do this, it assesses a broad image database and crafts relevant visuals with the help of the input text. The world of graphic design has witnessed a dramatic transformation in recent years. There was a time when creating vector images was a time-consuming process, re

                                                                  • Amazon RDS now supports io2 Block Express volumes for mission-critical database workloads | Amazon Web Services

                                                                    AWS News Blog Amazon RDS now supports io2 Block Express volumes for mission-critical database workloads March 7, 2024: Post updated to change GB to GiB. March 8, 2024: Post updated to reflect correct region availability. Today, I am pleased to announce the availability of Provisioned IOPS (PIOPS) io2 Block Express storage volumes for all database engines in Amazon Relational Database Service (Amaz

                                                                      Amazon RDS now supports io2 Block Express volumes for mission-critical database workloads | Amazon Web Services
                                                                    • FigmaのMaster fileを限りなくFlutterの実装に寄せて作った話 - Qiita

                                                                      限りなくFlutterに寄せて作ったFigmaのマスタファイルはメンテしたくなるはず 要旨 Figmaのマスタファイルがメンテナンスされないのは、運用や体制が悪いのではなく、マスタファイルに価値を感じられていないからという仮説 Figmaは、**_view.dartのpseudocodeとして作ることが可能 model, view modelに基づく制御のアウトカムをFigmaコンポーネントのインスタンスで表現できる マスタファイルをドキュメントとして開発チーム以外にも展開 マスタファイルをメンテナンスする動機となるような価値を付与 本記事の執筆者とマスタファイルの制作者は一介のデザイナです。チョットデキるとは言えない程度にフロントエンドも書きます。 課題 Figmaのマスタファイルがメンテナンスされないのは、由々しき課題です。 そもそもマスタファイルなんて存在しません。 なんてこともよく

                                                                        FigmaのMaster fileを限りなくFlutterの実装に寄せて作った話 - Qiita
                                                                      • 5 SEO mistakes sacrificing quantity and quality (and how to fix them)

                                                                        Search Engine Land » SEO » 5 SEO mistakes sacrificing quantity and quality (and how to fix them) 5 SEO mistakes sacrificing quantity and quality (and how to fix them) Quality and quantity in SEO don't have to be mutually exclusive. Find out how to fix these common mistakes to scale your SEO efforts. Try to bring it back up, and pretty soon, you’re back where you started; lowering quantity back dow

                                                                          5 SEO mistakes sacrificing quantity and quality (and how to fix them)
                                                                        • Enhancing Resource Isolation in AWS CDK with the App Staging Synthesizer | Amazon Web Services

                                                                          AWS DevOps Blog Enhancing Resource Isolation in AWS CDK with the App Staging Synthesizer AWS Cloud Development Kit (CDK) has become a powerful tool for defining and provisioning AWS cloud resources. While CDK simplifies the process of infrastructure as code, managing resources across different projects and environments can still present challenges. In this blog post, we’ll explore a new experiment

                                                                            Enhancing Resource Isolation in AWS CDK with the App Staging Synthesizer | Amazon Web Services
                                                                          • Amazon S3 を使用したライブ動画ストリーミング | Amazon Web Services

                                                                            Amazon Web Services ブログ Amazon S3 を使用したライブ動画ストリーミング はじめに Amazon Simple Storage Service (Amazon S3)  は、ライブ動画ストリーミングワークフローのベーシックなオリジンとして必要なスケーラビリティ、データの可用性、セキュリティ、パフォーマンス、整合性を提供するオプジェクトストレージサービスです。この記事では、AWS Elemental Live と AWS Elemental MediaLive を使用して Amazon S3 で HLS 出力グループを生成する際の、設定および耐障害性に関するベストプラクティスを紹介します。Amazon S3 は、ライブ動画向けの低コストでベーシックなオリジンとして、 AWS Elemental MediaStore の代わりに利用できるようになりました。動画コン

                                                                              Amazon S3 を使用したライブ動画ストリーミング | Amazon Web Services
                                                                            • Visual Studio 2022 17.10 and GitHub Copilot: Your Coding Partner for Faster and Smarter Development - Visual Studio Blog

                                                                              Visual Studio 2022 17.10 and GitHub Copilot: Your Coding Partner for Faster and Smarter Development Today, as we kick off the //BUILD 2024 conference, we’re thrilled to share the general availability of Visual Studio 2022 17.10! This release features a new, single GitHub Copilot extension, marking a significant leap forward in AI-assisted development by embedding the power of advanced AI directly

                                                                                Visual Studio 2022 17.10 and GitHub Copilot: Your Coding Partner for Faster and Smarter Development - Visual Studio Blog
                                                                              • US Breast Lesion Localization Market

                                                                                The demand for breast lesion localization solutions in the United States has become increasingly significant in the field of breast cancer diagnosis and treatment. The U.S. Breast Lesion Localization Market caters to the need for precise and efficient methods of identifying and marking breast lesions detected through imaging studies, such as mammography or ultrasound. As early detection of breast

                                                                                • The Case of a Curious SQL Query

                                                                                  Languages that suffer success often have to do so by selling out and adding features that go against some of the original purposes of their design. SQL is a great example of a language built on very solid foundations: it comes from the idea that we should define an algebra for data retrieval, and then we can formally define how that algebra should behave, and then we can have a common tongue betwe

                                                                                    The Case of a Curious SQL Query