投稿時間:2023-07-25 00:22:16 RSSフィード2023-07-25 00:00 分まとめ(23件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… 「Xbox Game Pass Ultimate」と「PC Game Pass」、初月は100円で遊べるキャンペーン開催中 ー 新規加入者限定 https://taisy0.com/2023/07/24/174437.html xboxgamepass 2023-07-24 14:59:56
AWS AWS Architecture Blog Best practices for implementing event-driven architectures in your organization https://aws.amazon.com/blogs/architecture/best-practices-for-implementing-event-driven-architectures-in-your-organization/ Best practices for implementing event driven architectures in your organizationEvent driven architectures EDA are made up of components that detect business actions and changes in state and encode this information in event notifications Event driven patterns are becoming more widespread in modern architectures because they are the main invocation mechanism in serverless patterns they are the preferred pattern for decoupling microservices where asynchronous communications and event … 2023-07-24 14:23:36
python Pythonタグが付けられた新着投稿 - Qiita 「Reflex(旧Pynecone)」があればPython 100%でWebアプリ作れるってマジ!! https://qiita.com/payaneco/items/abda32f83a6e3eb33dc0 purepython 2023-07-24 23:26:36
python Pythonタグが付けられた新着投稿 - Qiita Leetcode 543. Diameter of Binary Tree https://qiita.com/takechanman1228/items/936dd806bedf2b1f42c0 meterofbinarytreeproblem 2023-07-24 23:04:12
js JavaScriptタグが付けられた新着投稿 - Qiita 私はロボットでありません(reCAPTCHA)のレイアウトのものを作成「ネタ枠」 https://qiita.com/takusandayoo/items/e21943b4e8df869de8cb google 2023-07-24 23:11:38
Azure Azureタグが付けられた新着投稿 - Qiita Azure AI-102試験対策 https://qiita.com/flutter_daisuki/items/1a2e63db9b1220381195 azure 2023-07-24 23:09:35
技術ブログ Mercari Engineering Blog 【Merpay & Mercoin Tech Fest 2023】8月22日のトークセッション見どころをご紹介 https://engineering.mercari.com/blog/entry/20230724-about-merpay-mercoin-techfest-day1/ merpayampmercointehellip 2023-07-24 15:00:10
海外TECH DEV Community How to Integrate Blockchain with Flutter for Web3 Mobile Apps: A Case Study of AI Muse https://dev.to/yatendra2001/how-to-integrate-blockchain-with-flutter-for-web3-mobile-apps-a-case-study-of-ai-muse-4c7f How to Integrate Blockchain with Flutter for Web Mobile Apps A Case Study of AI MuseAre you a Flutter developer who wants to learn how to build Web mobile apps using blockchain If yes then you are in the right place In this blog post I will share with you an amazing project that I built with two close friends called AI Muse It is a decentralized generative AI app that creates and mints NFTs Non Fungible Tokens on various chains like Solana Polygon Mantle and more What is AI Muse AI Muse is a project that leverages the OpenAI Image model to create stunning NFTs based on the user s input The user can type in any word or phrase and the app will generate a unique image that represents it The user can then mint the image as an NFT on their preferred blockchain network We built AI Muse as a submission for the Ethforall hackathon where we won the best UX category We are very proud of our achievement and we want to share it with the world Why should you care AI Muse is not just a cool app that makes beautiful NFTs It is also a great learning resource for anyone who wants to learn how to integrate blockchain with Flutter for Web mobile apps By exploring our project you can learn How to create a smart contract to mint NFTs using solidity How to use OpenAI s powerful tools to craft high quality NFTs How to seamlessly integrate smart contracts into Flutter mobile apps using the webdart library These are valuable skills that will help you stand out in the rapidly growing field of Web development How can you get started The best part is that AI Muse is completely open source on GitHub You can access the code run the app and even contribute to the project To get started you can Fork the repo and clone it to your local machine Install the dependencies and run the app on your emulator or device Explore the code and understand how it works Raise issues or suggest improvements on GitHub Tackle some beginner friendly tasks that we ve prepared for you You can find the repo link at the end of this post What are you waiting for This is a golden opportunity for you to delve into the world of decentralized generative AI flutter apps Don t just watch another tutorial take action and gain hands on experience by exploring our codebase Start your journey into the exciting intersection of blockchain and Flutter today And if you love what you find don t forget to star the repo to show your support yatendra AI Muse AI Muse is a decentralised degenerative AI mobile application that allows you to create and mint NFT s on single tap AI MuseAI Muse aims to revolutionize the NFT market by empowering users to easily create and sell their digital assets encouraging more artists and collectors to participate in the NFT space IntroductionAI Muse is an NFT generator mobile application that utilizes AI algorithms and prompts to simplify the NFT creation process making it accessible to a wider audience The AI generated artwork is unique and reflects the personal preferences and styles of the user resulting in one of a kind NFTs UsageClone the repository from GitHub git clone Create a file keys dart under lib directory and get the following keys const DALL E API get api key from OpenAI DALL E const NFT STORAGE API get api key from NFT Storage const NFT PORT API get api key from NFTPort xyz const CONTRACT NAME Name you want to give to your contract const CONTRACT SYMBOL give your own token symbol like AMC const CONTRACT ADDRESS lt Follow below step … View on GitHubJoin us on this incredible adventure and level up your skills with AI Muse Before we go Thanks for reading If you loved this drop a like and consider following me I share insights on flutter open source amp software development to help you become a x developer Got any doubt or wanna chat React out to me on twitter or linkedin 2023-07-24 14:53:55
海外TECH DEV Community What is LangSmith and why should I care as a developer? https://dev.to/logankilpatrick/what-is-langsmith-and-why-should-i-care-as-a-developer-19k What is LangSmith and why should I care as a developer I have said it before and I will say it again the tooling around large language models LLM s is still in its infancy Due to the nature of LLM s and their inherent dynamism traditional software tooling is often ill equipped to handle these models out of the box Enter LangChain and LangSmith In this post we will explore the latest product by the team that created Langchain the most popular LLM software tool and see what new parts of the LLM stack LangSmith hopes to tackle If you are new to LLM development the first place to start is with Langchain itself I wrote up a comprehensive intro with details on what problems it can solve Quick note I am writing this article to reflect my personal views as I explore the LLM ecosystem and this is not intended to represent the views of my employer hence being on my personal blog What is LangSmith When Langchain was originally created the goal was to reduce the barrier to entry with respect to building prototypes Despite some pushback on the viability of Langchain as a tool I think it has largely delivered on this goal The next problem space to tackle after prototypes is helping get these applications into production and ensuring this happens in a reliable and maintainable way The simple mental model is Langchain prototypingLangSmith productionBut what are the production challenges that need to be solved which were not as relevant in prototyping Reliability ーit is deceptively easy to build something that works well for a simple constrained example but actually still quite hard today to build LLM applications with the consistency that most companies would want To tackle this LangSmith provides new features around core pillars DebuggingTestingEvaluatingMonitoringUsage metricsA huge part of the value add for LangSmith is being able to do all of these things from a simple and intuitive UI which significantly reduces the barrier to entry for those without a software background There are also a lot of things about LLM s that are not intuitive when you look at them from a numbers perspective so being able to see visualizations through a UI will be useful e g how temperature effects model output distribution I personally find that having a polished UI can actually be the accelerant to my prototyping and work since doing everything with code can often times be cumbersome Further being able to visualize the process the LLM system is going through and a complex chain of commands can be super useful in understanding why you are getting the output that you are As you build more complex workflows it can be hard to understand exactly what queries are moving through different flows so a simple UI to see this and log the historical data is going to be a value add from day one Who is competing with LangSmith While not direct competitors thus far it does make a lot of sense for organizations like Vercel who have the AI SDK to build similar features into their platform given the desire to be the place for AI builders I would imagine that other platforms build similar tooling over the next months given the market for these tools has so much potential Vercel is still more focused on the deployment and serving aspect of LLM s today since that is more aligned historically with their core product but it would make sense to extend the AI SDK to do more over time While LangSmith does not appear to go deep on Embeddings yet there does seem to be a ton of natural crossover between this and many of the Embeddings providers who are differentiating with the batteries included UI Ecosystems like LlamaIndex would benefit from this type of product development but it is unclear they can stay differentiated overtime as the problem space seems to be very similar Despite this it is nice to see LangSmith still wanting to connect with as many tools as possible In the launch blog post they mentioned integrations with OpenAI evals as well as multiple fine tuning providers that will enable developers to export data and directly train on it These types of integrations seem like they will not only enable a ton of developer goodwill but actually serve as a lightweight moat over time connecting things is not always easy What I want from LangSmith The main ask I have is extensibility I really do think there could be orders of magnitude more impact if the core of LangSmith could be built into other applications and services Allowing developers to sign in with their LangChain account and monitor their LLM s on Vercel for example with the AI SDK and deployment information all in one place would be extremely valuable What it takes to be differentiated over a long period of timeI am very excited about LangSmith hence spending the time to write this up I think it solves a bunch of actual problems that developers and builders have when trying to go into production The real long term question still remains “is there enough here to build a long term defensible business I do not have a crystal ball shockingly but my general mindset today is that many of the current features of LangSmith are table stakes for developers Most LLM providers will want to build similar features into their platforms over time That doesn t mean that LangSmith cannot succeed though Just look at Terraform by HashiCorp for example it is the glue that sits in between all the cloud providers and solves a large enough problem to be a publicly traded company But LangSmith will need to continue to expand in scope in order to be competitive with multiple providers and other tooling ecosystems You got this Harrison 2023-07-24 14:42:00
海外TECH DEV Community What are your goals for the week of July 24? https://dev.to/jarvisscript/what-are-your-goals-for-the-week-of-july-24-f2e What are your goals for the week of July What are your goals for this week What are you building What will be a good result by week s end Are you attending any events this week Any suggestions of events to attend Did you meet your goals last week Last Week s Goals Continue Job Search BlogFigure out some kind of images to add to these posts Code Challenges Did more CSS Battles Did lose my daily streak Just forgot to do it one day days in a row Project work Worked on the frontend of a cool tool for use on social Media Finally got the share to a site to work Events Attend Virtual Coffee VC Thursday Other VC events if I can Attend Other events Didn t find any thing local last week Build some LEGO sets This Week s GoalsContinue Job Search BlogFigure out some kind of images to add to these posts Code ChallengesProject workEventsAttend Virtual Coffee VC Thursday Other VC events if I can Virtual job fair Tuesday Just found out about it need to research companies and openings Build some LEGO sets Maybe add images of those builds here Last week of early voting for the county Got to figure out what council members to vote for Your Goals for the weekYou ve read my goals so I ll throw the questions back to you What are you building What will be a good result by week s end Are you attending any events this week Any suggestions of events to attend Did you meet your goals last week JarvisScript git push 2023-07-24 14:41:38
海外TECH DEV Community What Makes Rust Stand Out? https://dev.to/devteam/what-makes-rust-stand-out-2ijf What Makes Rust Stand Out As a Rust enthusiast what advice would you give to developers considering learning Rust and incorporating it into their tech stack Follow the DEVteam for more discussions and online camaraderie The DEV Team Follow The team behind this very platform 2023-07-24 14:37:30
海外TECH DEV Community Don't Throw "Consulting Services" Onto Your Website https://dev.to/daedtech/dont-throw-consulting-services-onto-your-website-3ll Don x t Throw quot Consulting Services quot Onto Your WebsiteIt s been a decent run banging out my SEO for Non Scumbags series even if there might well have been an audience mismatch  I had fun with those but they were fairly trade and theory heavy  And I ve found that kind of discouraged me from my writing habit as a whole So if only for today I m going to dust that habit off and resume ranting to whoever happens by like some kind of internet busker Today s topic is on my mind both because I did a livestream Q amp A about it it ll be up on the Hit Subscribe Youtube channel in the coming weeks but also because I see it everywhere whenever I m poking around freelancer or small boutique service provider websites What I m Talking About We Do Labor and ConsultingIf you can t picture what I mean I ll default to a hypothetical custom app dev shop for example  If you hover over their services menu on their website you ll see a list like this Custom Wordpress Website Builds Monthly Site Maintenance Custom Plugin Development Wordpress API Integrations Wordpress ConsultingEmphasis mine   Well I mean of course it is this is a hypothetical I made up not a quote The service provider enumerates a series of different kinds of labor they will sell you and then almost invariably at the bottom they ll throw in that they also offer consulting This is what I m saying you shouldn t do Do as I Say Not as I DoLest someone beat me to the punch in the immortal words of Doc Holliday at least in Tombstone apparently my hypocrisy knows no bounds  If you look at Hit Subscribe s offering page you ll see this Now I m not sure if I wrote or even read that copy before it went to prime time  And I ll also point out that whoever wrote it wisely structured the bullets as all being consultative in nature at least partially and they also created a moat around the fulfillment piece as separate from strategy But nevertheless there it is a potential example of what I m saying not to do My main reason for bringing this up is simple expediency  I don t want to put some random service business on blast and there just happens to be an example on a site that I presided over so it s the most practical way I can show you a screenshot without being needlessly rude to someone If you re wondered whether I m worried about this and feel any pressing need to change it neh  I ve got bigger fish to fry Consulting vs Labor ServicesI have beaten this topic to death  I ve talked about it here and here and probably other places over the years  So I ll just do the Cliff s notes here Labor services involve acting as a pair of hands  Someone pays you to do the thing Consulting services involve acting as the brain  Someone pays you to do nothing except offer advice in whatever form that takes as a deliverable If you re executing something you re selling labor and not consulting Mapping Consulting and Labor to the Org ChartLet s do another easy one  Let s take a look at each service type and imagine that the client liked the provider so much that they just decided to throw money at them until they could slurp them into a role within the organization What would that look like for each type of service  Very simple Labor services individual contributor Consulting services organizational leadership Absurdly Mapping the Org Chart Back to the Services PageHaving drawn that parallel let s revisit what the services page looks like from our hypothetical above Here are our services dear prospect Specific Tactical Individual Contributor Labor Specific Tactical Individual Contributor Labor Specific Tactical Individual Contributor Labor Specific Tactical Individual Contributor Labor We Can Also be Your CTO Can you imagine running across something like this in the wild  It d be like running across a resume with the usual tech stack alphabet soup for a senior software engineer but with an objective at the top is that still a thing people put on resumes that read Seeking a position as a software engineer III senior software engineer IV or maybe CTO whatever Best case is the person reviewing the resume chuckles and ignores that CTO bit Now things aren t quite as ludicrous or dramatic on your services page  They almost certainly won t think to chuckle before ignoring your consulting services completely Consulting Services as Hey I m Strategic Over the years I ve observed that one of the most predictable anti patterns that indie technicians laborers viewing their work as a craft deploy to bolster their cred is to refer to themselves as strategic in some way  So throwing something about consulting or strategy on your site acts not as a serious offering  Instead it s a strawman ironically intended to differentiate the tactician from other tacticians by making unfounded claims of strategic consulting acumen But the problem here isn t so much what happens if clients ignore the strategy offering and detect at least on a subconscious level that you re engaging in a sad form of resume padding  In fact that s the good outcome The bad outcome for them would be someone taking you up on this strategy Technician Tactician Strategy Is Just Tips about LaborWhy do I say this Whenever you ask a technician for advice something predictable happens  They bury you in tactical suggestions about how to do the thing better Think about our hypothetical offering above around Wordpress services  What do you imagine this Wordpress consulting from this firm actually looks like I suspect that it would involve giving you advice about customizing Wordpress themes and maintaining Wordpress sites You should keep your plugins up to date Here are some best practices for customizing your theme What error are you getting  Okay lemme take a look ah yep that s your problem right there If someone is paying you to say things like this I suppose it is technically consulting  They give you money and you give them the advice to keep plugins up to date or to fix an error But there s a more specific accurate term for what you re doing when giving this advice training And training is just one tiny step away from labor in the sense that the absolute most natural thing for any client or party to do when you say ah yep there s your problem right there is to immediately say look can you just fix it for me  So what s happened here the bad outcome for them is they started off looking for strategic advice and wound up in the weeds with you deciding tactically which one of you should do which labor  You re pair programing and just trading off driver and navigator And then by the way bam you re right back in labor land and not strategy land The Consulting Services Throw In Is Not a Path Toward StrategyA clarifying way to look at this is to think of labor for a technician as having an intense gravitational pull  You have labored all of your life for money and you view the quality of your labor as your differentiator When asked to be strategic you thus immediately start spewing granular and tactical tips that amount to best practices often without context  Make your code DRY  Do Scrum instead of waterfall  Whatever In short the advice you will give naturally all has to do with the question of how exactly and rarely if ever the questions of what or why  And those latter questions are where actual strategy and actual consulting live In my experience flipping into true strategy and consulting requires a clean break  You need to stop answering the question how and adopt the attitude of who cares about the how that s below my paygrade which is a really heavy lift for a technician  But you have to do it If you re an individual freelancer this means that you either remove all labor offerings and the like from your site or you remove all mention of consulting  For a firm it s a little easier in that you can segment by personnel  For instance in the Hit Subscribe example I personally don t ever create content for clients myself but I do act as a fractional CMO for them In the end I d suggest you indies go with this simple heuristic  Until you re ready to offer nothing but consulting services leave consulting services off of your website Also when you do take the consulting plunge don t just say consulting services but that dear reader is a topic for another time 2023-07-24 14:35:53
海外TECH Engadget Shark robot vacuums are up to 45 percent off on Amazon https://www.engadget.com/shark-robot-vacuums-are-up-to-45-percent-off-on-amazon-145212567.html?src=rss Shark robot vacuums are up to percent off on AmazonShark makes some of the best robot vacuum cleaners around and now you can pick one up for a steal Several of the brand s models are now on sale on Amazon You can save up to percent on the products and you ll get maximum savings on a model with a self emptying base and self cleaning brushroll The IQ Robot Vacuum AVAE with XL Self Empty Base has dropped from to The vacuum has a bagless base that can hold up to days worth of debris and dirt The device empties itself after each clean It has a multi surface brushroll that Shark claims can pull in dirt and debris from carpets as well as hard floors while a multi stage filtration system captures dust dander and allergens This model is said to have advanced navigation ーit will clean rooms row by row in the aim of offering complete coverage You can use Alexa or Google Assistant to get the device to start cleaning Alternatively you can put the vacuum to work with a single tap in Shark s app When its battery runs low the robovac will return to the base and recharge then continue where it left off Another item in the sale that s worth considering is our top pick for the best midrange robot vacuum The Shark AI Robot Vacuum with Base has dropped from to That s percent off the usual price This model uses LiDAR to map your home It s also a self emptying model but this one can hold up to days worth of debris and dirt in the base This vacuum cleans in a matrix grid with multiple passes to help ensure cleanliness It has a HEPA filtration system that can capture percent of dust and allergens Shark says The brand also notes that the robovac can clean for up to minutes before having to recharge This article originally appeared on Engadget at 2023-07-24 14:52:12
海外TECH Engadget The AirPods Pro drop back to a record low of $199 https://www.engadget.com/the-airpods-pro-drop-back-to-a-record-low-of-199-140327059.html?src=rss The AirPods Pro drop back to a record low of This is a good moment to get wireless earbuds for beach listening Amazon is once again selling Apple s second generation AirPods Pro for a record low price of or off That s as good a discount as on Prime Day and makes these buds an easy pick if you re invested in Apple s ecosystem Other Apple earphones are also on sale The third generation AirPods have dipped to while the second gen model is down to And if you re looking for high end wireless headphones the AirPods Max are available for in Space Gray normally The AirPods Pro are our pick for the best iOS earbuds for two simple reasons they sound great and they integrate tightly with Apple devices They re clearer richer and more consistently high quality than their predecessors and the transparency mode is excellent if you need to keep an ear open for a colleague or a gym friend These are certainly your go to buds if you routinely switch between Apple devices ーyou can listen to music on your Mac knowing you can seamlessly take a call from your iPhone The caveats are familiar You re better off with Beats or a third party brand if you use Android and the battery life is merely average On sale though it s hard to top the AirPods Pro for value They re poised to get better too When iOS arrives Adaptive Audio will automatically blend noise cancellation and transparency modes based on your environment while Personalized Volume and Conversation Awareness will make sure your can hear both your music and other people Follow EngadgetDeals on Twitter and subscribe to the Engadget Deals newsletter for the latest tech deals and buying advice This article originally appeared on Engadget at 2023-07-24 14:03:27
ニュース BBC News - Home Israel judicial reform: Key bill becomes law amid mass protests https://www.bbc.co.uk/news/world-middle-east-66258416?at_medium=RSS&at_campaign=KARANGA cannon 2023-07-24 14:02:53
ニュース BBC News - Home Trevor Francis: Ex-England player and Britain's first £1m footballer dies aged 69 https://www.bbc.co.uk/sport/football/66287307?at_medium=RSS&at_campaign=KARANGA footballer 2023-07-24 14:17:26
ニュース BBC News - Home Charlotte Owen: Ex-Boris Johnson adviser joins Lords as youngest peer https://www.bbc.co.uk/news/uk-politics-66292492?at_medium=RSS&at_campaign=KARANGA honours 2023-07-24 14:46:59
ニュース BBC News - Home Michael Gove relaxes planning rules to create more homes in city centres https://www.bbc.co.uk/news/uk-politics-66287810?at_medium=RSS&at_campaign=KARANGA struggle 2023-07-24 14:31:28
ニュース BBC News - Home Should I cancel my Greece holiday and does insurance cover wildfires? https://www.bbc.co.uk/news/business-66288521?at_medium=RSS&at_campaign=KARANGA greece 2023-07-24 14:28:17
ニュース BBC News - Home Home plan: How much of Michael Gove’s strategy is new? https://www.bbc.co.uk/news/uk-66290281?at_medium=RSS&at_campaign=KARANGA commercial 2023-07-24 14:06:06
ニュース BBC News - Home Kylian Mbappe: Al-Hilal make £259m offer for PSG and France forward https://www.bbc.co.uk/sport/football/66291108?at_medium=RSS&at_campaign=KARANGA Kylian Mbappe Al Hilal make £m offer for PSG and France forwardSaudi Arabian side Al Hilal are given permission to speak to Kylian Mbappe after making a world record £m bid for the Paris St Germain forward 2023-07-24 14:36:21
ニュース BBC News - Home Rhodes fires like being thrown into a disaster film - newlyweds https://www.bbc.co.uk/news/uk-66286741?at_medium=RSS&at_campaign=KARANGA greek 2023-07-24 14:44:19
ニュース BBC News - Home Trevor Francis: When Nottingham Forest boss Brian Clough made him Britain's first £1m player https://www.bbc.co.uk/sport/av/football/66292386?at_medium=RSS&at_campaign=KARANGA Trevor Francis When Nottingham Forest boss Brian Clough made him Britain x s first £m playerIn Trevor Francis became Britain s first £m player when Nottingham Forest manager Brian Clough signed him from Birmingham City 2023-07-24 14:15:37

コメント

このブログの人気の投稿

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