As an early-stage database startup, we entirely deleted our C++ codebase after 7 months of development and rewrote everything from scratch in Rust programming language. Here’s how we arrived at a decision and why we think this was one of the best decisions ever. RisingWave is a cloud-native strea…
Emotetの概要: 2021年11月~2022年1月
By Brad Duncan 5月 17, 2022 at 6:00 AM Category: Malware Tags: Emotet, Macros, mealybug, Mummy Spider, Phishing, TA542 Emotetは現在の脅威概況でもっともメール配信数の多いマルウェアのファミリの1つです。法執行機関の連携により2021年1月にテイクダウンされたものの、2021年11月にはオペレーションを再開し、…
tfcon-2022-cpp
Motto Go Forward スライドトップと Goを支える文化とコミュニティ してご利用ください 〜なぜ我々はコミュニティにコントリ ビュートするのか〜
脱オブジェクト指向講座(5分LT資料)
Java16新機能-言語とAPIを中心に- / Java 16 new features – about lang and API –
C#を学習できる個人向けプログラミング学習アプリ。学習レベルは3段階
C#を学習できる個人向けプログラミング学習アプリ。学習レベルは3段階
GCC 12.1 Compiler Released With AVX-512 FP16, Better RISC-V Support, More C++23 Features – Phoronix
We Rely On Your Support: This site is primarily supported by advertisements. Ads are what have allowed this site to be maintained for the past 16 years. We do our best to ensure only clean, relevant ads are shown, when any nasty ads are detected, we work to remove them ASAP. If you would like to …
引数 null チェックの !!、取りやめ
2月にブログに書きましたが、 Visual Studio 17.1 Preview 3の頃、C# 11 候補として「引数の null チェック」構文が入っていました。 m(null); // ArgumentNull 例外が出る。 void m(string x!!) { } 今現在(VS 17.2 Preview 5)でもこの構文は生きているんですが、次(たぶん、17.2正式リリースでも17.3 Preview 1でも)で…
【WPF+C#】フォルダ選択ダイアログの使い方(WindowsApiCodePack版)
以前、こちらの記事でフォルダ選択ダイアログを使ったユーザーコントロールの自作について紹介しました。 今回は、WindowsApiCodePackというライブラリをインストールすることで利用可能な、より洗練されたデザインの […]
Changing std::sort at Google’s Scale and Beyond
TL;DR; We are changing std::sort in LLVM’s libcxx. That’s a long story of what it took us to get there and all possible consequences, bugs you might encounter with examples from open source. We provide some benchmarks, perspective, why we did this in the first place and what it cost us with excit…
How To Corrupt An SQLite Database File
Overview An SQLite database is highly resistant to corruption. If an application crash, or an operating-system crash, or even a power failure occurs in the middle of a transaction, the partially written transaction should be automatically rolled back the next time the database file is accessed. T…