投稿時間:2023-08-06 16:09:10 RSSフィード2023-08-06 16:00 分まとめ(11件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia News] GoogleをDoJや州判事らが2020年に提訴した独禁法訴訟、一部棄却 https://www.itmedia.co.jp/news/articles/2308/06/news056.html google 2023-08-06 15:29:00
python Pythonタグが付けられた新着投稿 - Qiita 【Prompt Flow】カスタムPython環境の作成 & Function callingの実行の備忘録 https://qiita.com/sakue_103/items/2c1db6c0c8b6a9145abe ampfunctioncalling 2023-08-06 15:33:37
Azure Azureタグが付けられた新着投稿 - Qiita 【Prompt Flow】カスタムPython環境の作成 & Function callingの実行の備忘録 https://qiita.com/sakue_103/items/2c1db6c0c8b6a9145abe ampfunctioncalling 2023-08-06 15:33:37
Git Gitタグが付けられた新着投稿 - Qiita git10本ノック!!!【前半】 https://qiita.com/ysmb-wtsg/items/7be867ed07166b9185cf featurefoo 2023-08-06 15:04:48
海外TECH DEV Community Web Environment Integrity: Google strikes again https://dev.to/voltra/web-environment-integrity-google-strikes-again-j4a Web Environment Integrity Google strikes againThe Web Environment Integrity is yet another Google proposal for making the web worse for everyone but them Links of interest The explainerThe RFCThe Github repo Issues with the RFCRequest For Comments a nice way to make proposals and ask for comments and feedback Well usually when one comes out it s at least polished enough to feel like a complete unit As of today very crucial and important parts of the RFC are marked as TODO Things like you know definitions of web environment and content binding nothing that important s Hell even whole sections are missing like Browser Acceptance Criteria and Privacy considerations which gives off strong I ll leave the morality of it out of the talk vibes no that is not a parody it s an actual serious talk you should definitely check it out The biggest issue with the RFC is if you re like me the first time you read this and looked at the API you certainly thought wow that s actually useless Craft a token and encode it in base No asymmetrical encryption Just Base Wth Cool but how can it be verified The token is crafted on the user s device and verified on another What is the use exactly What prevents it from being spoofed or polyfilled This is to fight against fingerprinting But that introduces a wayyyy better way of fingerprinting users on a literal MAC address machine levelYou can t remove the need for an anti virus software on each machineMaking a web anti virus solution is the single dumbest and most useless idea ever Sure let s give any website a way to inspect the integrity of your memory that sounds like a great idea And of course these questions are absolutely not addressed in the RFC All you can read is something that feels like someone s draft of an RFC that needs to be finalized before being published not an actual RFC Which probably means that whoever was behind this idea thought of it last minute and pushed it way too hard to have it go out ASAP And with the explainer all the evil is unveiledYou see before reading the explainer which is dumb why external explanation for an RFC you were already thinking about how this is terrible a DRM ization of the web etc But within the first few lines of the explainer you actually understand that one of the main goals of this is absolutely not to protect users in any way but to make sure ads are shown to real users and never bots It s pretty much a Comic book Villain or politician tactic pretend to do things for others interest but in reality you do them for your own GoalsAllow web servers to evaluate the authenticity of the device and honest representation of the software stack and the traffic from the device That s a mouthful way of saying we want website to be able to very accurately fingerprint your device How s the EU doing btw Offer an adversarially robust and long term sustainable anti abuse solution Now that s just absurd and wishful thinking at best There s a reason anti virus and anti cheat software run at system startup and in a different context than other programs You can t do that from inside a web browser Plus that would only cover mid execution corruption You couldn t detect prior to execution corruption like let s say a computer full of malware Don t enable new cross site user tracking capabilities through attestation Sure try to act like you won t use that in GA or GTM at all How s the EU doing btw Continue to allow web browsers to browse the Web without attestation Oh thank god you actually admit yourself that your proposal is a waste and totally useless since you can just skip it Non goals Enforce or interfere with browser functionality including plugins and extensions Oh I m sure it won t interfere In addition to Manifest V you d also like to further kill extension plugin users and developers Wow You really hate adblockers huh Despite them being a minority in the vast user base Are you looking for pennies under the couch Google I have bucks in my pocket if you want Enable reliable client side validation of verdictsYes reliable client side the famous oxymoron Thank you for clarifying that I hope Google doesn t connect to their production databases directly from the browser Access to this functionality from non Secure Contexts What do you not get about non Secure Are you serious Use casesDetect social media manipulation and fake engagement So it s not about users Got it And how do you plan on doing that exactly Detect non human traffic in advertising to improve user experience and access to web contentSo it s not about users Got it And how do you plan on doing that exactly I m pretty sure I can make Selenium do things and it d go through your wide net Detect phishing campaigns e g webviews in malicious apps How exactly Detect bulk hijacking attempts and bulk account creation How Oooooh by fingerprinting of course Detect large scale cheating in web based games with fake clientsSee the above about execution contexts of anti cheat and anti virus software Detect compromised devices where user data would be at riskThere s no reason a malware infested system couldn t spoof that It s not an anti virus Detect account takeover attempts by identifying password guessingLiterally how Do you have any idea of the intrinsic unsolvability of the problem you claim this would solve Why do you think FA MFA exist Google literally has one of the strictest ones out there how do you fain ignorance like that Does the explainer explains or addresses anything No lmfao Read it for yourself it s pretty funny how it makes everything worse than the RFC already did The final wordsYou cannot circumvent the Blind Trust Issue i e the fact that any trust is always blindly given otherwise it d be knowledge Hell the whole thing relies on a rd party attester which is an even bigger joke in and of itself It s not even like HTTPS DNS Sec or whatever intelligent and well thought out security thing That one is just useless junk if you re not Google Ads The only way to circumvent the Blind Trust Issue is to turn trust into knowledge that much is obvious The only issue is that you can t have knowledge about a site being compromised e g downloading a renowned browser that your IP packets are not being intercepted network layer that your TCP packets are not being logged or intercepted ISP that your machine doesn t have spyware built into the OS that the software you use is what it s advertised as that s why we need reproducible builds etc It s the same thing with Decentralized Web You don t eliminate the need for trust at all you just move it elsewhere 2023-08-06 06:51:11
海外TECH DEV Community AWS Lambda https://dev.to/hasanelsherbiny/aws-lambda-326e AWS Lambda What is AWS Lambda AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying infrastructure It allows developers to upload their code to Lambda specify the triggering events and then let AWS handle the execution of the code on demand With Lambda developers can build applications using small single purpose functions rather than managing entire servers or virtual machines Event driven Stateless ArchitectureAWS Lambda follows an event driven architecture where functions are triggered by various events within the AWS ecosystem or external sources These events can include changes to data in Amazon S updates to a DynamoDB table incoming API requests through Amazon API Gateway or scheduled time based events using Amazon CloudWatch Events This event driven nature allows for efficient cost effective scaling as functions are invoked only when needed making it ideal for applications with variable workloads Benefits of AWS LambdaNo Server Management One of the primary advantages of Lambda is its serverless nature Developers don t need to provision or manage servers eliminating the need for capacity planning and reducing operational overhead Auto Scaling AWS Lambda automatically scales your functions to handle incoming requests ensuring optimal performance regardless of the number of concurrent users or events Cost Efficiency With Lambda you only pay for the compute time used during code execution There are no charges for idle time making it highly cost effective for applications with sporadic or infrequent usage Quick Deployment and Updates Deploying code updates in Lambda is seamless and quick enabling developers to iterate and innovate at a rapid pace Integrations with AWS Services Lambda integrates effortlessly with other AWS services allowing developers to create powerful and sophisticated serverless applications This includes integration with Amazon S DynamoDB SNS Simple Notification Service and more Language Support AWS Lambda supports a variety of programming languages including Node js Python Java Go NET and custom runtimes using AWS Lambda Layers Use Cases for AWS LambdaAWS Lambda s versatility makes it suitable for a wide range of applications Microservices Lambda allows developers to break down applications into smaller focused functions enabling the development of scalable microservices architectures Real time Data Processing Lambda is commonly used for real time data processing and analytics handling streaming data from various sources Automated Workflows Developers can build serverless workflows orchestrating the execution of multiple functions to automate business processes Chatbots and Voice Assistants Lambda powers the backend logic for building intelligent chatbots and voice enabled applications Getting Started with AWS LambdaTo get started with AWS Lambda developers need an AWS account and access to the AWS Management Console or AWS CLI From there they can create Lambda functions define triggers and set up integrations with other AWS services ConclusionAWS Lambda has redefined the way developers approach cloud computing providing a powerful and cost effective solution for building serverless applications Its event driven serverless architecture empowers developers to focus on writing code and delivering value to customers without the need for server management or infrastructure concerns As the world of cloud computing continues to evolve AWS Lambda remains at the forefront of serverless innovation driving a new era of efficient and scalable application development 2023-08-06 06:15:34
海外TECH DEV Community PHP-FPM 8.2 on OpenBSD 7.3 https://dev.to/nabbisen/php-fpm-82-on-openbsd-73-4hne ところで、PHPFPMというPHPのFastCGIプロセス・マネージャーがありますが、こちらはOpenBSDパッケージ管理上はPHPの一部として提供されています。 2023-08-06 06:13:40
ニュース BBC News - Home Ukraine war: Russia hits blood transfusion centre, says Zelensky https://www.bbc.co.uk/news/world-europe-66419331?at_medium=RSS&at_campaign=KARANGA crime 2023-08-06 06:32:18
ニュース BBC News - Home Simone Biles makes winning return in US Classic after two-year break https://www.bbc.co.uk/sport/gymnastics/66420361?at_medium=RSS&at_campaign=KARANGA return 2023-08-06 06:03:31
ニュース BBC News - Home 'We can beat everybody' - Netherlands reach quarter-finals https://www.bbc.co.uk/sport/football/66414642?at_medium=RSS&at_campaign=KARANGA spain 2023-08-06 06:42:29
ニュース BBC News - Home Citi Open: GB's Dan Evans reaches first ATP 500 final with win over Grigor Dimitrov https://www.bbc.co.uk/sport/tennis/66420458?at_medium=RSS&at_campaign=KARANGA Citi Open GB x s Dan Evans reaches first ATP final with win over Grigor DimitrovDan Evans beats Grigor Dimitrov to become the first British player to reach the final in Washington since Andy Murray in 2023-08-06 06:41:16

コメント

このブログの人気の投稿

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