TECH |
Engadget Japanese |
EU、スマホ充電端子を「USB-C」に統一する法案 Lightningに存続危機 |
https://japanese.engadget.com/europe-proposes-usb-c-as-a-common-charger-for-electronic-devices-204111166.html
|
iphone |
2021-09-23 20:41:11 |
TECH |
Engadget Japanese |
2010年9月24日、明るくなったプロジェクター内蔵コンデジ「COOLPIX S1100pj」が発売されました:今日は何の日? |
https://japanese.engadget.com/today-203020913.html
|
coolpixspj |
2021-09-23 20:30:20 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] “シャッター音が消せない”日本のiPhone、海外に持っていけば鳴らない設定可能に iOS 15で |
https://www.itmedia.co.jp/news/articles/2109/24/news066.html
|
iphone |
2021-09-24 05:22:00 |
Google |
カグア!Google Analytics 活用塾:事例や使い方 |
RadiotalkからSpotifyへ配信できないとき手動で連携させる方法。RadiotalkはRSS連携ができるから、配信先をどんどん増やすといいです。 |
https://www.kagua.biz/marke/podcast/20210924a1.html
|
RadiotalkからSpotifyへ配信できないとき手動で連携させる方法。 |
2021-09-23 21:00:01 |
AWS |
AWS Marketplace |
Automate multi account observability in AWS using Cribl and AWS Control Tower |
https://aws.amazon.com/blogs/awsmarketplace/automate-multi-account-observability-in-aws-using-cribl-and-aws-control-tower/
|
Automate multi account observability in AWS using Cribl and AWS Control TowerHaving a multi account strategy is a best practice to achieve higher isolation of resources It also helps to meet regulatory and compliance needs track operational costs and add an extra layer of security AWS Control Tower uses AWS best practices to establish a well architected multi account baseline and also enables governance across your AWS accounts Many … |
2021-09-23 20:31:58 |
AWS |
AWS Big Data Blog |
Integral Ad Science secures self-service data lake using AWS Lake Formation |
https://aws.amazon.com/blogs/big-data/integral-ad-science-secures-self-service-data-lake-using-aws-lake-formation/
|
Integral Ad Science secures self service data lake using AWS Lake FormationThis post is co written with Mat Sharpe Technical Lead AWS amp Systems Engineering from Integral Ad Science Integral Ad Science IAS is a global leader in digital media quality The company s mission is to be the global benchmark for trust and transparency in digital media quality for the world s leading brands publishers and platforms IAS … |
2021-09-23 20:47:53 |
AWS |
AWS - Webinar Channel |
Experiment Faster with Low-Code / No-Code Machine Learning Tools from AWS - AWS Online Tech Talks |
https://www.youtube.com/watch?v=GG1CsryLOFw
|
Experiment Faster with Low Code No Code Machine Learning Tools from AWS AWS Online Tech TalksThe Machine Learning ML journey requires continuous experimentation and rapid prototyping to be successful In order to create highly accurate and performant models data scientists have to first experiment with feature engineering model selection and optimization techniques These processes are traditionally time consuming and expensive In this tech talk data scientists will learn how the low code no code capabilities found in Amazon SageMaker Data Wrangler Autopilot and Jumpstart make it easier to experiment faster and bring highly accurate models to production more quickly and efficiently Learning Objectives Learn how to simplify the process of data preparation and feature engineering and complete each step of the data preparation workflow Understand how to automatically build train and tune the best machine learning models based on your data while allowing you to maintain full control and visibility Get started with ML easily and quickly using pre built solutions for common use cases and open source models from popular model zoos To learn more about the services featured in this talk please visit |
2021-09-23 20:36:16 |
AWS |
AWS - Webinar Channel |
A Technical Introduction to Amazon DocumentDB Global Clusters and Cross Region Replication |
https://www.youtube.com/watch?v=B7kvxjlwXQM
|
A Technical Introduction to Amazon DocumentDB Global Clusters and Cross Region ReplicationCritical workloads with a global footprint have strict availability requirements and may need to tolerate a region wide outage In this tech talk we will show how to run critical global workloads in Amazon DocumentDB with MongoDB compatibility by automatically replicating data across multiple AWS regions with sub second latencies using Amazon DocumentDB Global Clusters Amazon DocumentDB is a highly scalable and fully managed document database service Amazon DocumentDB now offers Global Clusters to provide disaster recovery from region wide outages and enable low latency global reads Learning Objectives Learn how Amazon DocumentDB Global Clusters enables you to deploy a cluster that spans up to AWS regions with little to no impact on performance Learn how Amazon DocumentDB Global Clusters enables low latency global reads and provides disaster recovery for region wide outages with a very low Recovery Time Objective RTO Learn how to get started with Amazon DocumentDB Global Clusters today To learn more about the services featured in this talk please visit |
2021-09-23 20:36:06 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Node.js のビルドツール「esbuild」について! |
https://qiita.com/kamikawa_iteek/items/7c6210fc97aaf8878536
|
また、Goは、コンパクトにしてメモリに保存するため、より効率的にメモリを使用できる。 |
2021-09-24 05:12:23 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
数あてゲームと'break'outsideloop |
https://teratail.com/questions/361039?rss=all
|
数あてゲームとxbreakxoutsideloop前提・実現したいこと数当てゲーム、ヒットアンドブローで間違っていても繰り返し遊べるようにしたい。 |
2021-09-24 05:48:46 |
海外TECH |
DEV Community |
Test-driven Development: códigos limpos e prontos para implementação! |
https://dev.to/fireworkweb/test-driven-development-codigos-limpos-e-prontos-para-implementacao-4e09
|
Test driven Development códigos limpos e prontos para implementação A sigla TDD significa Test driven Development ou Desenvolvimento dirigido orientado a testes São várias as tecnologias e processos para testar os componentes de uma solução de software corretamente alguns visam testar a integração entre esses componentes enquanto outros visam testar cada componente de maneira isolada O TDD éuma dessas metodologias que auxiliam a aplicar testes no nosso código de forma mais granular Descoberto ou criado em pelo kent Beck o pai do XP Extreme Programming o TDD se baseia essencialmente em testes unitários ou seja que testam a menor unidade de uma aplicação o que normalmente nas linguagens estruturadas orientadas a objetos funcionais são os métodos ou as funções A premissa principal quando a gente vai implementar o TDD éescrever o teste antes do código Isso mesmo escrever o teste antes mesmo do código existir Pode parecer estranho e alguns desenvolvedores podem considerar o TDD uma perda de tempo porém o Test driven Development traz diversas vantagens a primeira delas éque vocêdesenvolve facilmente um código limpo Segundo Robert Martin mais conhecido como Uncle Bob um dos signatários originais do Manifesto Ágil em e autor do livro Clean Code quando vocêdesenvolve um teste antes de desenvolver um código vocêdesenvolve um código fácil de ser testado e consequentemente desenvolve um código muito mais limpo A razão disso éque seguindo o TDD vocêreduz naturalmente os acoplamentos da sua aplicação ENTENDA DO PROCESSO DE TEST DRIVEN DEVELOPMENT Pra ficar mais fácil entender veja como funciona a implementação O processo do Test driven Development se baseia na repetição de um ciclo de desenvolvimento e testes em fases fase vermelha verde e refatoração Na fase vermelha vocêescreveráum teste unitário que ao ser executado iráfalhar pois o código em si ainda não existe Depois na fase verde vocêdeve implementar um código que seja suficiente para passar no teste unitário recém escrito Na terceira fase vocêfaz a refatoração do código melhorando a leitura eliminando redundâncias e adotando boas práticas Assim fica mais fácil entender como o ciclo do TDD nos ajuda a projetar um código mais limpo e nos motiva a sempre limpar nosso código Afinal estamos atrelados a este ciclo de testes e refatoração Segundo Uncle Bob vocêestarásempre alternando entre escrever seus testes e escrever seus códigos portanto estaráconstantemente testando de forma rápida e tudo sempre estaráfuncionando No final como seu código estásendo desenvolvido e orientado a testes vocêreduz os bugs e o seu tempo gasto em debug Além disso o TDD éuma forma de documentar como cada parte do sistema funciona de uma forma clara para que outros programadores interpretem facilmente Uncle Bob ainda diz que além de todas as outras vantagens a real razão para se implementar o TDD éque assim que seu código passa por esse ciclo de desenvolvimento e teste ele estarápronto para implementação MANUAL DO DEV TDDConfira este conteúdo em vídeo no Manual do Dev com a desenvolvedora Julia Reche O que achou do artigo Conta para gente nos comentários Aprenda mais nos nossos canais digitais Site Youtube Insta fireworkwebFace fireworkwebLinkedin Firework Web amp Mobile |
2021-09-23 20:49:26 |
海外TECH |
DEV Community |
Why Docker is eating your disk space |
https://dev.to/juhanakristian/why-docker-is-eating-your-disk-space-1g69
|
Why Docker is eating your disk spaceI learned recently in less than ideal circumstances that Docker doesn t do any log rotation by default So if you re running your application in production with Docker and using Docker s default logging driver you might be awakened some night at AM to fix a service outage when you can barely think straight The default logging driver is json file which caches the container logs as JSON In practice this means Docker is writing all the container stdout and stderr to a JSON file located in the host systems var lib docker containers folder You can find out the locations and sizes of these log files with docker inspect You might need to run this with sudo du h docker inspect format LogPath docker ps qa If you need to delete logs of a container before continuing you can use echo to overwrite them as empty This might require stopping the containers first echo gt docker inspect format LogPath container name Changing the default logging driverYou can change the default logging driver by adding a configuration for it in etc docker daemon json Docker supports multiple logging drivers but the simplest solution to our disk gorging logs problem is to use the local driver The official Docker documentation explicitly refers to using it to prevent disk exhaustion Let s create a basic config for local logging driver log driver local log opts max size m max file We are defining the logging driver with log driver and setting the maximum size of a log file before it is rolled This means when the file reaches megabytes a new file is created and the old one is archived max file is here set to so at any point in time there will be only three log files stored When the third file reaches megabytes a new file is created and the oldest log file is deleted Next we need to reload the config for the Docker daemon The Docker documentation suggests we can use SIGHUP signal to reload the configuration Unfortunately this doesn t work on all configuration options with logging driver being one of them This means we will have to restart the Docker daemon to reload the config The command for restarting the daemon depends on the system it s running on On Linux systems using systemd docker daemon can be restarted using the service command service docker restartNow if we check the logging driver currently in use with info it should print localdocker info format LoggingDriver Now we have changed the default logging driver but if we have running containers this is not enough The configuration change will only affect new containers This means we will have to recreate all our existing containers Depending on your setup you can do this using docker compose or by running docker builddocker compose up d force recreateIf you re using docker compose and get an warning WARNING no logs are available with the local log driver when you re trying to read logs from a container it means you re running an older version of docker compose which doesn t support local logging driver Try upgrading your docker compose Further readingDocker logging driversConfiguring local driverPhoto by Fernando Lavin on Unsplash |
2021-09-23 20:08:11 |
海外TECH |
Engadget |
The original Surface Duo will get Android 11 by the end of this year |
https://www.engadget.com/microsoft-surface-duo-android-11-update-203521352.html?src=rss
|
The original Surface Duo will get Android by the end of this yearIf you re the early adopter sort who bought the original Surface Duo you ll soon get an Android update ーif not the one you d expect in late Microsoft told The Verge in a statement that it expected to upgrade the first Duo to Android quot before the end of this year quot The company didn t say what to expect with the update although it wouldn t be surprising if some Surface Duo features carried over to the older dual screen phone Android on the Duo refines the multitasking experience such as prioritizing the right hand screen Google s OS also includes generally improved support for dual screen devices potentially improving support for third party apps You might also see Microsoft iron out the Duo s still buggy software although that s not guaranteed The issue as you might guess is the timing Microsoft is delivering Android right as Google is close to releasing Android Surface Duo owners will still be roughly a year behind their counterparts with conventional phones That s understandable given the challenges of supporting a dual screen device but it won t be much consolation to Duo users wanting to try the latest Android features |
2021-09-23 20:35:21 |
海外TECH |
Engadget |
Clubhouse's Wave feature makes it easier for users to create private rooms |
https://www.engadget.com/clubhouse-wave-now-available-202548914.html?src=rss
|
Clubhouse x s Wave feature makes it easier for users to create private roomsWell that didn t take long Less than a week after developer Jane Manchun Wong discovered Clubhouse was working on a new feature called Wave that functionality is now available to all users on both Android and iOS Wave allows you to invite your friends to a private audio room You can start using the feature by expanding the Hallway sidebar and tapping the wave emoji next to someone s name There are over k rooms opened every day on Clubhouse Yes that includes the big moments you see in the news ーbut it s also lots of lovely small rooms between friends So we built a new feature to make those casual chats even easier Say hello to Wave pic twitter com ACBbAxWーClubhouse Clubhouse September Once you tap the icon Clubhouse will send your friends a notification they can use to tell you whether they re ready to join a conversation You can invite as many people as you want and once everyone is ready to chat Clubhouse will create a private room for your group You can open the space at any time to more people if you want to expand the conversation If you push the app to the background the app will pause your invites so that you don t get pulled into a conversation without realizing it Now that it s here we can t wait for Facebook and Twitter to copy Wave much like they did Clubhouse itself |
2021-09-23 20:25:48 |
海外TECH |
WIRED |
A New Formula May Help Black Patients' Access to Kidney Care |
https://www.wired.com/story/new-formula-help-black-patients-access-kidney-care
|
black |
2021-09-23 20:23:41 |
ニュース |
BBC News - Home |
Sabina Nessa: Murder arrest as police issue CCTV appeal |
https://www.bbc.co.uk/news/uk-england-58671588?at_medium=RSS&at_campaign=KARANGA
|
appeala |
2021-09-23 20:46:28 |
ニュース |
BBC News - Home |
UK Covid vaccine rules cause hesitancy - Africa health boss |
https://www.bbc.co.uk/news/world-africa-58663636?at_medium=RSS&at_campaign=KARANGA
|
africa |
2021-09-23 20:51:20 |
ニュース |
BBC News - Home |
Why are so many Haitians at the US-Mexico border? |
https://www.bbc.co.uk/news/world-us-canada-58667669?at_medium=RSS&at_campaign=KARANGA
|
texas |
2021-09-23 20:43:36 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
元オリンパス子会社JMDCが8年で「企業価値200倍」の4500億円!急成長の理由 - 目指せGAFA! メガベンチャー番付 |
https://diamond.jp/articles/-/282307
|
|
2021-09-24 05:25:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
医学部を「数学・理科なし」で受験できるお得な大学とは?2科目で受験OKな大学も! - 医学部&医者2021 入試・カネ・最新序列 |
https://diamond.jp/articles/-/282325
|
|
2021-09-24 05:20:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
医学部に資金・学力不足でも入れる裏ワザ!?「同窓会枠」や拡大予定の「地域枠」の狙い方 - 医学部&医者2021 入試・カネ・最新序列 |
https://diamond.jp/articles/-/282324
|
医学部に資金・学力不足でも入れる裏ワザ「同窓会枠」や拡大予定の「地域枠」の狙い方医学部医者入試・カネ・最新序列卒業後、地域医療に従事する代わりに、学費が貸与される「地域枠」。 |
2021-09-24 05:15:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
中外製薬の施設工事現場でコロナ感染、厳格ルールでも防げなかった理由 - Diamond Premium News |
https://diamond.jp/articles/-/282881
|
diamondpremiumnews |
2021-09-24 05:10:00 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
東京エレクトロンの四半期4割超増収が数字以上に「すごい」ワケ - ダイヤモンド 決算報 |
https://diamond.jp/articles/-/282880
|
|
2021-09-24 05:05:00 |
ビジネス |
電通報 | 広告業界動向とマーケティングのコラム・ニュース |
JAXAの門を、たたいてみよう |
https://dentsu-ho.com/articles/7902
|
thinkspaceli |
2021-09-24 06:00:00 |
北海道 |
北海道新聞 |
自民党総裁選 外交・安全保障 対話と協調 議論の軸に |
https://www.hokkaido-np.co.jp/article/592357/
|
安倍晋三 |
2021-09-24 05:05:00 |
ビジネス |
東洋経済オンライン |
ドラッグ2位のツルハ「イオン離れ」が進む背景 イオン会長の岡田元也氏が社外取締役を退任 | 専門店・ブランド・消費財 | 東洋経済オンライン |
https://toyokeizai.net/articles/-/455681?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
岡田元也 |
2021-09-24 05:30:00 |
コメント
コメントを投稿