きになるなるなる
@iwate's bookmarks
-
違法素数 (Illegal prime) とは、違法となるような情報を含む違法数 (Illegal number) であり、かつ素数である。特に DeCSSのソースコードを含む素数を指し、違法素数を公開することは2001年5月30日から2004年1月22日の間は デジタルミレニアム著作権法に基づき違法となる可能性があった。…
-
クレディセゾンでDXを進めてきた5年間を振り返る|小野 和俊
はじめに クレディセゾンに来てちょうど5年が経ったので、これまでの取り組みをまとめてみようかと思う。書き進めていくうちにとても長くなってしまったので1年につき3トピックに絞ってあとはカットした。それでも5年分なこともありかなり長くなったので、目次から各トピックに飛んでもらえればと思う。社内の関係者も読むかもしれず、「自分のやったことが載ってない!」と思うこともあるかもしれないが、内製開発案件だけでも53案件あり全部載せるととんでもない量になるので許してほしい。それから、振り返ってまとめると退職すると勘違いされるかもしれないけれど、退職するわけではありません! 2019年:ゼロからの
-
Windowsでもようやく利用できるようになった「Sudo」コマンドを早速体験 - やじうまの杜 - 窓の杜
「やじうまの杜」では、ニュース・レビューにこだわらない幅広い話題をお伝えします。
-
roboflow/supervision: We write your reusable computer vision tools. 💜
We write your reusable computer vision tools. 💜. Contribute to roboflow/supervision development by creating an account on GitHub.
-
Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective...
-
家族アルバム みてねで直面してきた技術的負債 / MIXI KAG 2024
2024.3.22(金) SRE観点での技術負債 懺悔会 2024 https://mixi.connpass.com/event/312191/
-
The most efficient way to pack files.
-
Google、PDF論文を劇的に読みやすくするChrome拡張「Google Scholar PDF Reader」 | TECH+(テックプラス)
米GoogleがPDF論文閲覧用のChrome拡張「Google Scholar PDF Reader」をリリースした。各セクションにジャンプできる目次を自動作成し、引用番号から参考文献のプレビューがポップアップするなど、PDF論文を読みやすくする。
-
OpenInterpreter/01: The open-source language model computer
The open-source language model computer. Contribute to OpenInterpreter/01 development by creating an account on GitHub.
-
Github issueをアサインしたらコード修正&PR出すAI Agentをつくる | DevelopersIO
Introduction 先日Devinが発表されました。 課題を与えると、自律的に情報収集・コーディング・デバッグ等 システム構築をやってくれるすごいAIだそうです。 ここまでやらなくても、Agent用アカウントにGi …
-
自律型AIソフトウェアエンジニア「Devin」発表。課題から情報収集して環境構築・ビルド・デプロイまで | テクノエッジ TechnoEdge
AIスタートアップのCognitionが自律型のAIソフトウェアエンジニア「Devin」を発表した。Devinは人間と同様にコードエディタやコンソール、Webブラウザを用いて情報を参照し、コーディングやデバッグ作業を自律的に行える能力を持つようだ。
-
Cyber Apocalypse CTF 2024 - Rev Writeup - - NFLabs. エンジニアブログ
TL;DR 2024/03/09 ~ 03/14 にかけて行われた Cyber Apocalypse 2024: Hacker Royale の Writeup 記事です QuickScan, MazeOfPower の Rev. 問2つあります ctf.hackthebox.com はじめに 皆さまこんにちは @st…
-
Evaluating Garnet's Performance Benefits | Garnet
We have tested Garnet thoroughly in a variety of deployment modes:
-
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication feat...
-
SEO予算の承認をもらうデータとROI: 海外SEOの事業計画策定3つのステップ(後編) | Moz - SEOとインバウンドマーケティングの実践情報 | Web担当者Forum
海外SEOの価値を証明する事業計画の立て方を解説。この記事では、3つのステップのうち、残り2つを紹介する。
-
-
xai-org/grok-1: Grok open release
Grok open release. Contribute to xai-org/grok-1 development by creating an account on GitHub.
-
This document describes Oblivious HTTP, a protocol for forwarding encrypted HTTP messages. Oblivious HTTP allows a client to make multiple requests to an origin server without that server being able to link those requests to the client or to identify the requests as having come from the same client, while placing only limited trust in the nodes used to forward the messages.
-
「Windows 11 バージョン 22H2」以降ならタダ ~iPhoneのHEIC写真をWindowsで扱う方法 - やじうまの杜 - 窓の杜
「やじうまの杜」では、ニュース・レビューにこだわらない幅広い話題をお伝えします。
-
Cranelift code generation comes to Rust [LWN.net]
Cranelift is an Apache-2.0-licensed code-generation backend being developed as part of the Wasmtime runtime for WebAssembly. In October 2023, the Rust project made Cranelift available as an optional component in its nightly toolchain. Users can now use Cranelift as the code-generation backend for debug builds of projects written in Rust, making it an opportune time to look at what makes Cranelift different. Cranelift is designed to compete with existing compilers by generating code more quickly than they can, thanks to a stripped-down design that prioritizes only the most important optimizations.