今日精选
HOT最新资讯
共 27526 篇Presentation: Trustworthy Productivity: Securing AI-Accelerated Development
Sriram Madapusi Vasudevan discusses industry-converging patterns for securing autonomous AI agents in production. He explains the critical vulnerabilities hidden inside the ReAct loop across context, reasoning, and tool execution. He shares how to mitigate risks like memory poisoning and rogue tool execution using defense-in-depth strategies, LLM-as-a-judge critics, and MAESTRO threat modeling. By Sriram Madapusi Vasudevan
Google's Gmail Live AI feature is now available in beta
You can use Gemini to quickly search your Gmail inbox with natural language.
Switching a million lines of code from Java threads to Kotlin coroutines, by rewriting three files
I wrote a technical deep dive about how we migrated one of Denmark's most used Android apps with one million lines of code powered by Java threads, into Kotlin coroutines just by rewriting three files in our internal threading library Check it out if you are interested in how coroutines use threads, and interop between them :) submitted by /u/adrianblancode [link] [留言]
Clicks shows off its Communicator smartphone with a Blackberry-like keyboard
Clicks has released the first hands-on video of its Blackberry like Communicator Android phone.
Show HN: ServerKit – A mobile UI for server management
Problem Statement: A few months ago, I was outside of my city. I was on a bus when one of my team members messaged me saying users were unable to read the product description PDF. I had to wait 3 more hours until I got back home, opened the laptop, and SSH'd into the server to find out what was wrong. In that moment I realized that being able to manage a server from a phone is very important when a laptop is not nearby. What it does: It is a UI wrapper over standard SSH command outputs. It parse
Play today’s game from Issue #2 of The Daily Context!
Yesterday, we kicked off our physical newspaper, The Daily Context, at the AI Engineer World’s Fair...
Show HN: C++, Java and C# light-weight-logger
This is a library I've been working on with versions for C++, java & C# where you make custom formats and Log based on them, for example you could make an ERROR Like this: [ERROR] [date, time-stamp, time-zone] <main log message> (file:thread-ID:line) but you would write it like this: // define the master format master_style = "%C[%N]%c%S%G[%D %T %Z]%c %M %G(%F:%t:%L)"; // tell the logger what colour to use for a given name logger.add_format("ERROR", master_style, Colour::RED); so now the [ERROR]
Your brand deserves its own stage — Side Events at TechCrunch Disrupt 2026
From October 10-16, host a Side Event and command the room during the week of TechCrunch Disrupt 2026.
Lumo, Proton’s privacy-focused AI chatbot, gets an upgrade
Proton's Lumo 2.0 is dropping this week, giving users a broader variety of capabilities.
iPhone 18 Pro ‘drop test’ leaks get yanked from X
Videos purporting to show the iPhone 18 Pro undergoing a drop test were removed from X shortly after they surfaced, as spotted earlier by MacRumors. An account imitating leaker EvLeaks was suspended from X after sharing the clips, while the post was removed as well, with X saying it "violated" the platform's rules. Another leaker, […]
What’s !important #14: Gap Decorations, random(), field sizing, and More
I know you’re busy, so for What’s !important #14, I’ll be sprinting through what’s been a stacked couple of weeks despite few browser updates. From CSS Quake to CSS Gap Decorations, this isn’t one to miss! What’s !important #14: Gap Decorations, random(), <select> field sizing, and More originally handwritten and published with love on CSS-Tricks . You should really get the newsletter as well.