♊️ GemiNews 🗞️
(dev)
🏡
📰 Articles
🏷️ Tags
🧠 Queries
📈 Graphs
☁️ Stats
💁🏻 Assistant
💬
🎙️
Demo 1: Embeddings + Recommendation
Demo 2: Bella RAGa
Demo 3: NewRetriever
Demo 4: Assistant function calling
Editing article
Title
Summary
Today's links look at how Meta engineers reacted to AI assisted coding tools, how to present to audiences that know more than you, and how to design REST APIs.
Content
<p>I had my rehearsal at Google I/O today, and then attended a half-day offsite with my team. Before that, I read a bunch of things you’ll find below.</p> <p>[article] <strong><a href="https://newsletter.getdx.com/p/ai-assisted-code-authoring-at-scale">AI-assisted code authoring at scale</a></strong>. When Meta rolled out AI assisted tools to their engineers, what were the results? This post reviews a paper with the details.</p> <p>[blog] <strong><a href="https://blog.infernored.com/keeping-up-with-tech/">Keeping Up with Tech</a></strong>. This post was mainly about being a t-shaped developer, with a mention of how to find the “next thing” to learn about.</p> <p>[blog] <strong><a href="https://medium.com/@fmmagalhaes/i-built-the-same-app-with-flutter-react-native-and-ionic-33ff8b358562">I built the same app with Flutter, React Native, and Ionic</a></strong>. You can learn a lot by using different languages or frameworks to solves the same problem. Here’s a look at three popular app frameworks.</p> <p>[article] <strong><a href="https://hbr.org/2024/05/how-to-present-to-an-audience-that-knows-more-than-you">How to Present to an Audience That Knows More Than You</a></strong>. Many folks dislike public speaking. It can be even more nerve-wracking if you know the audience is smarter than you on a given topic. That’s often the case! This article has some advice for those situations.</p> <p>[blog] <strong><a href="https://medium.com/google-cloud/unlocking-codebase-insights-with-vertex-ai-gemini-1-5-pro-a-comprehensive-guide-1f40a6f488e9">Unlocking Codebase Insights with Vertex AI Gemini 1.5 Pro: A Comprehensive Guide</a></strong>. What questions would you ask of an inherited codebase? Where are the security issues? How should I troubleshoot? What does each component do? This post shows examples for AI-based interrogation.</p> <p>[article] <strong><a href="https://thenewstack.io/do-enormous-llm-context-windows-spell-the-end-of-rag/">Do Enormous LLM Context Windows Spell the End of RAG?</a></strong> Somewhat related to the previous piece. If I can send in all my code to an LLM, I may not need it chunked up and vector-stored prior.</p> <p>[blog] <strong><a href="https://robertglazer.substack.com/p/friday-forward-nvidia-jensen-huang">Good Suffering</a></strong>. Bob has a good reminder that “resilience” is a developed characteristic, and talks about having “high standards and low expectations.”</p> <p>[blog] <strong><a href="https://medium.com/google-cloud/using-googles-gemini-function-calling-to-fetch-real-time-company-news-and-insights-from-external-d11b2da565e3">Using Google’s Gemini Function Calling to Fetch Real-Time Company News and Insights from External APIs</a></strong>. This is a good example of “function calling” as a technique for getting real-time data into your generative AI apps.</p> <p>[blog] <strong><a href="https://codeopinion.com/how-to-and-how-not-to-design-rest-apis/">How to (and how not to) design REST APIs</a></strong>. Derek affirms and rejects some “conventional wisdom” around HTTP (or REST) APIs.</p> <p>[article] <strong><a href="https://www.ciodive.com/news/it-services-tech-spend-growth-forrester-accenture-cloud-ai/715436/">IT services spend will reach $2 trillion by 2028: Forrester</a></strong>. Spending is up, especially on cloud. But this notes that cloud spending is still less than 10% of the IT services spend!</p> <p>[blog] <strong><a href="https://medium.com/google-cloud/billed-for-unauthorized-requests-google-cloud-storage-vs-aws-s3-8d4d6551fe72">Billed for unauthorized requests? Google Cloud Storage vs. AWS S3</a></strong>. This topic came up a week or so ago when a user got a massive bill for unauthorized 403 requests to their Amazon S3 bucket. AWS is fixing that, and this post looks at whether you’re at the same risk on Google Cloud. Hint: you’re not.</p> <p>[blog] <strong><a href="https://blog.howardjohn.info/posts/podless-kubernetes/">Podless Kubernetes</a></strong>. As an academic exercise, could you deploy a full Kubernetes cluster and mesh in a single node binary, without any pods running? John did just that.</p> <p>##</p> <p>Want to get this update sent to you every day? <a rel="noreferrer noopener" href="https://seroter.com/feed/" target="_blank">Subscribe to my RSS feed</a> or subscribe via email below:</p> <div class="wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions"> <div> <div> <div> <p > <a href="https://seroter.com/?post_type=post&p=16672" style="font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF; text-decoration: none; white-space: nowrap; margin-left: 0">Subscribe</a> </p> </div> </div> </div> </div>
Author
Link
Published date
Image url
Feed url
Guid
Hidden blurb
--- !ruby/object:Feedjira::Parser::RSSEntry title: Daily Reading List – May 13, 2024 (#317) url: https://seroter.com/2024/05/13/daily-reading-list-may-13-2024-317/ summary: Today's links look at how Meta engineers reacted to AI assisted coding tools, how to present to audiences that know more than you, and how to design REST APIs. author: Richard Seroter categories: - Daily Reading List published: 2024-05-14 00:47:46.000000000 Z entry_id: !ruby/object:Feedjira::Parser::GloballyUniqueIdentifier is_perma_link: 'false' guid: http://seroter.com/?p=16672 carlessian_info: news_filer_version: 2 newspaper: Richard Seroter Blog macro_region: Blogs rss_fields: - title - url - summary - author - categories - published - entry_id - comments - content - image comments: https://seroter.com/2024/05/13/daily-reading-list-may-13-2024-317/#respond content: "\n<p>I had my rehearsal at Google I/O today, and then attended a half-day offsite with my team. Before that, I read a bunch of things you’ll find below.</p>\n\n\n\n<p>[article] <strong><a href=\"https://newsletter.getdx.com/p/ai-assisted-code-authoring-at-scale\">AI-assisted code authoring at scale</a></strong>. When Meta rolled out AI assisted tools to their engineers, what were the results? This post reviews a paper with the details.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://blog.infernored.com/keeping-up-with-tech/\">Keeping Up with Tech</a></strong>. This post was mainly about being a t-shaped developer, with a mention of how to find the “next thing” to learn about.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://medium.com/@fmmagalhaes/i-built-the-same-app-with-flutter-react-native-and-ionic-33ff8b358562\">I built the same app with Flutter, React Native, and Ionic</a></strong>. You can learn a lot by using different languages or frameworks to solves the same problem. Here’s a look at three popular app frameworks.</p>\n\n\n\n<p>[article] <strong><a href=\"https://hbr.org/2024/05/how-to-present-to-an-audience-that-knows-more-than-you\">How to Present to an Audience That Knows More Than You</a></strong>. Many folks dislike public speaking. It can be even more nerve-wracking if you know the audience is smarter than you on a given topic. That’s often the case! This article has some advice for those situations.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://medium.com/google-cloud/unlocking-codebase-insights-with-vertex-ai-gemini-1-5-pro-a-comprehensive-guide-1f40a6f488e9\">Unlocking Codebase Insights with Vertex AI Gemini 1.5 Pro: A Comprehensive Guide</a></strong>. What questions would you ask of an inherited codebase? Where are the security issues? How should I troubleshoot? What does each component do? This post shows examples for AI-based interrogation.</p>\n\n\n\n<p>[article] <strong><a href=\"https://thenewstack.io/do-enormous-llm-context-windows-spell-the-end-of-rag/\">Do Enormous LLM Context Windows Spell the End of RAG?</a></strong> Somewhat related to the previous piece. If I can send in all my code to an LLM, I may not need it chunked up and vector-stored prior.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://robertglazer.substack.com/p/friday-forward-nvidia-jensen-huang\">Good Suffering</a></strong>. Bob has a good reminder that “resilience” is a developed characteristic, and talks about having “high standards and low expectations.”</p>\n\n\n\n<p>[blog] <strong><a href=\"https://medium.com/google-cloud/using-googles-gemini-function-calling-to-fetch-real-time-company-news-and-insights-from-external-d11b2da565e3\">Using Google’s Gemini Function Calling to Fetch Real-Time Company News and Insights from External APIs</a></strong>. This is a good example of “function calling” as a technique for getting real-time data into your generative AI apps.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://codeopinion.com/how-to-and-how-not-to-design-rest-apis/\">How to (and how not to) design REST APIs</a></strong>. Derek affirms and rejects some “conventional wisdom” around HTTP (or REST) APIs.</p>\n\n\n\n<p>[article] <strong><a href=\"https://www.ciodive.com/news/it-services-tech-spend-growth-forrester-accenture-cloud-ai/715436/\">IT services spend will reach $2 trillion by 2028: Forrester</a></strong>. Spending is up, especially on cloud. But this notes that cloud spending is still less than 10% of the IT services spend!</p>\n\n\n\n<p>[blog] <strong><a href=\"https://medium.com/google-cloud/billed-for-unauthorized-requests-google-cloud-storage-vs-aws-s3-8d4d6551fe72\">Billed for unauthorized requests? Google Cloud Storage vs. AWS S3</a></strong>. This topic came up a week or so ago when a user got a massive bill for unauthorized 403 requests to their Amazon S3 bucket. AWS is fixing that, and this post looks at whether you’re at the same risk on Google Cloud. Hint: you’re not.</p>\n\n\n\n<p>[blog] <strong><a href=\"https://blog.howardjohn.info/posts/podless-kubernetes/\">Podless Kubernetes</a></strong>. As an academic exercise, could you deploy a full Kubernetes cluster and mesh in a single node binary, without any pods running? John did just that.</p>\n\n\n\n<p>##</p>\n\n\n\n<p>Want to get this update sent to you every day? <a rel=\"noreferrer noopener\" href=\"https://seroter.com/feed/\" target=\"_blank\">Subscribe to my RSS feed</a> or subscribe via email below:</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions\">\n\t\t<div>\n\t\t\t<div>\n\t\t\t\t<div>\n\t\t\t\t\t<p >\n\t\t\t\t\t\t<a href=\"https://seroter.com/?post_type=post&p=16672\" style=\"font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF; text-decoration: none; white-space: nowrap; margin-left: 0\">Subscribe</a>\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>" image: https://2.gravatar.com/avatar/2fab44e2f8decc2654cf4cb6b3bef813b072a16c7206880423c14d2e4be6f910?s=96&d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96
Language
Active
Ricc internal notes
Imported via /Users/ricc/git/gemini-news-crawler/webapp/db/seeds.d/import-feedjira.rb on 2024-05-14 03:12:50 +0200. Content is EMPTY here. Entried: title,url,summary,author,categories,published,entry_id,comments,content,image. TODO add Newspaper: filename = /Users/ricc/git/gemini-news-crawler/webapp/db/seeds.d/../../../crawler/out/feedjira/Blogs/Richard Seroter Blog/2024-05-14-Daily_Reading_List_–_May_13,_2024_(#317)-v2.yaml
Ricc source
Show this article
Back to articles