はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ In this

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 25 / 35件)

FOSDEM 2024 - Fast JavaScript with Data-Oriented Design

2024/02/12 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip FOSDEM 2024 Schedule events

FOSDEM 2024/Schedule/Events/Developer rooms/Web Performance/Fast JavaScript with Data-Oriented Design Let’s squeeze the last bits of performance out of JS so that we can crunch massive amounts of data! In this presentation I will describe what I learned while optimizing the Firefox Profiler. The ... 続きを読む

PyTorch の基礎 - Learn

2021/06/23 このエントリーをはてなブックマークに追加 108 users Instapaper Pocket Tweet Facebook Share Evernote Clip module learn Frameworks We'll

In this module, you will get an introduction to Computer Vision using one of the most popular deep learning frameworks, PyTorch! We'll use image classification tasks to learn about convolutional neural networks, and then see how pre-trained networks and transfer learning can improve our models an... 続きを読む

When to use HTTPS for local development

2021/01/28 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip when to use Development https

When to use HTTPS for local development Using http://localhost for local development is fine most of the time, except in some special cases. This post explains when you need to run your local development site with HTTPS. Also see: How to use HTTPS for local development. In this post, statements a... 続きを読む

How to use HTTPS for local development

2021/01/26 このエントリーをはてなブックマークに追加 673 users Instapaper Pocket Tweet Facebook Share Evernote Clip How To Use https POST

How to use HTTPS for local development Sometimes, you need to run your local development site with HTTPS. Tools and tips to do this safely and quickly. In this post, statements about localhost are valid for 127.0.0.1 and [::1] as well, since they both describe the local computer address, also cal... 続きを読む

How to Build a Fullstack App with Next.js, Prisma, and PostgreSQL - Vercel Guides

2021/01/06 このエントリーをはてなブックマークに追加 57 users Instapaper Pocket Tweet Facebook Share Evernote Clip Prisma Guide PostgreSQL you'll

How to Build a Fullstack App with Next.js, Prisma, and PostgreSQLCreate a fullstack application with Next.js, Prisma, PostgreSQL, and deploy to Vercel. Prisma is a next-generation ORM that can be used to acccess a database in Node.js and TypeScript applications. In this guide, you'll learn how to... 続きを読む

Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine - Articles

2020/12/26 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip articles vaccine POST

Reverse Engineering the source code of the BioNTech/Pfizer SARS-CoV-2 Vaccine Welcome! In this post, we’ll be taking a character-by-character look at the source code of the BioNTech/Pfizer SARS-CoV-2 mRNA vaccine. I want to thank the large cast of people who spent time previewing this article for... 続きを読む

Windows Defenderにひそかに追加された新機能をセキュリティ研究者が憂慮する - ソフトアンテナブログ

2020/09/05 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip Windows Defender セキュリティ研究者 憂慮

Windows 10のデフォルトのアンチウイルスソフト「Windows Defender」にひっそりと新機能が追加され、この機能がセキュリティ研究者の憂慮を招いていることがわかりました(BleepingComputer)。 Well, you can download a file from the internet using Windows Defender itself. In this example, I was able to download... 続きを読む

ARM64 Performance in .NET 5 | .NET Blog

2020/09/03 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip NET Blog NET 5 TEAM POST

The .NET team has significantly improved performance with .NET 5, both generally and for ARM64. You can check out the general improvements in the excellent and detailed Performance Improvements in .NET 5 blog by Stephen. In this post, I will describe the performance improvements we made specifica... 続きを読む

[レポート]DevOps essentials: CI/CDの入門ワークショップ #DOP201 #reinvent | Developers.IO

2020/01/25 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip reinvent Session AWS re レポート 現地

本ブログはAWS re:Invent 2019のワークショップ『DevOps essentials: Introductory workshop on CI/CD practices』のレポートです。 現地でワークショップに参加はできていませんでしたが、ワークショップの資料が公開されていたので実際にやってみました。 セッション概要 In this session, learn how to effectively l... 続きを読む

[レポート] AWS LambdaとJavaのベストプラクティス #SVS403 #reinvent | Developers.IO

2019/12/30 このエントリーをはてなブックマークに追加 17 users Instapaper Pocket Tweet Facebook Share Evernote Clip Session reinvent ベストプラクティス 動画

SVS403 : Best practices for AWS Lambda and Java はじめに この記事はSVS403 Best practices for AWS Lambda and Javaのセッションレポートです。 スライドと動画はそれぞれ下記で公開されています。 スライド 動画 セッション概要 In this session, we follow a customer’s journey as they optimize an AWS Lambda f... 続きを読む

New – Import Existing Resources into a CloudFormation Stack | AWS News Blog

2019/11/13 このエントリーをはてなブックマークに追加 23 users Instapaper Pocket Tweet Facebook Share Evernote Clip New way AWS News Blog

AWS News Blog New – Import Existing Resources into a CloudFormation Stack With AWS CloudFormation, you can model your entire infrastructure with text files. In this way, you can treat your infrastructure as code and apply software development best practices, such as putting it under version contr... 続きを読む

Rust: imperative language 2.0 - Speaker Deck

2019/11/12 このエントリーをはてなブックマークに追加 28 users Instapaper Pocket Tweet Facebook Share Evernote Clip rust References Speaker Deck

Although Rust incorporates many methodologies from functional programming, it can rather be "an imperative programming language 2.0", considering its familiarity with mutable references. In this talk, I'll describe Rust in terms of mutable references. Rustは関数型プログラミングの手法を多く取り入... 続きを読む

AWS Cloud Development Kit (CDK) – TypeScript and Python are Now Generally Available | AWS News Blog

2019/07/11 このエントリーをはてなブックマークに追加 97 users Instapaper Pocket Tweet Facebook Share Evernote Clip CDK Practices way

