Welcome I speak only of myself since I do not wish to convince, I have no right to drag others into my river, I oblige no one to follow me and everybody practices their art their own way. Tristan Tzara, "Dada Manifesto 1918”1 What the heck is Dada? Dada is a thought experiment. What if we were ma…
The joy of building a ray tracer, for fun, in Rust. // flurries of latent creativity
TLDR? You can find the code and a bunch of examples on GitHub at dps/rust-raytracer. Over the holiday break, I decided to learn Rust. Rust is a modern systems programming language which has a really interesting type system. The type system can catch broad classes of common programming mistakes – …
AWS LambdaをRustで動かす for Apple Silicon(M1)
Introduction 以前、RustをつかってAWS Lambdaを実装&AWS CDKでデプロイするという 記事を書いたのですが、Silicon(M1) macで ↑の手順を実行しようとした場合、musl-cros […]
Rustで実装するmalloc – NTT Communications Engineers’ Blog
この記事は、NTT Communications Advent Calendar 2021 21日目の記事です。 はじめに こんにちは、イノベーションセンターの鈴ヶ嶺(@suzu_3_14159265)です。普段は、クラウド・ハイブリッドクラウド・エッジデバイスなどを利用したAI/MLシステムに関する業務に従事しています。本日は、Rustで動的メモリ確保(dynamic mem…
GitHub – lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust
Lapce Lightning-fast and Powerful Code Editor written in Rust About Lapce is written in pure Rust, with UI in Druid. It’s using Xi-Editor’s Rope Science for text editing, and using Wgpu for rendering. Features Modal Editing (Vim like) support as first class citizen (can be turned off as well) Bui…
Rustで始めるVulkan Raytracing
rust-gpuとashでレイトレーシングします
RustがLinuxカーネルの第2言語の地位にじわり接近
2022年には、Mozillaの開発するプログラミング言語「Rust」がLinuxカーネルで使用され始めることになりそうです。LinuxカーネルにRustを扱うための初期サポートとインフラを導入するための第二弾パッチが送 […]
GitHubがコード検索を強化。正規表現対応、プログラミング言語別、組織やリポジトリ、ファイルパスなど範囲指定、高速な結果表示
GitHubがコード検索を強化。正規表現対応、プログラミング言語別、組織やリポジトリ、ファイルパスなど範囲指定、高速な結果表示 GitHubは検索機能を刷新し、新たに強化したコード検索機能「https://cs.github.com」のテクノロジープレビューを公開しました。 Check out the technology preview for GitHub code search,…
M5Stamp-C3 Mate で始める組込み「std」Rust プログラミング – 低レイヤ強くなりたい組込み屋さんのブログ
このエントリは Rust Advent Calendar 2021 3 の5日目として書きました。 qiita.com はじめに みなさん組込み Rust やっていますか?はい、やっていますね。息を吸うように日常的にやっているはずです。今年はなんと組込み Rust にフィーチャーした「基礎から学ぶ組込みRust」 という書籍も出版されており、もはや組込み…
フロントエンドエンジニアがWASM(Rust)でWebアプリを作ってみた
この記事について この記事はアドベントカレンダー2021 Rust 四日目の記事です 概要 フロントエンドエンジニアである筆者がWASM(Rust)でWebアプリを作ってみたので、 その際の技術選定(主にビルド・開発補助周り)について 作ってみた雑感、特に「ぶっちゃけフロントエンドRust[1]ってどうなの?」という点 について…