投稿時間:2020-04-26 09:28:04 RSSフィード2020-04-26 09:00 分まとめ(31件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] テレワークをしてみて、管理職の3割は「さみしい」 https://www.itmedia.co.jp/business/articles/2004/26/news009.html itmedia 2020-04-26 08:26:00
python Pythonタグが付けられた新着投稿 - Qiita 中学校の委員分け https://qiita.com/SaitoTsutomu/items/9075a3f9b76e1abf4866 DataFrameを使って数理最適化モデルコスト最小化を作成します。 2020-04-26 08:51:30
python Pythonタグが付けられた新着投稿 - Qiita hashlibのハッシュ https://qiita.com/hikurochan/items/950148151a6c78d609bd 2020-04-26 08:01:25
js JavaScriptタグが付けられた新着投稿 - Qiita WebARのアニメーション https://qiita.com/zgw426/items/d13e6515d89f876d5fd5 ふぅpictwittercomCaRMxvYーjamountainzsipparuAprilThreejsのrotationを使った回転とTweenjsを使った回転のサンプルスクリプトソースgithubに格納gtClickToMoveブラウザがカメラにアクセスするため↓などでSSLhttps対応Webサーバを用意NodejsWindowsにオレオレ証明書でSSL通信のWebサーバを作るARマーカhiroはネットで別途調達が必要動作確認結果以下の条件で動作を確認WinChromeバージョンWinFireFoxバージョンWinMicrosoftEdgeiOSSafariAndroidChrome※スマホiOSAndroidでは、画面タッチしても立方体が動かずに何回も画面タッチした。 2020-04-26 08:24:42
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) macOSで .(ドット)から始まらない隠しフォルダ(~/Library など)はどういう仕組みなのですか? https://teratail.com/questions/256537?rss=all macOSでドットから始まらない隠しフォルダLibraryなどはどういう仕組みなのですかmacOSのFinderで、ドットから始まるファイル・フォルダが隠しフォルダになることは知っています。 2020-04-26 08:47:49
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) サイドバー有無の設定箇所を教えて下さい https://teratail.com/questions/256536?rss=all 質問 2020-04-26 08:45:34
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) railsで画像urlが無効かを判定する方法 https://teratail.com/questions/256535?rss=all rails 2020-04-26 08:42:39
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) NoMethodError in Users#show のエラーから抜けられません https://teratail.com/questions/256534?rss=all 2020-04-26 08:29:53
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) バイナリで0になっている場所をランダムな16進数で埋めたい https://teratail.com/questions/256533?rss=all バイナリでになっている場所をランダムな進数で埋めたい前提・実現したいことバイナリファイルでになっている場所をランダムな進数で埋めたいですファイルがあるのですが、そのファイルに上書きする形で行いたいです。 2020-04-26 08:06:13
Docker dockerタグが付けられた新着投稿 - Qiita UnityのPackageManagerに自分のパッケージを入れるまで https://qiita.com/Shiranui_Isuzu/items/513d70097e297b0e2c73 UnityのPackageManagerに自分のパッケージを入れるまで概要最近、自作のEditor拡張等を入れてAssetフォルダに増えるのが厳しい感じがしたので、Unityの機能であるPackageManagerに登録することにしました。 2020-04-26 08:11:49
Git Gitタグが付けられた新着投稿 - Qiita git add .で警告。warning: adding embedded git repository: https://qiita.com/baby-0105/items/3a819d25c905dc8bcb19 rmrfリポジトリ名gitこれで、gitaddは問題なくパスできます。 2020-04-26 08:43:40
海外TECH DEV Community ToggleTalk: 🛠 Troubleshooting and Debugging 🐛 https://dev.to/launchdarkly/toggletalk-troubleshooting-and-debugging-3p4f ToggleTalk Troubleshooting and Debugging RecapThis week we talked about troubleshooting and debugging Toggle and I love to talk about this stuff Since we did resiliency last week we wanted to continue to weave in the steps we have in software development Often we only look at these things when something goes wrong however we think it s so much more It s a core part of what we need for discovery and growth When we talk with junior engineers this is one of the first things we are looking for beyond language knowledge When you re presented with a problem what are the steps you take to try and solve it From that challenge comes a conversation The conversation can delve into tools processes and general ideation on how to handle problems When we posed that theme this week we got a lot of responses QuestionsWhat s the weirdest bug you ve encountered Have a favorite debugging tool process Biggest lesson learned from debugging ‍Fundamental beliefs on the debugging processAdvice for when people get stuck Highlight Reel Simple can be bestWhen you re just getting started and need to see what is happening sometimes a quick console log can be just what you need Regardless of your editor you always have this available to you Not fancy not quick and you ll need a few of them but they ll get the job done Have a favorite debugging tool process console log JSON stringify obj null I know it s not fancy but it work ーCarter Rabasa crtr April TILOn the flip side of this discussion our Developer Advocate Yoz kindly pointed out all the debugging tools we had available to us beyond print statements What was great about this response was not only did he talk about why but he gave us a demo No he was not prepped ahead of time he is just that plugged in The problem is that adding one console log might be quick But it s almost never just one That screenshot has at least FIVE including the type that feels the most shameful whenever you have to use it if console log “yes we went down this branch OK ーYoz Grahame yoz April AdviceOne of the amazing things about community in general which we love is helping each other out This week we heard from a lot of people on the advice column regardless of experience how you can move past a problem We heard everything from naming variables to process and literally changing your environment My main tips for people learning Have a project actually build something You learn so much more than learning in abstract If you re struggling with some code extract that code out on its own Get it working then apply what you learned in the larger codebase ーJudyk judyk April Experiment as you learn give variables meaningful names with Python make use of type hinting ーshawn sbmccarth April My biggest lesson fundamental belief and my best advice if you re stuck debugging is Changing your view often leads to an answer Ways to do that ‍ ️Take a walk around the blockTry explaining your issue out loudLook for similar problems‍Change your color scheme ーRyan Lynch shiftyp April People and Processes firstThis was a real treat Jennifer graciously gave us an amazing thread on all things debugging However we want to highlight a few key items here which no one else quite keyed into Beyond the actual tools we use for debugging we need to take a step back and look at the people and environment we set for developers to debug and write code in the first place This involves training empowering and sharing knowledge with your team More importantly as a leader be sure to not take the problem on as an individual even if you are the most qualified Use this as a teaching moment and distribute the workload It opens up the problem to be solved in a different way and gives an opportunity for your team to learn One of my fundamental beliefs about debugging is that you have to be prepared If you are new to a company environment technology you need to talk to folks and build up the set of tools and techniques that apply ToggleTalkーJennifer Davis sigje April So the what to use isn t super interesting but we had looked at TONS of tcpdumps prior to this Having the space time to do so while not also dealing with the intricacies of high impact incidents was critical to figuring out what happened ToggleTalkーJennifer Davis sigje April Next I worked on leveling up everyone on the team to be able to recognize the symptoms so that we could minimize the impact of the stampede This meant coordinating response and NOT immediately doing all the work myself ToggleTalkーJennifer Davis sigje April A FunnyWell we only got one funny story this week darn it but we found it doubly funny as it had a recursion irony involved By trying to debug they wrapped the entire method in an if debug enabled case which caused the program to not start in production and well you can imagine that didn t work well Maybe a case for LaunchDarkly to do this test in production…Oooohh a fun bug speaking of logging Many moons ago we worked with a junk logging framework where debug was really slow even if it was not logging So we would check for debug with an if When in dev the app worked when in prod Nope The if wrapped too much code causing a bug ーshawn sbmccarth April SummaryThis is a big theme and one that we probably could have talked about all week Troubleshooting and Debugging are at the core of what we do as developers Oftentimes we can spend more time troubleshooting something than we do writing lines of code One of my teammates said it best “Writing lines of code in a day truly is a victory Want more Guess what We run this each week and if you missed it this week we d love to hear from you next week We ll change the topic and let you know through the hashtag ToggleTalk Please join us if you can next Wednesday Sneak peek…we re going to be talking about Chaos Engineering And if Twitter is not really your thing you could check out our Test in Production Twitch Stream featuring Casey Rosenthal as our guest next week 2020-04-25 23:12:04
海外TECH Engadget China orders TikTok owner to pull work app that bypassed censors https://www.engadget.com/china-orders-bytedance-to-pull-wfh-app-235213796.html China orders TikTok owner to pull work app that bypassed censorsTikTok owner ByteDance has been accused of censorship abroad but it s facing just the opposite claims in its home territory China s Cyberspace Administration has ordered ByteDance to temporarily pull its collaborative work app Feishu for roughly a 2020-04-25 23:52:13
海外TECH CodeProject Latest Articles Dialog Message in C# for .NET Framework 4.5 https://www.codeproject.com/Articles/5264875/Dialog-Message-in-Csharp-for-NET-Framework-4-5 windows 2020-04-25 23:52:00
海外科学 NYT > Science Coronavirus Live Updates: Some States Move to Reopen https://www.nytimes.com/2020/04/25/us/coronavirus-news.html antibody 2020-04-25 23:37:39
海外科学 NYT > Science World Coronavirus Tracker: Live Coverage https://www.nytimes.com/2020/04/25/world/coronavirus-news.html future 2020-04-25 23:57:05
ニュース BBC News - Home Coronavirus: Recorded crime in Scotland down by a quarter since lockdown https://www.bbc.co.uk/news/uk-scotland-52424893 assaults 2020-04-25 23:05:19
ニュース BBC News - Home Coronavirus: Dundee father of 13 tests positive for Covid-19 https://www.bbc.co.uk/news/uk-scotland-tayside-central-52426962 coronavirus 2020-04-25 23:05:02
ニュース BBC News - Home Coronavirus: 'I had to shave off my beard so I could wear a face mask' https://www.bbc.co.uk/news/uk-scotland-edinburgh-east-fife-52415317 facial 2020-04-25 23:05:12
ニュース BBC News - Home Coronavirus: Artist Tom Croft paints NHS key worker portraits for free https://www.bbc.co.uk/news/entertainment-arts-52319539 Coronavirus Artist Tom Croft paints NHS key worker portraits for freeArtist Tom Croft has introduced artists to possible subjects after an online post offering to paint the portrait of a front line worker 2020-04-25 23:18:01
ニュース BBC News - Home The farmers bringing their fields indoors https://www.bbc.co.uk/news/stories-52394090 farms 2020-04-25 23:01:17
ニュース BBC News - Home Coronavirus: Can these robot roommates liven up lockdown? https://www.bbc.co.uk/news/technology-52401050 bogart 2020-04-25 23:04:56
ニュース BBC News - Home Coronavirus: What is a vaccine and how is one made? https://www.bbc.co.uk/news/health-52382236 coronavirus 2020-04-25 23:19:48
ニュース BBC News - Home Ultra-Orthodox and trans: 'I prayed to God to make me a girl' https://www.bbc.co.uk/news/stories-51928077 people 2020-04-25 23:28:57
ニュース BBC News - Home Coronavirus: Spain's children run free from lockdown - but not all https://www.bbc.co.uk/news/world-europe-52409407 indoors 2020-04-25 23:02:50
ニュース BBC News - Home Coronavirus doctor's diary: A couple inseparable in sickness and in health https://www.bbc.co.uk/news/health-52413995 blessington 2020-04-25 23:05:20
ニュース BBC News - Home Charli XCX on her lockdown album: 'Why didn't I do this before?' https://www.bbc.co.uk/news/entertainment-arts-52402372 album 2020-04-25 23:13:00
ニュース BBC News - Home Coronavirus: Five firms seeing sales boom in the lockdown https://www.bbc.co.uk/news/business-52383193 covid 2020-04-25 23:20:25
北海道 北海道新聞 天皇陛下に「親しみ」58% 女系・女性天皇に高支持 https://www.hokkaido-np.co.jp/article/415854/ 世論調査 2020-04-26 08:48:06
北海道 北海道新聞 シンガポールに声援響く 医療者や外国人労働者に感謝 https://www.hokkaido-np.co.jp/article/415857/ 外国人労働者 2020-04-26 08:45:00
北海道 北海道新聞 新型コロナ死者20万人超す 2週間で倍増、鈍化せず 9割近くが欧米に集中 https://www.hokkaido-np.co.jp/article/415851/ 集計 2020-04-26 08:13:32

コメント

このブログの人気の投稿

投稿時間: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件)