The Verge AI
This robotic self-driving toilet comes to you
During a recent expo in Shanghai that focuses on elderly care, assistive devices, and rehabilitation medicine, a Chinese company called Yueban debuted a smart toilet that does something we haven't seen before; it comes to you. The autonomous self-driving Xiaoban toilet was designed to improve accessibility for those dealing with mobility issues due to age, […]
Andrew Liszewski
2026-06-19 02:08
👁 6
查看原文 →
TechCrunch
Rivian owners sue over false promises on self-driving features
Plaintiffs in the class action complaint allege Rivian falsely promised for years it would bring hands-free driving to its first-generation R1 vehicles.
Kirsten Korosec
2026-06-19 02:00
👁 10
查看原文 →
TechCrunch
AI data centers just got a government-mandated fast lane to the grid
FERC told grid operators to give data centers a fast lane for interconnections, but it failed to address electricity supply shortages.
Tim De Chant
2026-06-19 01:49
👁 10
查看原文 →
The Verge AI
A year of Walmart Plus is half off ahead of Prime Day
Do you often find yourself shopping at the big blue, or perhaps you’re just looking for an alternative to Amazon? Either way, Walmart is currently offering a year of its Walmart Plus subscription for $49, which typically costs $98. The membership includes perks like free delivery on orders over $35, free next-day and two-day shipping […]
Brad Bourque
2026-06-19 01:33
👁 9
查看原文 →
The Verge AI
Firefox’s new home page widgets are helping me focus
I launched Firefox this morning to find some new blocks on my home page. The widgets that are currently rolling out add sports scores, time zones, a focus timer, and a checklist, which are already some of my favorite new Firefox features in years. I usually have Focus Friend open on my phone when I […]
Stevie Bonifield
2026-06-19 01:29
👁 6
查看原文 →
HackerNews
GPT-5 writing a Singularity scenario (2025)
Gooblebrai
2026-06-19 01:11
👁 4
查看原文 →
Ars Technica
Bernie Sanders unveils $7 trillion plan to give Americans control of AI industry
Biggest AI firms will likely recoil at Bernie Sanders' AI wealth fund.
Ashley Belanger
2026-06-19 01:02
👁 9
查看原文 →
OpenAI Blog
New usage analytics and updated spend controls for enterprises
OpenAI introduces new spend controls and usage analytics for ChatGPT Enterprise, helping organizations manage costs and scale AI with confidence.
2026-06-19 01:00
👁 5
查看原文 →
HackerNews
The founder of Craigslist has given away half a billion dollars
Tomte
2026-06-19 00:55
👁 4
查看原文 →
TechCrunch
‘Queer Eye’s’ life coach Karamo Brown launches Kē, a wellness app featuring his AI digital clone
Karamo Brown, famous for his pep talks on Netflix’s “Queer Eye,” has jumped into the wellness and AI space with his new app, Kē. After spending a year and a half focusing on his own journey—from fitness and nutrition to meditation, sobriety, relationships, and personal growth—Brown wants to help others do the same. Kē offers […]
Lauren Forristal
2026-06-19 00:55
👁 10
查看原文 →
Product Hunt
Foglamp
Ship AI agents you can actually see Discussion | Link
Gustavo Fior
2026-06-19 00:51
👁 3
查看原文 →
HackerNews
Two Qwen3 models on one DGX Spark: the residency math
devashish86
2026-06-19 00:29
👁 4
查看原文 →
HackerNews
Ask HN: What tools are you using for AI-assisted code review?
My team (around 40 people who write code) is evaluating tools for AI-assisted code review. The market appears to be rife with options, so before starting a series of free trials, I’d like to ask a knowledgeable crowd. What tools or services are you using? Do you use them just for code review, or for other purposes as well, such as incident response or branch management? Why did you choose them, and what do you like or dislike about them?
agos
2026-06-19 00:25
👁 4
查看原文 →
Reddit r/programming
What's New in Postgres 19: Beta Release Deep Dive
submitted by /u/craigkerstiens [link] [留言]
/u/craigkerstiens
2026-06-19 00:12
👁 5
查看原文 →
Reddit r/programming
How Modern Indexing works in PostgreSQL- In depth explanation of how Indexing in PostgreSQL works and what enahncements Postgres has adapted that makes Indexing more faster.
Thinking about indexing, we know a only a big picture that uses B-Tree structures in memory, but in modern DBMs systems there are some enhancements introduced in indexing where systems like PostgreSQL are utilizing some new OS system calls like io_uring to make syncrhonous IO reading, also direct retrieval of record from disk using functions like fseek() and in memory optimization of traversing like applying binary search on leaf page. PostgreSQL always keeps a file for indexing, unlike MySQL where it only keeps an indexing file for non-clustered indexing, and clustered indexing is calculated directly from the table, it is interesting to study the indexing file structure as well Index file structure has line pointers, TID called as tuple ID Tuple is the column value, the same column you registered for indexing, by using which Postgres calculates the actual physical address of the records from the disk to fetch it directly. Postgres has another interesting feature, while creating an index, it always sorts data and maintains ranges of pages in page 0 of the indexing, where Postgres can identify which page to look for and then load that page into memory, and then it becomes a leaf page, then binary search is performed to get the actual TID so that the record can be fetched directly For an in-depth explanation about the index file structure, loading the index file into memory, and then searching for the actual record's address, check out the given link submitted by /u/Ok_Stomach6651 [link] [留言]
/u/Ok_Stomach6651
2026-06-19 00:05
👁 5
查看原文 →
Wired
3 Amazon Workers Say They’re Under Investigation for Speaking Out About Data Centers
The software engineers filed a complaint with Seattle’s civil rights office accusing Amazon of illegally retaliating against them for expressing their personal political beliefs.
Paresh Dave
2026-06-19 00:03
👁 11
查看原文 →
The Verge AI
Amazon employees say they’re facing termination for backing data center limits
When three Amazon software engineers testified earlier this month at Seattle City Council hearings about data centers, they started their testimony by citing a city law barring employment discrimination over political speech. Now, they're accusing their employer of breaking that law by retaliating against them. On June 10th - one week after the hearing, and […]
Hayden Field
2026-06-19 00:00
👁 7
查看原文 →
HackerNews
GLM-5.2 is probably the most powerful text-only open weights LLM
Brajeshwar
2026-06-18 23:58
👁 4
查看原文 →
Dev.to
7 Alternatives to Building SaaS Backlogs That Never Get Finished
Most SaaS ideas don’t fail because of bad ideas. They fail because the execution gets stuck in an endless setup loop. You start with energy, then slowly get buried in: auth systems, billing, dashboards, SEO, analytics, and infrastructure decisions. By the time the “real product” should begin, momentum is already gone. Here are 7 practical alternatives to building SaaS in a way that never gets finished. 1. Nexora (start with a working SaaS foundation) Instead of rebuilding everything, Nexora gives you a production-ready base so you can focus on actual features. Includes: Authentication system Stripe billing User dashboards SEO pages Blog + docs structure Clean Next.js architecture 🔗 https://nexora.collabtower.com/ 👉 Best for founders who want to ship instead of setup. 2. Build-from-scratch Next.js projects The most common approach. You get: Full control Flexible architecture But you also get: Weeks of setup Repeated boilerplate work High chance of burnout before launch 3. SaaS boilerplates (minimal versions) Lightweight starter kits with: Auth Basic UI Simple Stripe setup But usually missing: Real dashboards SEO systems Production-level structure 4. Supabase-first builds Backend-focused setups. You get: Database Auth APIs But still need to build: Billing UI system Marketing pages SaaS structure 5. Low-code SaaS tools Fast visual builders. Pros: Quick UI creation No heavy coding Cons: Limited flexibility Hard to scale complex SaaS logic Platform dependency 6. AI-generated starter apps AI tools can scaffold SaaS apps instantly. Pros: Fast starting point Cons: Inconsistent structure Requires cleanup Not production-ready out of the box 7. Tutorial-based SaaS builds Many developers still learn SaaS by following tutorials step-by-step. Pros: Educational Cons: Slow Fragmented Hard to turn into real production apps Final takeaway Most SaaS workflows fail before launch because they repeat the same mistake: They start from zero every single time. That creates unnecessary setup
Esimit Karlgusta
2026-06-18 23:53
👁 5
查看原文 →
Dev.to
Securing AI-Generated Bash Scripts Before You Run Them
Bash is the easiest language for AI to write and the easiest language to get devastating output from. A 20-line script that "just cleans up old files" can recursively delete a home directory because the model assumed a variable would always be set. A "simple log shipper" can write your secrets to a remote server because the model used set -x for debugging and forgot to remove it. I have run AI-generated bash that I should not have. Most engineers I know have too. After enough close calls, there's a short checklist that catches the worst of it. This is that checklist. The five things to check before running any AI-generated bash 1. Does it start with a strict pragma? The first lines of any non-trivial bash script should be: #!/usr/bin/env bash set -euo pipefail IFS = $' \n\t ' What each does: set -e — exit on any command failure. Without this, a failure in line 5 doesn't stop the script from happily running lines 6-50. set -u — error on undefined variables. This is the one that saves you from rm -rf $UNDEFINED/ . set -o pipefail — propagate failures through pipes. Without it, failing-command | grep something succeeds because grep succeeds. IFS=$'\n\t' — sane field splitting. Defends against word-splitting bugs in filenames. If the AI-generated script doesn't have these, add them and re-read the script. You'll often discover bugs the pragma now flags. 2. Is every variable expansion quoted? # Wrong rm -rf $TARGET_DIR # Right rm -rf " $TARGET_DIR " The wrong version is what causes the "I deleted the root directory" stories. If $TARGET_DIR is empty or contains a space, the command becomes rm -rf (delete current directory) or rm -rf foo bar (delete two unintended things). Models default to the wrong version about half the time because the right version is harder to write in chat ("escape the quotes!") and the wrong version is what most blogs show. Fix: When reading AI bash, mentally check every $VAR for quotes. Add them if missing. This is the single biggest source of bas
James Joyner
2026-06-18 23:51
👁 10
查看原文 →