• TechTok Newsletter
  • Posts
  • Intel's Computex Conference πŸ’», The End Of Software πŸ“ˆ, Moon's Far Side Samples πŸŒ—

Intel's Computex Conference πŸ’», The End Of Software πŸ“ˆ, Moon's Far Side Samples πŸŒ—

Today's TechToks: Intel's keynote at Computex, fresh tools on Product Hunt, AI quality control from Amazon, Slack's transition with AI help, and trending repos on GitHub and more!

Today’s Summaries

See all as stories in techtok.today

πŸ‘¨β€πŸ’» Intel's Computex Keynote: Client roadmap, AI server strategy updates and promises to outdo NVIDIA.

βš›οΈ From Slack Engineering: AI-powered refactoring of code. Converting tests to React Testing Library

πŸ•΅οΈβ€β™‚οΈ Amazon's AI: Spotting product defects before shipping.

πŸŒ— The first ever moon samples from the far side.

πŸ“Έ Article: A parallel from how will LLMs change software with how the internet changed the media industry.

πŸ‘οΈβ€πŸ—¨οΈ Blog post from Harvard: How data structures and algorithms have transformed our world.

Github Trending Repositories

🎬 ToonCrafter: Animating cartoons with generative cartoon interpolation.

🀏 MiniCPM-V: A GPT-4V Level Multimodal LLM on Your Phone.

πŸ–₯️ Web B-X: An alternative to the World Wide Web.

Product Picks

πŸ’‘ Does It Exist: Search engine for ideas.

πŸ€– Kerlig: AI writing assistant in any app.

πŸ—ΊοΈ Atlas.co: Collaborative GIS and mapping platform in the browser.

🀯 Game Changers

The most impactful articles of the day

Intel kick-started their Computex conference June 3rd, focusing on consumer hardware and server technology with AI. Highlights include: the Lunar Lake mobile PC System-on-a-Chip promising energy efficiency gains, and the Xeon 6 platform featuring their first Efficiency-core Xeon, Sierra Forest. Intel also pivoted its server AI accelerator strategy to Gaudi accelerators, promising to outdo NVIDIA in critical workloads at lesser costs.

✨ "Too long don't README"

GitHub trending repos of today

ToonCrafter is a generative cartoon interpolation tool that leverages pre-trained image-to-video diffusion priors to interpolate between two cartoon images and generate an animated video.

MiniCPM-Llama3-V 2.5 is a powerful 8B parameter multimodal language model that surpasses proprietary models like GPT-4V-1106 and Gemini Pro in overall performance, while also being efficiently deployable on end-side devices.

The Bussin Web X repository is an alternative to the World Wide Web, featuring its own custom browser, Bussin Napture, written in Rust with GTK, CSS and Lua engines, and a custom DNS for non-traditional domain names. It also includes code for a custom search engine, all helping to establish a unique browsing ecosystem. What you can do with it: Use it to explore a different browser environment with its unique coding and browsing specifications, make buss:// sites following the repo's guidelines/codes, or expand upon the code to enhance or customize the browsing experience.

πŸ“± Product Picks

Curated products from Product Hunt

Atlas.co is a collaborative GIS and mapping platform in the browser. Build, share, and edit maps with your team in real-time, visualize data effortlessly, and explore geographic insights interactively.

πŸš€ Linkz.ai improves visitor retention on your website & blog with live link previews. Linkz.ai automatically extracts & shows linked content (videos, presentations, articles, blog posts, files) within your website, not a new tab.

Write replies on Slack and Mail using your tone of voice. Fix spelling before sending a message. Summarize websites and articles. Chat with PDFs and documents. Improve copy in Figma. Translate to any language. Change tone and more!

When researching new ideas, it can be a lot of manual work to find if something similar already exists in the market. Does It Exist is a semantic search engine, that helps you check if your idea already exists and explore variations around that idea.

🧐 Daily Picks

Curated picks and most shared articles on techtok.today

The article explores how data structures and algorithms have transformed our world, enabling both benefits and chaos. It calls for a new approach that embraces the messiness of reality, rather than trying to impose rigid systems, and leverages technology to help people navigate complex contexts with fluidity.

How will software change with LLMs? This articles draws interesting parallels with the internet's transformation of media, citing the cost of software creation will be driven to zero, like it happened to content creation as user generated content flourished. Historically, media and software were expensive to produce, requiring significant investment. Just as user-generated content reshaped media, LLMs would democratize software development, leading to a surge in diverse, dynamic solutions and reducing the dominance of traditional software companies.

'Project P.I.' scans millions of products daily to detect defects, ensuring customers receive items in perfect condition and reducing waste from returns. Items pass through a scanning tunnel where AI checks for damage or incorrect specifications, isolating flawed products and the system evaluates if there’s an issue with similar items, tracking down the root cause. Currently, it operates at several fulfillment centers in North America with plans of expansion throughout 2024.

China's Chang'e-6 robotic Moon-lander has successfully collected the first rock samples from the far side of the Moon. The samples, expected to weigh up to 2 kilograms, are from the landing site in the South Pole-Aitken basin (the oldest and largest lunar impact basin), believed to be the nearest surface to the mantle.

Engineering Blogs

Articles from engineering blogs of big tech companies

Slack's transition from Enzyme to React Testing Library (RTL) for 15,000+ frontend unit and integration tests was a significant challenge, leading them to explore both AST transformations and AI language models to automate the conversion process, ultimately developing a hybrid approach to achieve 100% accuracy.