Dusk OS (🔥 Score: 150+ in 2 hours)
Link: https://readhacker.news/s/6urf8
Comments: https://readhacker.news/c/6urf8
Link: https://readhacker.news/s/6urf8
Comments: https://readhacker.news/c/6urf8
Google is building its own DeX: First look at Android's Desktop Mode (Score: 150+ in 8 hours)
Link: https://readhacker.news/s/6uq9d
Comments: https://readhacker.news/c/6uq9d
Link: https://readhacker.news/s/6uq9d
Comments: https://readhacker.news/c/6uq9d
Android Authority
Google is finally building its own DeX: First look at Android's Desktop Mode
Here's an early look at Android's Desktop Mode, Google's version of Samsung DeX! This brings a PC-like interface to Pixel and stock Android.
Launch HN: Miyagi (YC W25) turns YouTube videos into online, interactive courses (Score: 152+ in 10 hours)
Link: https://readhacker.news/c/6upPT
Hey HN, we’re Tyrone and Guang, founders of Miyagi Labs (https://miyagilabs.ai), an AI-powered education platform that transforms educational YouTube videos into interactive courses. It helps you learn better through active practice and personalized feedback.
We use LLMs to automatically generate quizzes, practice questions, and real-time feedback from any educational video or resource—turning passive watching into active learning. Here’s a short demo: https://youtu.be/alO7FaorHOY.
Improving education has always been tricky. Bloom’s 2-sigma problem (showing that a high-quality personal tutor is far more effective than conventional methods) has persisted, even as technology has advanced.
We met at MIT as CS majors and have always been passionate about education. Over the years, we’ve become teachers and experts in subjects like chess, algorithms, math, languages, and ninja warrior. A common theme was that we both heavily relied on YouTube to learn.
YouTube has incredible content for learning pretty much anything, but it’s buried in a lot of distractions. Also, passively watching videos is far less effective than taking notes, asking questions, and doing practice problems, which is what we aim to do with Miyagi Labs.
Our solution is essentially a multi-step function that takes in a YouTube playlist (or list of any resources) and outputs an entire course with summaries, questions, answers, and more. The pipeline is roughly: video/resource —> transcript/text —> chunks —> summary and question —> answers to questions, with some other features along the way.
We mostly use prompting and different models at each step to make the course as useful as possible. Certain topics require more practice problems vs. comprehension, and we’d use reasoning models for highly technical subjects.
We launched about three months ago and currently have 400+ courses and partnerships with some businesses and awesome creators. Some of our popular courses include 3Blue1Brown’s linear algebra course, a botany course on plants and ecology, and YC’s How to Start a Startup series.
Our product resembles classical MOOC-style course platforms in terms of UI, but is more interactive. It’s really easy to ask a question or receive custom feedback compared to a static course on Coursera. It’s also comparable to AI tutor sites, but we try to build more of a community and require less activation energy as a learner. We’re basically betting that AI can hugely improve education, but that students still want to learn from their favorite creators and want baseline shared resources for standard topics that are then augmented with personalized features.
You can try it here: https://miyagilabs.ai (no login required for most courses—but if you sign up you can also create your own course).
We’d love your feedback on what kinds of videos/resources you’d like to learn from, what’s missing from current learning tools, and if you know any creators or educators who would like to collaborate. Happy to hear any feedback and answer any questions!
Link: https://readhacker.news/c/6upPT
Hey HN, we’re Tyrone and Guang, founders of Miyagi Labs (https://miyagilabs.ai), an AI-powered education platform that transforms educational YouTube videos into interactive courses. It helps you learn better through active practice and personalized feedback.
We use LLMs to automatically generate quizzes, practice questions, and real-time feedback from any educational video or resource—turning passive watching into active learning. Here’s a short demo: https://youtu.be/alO7FaorHOY.
Improving education has always been tricky. Bloom’s 2-sigma problem (showing that a high-quality personal tutor is far more effective than conventional methods) has persisted, even as technology has advanced.
We met at MIT as CS majors and have always been passionate about education. Over the years, we’ve become teachers and experts in subjects like chess, algorithms, math, languages, and ninja warrior. A common theme was that we both heavily relied on YouTube to learn.
YouTube has incredible content for learning pretty much anything, but it’s buried in a lot of distractions. Also, passively watching videos is far less effective than taking notes, asking questions, and doing practice problems, which is what we aim to do with Miyagi Labs.
Our solution is essentially a multi-step function that takes in a YouTube playlist (or list of any resources) and outputs an entire course with summaries, questions, answers, and more. The pipeline is roughly: video/resource —> transcript/text —> chunks —> summary and question —> answers to questions, with some other features along the way.
We mostly use prompting and different models at each step to make the course as useful as possible. Certain topics require more practice problems vs. comprehension, and we’d use reasoning models for highly technical subjects.
We launched about three months ago and currently have 400+ courses and partnerships with some businesses and awesome creators. Some of our popular courses include 3Blue1Brown’s linear algebra course, a botany course on plants and ecology, and YC’s How to Start a Startup series.
Our product resembles classical MOOC-style course platforms in terms of UI, but is more interactive. It’s really easy to ask a question or receive custom feedback compared to a static course on Coursera. It’s also comparable to AI tutor sites, but we try to build more of a community and require less activation energy as a learner. We’re basically betting that AI can hugely improve education, but that students still want to learn from their favorite creators and want baseline shared resources for standard topics that are then augmented with personalized features.
You can try it here: https://miyagilabs.ai (no login required for most courses—but if you sign up you can also create your own course).
We’d love your feedback on what kinds of videos/resources you’d like to learn from, what’s missing from current learning tools, and if you know any creators or educators who would like to collaborate. Happy to hear any feedback and answer any questions!
I failed a take-home assignment from Kagi Search (🔥 Score: 150+ in 2 hours)
Link: https://readhacker.news/s/6usfN
Comments: https://readhacker.news/c/6usfN
Link: https://readhacker.news/s/6usfN
Comments: https://readhacker.news/c/6usfN
Type-constrained code generation with language models (Score: 154+ in 7 hours)
Link: https://readhacker.news/s/6urHP
Comments: https://readhacker.news/c/6urHP
Link: https://readhacker.news/s/6urHP
Comments: https://readhacker.news/c/6urHP
arXiv.org
Type-Constrained Code Generation with Language Models
Large language models (LLMs) have achieved notable success in code generation. However, they still frequently produce uncompilable output because their next-token inference procedure does not...
Flattening Rust’s learning curve (Score: 156+ in 7 hours)
Link: https://readhacker.news/s/6urKd
Comments: https://readhacker.news/c/6urKd
Link: https://readhacker.news/s/6urKd
Comments: https://readhacker.news/c/6urKd
Corrode Rust Consulting
Flattening Rust's Learning Curve | corrode Rust Consulting
I see people make the same mistakes over and over again when learning Rust.
Here are my thoughts (ordered by importance) on how you can ease the learning process.
My goal is to help you save time and frustration.
<…
Here are my thoughts (ordered by importance) on how you can ease the learning process.
My goal is to help you save time and frustration.
<…
It Awaits Your Experiments (Score: 150+ in 14 hours)
Link: https://readhacker.news/s/6uqk7
Comments: https://readhacker.news/c/6uqk7
Link: https://readhacker.news/s/6uqk7
Comments: https://readhacker.news/c/6uqk7
Bus stops here: Shanghai lets riders design their own routes (🔥 Score: 155+ in 2 hours)
Link: https://readhacker.news/s/6uswf
Comments: https://readhacker.news/c/6uswf
Link: https://readhacker.news/s/6uswf
Comments: https://readhacker.news/c/6uswf
SIXTH TONE
Bus Stops Here: Shanghai Lets Riders Design Their Own Routes
A new crowd-sourced transit platform allows riders to propose, vote on, and activate new bus lines in as little as three days.
Airbnb is in midlife crisis mode (Score: 151+ in 13 hours)
Link: https://readhacker.news/s/6ur9F
Comments: https://readhacker.news/c/6ur9F
Link: https://readhacker.news/s/6ur9F
Comments: https://readhacker.news/c/6ur9F
WIRED
Brian Chesky Lost His Mind One Night—and Now He's Relaunching Airbnb as an Everything App
Airbnb's CEO is spending hundreds of millions to relaunch his travel company as an all-purpose service app. Fitness! Food! Microdermabrasion? A WIRED exclusive.
RPG in a Box (❄️ Score: 152+ in 4 days)
Link: https://readhacker.news/s/6uePR
Comments: https://readhacker.news/c/6uePR
Link: https://readhacker.news/s/6uePR
Comments: https://readhacker.news/c/6uePR
Rpginabox
Home | RPG in a Box
Bring your stories and ideas to life! RPG in a Box lets you create games and other interactive experiences in a fun and simple way!
Wise refuses to let us access our $60k AUD (🔥 Score: 153+ in 2 hours)
Link: https://readhacker.news/s/6usKq
Comments: https://readhacker.news/c/6usKq
Link: https://readhacker.news/s/6usKq
Comments: https://readhacker.news/c/6usKq
hey.paris
Don't use Wise
Wise has stolen more than $60,000 AUD from us, and refuses to let us access it.
We’ve had a Wise account for around 5 years (since they were called TransferWise). It’s been a really useful way to transact in foreign currencies, and pay for things when we’re…
We’ve had a Wise account for around 5 years (since they were called TransferWise). It’s been a really useful way to transact in foreign currencies, and pay for things when we’re…
Failed Soviet Venus lander Kosmos 482 crashes to Earth after 53 years in orbit (❄️ Score: 151+ in 3 days)
Link: https://readhacker.news/s/6ufhn
Comments: https://readhacker.news/c/6ufhn
Link: https://readhacker.news/s/6ufhn
Comments: https://readhacker.news/c/6ufhn
Space
Failed Soviet Venus lander Kosmos 482 crashes to Earth after 53 years in orbit
Kosmos 482 has come home.
Writing that changed how I think about programming languages (Score: 150+ in 6 hours)
Link: https://readhacker.news/s/6usuJ
Comments: https://readhacker.news/c/6usuJ
Link: https://readhacker.news/s/6usuJ
Comments: https://readhacker.news/c/6usuJ
Max Bernstein
Writing that changed how I think about PL
Every so often I come across a paper, blog post, or (occasionally) video that completely changes how I think about a topic in programming languages and compilers. For some of these posts, I can’t even remember how I thought about the idea before reading it—it…
Build real-time knowledge graph for documents with LLM (Score: 150+ in 17 hours)
Link: https://readhacker.news/s/6urfH
Comments: https://readhacker.news/c/6urfH
Link: https://readhacker.news/s/6urfH
Comments: https://readhacker.news/c/6urfH
cocoindex.io
Build Real-Time Knowledge Graph For Documents with LLM | CocoIndex
CocoIndex now supports knowledge graph with incremental processing. Build live knowledge for agents is super easy with CocoIndex!
The recently lost file upload feature in the Nextcloud app for Android (Score: 154+ in 7 hours)
Link: https://readhacker.news/s/6usC4
Comments: https://readhacker.news/c/6usC4
Link: https://readhacker.news/s/6usC4
Comments: https://readhacker.news/c/6usC4
Nextcloud
Unhappy with the recently lost file upload feature in the Nextcloud app for Android? So are we. Let us explain. - Nextcloud
Discover why Nextcloud file uploads for Android app are not working properly, and how Google’s app store rules are hurting Nextcloud users.
Ash Framework – Model your domain, derive the rest (❄️ Score: 151+ in 4 days)
Link: https://readhacker.news/s/6ufeF
Comments: https://readhacker.news/c/6ufeF
Link: https://readhacker.news/s/6ufeF
Comments: https://readhacker.news/c/6ufeF
Ash HQ
Ash Framework
Model your domain, derive the rest.
Fingers wrinkle the same way every time they’re in the water too long (Score: 150+ in 14 hours)
Link: https://readhacker.news/s/6urWr
Comments: https://readhacker.news/c/6urWr
Link: https://readhacker.news/s/6urWr
Comments: https://readhacker.news/c/6urWr
How to Build a Smartwatch: Picking a Chip (Score: 152+ in 7 hours)
Link: https://readhacker.news/s/6usMa
Comments: https://readhacker.news/c/6usMa
Link: https://readhacker.news/s/6usMa
Comments: https://readhacker.news/c/6usMa
Ericmigi
How To Build A Smartwatch: Picking A Chip
Databricks and Neon (Score: 151+ in 4 hours)
Link: https://readhacker.news/s/6ut8K
Comments: https://readhacker.news/c/6ut8K
Link: https://readhacker.news/s/6ut8K
Comments: https://readhacker.news/c/6ut8K
Databricks
Databricks and Neon | Databricks Blog
Databricks agrees to acquire Neon, a serverless Postgres database company, to bring speed and flexibility to production workloads.
What Is HDR, Anyway? (🔥 Score: 158+ in 2 hours)
Link: https://readhacker.news/s/6utuh
Comments: https://readhacker.news/c/6utuh
Link: https://readhacker.news/s/6utuh
Comments: https://readhacker.news/c/6utuh
Lux
What is HDR, anyway?
It's not you. HDR confuses tons of people. In this post, we finally explain what HDR actually means, the problem it presents, and three ways to solve it.