AWS News Blog AWS Cloud Development Kit (CDK) – TypeScript and Python are Now Generally Available Managing your Infrastructure as Code provides great benefits and is often a stepping stone for a successful application of DevOps practices. In this way, instead of relying on manually performed step... 続きを読む

Kubernetes on Azure のチュートリアル - アプリケーションの準備 | Microsoft Docs

2018/04/04 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip チュートリアル アプリケーション Tutorial 準備 うち

チュートリアル:Azure Kubernetes Service (AKS) 用のアプリケーションの準備Tutorial: Prepare an application for Azure Kubernetes Service (AKS) 12/19/2018 7 つのパートのうちの 1 番目であるこのチュートリアルでは、複数コンテナー アプリケーションを Kubernetes で使用する準備をします。In this tutorial, pa... 続きを読む

[1708.07120] Super-Convergence: Very Fast Training of Residual Networks Using Large Learning Rates

2017/08/24 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip Abstract title Paper

Title: Super-Convergence: Very Fast Training of Residual Networks Using Large Learning Rates Abstract: In this paper, we show a phenomenon where residual networks can be trained using an order of magn... 続きを読む

EPYC confirmed to suffer from the segfault issue. AMD, we *need* an official statement : Amd

2017/08/07 このエントリーをはてなブックマークに追加 6 users Instapaper Pocket Tweet Facebook Share Evernote Clip need industry AMD Rumors

General Information Welcome to /r/AMD ! In this subreddit, we discuss and share news, rumors, ideas, and knowledge relating to AMD, their hardware and software products, and the silicon industry. Plea... 続きを読む

Obscure at home, 'Texas Daddy' is a right-wing darling in Japan | Reuters

2016/02/08 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip Reuters

Obscure at home, 'Texas Daddy' is a right-wing darling in Japan Former telephone company employee Tony Marano is seen at a speaking engagement in Toyko in 2015, in this handout picture courtesy of Aki... 続きを読む

グーグルの書籍電子化、著作権法に違反せず=NY連邦高裁 | Reuters

2015/10/16 このエントリーをはてなブックマークに追加 41 users Instapaper Pocket Tweet Facebook Share Evernote Clip Technology Reuters グーグル 書籍電子化

Technology | 2015年 10月 17日 03:51 JST グーグルの書籍電子化、著作権法に違反せず=NY連邦高裁 People are silhouetted as they pose with laptops in front of a screen projected with a Google logo, in this picture illustration taken ... 続きを読む

Bet you can't tell whether or not the girl in this picture is real

2015/10/15 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Bet you can't tell whether or not the girl in this picture is real This is either the school portrait of a teenage girl named Saya or it's the single best photorealistic CGI rendering I've come across... 続きを読む

[1404.3606] PCANet: A Simple Deep Learning Baseline for Image Classification?

2014/05/15 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip Abstract title work

Title: PCANet: A Simple Deep Learning Baseline for Image Classification? Abstract: In this work, we propose a very simple deep learning network for image classification which comprises only the very b... 続きを読む

【韓国船沈没】大量犠牲の原因は「儒教文化」? 欧米の指摘に反発の声も

2014/05/12 このエントリーをはてなブックマークに追加 16 users Instapaper Pocket Tweet Facebook Share Evernote Clip 反発 韓国船沈没 欧米 指摘 April

【韓国船沈没】大量犠牲の原因は「儒教文化」? 欧米の指摘に反発の声も The Huffington Post |  投稿日: 2014年05月13日 06時56分 JST  |  更新: 2014年05月13日 06時56分 JST JINDO-GUN, SOUTH KOREA - APRIL 16: In this screen shot handout of helicopter camera... 続きを読む

Amazing Mobile App UI Designs with Ultimate UX | Inspiration | Graphic Design Junction

2014/05/08 このエントリーをはてなブックマークに追加 36 users Instapaper Pocket Tweet Facebook Share Evernote Clip Inspiration

55 Amazing Mobile App UI Designs with Ultimate User Experience Beautiful, modern Mobile app UI design is right here. In this roundup we’re sharing 55 amazing mobile app UI designs with ultimate User e... 続きを読む

アメリカのテクノロジー業界の世界展開を脅かす「スノーデン効果」とは?

2014/01/26 このエントリーをはてなブックマークに追加 44 users Instapaper Pocket Tweet Facebook Share Evernote Clip テクノロジー業界 JST アメリカ 世界展開 更新

アメリカのテクノロジー業界の世界展開を脅かす「スノーデン効果」とは? 投稿日: 2014年01月26日 12時41分 JST  |  更新: 2014年01月26日 12時49分 JST FILE - In this file image made from video released by WikiLeaks on Friday, Oct. 11, 2013, former National ... 続きを読む

Gmail スケールの効率的メモリ管理 - HTML5 Rocks

2013/12/12 このエントリーをはてなブックマークに追加 270 users Instapaper Pocket Tweet Facebook Share Evernote Clip Gmail スケール メモリ管理 HTML5 Rocks 機能

Your browser may not support the functionality in this article. はじめに JavaScriptはガベージコレクションによる自動メモリ管理の機能を備えますが、アプリケーションが効率的なメモリ管理を全くせずに済むわけではありません。それどころか、JavaScriptで書かれたアプリケーションは、メモリリークやメモリの肥大化等、ネイティブア... 続きを読む

The 15 best gems for ruby on rails web applications | DevInterface Blog

2013/12/02 このエントリーをはてなブックマークに追加 77 users Instapaper Pocket Tweet Facebook Share Evernote Clip Web Applications

In this post I will share the technology stack that we use in DevInterface in order to create Ruby on Rails web applications. From my point of view, the gems that I’ll show later in this article repre... 続きを読む

 
(1 - 25 / 35件)