投稿時間:2021-04-26 23:45:51 RSSフィード2021-04-26 23:00 分まとめ(65件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… Appleの「iCloudメール」で障害が発生中 https://taisy0.com/2021/04/26/139707.html apple 2021-04-26 13:41:38
IT 気になる、記になる… 「Apple TV」、ようやく中国でも販売開始か https://taisy0.com/2021/04/26/139701.html apple 2021-04-26 13:25:02
AWS AWS Compute Blog Operating Lambda: Performance optimization – Part 1 https://aws.amazon.com/blogs/compute/operating-lambda-performance-optimization-part-1/ Operating Lambda Performance optimization Part This post is the first in a part series on performance optimization in Lambda It explains how the Lambda execution environment works and why cold starts occur 2021-04-26 13:57:09
AWS AWS Compute Blog Getting started with serverless for developers: Part 3 – The front door https://aws.amazon.com/blogs/compute/getting-started-with-serverless-for-developers-part-3-the-front-door/ Getting started with serverless for developers Part The front doorThis blog post is part of Getting started with serverless for developers helping developers to start building serverless applications from their IDE In the previous post I introduce AWS Lambda and show how functions are designed to run business logic for serverless applications In this blog post you see how to access that business … 2021-04-26 13:32:17
python Pythonタグが付けられた新着投稿 - Qiita ラマヌジャンの公式で円周率を計算してみる https://qiita.com/warai_otoco/items/eb898830a8c2dd719a0f ラマヌジャンの公式で円周率を計算してみるQuoraにGoogleのJinYamanaka氏が投稿していた、ラマヌジャンの公式を使った円周率の計算法を自分でも動かしてみた。 2021-04-26 22:49:57
python Pythonタグが付けられた新着投稿 - Qiita python のインストール手順 https://qiita.com/kakumeikatakesi/items/8776b895889f51a6335e pythonのインストール手順pythonのインストール手順MacにPythonの系をインストールするのに、ハマったのでメモphythonのインストールこちらのHomebrewpyenvを使用した手順でインストールを行うHomebrewとpyenvのインストールは略ターミナルで下記コマンドを実行して、最初にインストール可能なヴァージョンの確認pyenvinstalllist実行結果Availableversions・・・今回はをインストールしたいので、下記を実行pyenvinstall成功↓pythonbuilduseopensslfromhomebrewpythonbuildusereadlinefromhomebrewDownloadingPythontarxzgtInstallingPythonpythonbuildusereadlinefromhomebrewpythonbuildusezlibfromxcodesdkInstalledPythontopath念の為、versionsの確認pyenvversions↓のようにインストールしたversionsが出ていればよいsystemsetbypathインストールしただけでは、適用されないので、下記コマンドを実行pyenvglobal実行したら、versionの確認pythonversion↓mac標準のversionsのまま。 2021-04-26 22:29:59
python Pythonタグが付けられた新着投稿 - Qiita tensorflow 2.x model.predictのメモリーリーク https://qiita.com/hiroq/items/7750c2838844ad5355ec 疑似コードとしては以下のように修正forxindatasetypredmodepredctx明示的に削除とGCdelypredypredNonegccollect結果としては、多少数ループ改善したものの回のループ回したい要件としてはNG対策うまく行ったパターン参考にしたのは、↓にリンクされていたgithubのissueをよく読んでみました。 2021-04-26 22:15:45
js JavaScriptタグが付けられた新着投稿 - Qiita Amazon API Gatewayを使ってリアルタイムkintone https://qiita.com/edamame-peperoncino/items/fafcc1c4614366a26823 AmazonAPIGatewayを使ってリアルタイムkintonekintoneの「一覧をリアルタイムで更新したい」「同レコードを複数人同時に編集したい」と感じることはありませんかAmazonAPIGatewayのWebSocketAPIを利用すると他ユーザーの操作をリアルタイムで検知して上述機能を作成できますしかも超簡単お手頃価格でデモ一覧をリアルタイム更新するデモです左がレコード一覧を見ている人右がレコードを追加編集している人です右の人がレコード操作すると左の人の一覧が勝手に更新されます実装方法WebSocketサンプルアプリのデプロイAWSがWebSocketのサンプルアプリを用意してくれているのでそのまま利用しますAWSアカウントがない方はAWSアカウント作成の流れを参考に作成してくださいアカウントを作成したらsimplewebsocketschatappにアクセスしますアクセスしたら右上にあるDeployボタンをクリックしますDeployボタンを押すとsimplewebsocketschatappの設定とデプロイ画面に遷移します右下の方にある「このアプリがカスタムIAMロールとリソースポリシーを作成することを承認します。 2021-04-26 22:57:32
js JavaScriptタグが付けられた新着投稿 - Qiita Cesiumと国土地理院標高タイルで3D地図をつくろう https://qiita.com/Kanahiro/items/3e7358a28684af905a19 CesiumのTerrainCesiumはインストールすればAPIkeyだとかがなくても衛星写真と地形データを使わせてくれますしかし画面内にAPIkeyが設定されていない旨は表示されます。 2021-04-26 22:51:41
js JavaScriptタグが付けられた新着投稿 - Qiita 【Javascript】Javascript/Cssでモーダルを作ってみた https://qiita.com/redrabbit1104/items/1f4c1bf68f8958ec19b5 【Javascript】JavascriptCssでモーダルを作ってみた初めにボタンを押したら周りの背景が薄暗くなり、画面の真ん中に出てくるウィンドウが気になり、javascriptとcssを使って実装してみました。 2021-04-26 22:31:54
js JavaScriptタグが付けられた新着投稿 - Qiita PAY.jpエラーハンドリング用 PAY.jpのstatusで受け取る error一覧 https://qiita.com/takuo_maeda/items/d43940e12bc1d1306753 PAYjpエラーハンドリング用PAYjpのstatusで受け取るerror一覧Errorエラーハンドリング例レスポンス例を記載errormessageUnrecognizedrequestURLGETvnotfoundstatustypeclienterrorエラーとなるリクエストには、errorというキーが含まれたエラーレスポンスが返されます。 2021-04-26 22:06:51
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Gitで存在しない(古いリモートリポジトリ)を削除したい https://teratail.com/questions/335314?rss=all nbspgitconfig 2021-04-26 22:55:02
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) TCP/IPのクライアント側のプログラミングにエラー https://teratail.com/questions/335313?rss=all クライアント側のプログラムで文字列を標準入力して送信したいです。 2021-04-26 22:53:20
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Railsにおけるインスタンス変数はController,Model,Serviceクラス,template間は共通なのか? https://teratail.com/questions/335312?rss=all Railsにおけるインスタンス変数はControllerModelServiceクラスtemplate間は共通なのか前提・実現したいこと元々Javaを開発していましたが、現在Railsを勉強しています。 2021-04-26 22:52:35
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) python sum関数でエラーについて https://teratail.com/questions/335311?rss=all pythonsum関数でエラーについて前提・実現したいこと遺伝的アルゴリズムでOneMax問題を解くプログラムをpythonで実装しようと考えています。 2021-04-26 22:38:02
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) railsにおいて戻り値がシンボルになっているのは単純に文字列として捉えればいいのか? https://teratail.com/questions/335310?rss=all railsにおいて戻り値がシンボルになっているのは単純に文字列として捉えればいいのか前提・実現したいこと元々Javaを開発していましたが、現在Railsを勉強しています。 2021-04-26 22:24:15
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Image.open内のファイル名に変数を使う。 https://teratail.com/questions/335309?rss=all filenamenbspnbspreijpg 2021-04-26 22:06:34
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 桁数や文字列による並べ替えについて https://teratail.com/questions/335308?rss=all 桁数や文字列による並べ替えについて前提・実現したいことbookテーブル一覧でカラム「number」でソートをかけるとき、桁数や文字列が含まれている時に昇順できちんと表示させたい。 2021-04-26 22:05:24
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) database.ymlにユーザ名とパスワードを設定致したのに、using password:NOというエラーが出てしまった理由は何なのでしょうか。 https://teratail.com/questions/335307?rss=all 使用機器macOSnbspBignbspSurnbspバージョンです。 2021-04-26 22:01:05
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Google Maps API】本番環境でGoogle Mapが正しく読み込まれない原因と解決法 https://qiita.com/ayalikesweb/items/8315c33d0f1583a9adaa 【GoogleMapsAPI】本番環境でGoogleMapが正しく読み込まれない原因と解決法本番環境でGoogleMapを表示できないこのページではGoogleマップが正しく読み込まれませんでした。 2021-04-26 22:21:43
AWS AWSタグが付けられた新着投稿 - Qiita ネットワークの範囲 https://qiita.com/mzmz__02/items/45282202dbb0cdeed389 2021-04-26 22:41:53
AWS AWSタグが付けられた新着投稿 - Qiita 【Google Maps API】本番環境でGoogle Mapが正しく読み込まれない原因と解決法 https://qiita.com/ayalikesweb/items/8315c33d0f1583a9adaa 【GoogleMapsAPI】本番環境でGoogleMapが正しく読み込まれない原因と解決法本番環境でGoogleMapを表示できないこのページではGoogleマップが正しく読み込まれませんでした。 2021-04-26 22:21:43
Docker dockerタグが付けられた新着投稿 - Qiita Docker runでsystemdを起動しつつスクリプトを動かす https://qiita.com/flour/items/977abe462955e4285d0b systemdが起動していないとsystemctlコマンドを使って操作するサービスを使うことができません。 2021-04-26 22:54:42
Docker dockerタグが付けられた新着投稿 - Qiita 「「Rによる機械学習」の勉強履歴(1)」後追い https://qiita.com/kaizen_nagoya/items/68170a86b1b3dd5e596b 「「Rによる機械学習」の勉強履歴」後追い「Rによる機械学習」の勉強履歴の後追いをする。 2021-04-26 22:07:42
golang Goタグが付けられた新着投稿 - Qiita go の write once, run anywhere ではない部分 https://qiita.com/Nabetani/items/5ad13a4f5c78ffa4d1b6 goのwriteoncerunanywhereではない部分これは何GoはJavaほどwriteoncerunanywhereではないことは知っているけど、どこで実装依存になるのかを知らなかったので調べてみた。 2021-04-26 22:49:14
Git Gitタグが付けられた新着投稿 - Qiita Git 小技集(2021年卯月) https://qiita.com/CinTAKE/items/608b655aad842e16f6bb 原因WindowsのGITでは、デフォルトインストールで、改行コードの自動変換が設定されている。 2021-04-26 22:03:52
Ruby Railsタグが付けられた新着投稿 - Qiita 【Google Maps API】本番環境でGoogle Mapが正しく読み込まれない原因と解決法 https://qiita.com/ayalikesweb/items/8315c33d0f1583a9adaa 【GoogleMapsAPI】本番環境でGoogleMapが正しく読み込まれない原因と解決法本番環境でGoogleMapを表示できないこのページではGoogleマップが正しく読み込まれませんでした。 2021-04-26 22:21:43
Ruby Railsタグが付けられた新着投稿 - Qiita Rails ルーティングの色々 https://qiita.com/ayanokobayashi103/items/129b3e16f0ceb6ae1d1e Railsルーティングの色々はじめにルーティングのメソッドについてふわっとした理解のままでいたので、改めて今まで使ってきたもの、プラスそのメソッド周りのオプションをまとめてみた。 2021-04-26 22:14:10
海外TECH Ars Technica China’s state rocket company unveils rendering of a Starship look-alike https://arstechnica.com/?p=1760041 spacex 2021-04-26 13:50:42
海外TECH DEV Community How Does The Web Work? https://dev.to/chuckchoiboi/how-does-the-web-work-543 How Does The Web Work Car television stove and refrigerator are the machines we use daily that are fairly simple to use These are essential tools in our lives yet most of us do not fully comprehend how they work but still it is not the end of the world We don t have to understand their mechanisms to be able to use them Computers and mobile devices are also other machines that most people know how to use but they are pretty complicated machines that are capable of doing many things Using these devices we connect to the World Wide Web www commonly known as the Web where we can access various resources such as documents audios pictures and videos The web became very simple to use despite its complexity over time and even a year old Larry can open his mom s iPad to watch his favorite cartoon on YouTube Have you ever wondered what s happening behind the scenes for someone like young Larry to go on YouTube to play the video or what the moving pieces are for you to get to a website You came to the right place Let us go over the key players of the web to do its work The history of the World Wide WebThe World Wide Web also known as the web was invented by a British computer scientist named Sir Tim Berners Lee back in His parents were computer scientists but Tim was more interested in trains growing up He got into electronics as he had to build electronic gadgets to control the trains Eventually he got more interested in electronics than trains which is how he started working on computers and software Tim became a software engineer at a physics laboratory in Switzerland named CERN after graduating from Oxford University Back then things were very manual and offline which you had to log on to different computers to get the information stored Some computers used different programs so you had two choices learn a different program on each computer to access the information or go have a coffee chat with your co worker to ask how they work With millions of computers being connected together through the internet Tim envisioned a technology to connect the world with information and proposed his idea to his supervisor at CERN Although it was never an official project his supervisor gave him time to work on the big task Tim has developed the three fundamental technologies by that are the foundation of the web today HTML URI and HTTP Over time the web has grown and Tim realized that the web s true potential would only prevail if it was accessible by anyone anywhere without any cost or permission CERN agreed to make the web free forever and announced the decision in April The web has grown ever since with the number of websites totaling Billion as of April “Had the technology been proprietary and in my total control it would probably not have taken off You can t propose that something be a universal space and at the same time keep control of it Sir Tim Berners Lee Modern Days of the WebEnough of the history lessons on the web it s time to talk about how the offspring of Tim s noble task look like today To summarize the flow of the web a browser sends an HTTP request to a server to access specific content and the server returns an HTTP response of that requested data back to the browser We will get into more detail but it looks something like this Let s go through each of the key players of the web Client Server and HTTPI spend a lot of free time watching YouTube It is probably the website I spent the most time in my life In order for me to get to the website to watch a video I go through these steps Open my computerOpen Google ChromeIn the browser I type www youtube comI get to the websiteWatch a videoIn this example I am the client who requests access to a video that is in YouTube s database YouTube is serving me by providing the web service to access the video which makes YouTube the server A client is internet connected computer hardware that uses client software like a web browser Your computer and mobile device are clients that use browsers like Chrome Firefox or Safari We often refer to the device browser and user using the device as clients Clients can request access to the content that servers store On the other hand a server is computer software and its hardware that serves clients by receiving their requests and returning responses accordingly Servers can show web pages send receive emails store files and share them or identify and authorize user accounts I like to compare a client and a server relationship as a patron and a librarian at a public library The patron can ask the librarian a book he is looking for and the librarian will respond with the location of the book if they have a copy of it Just like that a client can send a request to a server to view a web document When humans speak to each other we use a shared language and follow its grammar structure to deliver our messages across Clients and servers do the same by using Hypertext Transfer Protocol HTTP which is a request response protocol they expect from each other when exchanging data A client communicates with a server by sending an HTTP request containing information on what the client is looking for and the server responds to the client by returning an HTTP response as a result of the request HTTP requests and responses both have HTTP Header which allows clients and servers to understand each other better HTTP Headers contain information like the client s setup browser operating system browser cookie and domain name the client wants to reach HTTP response often contains the resource data that was requested and the status of the requested action to indicate if it was successful or not As the name Hypertext suggests HTTP requests and responses transfer content that is beyond just text The content could be code files like HTML CSS JavaScript or assets like images audio video documents and etc It is possible for hackers to intercept the data in the middle and see the data being exchanged though This could result in horrible outcomes logging into a bank account email or health insurance That is why Hypertext Transfer Protocol Secure HTTPS was introduced to encrypt the data With HTTPS hackers will see encrypted meaningless characters even if they were to intercept the data The data can be decrypted by using the shared secret key between the client and the server Internet TCP IP and DNSFor clients and servers to be able to communicate they connect to the global system of computer networks called the Internet We pay a monthly fee to the internet service providers ISP to be able to connect to the network The internet uses the internet protocol suite TCP IP to exchange data packets between computers These packets are fragments of data that allow data to be transferred reliably and efficiently Transferring a large file instead of packets would be inefficient as the speed of the data transfer varies based on how you are sending them optical cable copper wire or satellite It can result in an unexpected loss of data or a change in the order of the packets this is where the internet protocol suite comes into play The internet protocol suite is a communication protocol that ensures the successful exchange of data to an intended destination It consists of two protocols TCP and IP TCP stands for Transmission Control Protocol which defines the model of the data and assigns numbers to each data packet being transferred With the numbers assigned to each packet it can detect loss of data during the transfer to fix them and reassemble them in the right order as one file again Due to its complexity it makes TCP very reliable In order for data to get to the right place between computers it requires the addresses of each computer IP stands for Internet Protocol which routes data to the right location IPs are numbers of unique computer addresses with a mix of digits and periods like IPv With the web growing its size every day a new version of IP IPv was deployed to fulfill the need for more internet addresses Compared to its previous version with a bit binary IP address IPv uses a bit binary IP address which allows undecillion unique address space Here s an example of an IPv address db a ae These IP addresses are not that human readable though and we d need address books to keep all the websites IP addresses And it d be very inconvenient if we had to look up Google s IP address and type in the browser to get there every time To solve this problem the Domain Name System DNS was introduced The DNS is like the address book of the internet We purchase domains from DNS providers website addresses that are more human readable like google com youtube com or facebook com With the domains purchased for the websites the DNS provider is responsible for exchanging domain URLs to IP addresses to the clients Typical Flow of the WebWith that being said let s take a look at an example of a user accessing YouTube s home page and break down what s happening behind the scenes User opens his laptop client that is connected to the internet and opens Google Chrome browser User types in the web address www youtube com to the browser address barThe browser goes to the DNS server and exchange the web address into an IP addressThe browser uses the IP address to make an HTTP request to YouTube s server to access the website pageYouTube server looks at the HTTP request and if the requested data is found prepares the data into packets and TCP numbers each packetYouTube server responds with an HTTP response with a OK status code means the request was processed successfully to the user s browserTCP assembles the packets back to the data as a whole and the web page is displayed by parsing HTML CSS JavaScript and its assets like images and videos ConclusionImagine the world without the web Imagine doing your school projects without any access to Google just like back a couple of decades ago when things were simple without any power of the internet You would have to access offline documents like books newspapers or magazines Researchers had to fly across the country to interview the right personnel to collect data The web has made many things possible by connecting humanity all over the world to exchange information You can now watch Netflix anywhere with the internet instead of going to a Blockbuster store to rent a DVD have video chats with friends and family across the globe or simply Google any information you are looking for Especially the COVID pandemic really showed the power of the web by connecting the world regardless of the location It minimized the damage to our society by allowing remote work food delivery service and quick easy access to COVID guidelines for anyone Although you do not have to fully understand how the web works to be able to use them I hoped to provide a little bit of history and knowledge on how the web operates Feel free to comment below with additional information Thank you so much for taking time to read this blog post Follow my blog account or let s connect on LinkedIn to keep up with more tech content 2021-04-26 13:38:41
海外TECH DEV Community The Fetch API - The ultimate hacker's tool https://dev.to/leviathanprogramming/the-fetch-api-the-ultimate-hacker-s-tool-57eg The Fetch API The ultimate hacker x s toolMany of you might use the fetch API and many of you might have not even heard of it It is an extremely powerful tool that you can use to use and validate files submit get post put and delete requests and do so much more Here are some examples of what you can do with the fetch API File ValidatorTo test if a user is inputting an existing valid file that exists somewhere on the internet you can use the fetch API to see if it works or not let fileName fetch fileName then gt console log Valid File catch err gt console log File does not exist Whether you plug in an HTML file and Image URL or a JSON file you can see if it is a valid file For example if you wanted a user to put in a valid profile picture URL you can validate their image in less than ten lines of code JSON API fetching amp usingThis is one of the most common uses of the fetch API You can get the API of a site and use it For example youtube has an API for each video like Length Author Likes etc In this example I will be fetching API from a dictionary let fileName fetch fileName then response gt response json then data gt console log The definition of the word dog is data meanings definitions definition catch err gt console log File does not exist Now what I would do to view a JSON file is copy it paste it into VSCode and format it for better visibility Making AJAX requestsMaking AJAX requests is also something really amazing you can do with the fetch API Most sites have higher security levels but you can also make an ajax request from a different location if you have the right keys to do it Here s an example of making a basic ajax request document querySelector ajax form addEventListener submit function e e preventDefault const form new FormData document querySelector ajax form fetch ajax endpoint method POST body form then gt do whatever is supposed to happen e g displaying a new post etc catch err gt console log err That s pretty much all I have to say If you like my posts don t forget to follow me on dev and subscribe to me at my websiteThanks for reading Happy Coding 2021-04-26 13:29:08
海外TECH DEV Community [7] time-management tips from tech people. https://dev.to/eleftheriabatsou/7-time-management-tips-from-tech-people-lhp time management tips from tech people TL DRYou probably know these tips But you don t apply them in your real life Many of these tips are not new You heard them before I talked about them before But do you actually use them Some things are very simple yet this doesn t mean they are easy And sometimes you need to hear see read something multiple times until you actually get it I hope you ll find these tips not only useful but also easy to implement Stop procrastinating What s the cause of procrastinating Know the why then the how becomes easier For example watching movies can lead to unrecognized depression Eat The Frog Do your most ugly task first thing that day ugly meaning mentally demanding requiring direct interaction with difficult individuals etc that you may even have been procrastinating upon Schedule out your entire day and week and stick to the schedule Create a to do list You could even try to have everything in Google calendar or another online calendar so you can have a better perspective Similarly Compartment time into blocks some part of each day should be reserved for the most vital tasks try using deadlines Having a consistent schedule with consistent breaks as well and or days off per week After all We are creatures of habit cultivating the right habit works for most Be proactive and make it a habit to finish what needs to be done first Also to do easiest first so you have more tasks done and the blockers won t affect your minor tasks Stay away from social media when you want to focus on a task Close all applications not needed for that one task Always Keep your mobile notifications turned off If something is important enough people will call if not you can check them later in your free time Stop unnecessary engagement on social media Learn from mistakes and don t do these mistakes again Focus on one thing at a time Don t multitask STAR your emails Snooze Trash Archive or Reply If you think you don t have enough time Remeber we all have h Track activities and see where do you spend the most time Could you reduce it Does it take too much time to wash the dishes no I don t think so but do you watch YouTube Netflix too much probably yes Try using the Pomodoro technique Keep your phone away First think Then act Measure your time Find insights from the measured data You can t improve what you don t measure Another tip that I recently learned is Manage your energy before managing your time your time will be managed automatically Energy management gt Time managementBut also don t forget to take breaks and reward yourself You are not a machine or a robot You need breaks Thank you everyone for participating in Twitter Hello I m Eleftheria a developer public speaker and chocolate lover If you liked this post please share Would you care about buying me a coffee You can do it here but If you can t that s ok too It would be nice to subscribe to my Youtube channel It s free and it helps to create more content Youtube Codepen GitHub Twitter Site Instagram 2021-04-26 13:12:57
海外TECH DEV Community 😴 Laziness isn't real https://dev.to/adamcoster/laziness-isn-t-real-1oel Laziness isn x t realFor most of my life I was held up as a model of Puritanical work ethic through all jillion years of my schooling K PhD I was the shining example of not being lazy Right The reality was that I had enough privilege and luck to be able to design my life such that my own particular brand of laziness had a minimum negative impact I had ADHD but didn t know it and the hyperfocus aspect made it super easy to do things that I found interesting I found ways to structure my life and goals so that I could neglect the stuff I wasn t interested in My interests aligned with those that American society deems Important and Industrious math science etc If I wasn t interested in these things I probably wouldn t have been able to focus on them My forgetfulness and social detachment were easily classified by everyone else as fitting the Absent Minded Professor archetype Consequently I was granted permission out of the gate for many things that would be seen as laziness in others I didn t have to surmount constant systemic oppression People believed in me by default and I didn t have to expend enormous energy just getting to the table I was already at the table with all my energy ready to work This list could keep going and going but that s probably enough to make the point that industriousness and therefore its opposite laziness are context dependent properties that societally we treat as context independent I ve been thinking about this a lot recently mostly triggered by learning that I had ADHD while also realizing I had developed a mild depression over the past couple of years The depression was raising all of my energy thresholds The thing about depression is that it makes you disinterested in things The thing about hyperfocus is that it requires your interest So depression gave me all the downsides of ADHD without the upside Note that hyperfocus is only an upside in the right context It is often a huge downside because people with ADHD can t choose what they hyperfocus on For the first time in my life I was having trouble doing things that I wanted to do This lead to the question was I being lazy I certainly thought that I was which didn t help matters any since that added guilt on top of all the rest It wasn t until realizing I was depressed that I stepped back to think about the context of laziness Fortunately there are more knowledgeable people than me who have already been thinking about this for years and years Go read Laziness Does Not Exist by Devon Price which was recently turned into a book on the topic I hadn t seen this until a few weeks ago which reminded me that I wanted to do some writing on the topic Devon focuses that article on how mental health and privilege intersect with societal ideas of academic laziness This is a super important aspect of the problem which I defer to Devon and others and recommend that you go explore What I want to do here is take a step back to ask what we even mean when we think of ourselves or others as being lazy My bet is that if you try to define it you ll end up with something like Laziness Avoiding doing something you re supposed to be doing due to a character flaw We could spend hours fine tuning that definition but I think you ll have a hard time finding one that others would find accurate that also means something substantively different We define laziness relative to supposed to and use it as a moralistic judgment about a person s fundamental being This whole supposed to thing so often goes unexplored Why are you supposed to be doing these things in the first place Why are you supposed to do them in that way Why aren t you supposed to be doing these other things Who gets to decide I think that the message of the Laziness Doesn t Exist article is exactly right which is that the moralistic idea of laziness is toxic anti human nonsense When the word lazy comes up treat it as the discovery of a structural problem By identifying someone including yourself as lazy what you ve actually done is uncovered a conflict between the context of reality how things are and the context of your imagination how things should be That means it s time to dig deep and find out what s really going on If you find yourself thinking that you are being lazy or that someone else is here are some questions to help you guide you to a more humanistic and empathic interpretation and hopefully reveal your next steps Why this task Why this person Why might this task be particularly hard for this person Example time In college I spent most of my hours glued to science textbooks and doing related coursework and lab work I never turned something in late and usually had it done well in advance For my non science courses on the other hand I put in the least effort possible and delayed all tasks until the last possible moment I was in a word lazy But why Why this task I took those courses because they were required to meet graduation requirements I would have rather been in the lab in another science class or really anywhere else Someone else decided this was important but didn t convince me of that Why this person My school required that everyone take courses across a variety of disciplines I had to because everyone did It had nothing to do with my interests or goals Why is it so hard Turns out I had undiagnosed ADHD The hyperfocus aspect allowed me to excel at the stuff I was interested in The other aspects made it hard to do anything else It has always been important to me to know why and because has always been an answer that chaffed Probably because the why is what allowed me to become interested which in turn allowed me to excel For a person like me something I don t see the importance of is something I can t pay attention to Importantly the fact that laziness is the outcome of a structural problem doesn t necessarily let you off the hook for not doing something But taking out the nonsense moralistic component to get to the why allows uncovering the responsible structural issues so that they can be addressed where possible and without blame Where you can t address them directly explicit awareness still lets you work on management and coping strategies The next time you start getting down on yourself about being lazy remember that there s no such thing and then dig deep A version of this article originally appeared in the DevChat Newsletter 2021-04-26 13:02:58
Apple AppleInsider - Frontpage News Outage of iCloud Mail prevents some users from accessing email https://appleinsider.com/articles/21/04/26/outage-of-icloud-mail-prevents-some-users-from-accessing-email?utm_medium=rss Outage of iCloud Mail prevents some users from accessing emailUsers of iCloud Mail are experiencing a rare outage of service with some customers having trouble accessing their inbox for a number of hours An update to the Apple System Status support page on Monday advises of one outage affecting iCloud Mail Listed as starting from pm BST am Eastern the message advises the outage is ongoing and that Apple is aware of the problem Apple doesn t go into detail about what is happening explaining Users may be experiencing intermittent issues with this service Posts on social media show users are seeing an account error message when trying to retrieve their email from the service Read more 2021-04-26 13:58:46
Apple AppleInsider - Frontpage News AirTag, Apple TV 4K, new product launches, and listener questions on HomeKit Insider https://appleinsider.com/articles/21/04/26/airtag-apple-tv-4k-new-product-launches-and-listener-questions-on-homekit-insider?utm_medium=rss AirTag Apple TV K new product launches and listener questions on HomeKit InsiderTackle all the HomeKit and smart home implications of Apple s Spring Loaded event plus new firmware updates ーand new product launches HomeKit Insider A new AppleInsider podcastWe ve all examined the major launches at Apple s Spring Loaded event but now let s dig deeper into the new Apple TV K the updated Siri Remote and even AirTag Read more 2021-04-26 13:51:23
Apple AppleInsider - Frontpage News Final day: $100 off M1 Mac mini, $150 off MacBook Air; units in stock https://appleinsider.com/articles/21/04/18/apple-event-deals-100-off-m1-mac-mini-150-off-macbook-air-units-in-stock?utm_medium=rss Final day off M Mac mini off MacBook Air units in stockAppleInsider readers can exclusively save to on popular M Mac configurations with the GB Mac mini in stock and ready to ship for Or pick up a loaded MacBook Air with GB RAM and a TB SSD for just Exclusive Apple savingsApple Authorized Reseller B amp H Photo has issued triple digit savings on popular M Mac configurations exclusively for AI readers Read more 2021-04-26 13:48:51
Apple AppleInsider - Frontpage News Tim Cook told Mark Zuckerberg to delete user data sourced by third parties in 2019 https://appleinsider.com/articles/21/04/26/tim-cook-told-mark-zuckerberg-to-delete-user-data-sourced-by-third-parties-in-2019?utm_medium=rss Tim Cook told Mark Zuckerberg to delete user data sourced by third parties in Apple CEO Tim Cook warned Facebook CEO Mark Zuckerberg to delete extraneous data about its users in a profile on the antagonistic relationship between the two men claims Facebook CEO Mark ZuckerbergAs the heads of two major tech companies Cook and Zuckerberg have met each other a number of times and has clashed in public over their respective companies policies and actions In a profile ahead of the implementation of Apple s App Tracking Transparency rules it seems that Cook made a suggestion in one meeting that Zuckerberg fundamentally disagreed with Read more 2021-04-26 13:31:01
Apple AppleInsider - Frontpage News Apple TV+ films 'Wolfwalkers' and 'Greyhound' fail to bring home an Oscar https://appleinsider.com/articles/21/04/26/apple-tv-films-wolfwalkers-and-greyhound-fail-to-bring-home-an-oscar?utm_medium=rss Apple TV films x Wolfwalkers x and x Greyhound x fail to bring home an OscarApple TV films Greyhound and Wolfwalkers did not receive awards during the Academy Awards on Sunday night Apple TV had picked up two nominations for the rd annual academy awards earlier this year The first went to the feature length animated film Wolfwalkers which was nominated for Best Animated Feature Wolfwalkers was beaten out by Pixar s Soul a story of a musician who seeks to reunite his soul and body after they are separated before his big break Read more 2021-04-26 13:09:52
海外TECH Engadget Apple will build another US campus in North Carolina https://www.engadget.com/apple-build-us-campus-north-carolina-133359095.html domestic 2021-04-26 13:33:59
海外TECH Engadget Surface Laptop 4 review (15-inch): A bigger, better ultraportable https://www.engadget.com/surface-laptop-4-review-2021-bigger-better-ultraportable-133047360.html major 2021-04-26 13:30:47
海外TECH Engadget Clubhouse's first sports deal lets you tune into NFL Draft Week https://www.engadget.com/clubhouse-nfl-draft-week-131233033.html draft 2021-04-26 13:12:33
海外TECH Engadget Sony's WH-1000XM4 wireless headphones return to record low of $278 https://www.engadget.com/sony-wh-1000xm4-wireless-headphones-all-time-low-bundle-amazon-headphone-sale-131001890.html amazon 2021-04-26 13:10:01
海外TECH Engadget Spotify's new music player debuts in Facebook apps on iOS and Android https://www.engadget.com/spotify-facebook-project-boombox-music-player-130050986.html android 2021-04-26 13:00:50
Cisco Cisco Blog The bank of the future at the push of a button https://blogs.cisco.com/financialservices/the-bank-of-the-future-at-the-push-of-a-button The bank of the future at the push of a buttonOnline banking has almost become the standard so that banks are using fewer and fewer employees on site  But many customers still want personal advice in the branch  Ratiodata Video Consult offers a practical solution here 2021-04-26 13:23:24
Cisco Cisco Blog The Journey to Automating Network Troubleshooting with Machine Reasoning https://blogs.cisco.com/networking/the-journey-to-automating-network-troubleshooting-with-machine-reasoning The Journey to Automating Network Troubleshooting with Machine ReasoningLearn how a Cisco Distinguished Engineer sought to apply Machine Reasoning MR to automate network troubleshooting to benefit all our customers 2021-04-26 13:08:18
海外科学 NYT > Science What Doomed a Sprawling City Near St. Louis 1,000 Years Ago? https://www.nytimes.com/2021/04/24/science/cahokia-mounds-floods.html clearing 2021-04-26 13:48:15
海外科学 BBC News - Science & Environment Nature 'more important than ever during lockdown' https://www.bbc.co.uk/news/science-environment-56889322 green 2021-04-26 13:44:52
金融 RSS FILE - 日本証券業協会 会長会見・談話 https://www.jsda.or.jp/about/kaiken/index.html 会長 2021-04-26 13:52:00
金融 RSS FILE - 日本証券業協会 新型コロナウイルス感染症への対応について https://www.jsda.or.jp/shinchaku/coronavirus/index.html 新型コロナウイルス 2021-04-26 13:56:00
金融 RSS FILE - 日本証券業協会 証券業報 2021年4月 https://www.jsda.or.jp/about/gaiyou/gyouhou/21/2104gyouhou.html 証券 2021-04-26 13:31:00
金融 RSS FILE - 日本証券業協会 J-IRISS https://www.jsda.or.jp/anshin/j-iriss/index.html iriss 2021-04-26 14:08:00
金融 金融庁ホームページ 「金融商品取引所等に関する内閣府令第六十八条第一項第三号の規定に基づき、金融庁長官が指定する特定通貨関連店頭デリバティブ取引のカバー取引を行うための市場デリバティブ取引を定める件(案)」に対するパブリックコメントの結果等について公表しました。 https://www.fsa.go.jp/news/r2/shouken/20210426/20210426.html 内閣府令 2021-04-26 15:00:00
金融 金融庁ホームページ 銀行の合併認可について公表しました。 https://www.fsa.go.jp/news/r2/ginkou/20210426.html 銀行 2021-04-26 14:00:00
金融 ニュース - 保険市場TIMES SBIプリズム少短、メニコンにペット保険の提供開始 https://www.hokende.com/news/blog/entry/2021/04/26/230000 オールインワン・サポートは「ampD」アンド・ディーの名称で、人と犬との共生のなかにある「犬のしあわせ」をサポートしていくサービス。 2021-04-26 23:00:00
海外ニュース Japan Times latest articles When it comes to a restart of global travel, all vaccines are not equal https://www.japantimes.co.jp/news/2021/04/26/world/vaccine-travel-rules/ When it comes to a restart of global travel all vaccines are not equalA patchwork of approvals across the world is laying the groundwork for a global vaccine bifurcation where the shot you get could determine which countries 2021-04-26 22:28:09
海外ニュース Japan Times latest articles Nonconformist Youn Yuh-jung: South Korea’s first Oscar-winning actress https://www.japantimes.co.jp/culture/2021/04/26/entertainment-news/youn-yuh-jung-oscar-winner/ Nonconformist Youn Yuh jung South Korea s first Oscar winning actressOver more than years Youn has often played provocative and atypical characters who do not conform to the rules of socially conservative Korean society 2021-04-26 22:12:31
海外ニュース Japan Times latest articles ‘Demon Slayer’ sets U.S. record for best foreign language film opening weekend https://www.japantimes.co.jp/culture/2021/04/26/entertainment-news/demon-slayer-us-record/ Demon Slayer sets U S record for best foreign language film opening weekendProduced by Aniplex a subsidiary of Japanese giant Sony Demon Slayer took in million in the United States and Canada according to Exhibitor Relations 2021-04-26 22:10:44
ニュース BBC News - Home Nazanin Zaghari-Ratcliffe sentenced to a year in Iran prison https://www.bbc.co.uk/news/uk-56888938 iranian 2021-04-26 13:37:22
ニュース BBC News - Home Boris Johnson said bodies 'could pile high' during lockdown discussion https://www.bbc.co.uk/news/uk-politics-56890714 bodies 2021-04-26 13:32:23
ニュース BBC News - Home Boris Johnson says any flat revamp donations will be declared https://www.bbc.co.uk/news/uk-politics-56883078 elections 2021-04-26 13:28:17
ニュース BBC News - Home Henry, Bergkamp and Vieira join Spotify owner's bid to buy Arsenal https://www.bbc.co.uk/sport/football/56890624 Henry Bergkamp and Vieira join Spotify owner x s bid to buy ArsenalArsenal legends Thierry Henry Dennis Bergkamp and Patrick Vieira join Spotify founder and billionaire Daniel Ek s bid to buy the club 2021-04-26 13:15:55
LifeHuck ライフハッカー[日本版] Touch IDなしのMacでApple Payを設定する方法 https://www.lifehacker.jp/2021/04/how-to-set-up-use-apple-pay-mac.html macbook 2021-04-26 22:05:00
北海道 北海道新聞 寄席も休業要請に理解を、西村氏 主張に溝、変異株が脅威 https://www.hokkaido-np.co.jp/article/537758/ 緊急事態 2021-04-26 22:08:00
北海道 北海道新聞 スペインの牛追い祭り今年も中止 パンプロナのサンフェルミン祭 https://www.hokkaido-np.co.jp/article/537757/ 牛追い祭り 2021-04-26 22:04:00
北海道 北海道新聞 「パワプロ」で五輪盛り上げを 野球ゲーム、IOCが大会創設 https://www.hokkaido-np.co.jp/article/537755/ 国際オリンピック委員会 2021-04-26 22:03:00

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)