今日已更新 295 条资讯 | 累计 27470 条内容
关于我们

今日精选

HOT

最新资讯

共 27470 篇
第 646/1374 页
AI 资讯 The Verge AI

The Supreme Court stops Trump’s attempt to end birthright citizenship

The Supreme Court upheld birthright citizenship, ruling 6-3 against President Donald Trump's effort to end the longstanding constitutional right via executive order. Birthright citizenship dates back to Reconstruction. Under the 14th Amendment, which was ratified in 1868 to guarantee citizenship and equal protection to the children of formerly enslaved people, anyone born in the United […]

Gaby Del Valle 2026-06-30 22:44 8 原文
AI 资讯 InfoQ

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

Sriram Madapusi Vasudevan 2026-06-30 22:35 8 原文
开发者 Reddit r/programming

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] [留言]

/u/adrianblancode 2026-06-30 22:26 5 原文
产品设计 Product Hunt

Aruki

The Japanese walking method, coached on your iPhone Discussion | Link

bytamite 2026-06-30 22:20 3 原文
AI 资讯 HackerNews

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

iishanto 2026-06-30 22:12 4 原文
AI 资讯 HackerNews

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]

PenguineDavid 2026-06-30 22:07 4 原文