投稿時間:2023-06-30 04:25:44 RSSフィード2023-06-30 04:00 分まとめ(28件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
AWS AWS Messaging and Targeting Blog How to list over 1000 email addresses from account-level suppression list https://aws.amazon.com/blogs/messaging-and-targeting/how-to-list-over-1000-email-addresses-from-account-level-suppression-list/ How to list over email addresses from account level suppression listOverview of solution Amazon Simple Email Service SES offers an account level suppression list which assists customers in avoiding sending emails to addresses that have previously resulted in bounce or complaint events This feature is designed to protect the sender s reputation and enhance message delivery rates There are various types of suppression lists available including the … 2023-06-29 18:46:14
AWS AWS Government, Education, and Nonprofits Blog Using data-driven solutions to end homelessness with the cloud https://aws.amazon.com/blogs/publicsector/using-data-driven-solutions-to-end-homelessness-with-cloud/ Using data driven solutions to end homelessness with the cloudCommunity Solutions is a US based nonprofit working to end homelessness through its Built for Zero program a movement uniting with cities across the US to bridge strategy and support to reduce homelessness The AWS Fix This podcast sat down with the Community Solutions team to see how it uses AWS to unlock data to measure and monitor its progress Plus representatives from the nonprofit Coming Home of Middlesex County based in New Jersey joined to discuss how Middlesex County and Community Solutions are working together to create a future where no one is left behind 2023-06-29 18:23:56
AWS AWS Operation Recovery: Saving Lives Using AWS Wickr | Amazon Web Services https://www.youtube.com/watch?v=CvY0O9afxnE Operation Recovery Saving Lives Using AWS Wickr Amazon Web ServicesOperation Recovery deploys life saving support in the aftermath of global crises and disasters In as the Taliban took over control of Afghanistan thousands of people who had helped support the US were stranded and in need of evacuation Operation Recovery needed a secure tool to help volunteers safely communicate with those in need AWS Wickr encrypt messages calls and files Only the intended recipients can decrypt these communications Learn more about AWS Wickr The appearance of U S Department of Defense DoD visual information does not imply or constitute DoD endorsement Subscribe More AWS videos More AWS events videos Do you have technical AWS questions Ask the community of experts on AWS re Post ABOUT AWSAmazon Web Services AWS is the world s most comprehensive and broadly adopted cloud platform offering over fully featured services from data centers globally Millions of customers ーincluding the fastest growing startups largest enterprises and leading government agencies ーare using AWS to lower costs become more agile and innovate faster AWSWickr AWS AmazonWebServices CloudComputing 2023-06-29 18:30:35
海外TECH Ars Technica This is what our Milky Way galaxy looks like when viewed with neutrinos https://arstechnica.com/?p=1950909 energy 2023-06-29 18:32:29
海外TECH MakeUseOf Best Deals on PC Accessories to Get Ahead of Prime Day https://www.makeuseof.com/amazon-prime-day-pc-accessories-deals/ place 2023-06-29 18:03:17
海外TECH DEV Community Using Metlo to Secure My Personal Finance App https://dev.to/sushilkattel/using-metlo-to-secure-my-personal-finance-app-5d2g Using Metlo to Secure My Personal Finance AppI ve been developing a personal finance app focused on user budgeting and tracking spending habits in my spare time and one thing I ve been concerned about is the protection of sensitive financial and user data Obviously I m going to build proper authentication and add thorough testing but I also needed a tool that could help me catch vulnerabilities within my application and possibly prevent malicious attacks A lot of the data that gets passed around between external sources that users connect such as banks and wallets and within my app itself go through APIs that handle lots of sensitive data So my main concern was being able to somehow secure or protect these APIs That s why today in this post I want to share my experience using Metlo a new API Security tool that has been helping me to solve the issues I am facing Discovering MetloI came across Metlo while I was searching for suitable security tools and it appeared to have all the features I needed Its capabilities included vulnerability detection in endpoints attacker detection and the ability to block malicious users The setup process also seemed straightforward and they had some quick setup docs for integrating with Node js Integrating Metlo into my app was pretty easy I just added it to my project with yarn and then added a couple of lines for the configuration in the main server file as shown below and voila it was up and running import initExpress as metlo from metlo const app express app use metlo key lt YOUR METLO API KEY gt host Real Time Traffic MonitoringOnce Metlo was properly configured I was able to see all the traffic for my app on the dashboard It showcased the various endpoints that existed within my application along with the sensitive data they handled I tried running some malicious requests with SQL Injection RCE and XSS payloads and Metlo was able to identify me as a bad actor It also displayed other useful information such as the distribution of status codes for my endpoints and what my top endpoints were Identifying and Blocking AttackersWhat I found most useful was Metlo s ability to detect and block attacks attackers I wanted to see how it would handle attack detection so I simulated sending a bunch of attacks from different IP addresses I could view these attackers Metlo identified at the IP level and drill down to examine the requests and types of attacks that they were sending I was then able to block them where Metlo would just return an error status code for requests made from that specific IP address It also allowed me to customize the blocking so that I could fine tune the duration of the block I could configure it to block attackers for a specific period of time such as a few hours or even several days I saw right away that it could identify specific types of attacks being sent in the request payloads such as SQL injection SQLi Cross Site Scripting XSS and Remote Code Execution RCE I was also able to configure Metlo to identify my requests at the user level Then I was able to simulate the same attacks with different test users and it identified all the attacks by unique user and I could also do the same blocking as before but now at the user level Additionally I wanted to be able to monitor users who would be repeatedly trying to find vulnerable endpoints and block them To do this I was able to create my own detection rule in Metlo for flagging users who had too many requests which returned a or status code I was able to easily test this out and saw this new detection being added to the event timeline WAF RulesOne aspect of Metlo that I initially glanced over but later found incredibly useful was its Web Application Firewall WAF rules feature It allowed me to create custom rules for blocking or rate limiting specific types of users For instance I was able to set up a rule to limit excessive requests made to my login endpoint If any user attempted more than login requests within a minute Metlo automatically blocked them for the next minutes I tested this out thoroughly with requests across different IP addresses and across different users and it was able to properly limit the requests for both Also in the Metlo UI I was able to see which of my endpoints had high risk scores and handled sensitive data such as credit card numbers or addresses Based on that I also set up similar rate limiting rules for these endpoints to prevent possible malicious activities targeting user data End to End EncryptionAnother really important feature was that Metlo end to end encrypted any data that it captured from my app I was able to generate a public private keypair in the UI and it used that public key to fully encrypt any requests and responses it captured Then using the private key I could decrypt the data if I wanted to see the actual requests that were coming through This was a dealbreaker for me because I didn t want any of my users data being stored just plainly in a database somewhere Wrapping UpSo far I ve been using Metlo s protection features to initially test out its capabilities on my app but there s still a whole other Testing feature that it has that I m starting to look into Everything I ve tried out has been pretty quick and easy so hopefully I can play around with the Testing more to help me catch any other authentication or authorization vulnerabilities that might exist in my app If this is something that interests you you can check it out at 2023-06-29 18:43:16
海外TECH DEV Community What can you build with Wasp - the fastest way to develop React & Node.js apps 🐝 🚀 https://dev.to/wasp/what-can-you-build-with-wasp-the-fastest-way-to-develop-react-nodejs-apps-275b What can you build with Wasp the fastest way to develop React amp Node js apps Welcome to the rd day of our Launch Week Community Day Our community is the most important aspect of everything we do at Wasp and we believe it s only right to have a day dedicated to it We ll showcase some of the coolest project built with Wasp so far and through that explore together what kind of apps you can develop with it Let s dive in TipIf you re looking for a quick way to start your project check out our Ultimate SaaS Starter It packs Tailwind GPT Stripe and other popular integrations all pre configured for you CoverLetterGPT xyz GPT powered cover letter generatorTry it out coverlettergpt xyzSource code Wasp features used Social login with Google auth UI email sendingUI Framework Chakra UICreated in the midst of a GPT craze this is one of the most popular Wasp apps so far It does exactly what it says on a tin given job description and your CV it generates a unique cover letter customized for you It does that via parsing your CV and feeding it together with the job description to the GPT api along with the additional settings such as creativity level careful with that one Although it started as a fun side project it seems that people actually find it useful at least as a starting point for writing your own cover letter CoverLetterGPT has been used to generate close to cover letters Try it out and have fun or use it as an inspiration for your next project Amicus work most enterprise SaaS app Try it out amicus workWasp features used Authentication email sending async cron jobsUI Framework Material UIThis app really gives away those enterprise SaaS vibes when you see it you know it means some serious business The author describes it as Asana for you lawyers you can read how the author got first customers for it here or as an easy way for lawyers to manage and collaborate on their workflows File upload workflow creation calendar integration collaboration this app has it all Amicus might be the most advanced project made with Wasp so far Erlis started building it even with Wasp still in Alpha and it has withstood the test of time since then Description Generator GPT powered product description generator the first app made with Wasp that got acquired Try it out description generator onlineWasp features used Social login with Google auth UIUI Framework Chakra UIAnother SaaS that uses GPT integration to cast its magic Given product name and instructions on what kind of content you d like to get this app generates the professionaly written product listing It s a perfect fit for marketplace owners that want to present their products in the best light but don t have a budget for the marketing agency What s special about Description Generator is that it was recently sold making it the first Wasp powered project that got acquired Stay tuned as the whole story is coming soon TweetBot your personal Twitter intern Try it out banger tweet bot netlify appSource code Wasp features used Authentication async cron jobsUI Framework TailwindThe latest and greatest from Vince s lab an app that serves as your personal twitter brainstorming agent It takes your raw ideas as an input monitors current twitter trends from the accounts you selected and helps you brainstorm new tweets and also drafts them for you While the previously mentioned projects queried the GPT API directly TweetBot makes use of the LangChain library which does a lot of heavy lifting for you allowing you to produce bigger prompts and preserve the context between subsequent queries SummaryAs you could see above Wasp can be used to build pretty much any database backed web application It is especially well suited for so called workflow based applications where you typically have a bunch of resources e g your tasks or tweets that you want to manipulate in some way With our built in deployment support e g you can deploy to Fly io for free with a single CLI command the whole development process is extremely streamlined We can t wait to see what you build next 2023-06-29 18:35:46
海外TECH DEV Community Looking to find interesting people! https://dev.to/ibrahimfaisal07/looking-to-find-interesting-people-1m6l Looking to find interesting people Hello everyone My name s Ibrahim I m a high school student with over years of experience coding in all sorts of frameworks and languages Only recently I ve decided to start building projects for clients and I didn t really know where to start After doing research and coming up with ideas of my own I ve decided that spending my time building connections with other developers and partners can be one of the best things to do with my time I want to meet new people not just for business purposes as well but to expand my knowledge and expertise and potentially make some new friends in the industry Anyway If you can replying to this post would mean the world to me as I feel that it can help jumpstart a new view on the programming world PS if you want to see my software company just visit for more information 2023-06-29 18:12:09
海外TECH Engadget Electrify America's charging network will support Tesla's NACS connector by 2025 https://www.engadget.com/electrify-americas-charging-network-will-support-teslas-nacs-connector-by-2025-185317197.html?src=rss Electrify America x s charging network will support Tesla x s NACS connector by Volkwagen s charging network Electrify America has pledged to adopt the extremely popular North American Charging Standard NACS connector by This will massively improve access to the NACS connector which was created by Tesla and originally called the Tesla charging connector For those tied to the company s CCS plug standard don t worry Electrify America says it isn t going anywhere as the NACS connectors will join the CCS connectors at charging stations not replace them Sibling organization Electrify Canada is also adopting the NACS connector by The company says this move is part of a larger mandate to “support industry wide standards and “streamline public charging options The organization boasts charging stations totaling over chargers throughout the United States and Canada so this is a big move Additionally Electrify America has officially joined consumer advocacy group the National Charging Experience Consortium ChargeX to help improve the charging infrastructure for EV owners Electrify America says it ll share more information on the transition to NACS connectors in the coming months along with more future plans to update its charging stations There are rumors for instance that parent company Volkswagen may start integrating the NACS standard for its own vehicles as reported by Reuters This has been a big couple of months for the Tesla created charging standard Polestar just announced implementation of the connectors and Volvo made the same move Ford GM and Rivian have also committed to using Tesla s tech in North America SAE International one of the automotive industry s most important standardization bodies recently announced its support for the plug officially making NACS connectors the biggest game in town This article originally appeared on Engadget at 2023-06-29 18:53:17
海外TECH Engadget The Steam Deck is up to $130 off during the Steam Summer Sale https://www.engadget.com/the-steam-deck-is-up-to-130-off-during-the-steam-summer-sale-183053314.html?src=rss The Steam Deck is up to off during the Steam Summer SaleThe Steam Summer Sale is now live and it includes a solid deal for those who ve been on the fence about buying a Steam Deck Along with thousands of games the device is on sale until July th The GB model has dropped by percent to while the variant with GB of faster NVMe storage is down to percent off the regular price The GB version which has an anti glare screen is percent off at The Steam Deck Dock is also percent off down to This is one of Steam s two biggest sales of the year alongside the winter edition so there are bargains galore Star Wars Jedi Survivor one of the biggest games of the year so far is already on sale for percent off Elden Ring nbsp is percent off at while the price of Red Dead Redemption has dropped by two thirds to Cyberpunk No Man s Sky the Halo Infinite single player campaign and Forza Horizon are all half off at each Meanwhile instead of buying Dying Light for that price note that there s a bundle that includes Payday Call of Duty Modern Warfare II nbsp is down percent to and Amazon s MMORPG New World nbsp is percent off at Persona Royal nbsp has dropped by percent to while Cities Skylines is currently which is percent less than usual nbsp Sleeper hit Dredge is percent off at and you can save percent off the Dead Space remake which is down to Civilization VI nbsp is a whopping percent off at while you can snap up all three mainline Witcher games for under and Stray for percent off Halo The Master Chief Collection nbsp is percent off at Several PlayStation Studios titles are on sale too including Uncharted A Legacy of Thieves Collection nbsp and God of War nbsp each down percent along with Horizon Zero Dawn and Days Gone each down percent Both Spider Man games are percent off with the original dropping to and Miles Morales down to As ever we re barely scratching the surface of the mammoth sale There are hidden gems all over the place For instance I d never heard of Not For Broadcast nbsp until scouring the list of deals but was curious enough to pick it up Therein lies the pitfall of Steam sales There are always tons of compelling deals that threaten to leave your wallet significantly lighter But hey you do need things to play on your new Steam Deck This article originally appeared on Engadget at 2023-06-29 18:30:53
海外TECH Engadget ‘Pokémon Go’ developer Niantic is laying off 230 employees https://www.engadget.com/pokemon-go-developer-niantic-is-laying-off-230-employees-180438129.html?src=rss Pokémon Go developer Niantic is laying off employeesNiantic is joining the long list of companies laying off employees The studio published an “organizational update after the internal memo was leaked toKotaku announcing that it would let go of employees In addition the company is shutting down its Los Angeles studio and canceling two licensed games NBA All World and Marvel World of Heroes The only good news for fans is that Pokémon Go still its flagship product will live to fight another day “I have made the decision to narrow our focus for mobile game investments concentrating on first party games that most strongly embody our core values of location and local social communities wrote CEO John Hanke “The mobile gaming market is very mature and only the best and most differentiated titles have a chance to succeed We also want to increase our focus on building for the emerging class of MR devices and future AR glasses Although nobody likes hearing about layoffs Hanke s letter seems forthcoming and candid about the company s challenges and the mistakes he and the leadership team made He attributes the downsizing to the studio growing its expenses faster than its revenue “In the wake of the revenue surge we saw during Covid we grew our headcount and related expenses in order to pursue growth more aggressively expanding existing game teams our AR platform work new game projects and roles that support our products and our employees Post Covid our revenue returned to pre Covid levels and new projects in games and platform have not delivered revenues commensurate with those investments The CEO expects the reductions to “bring expenses and revenue back into line without shuttering its most valuable property On that topic Hanke said “The top priority is to keep Pokémon Go healthy and growing as a forever game While we made some adjustments to the Pokémon Go team our investment in the product and team continues to grow The phone based AR game launched in the summer of and instantly became a viral sensation it also enjoyed a resurgence in popularity during pandemic lockdowns as homebound gamers used the explorative game as an excuse to connect with a world beyond their overly familiar four walls Just last year the studio launched a social app for the game that lets players organize and chat The letter adds that the AR market “developing more slowly than anticipated was another factor Niantic s games would be ideal for on the go AR which the industry eventually expects to materialize as smart glasses that can pass for standard prescription specs However as Apple s Vision Pro made clear that future is still likely a ways off Today s wearable AR also including the Meta Quest Pro is home based gear designed for work and entertainment in the comfort of your home or office Although adaptations of Pokémon Go types of experiences may work there to some degree the company s trademark approach is tailor made for AR that isn t yet available Niantic may well end up waiting five to years to see consumer friendly versions of that type of augmented reality ーand apparently that required some reconfiguring This article originally appeared on Engadget at 2023-06-29 18:04:38
Cisco Cisco Blog Hybrid Work: Where Sustainability and Employee Experience Meet https://feedpress.me/link/23532/16214205/hybrid-work-where-sustainability-and-employee-experience-meet Hybrid Work Where Sustainability and Employee Experience MeetWhether you re just starting out or well on your way the importance of space and sustainability cannot be underestimated in your hybrid work journey 2023-06-29 18:41:05
海外科学 NYT > Science The Cosmos Is Thrumming With Gravitational Waves, Astronomers Find https://www.nytimes.com/2023/06/28/science/astronomy-gravitational-waves-nanograv.html The Cosmos Is Thrumming With Gravitational Waves Astronomers FindRadio telescopes around the world picked up a telltale hum reverberating across the cosmos most likely from supermassive black holes merging in the early universe 2023-06-29 18:13:54
海外TECH WIRED The ‘Titan’ Tragedy’s Last 96 Hours https://www.wired.com/story/titan-sub-oceangate-hull-failure-loss-tragedy/ questions 2023-06-29 18:33:28
ニュース BBC News - Home RAF diversity targets discriminated against white men https://www.bbc.co.uk/news/uk-66060490?at_medium=RSS&at_campaign=KARANGA female 2023-06-29 18:38:52
ニュース BBC News - Home Inside Virgin Atlantic's rocket plane to space https://www.bbc.co.uk/news/science-environment-66060602?at_medium=RSS&at_campaign=KARANGA force 2023-06-29 18:21:16
ニュース BBC News - Home Affirmative action: US Supreme Court overturns race-based college admissions https://www.bbc.co.uk/news/world-us-canada-65886212?at_medium=RSS&at_campaign=KARANGA policies 2023-06-29 18:35:47
ニュース BBC News - Home Ashes: England v Australia - second Test, day two highlights https://www.bbc.co.uk/sport/av/cricket/66060010?at_medium=RSS&at_campaign=KARANGA Ashes England v Australia second Test day two highlightsEngland stage a superb fightback on the second day of the second Ashes Test against Australia at Lord s but lose three wickets for runs after tea 2023-06-29 18:17:26
ビジネス ダイヤモンド・オンライン - 新着記事 【社説】バイデノミクスの一つの教訓 - WSJ PickUp https://diamond.jp/articles/-/325341 wsjpickup 2023-06-30 03:50:00
ビジネス ダイヤモンド・オンライン - 新着記事 中国でスタバに「おじさんが集結」する理由、日本の“失われた30年”に学べ? - DOL特別レポート https://diamond.jp/articles/-/325165 雇用 2023-06-30 03:45:00
ビジネス ダイヤモンド・オンライン - 新着記事 頭のいい人が「思い通りの値段」で商品を買わせる、効果抜群の誘導テクニックとは? - 頭がいい人の交渉術 https://diamond.jp/articles/-/325387 頭のいい人が「思い通りの値段」で商品を買わせる、効果抜群の誘導テクニックとは頭がいい人の交渉術交渉事やモノを売るとき、「この値段、この条件で決めたい」と思う場合、高い確率で自分が提示した条件に誘導できる、ある方法があります。 2023-06-30 03:42:00
ビジネス ダイヤモンド・オンライン - 新着記事 「永遠に豊洲で止まっていただきたい」ゆりかもめ延伸計画が非業の末路に至った事情 - News&Analysis https://diamond.jp/articles/-/324945 「永遠に豊洲で止まっていただきたい」ゆりかもめ延伸計画が非業の末路に至った事情NewsampampAnalysis東京の新橋駅豊洲駅間を走る「ゆりかもめ」には長らく延伸計画があるが、実現には至っていない。 2023-06-30 03:40:00
ビジネス ダイヤモンド・オンライン - 新着記事 中国「改正反スパイ法」で不当な拘束が相次ぐ恐れ、元公安捜査官が指摘する5つの危険 - 元公安捜査官が教える「見抜く力」 https://diamond.jp/articles/-/325339 中国「改正反スパイ法」で不当な拘束が相次ぐ恐れ、元公安捜査官が指摘するつの危険元公安捜査官が教える「見抜く力」アステラス製薬の幹部、西山寛氏は月下旬、年にわたる二度目の北京駐在を終え、帰国して退職することが決まっていた中で、中国から日本に帰国する際に中国国家安全局によって拘束された。 2023-06-30 03:35:00
ビジネス ダイヤモンド・オンライン - 新着記事 「痴漢動画の闇サイトを暴く」衝撃のBBC報道がジャニーズ問題ほど話題にならなかった理由 - News&Analysis https://diamond.jp/articles/-/325130 newsampampanalysis 2023-06-30 03:30:00
ビジネス ダイヤモンド・オンライン - 新着記事 日本人の「天気の話」を世界一流の雑談へ進化させるには? Google元人事に学ぶ【書評】 - イノベーション的発想を磨く https://diamond.jp/articles/-/325160 日本人の「天気の話」を世界一流の雑談へ進化させるにはGoogle元人事に学ぶ【書評】イノベーション的発想を磨く視野を広げるきっかけとなる書籍をビジネスパーソン向けに厳選し、ダイジェストにして配信する「SERENDIPセレンディップ」。 2023-06-30 03:25:00
ビジネス ダイヤモンド・オンライン - 新着記事 「ありがとう」と一言足すだけで、人生が好転する不思議とは - 小さな感謝 人生を好転させる一番簡単な方法 https://diamond.jp/articles/-/325012 人間関係 2023-06-30 03:20:00
ビジネス ダイヤモンド・オンライン - 新着記事 K-POPアイドル好きの「共通言語」どこまで知ってる?ペン、スミン、コーヒー車… - ニュース3面鏡 https://diamond.jp/articles/-/324235 韓国語 2023-06-30 03:15:00
ビジネス ダイヤモンド・オンライン - 新着記事 企業が自己変容を繰り返すために求められる「進化の素」 - マネジメントの「現実」と「未来」――競争優位を創り続ける意思ある「再構築」 https://diamond.jp/articles/-/324600 企業が自己変容を繰り返すために求められる「進化の素」マネジメントの「現実」と「未来」ー競争優位を創り続ける意思ある「再構築」先行きが見通せない大転換の時代にあって、企業・組織も自己変革が求められている。 2023-06-30 03:10: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件)