{
  "version": "https://jsonfeed.org/version/1",
  "title": "ticalasi — 全球科技前沿",
  "home_page_url": "https://ticalasi.com",
  "feed_url": "https://ticalasi.com/feed.json",
  "description": "自动聚合全球最新科技资讯与大事件",
  "items": [
    {
      "id": "001",
      "url": "https://www.dexerto.com/gaming/stop-killing-games-fails-to-secure-eu-law-despite-1-3m-signatures-3376431/",
      "title": "Stop Killing Games fails to secure EU law despite 1.3M signatures",
      "summary": "Article URL: https://www.dexerto.com/gaming/stop-killing-games-fails-to-secure-eu-law-despite-1-3m-signatures-3376431/\nComments URL: https://news.ycombinator.com/item?id=48564696\nPoints: 48\n# Comments: 8",
      "date_published": "2026-06-17",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "002",
      "url": "https://venturebeat.com/technology/why-weibos-tiny-vibethinker-3b-has-the-ai-world-arguing-over-benchmarks-again",
      "title": "Why Weibo’s tiny VibeThinker-3B has the AI world arguing over benchmarks again",
      "summary": "On Sunday, a team of nine researchers at Sina Weibo — the Chinese social media giant better known for its microblogging platform than for cutting-edge artificial intelligence — quietly posted a 14-page technical report to arXiv that sent shockwaves through the AI research community. Their claim: a l",
      "date_published": "2026-06-17",
      "tags": [
        "Technology",
        "Business",
        "Infrastructure"
      ],
      "_source": "VentureBeat"
    },
    {
      "id": "003",
      "url": "https://dev.to/qainsights/how-i-use-qwen-code-slash-commands-to-build-achu-app-5cm9",
      "title": "How I Use Qwen Code Slash Commands to Build Achu App",
      "summary": "In this blog post, we will see how I use Qwen Code's slash commands and workflow strategies to build Achu my screenshot beautifier app without burning through tokens or losing context mid-session.\n\nIf you haven't heard of Achu, it's a desktop app built with Electron + React + TypeScript. It does scr",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "productivity",
        "development",
        "resources"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "004",
      "url": "https://dev.to/gateofai/fine-tuning-ai-models-for-specialized-tasks-3jko",
      "title": "Fine-Tuning AI Models for Specialized Tasks",
      "summary": "🚀 Technical Briefing: This tutorial is part of our deep-dive series on Agentic Workflows at Gate of AI. For the full technical breakdown, interactive code sandbox, and the native Arabic translation, visit the original article here.\n\n\n<span>Tutorial</span>\n<span>Advanced</span>\n<span>⏱ 45 min read</s",
      "date_published": "2026-06-17",
      "tags": [
        "webdev",
        "ai",
        "tutorial",
        "discuss"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "005",
      "url": "https://dev.to/kiou_ouba_afbd120335456f3/the-next-bottleneck-after-ai-writes-your-code-is-reviewing-the-docs-it-writes-3pc7",
      "title": "The next bottleneck after AI writes your code is reviewing the docs it writes",
      "summary": "Coding agents draft specs, architecture docs, changelogs, and README updates in seconds — but a human still has to judge the quality of all that output.\n\n\n  \n  \n  The bottleneck shift\n\n\nA year ago, the typical workflow was: you write a spec, you get comments, you revise, then you implement and get c",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "llm",
        "markdown",
        "opensource"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "006",
      "url": "https://dev.to/mohhddhassan/the-hidden-linux-routing-issue-that-broke-my-deployment-5813",
      "title": "The Hidden Linux Routing Issue That Broke My Deployment",
      "summary": "The deployment should have taken a few minutes.\n\nThe application was running, DNS was configured correctly, and the domain was already pointing to the server's public IP. Caddy was configured as a reverse proxy and was listening on ports 80 and 443. Every item on my deployment checklist appeared hea",
      "date_published": "2026-06-17",
      "tags": [
        "linux",
        "devops",
        "networking",
        "debugging"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "007",
      "url": "https://dev.to/t474r0b07/vibe-citing-how-kpmg-used-ai-to-write-a-report-about-ai-and-ai-made-them-look-like-fools-52o5",
      "title": "Vibe citing: how KPMG used AI to write a report about AI and AI made them look like fools",
      "summary": "vibe citing: how KPMG used AI to write a report about AI and AI made them look like fools\n\n\nby t474-r0b07\n\n\n\n\nThere are companies that charge you to tell you how to use AI responsibly.\n\nKPMG is one of them.\n\n250,000 employees. 138 countries. Decades advising governments and corporations on how to av",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "machinelearning",
        "security",
        "todayilearned"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "008",
      "url": "https://dev.to/shashank_ms_6a35baa4be138/few-shot-learning-with-llm-a-deep-dive-3plo",
      "title": "Few-Shot Learning with LLM: A Deep Dive",
      "summary": "Few-shot learning with large language models is one of the most practical ways to steer model behavior without updating weights. By embedding task-specific examples directly into the prompt, developers can turn a general-purpose foundation model into a domain-specific classifier, parser, or reasonin",
      "date_published": "2026-06-17",
      "tags": [
        "aiinfrastructure",
        "oxlo",
        "ai"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "009",
      "url": "https://dev.to/gyu07/why-ai-agents-make-me-reach-for-sqlite-4dh0",
      "title": "Why AI Agents Make Me Reach for SQLite",
      "summary": "Lately I keep reaching for SQLite where, before, I'd have reached for Postgres without thinking.\n\nIt started with small services, then a bigger question: could a multi-tenant SaaS actually run on SQLite? And for AI agents specifically, isn't a local, embedded database the more natural home for their",
      "date_published": "2026-06-17",
      "tags": [
        "sqlite",
        "database",
        "ai",
        "architecture"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "010",
      "url": "https://dev.to/quantamind/block-the-merge-if-the-model-isnt-ready-shifting-local-ai-evaluations-left-with-ci-gates-5ge2",
      "title": "Block the Merge if the Model Isn't Ready\": Shifting Local AI Evaluations Left with CI Gates",
      "summary": "We’ve all heard \"it works on my machine,\" but when it comes to AI-driven features, that phrase is a recipe for disaster. You can have a perfectly tested agent today, but if you upgrade your base model or change your quantization strategy tomorrow, you might inadvertently kill your agent's reliabilit",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "llm",
        "opensource",
        "rust"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "011",
      "url": "https://dev.to/marvin_ma_597e184518c2221/ai-made-development-faster-testing-needs-to-stop-living-in-spreadsheets-4ap0",
      "title": "AI Made Development Faster. Testing Needs to Stop Living in Spreadsheets.",
      "summary": "AI agents are making software development faster.\n\nThat is great.\n\nBut there is a problem I do not think we are talking about enough:\n\ntesting is not speeding up in the same way.\n\nIn many teams, testing is still held together by spreadsheets, meeting notes, screenshots, chat messages, and the memory",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "testing",
        "devtools",
        "productivity"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "012",
      "url": "https://dev.to/newbe36524/how-to-call-windows-native-apis-in-electron-iaa",
      "title": "How to Call Windows Native APIs in Electron",
      "summary": "How to Call Windows Native APIs in Electron\n\n\n\nCalling Windows native APIs in an Electron app feels like wanting to see the ocean but only having a map. After some trial and error, I've found a few paths—writing this article serves as a record and a guide for others who might follow.\n\n\n\n  \n  \n  Back",
      "date_published": "2026-06-17",
      "tags": [
        "electron",
        "windows",
        "node"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "013",
      "url": "https://dev.to/jenueldev/i-stopped-using-heavy-ides-ai-became-my-ide-5a4e",
      "title": "I Stopped Using Heavy IDEs. AI Became My IDE.",
      "summary": "I used to think a serious developer needed a serious IDE.\n\nBig project? Open PhpStorm. Design work? Open Photoshop. Need every refactor, every inspection, every plugin, every panel, every button? Load the heavy tool and wait for the machine to breathe again.\n\nBut something changed. Not overnight, an",
      "date_published": "2026-06-17",
      "tags": [
        "ai",
        "webdev",
        "productivity",
        "vscode"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "014",
      "url": "https://dev.to/zx_5e60fcc977a7cbc/pdf-pagenum-fix-messy-macos-preview-page-numbers-in-pdfs-from-the-cli-2emh",
      "title": "pdf-pagenum: Fix Messy macOS Preview Page Numbers in PDFs from the CLI",
      "summary": "A pip-installable CLI tool that auto-centers off-center page number annotations created by macOS Preview, or batch-adds new ones — with smart content avoidance and landscape support.\n\n\n  \n  \n  The Problem\n\n\nIf you've ever used macOS Preview to add page numbers to a PDF (via the text annotation tool)",
      "date_published": "2026-06-17",
      "tags": [
        "cli",
        "productivity",
        "python",
        "showdev"
      ],
      "_source": "Dev.to"
    },
    {
      "id": "015",
      "url": "https://writings.stephenwolfram.com/2026/06/launching-version-15-of-wolfram-language-mathematica-built-in-useful-ai-lots-of-new-core-functionality/",
      "title": "Wolfram Language and Mathematica Version 15, AI Assistant, Symbolic Music, More",
      "summary": "Article URL: https://writings.stephenwolfram.com/2026/06/launching-version-15-of-wolfram-language-mathematica-built-in-useful-ai-lots-of-new-core-functionality/\nComments URL: https://news.ycombinator.com/item?id=48563609\nPoints: 108\n# Comments: 29",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "016",
      "url": "https://nlnet.nl/news/2026/20260616-67-new-projects.html",
      "title": "NLnet announces funding for 67 more open-source projects",
      "summary": "Article URL: https://nlnet.nl/news/2026/20260616-67-new-projects.html\nComments URL: https://news.ycombinator.com/item?id=48563569\nPoints: 88\n# Comments: 14",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "017",
      "url": "https://mll.sh/humiliating-iis-servers-for-fun-and-jail-time/",
      "title": "Humiliating IIS servers for fun and jail time",
      "summary": "Article URL: https://mll.sh/humiliating-iis-servers-for-fun-and-jail-time/\nComments URL: https://news.ycombinator.com/item?id=48563394\nPoints: 134\n# Comments: 27",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "018",
      "url": "https://discuss.grapheneos.org/d/36469-grapheneos-has-been-ported-to-android-17-and-official-releases-are-coming-soon",
      "title": "GrapheneOS has been ported to Android 17",
      "summary": "Article URL: https://discuss.grapheneos.org/d/36469-grapheneos-has-been-ported-to-android-17-and-official-releases-are-coming-soon\nComments URL: https://news.ycombinator.com/item?id=48561654\nPoints: 495\n# Comments: 200",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "019",
      "url": "https://github.com/nvlabs/cutile-rs",
      "title": "Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust",
      "summary": "Article URL: https://github.com/nvlabs/cutile-rs\nComments URL: https://news.ycombinator.com/item?id=48561410\nPoints: 47\n# Comments: 12",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "020",
      "url": "https://words.filippo.io/frood/",
      "title": "Frood, an Alpine Initramfs NAS (2024)",
      "summary": "Article URL: https://words.filippo.io/frood/\nComments URL: https://news.ycombinator.com/item?id=48561402\nPoints: 37\n# Comments: 11",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "021",
      "url": "https://arseniyshestakov.com/2026/06/16/apple-is-about-to-make-hide-my-email-useless/",
      "title": "Apple is about to make Hide My Email useless",
      "summary": "Article URL: https://arseniyshestakov.com/2026/06/16/apple-is-about-to-make-hide-my-email-useless/\nComments URL: https://news.ycombinator.com/item?id=48559935\nPoints: 422\n# Comments: 268",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "022",
      "url": "https://www.tno.nl/en/digital/artificial-intelligence/gpt-nl/",
      "title": "GPT‑NL: a sovereign language model for the Netherlands",
      "summary": "Article URL: https://www.tno.nl/en/digital/artificial-intelligence/gpt-nl/\nComments URL: https://news.ycombinator.com/item?id=48559188\nPoints: 154\n# Comments: 142",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "023",
      "url": "https://www.gilesthomas.com/2026/06/10g-ethernet-switching-to-broadcom-sfp-plus",
      "title": "10Gb/s Ethernet: switching to a Broadcom SFP+ module",
      "summary": "Article URL: https://www.gilesthomas.com/2026/06/10g-ethernet-switching-to-broadcom-sfp-plus\nComments URL: https://news.ycombinator.com/item?id=48559083\nPoints: 114\n# Comments: 104",
      "date_published": "2026-06-16",
      "tags": [
        "Hacker News"
      ],
      "_source": "Hacker News"
    },
    {
      "id": "024",
      "url": "https://techcrunch.com/2026/06/16/anthropics-latest-feud-with-the-trump-admin-may-actually-help-it-sales-data-suggests/",
      "title": "Anthropic’s latest feud with the Trump admin may actually help it, sales data suggests",
      "summary": "Anthropic's popularity with business users is growing so well that the latest beef with the government might actually boost it, data from Ramp suggests.",
      "date_published": "2026-06-16",
      "tags": [
        "AI",
        "Enterprise",
        "Fintech",
        "Startups",
        "TC",
        "Anthropic",
        "Fable 5",
        "Mythos",
        "Ramp"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "025",
      "url": "https://techcrunch.com/2026/06/16/apple-plans-to-change-its-hide-my-email-privacy-feature-that-could-make-it-less-effective/",
      "title": "Apple plans to change its Hide My Email privacy feature that could make it less effective",
      "summary": "In the coming weeks, Apple will move anonymously generated emails addresses to a different domain.",
      "date_published": "2026-06-16",
      "tags": [
        "Security",
        "Apple",
        "cybersecurity",
        "hide my email"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "026",
      "url": "https://techcrunch.com/2026/06/16/spacex-valuation-balloons-to-2-6t-briefly-passes-amazon/",
      "title": "SpaceX valuation balloons to $2.6T, briefly passes Amazon",
      "summary": "SpaceX's valuation has increased by $1 trillion since its shares started trading on Friday.",
      "date_published": "2026-06-16",
      "tags": [
        "AI",
        "Space",
        "In Brief",
        "IPO",
        "SpaceX",
        "spacex ipo"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "027",
      "url": "https://techcrunch.com/2026/06/16/qualcomm-wants-to-be-the-chip-inside-whatever-replaces-your-smartphone-and-it-just-announced-two-products-toward-that-end/",
      "title": "Qualcomm wants to be the chip inside whatever replaces your smartphone, and it just announced two products toward that end",
      "summary": "Qualcomm CEO Cristiano Amon said Tuesday that the company is working on over 40 different AI wearable devices — including jewelry, earbuds with cameras, pins, and watches — a sign of how aggressively the chipmaker is betting that the next major computing platform won't be a phone.",
      "date_published": "2026-06-16",
      "tags": [
        "Hardware",
        "mixed reality",
        "Qualcomm",
        "SMART Glasses"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "028",
      "url": "https://techcrunch.com/2026/06/16/bug-in-fifa-world-cup-internal-system-gave-anyone-ability-to-modify-tv-stream/",
      "title": "Bug in FIFA World Cup internal system gave anyone ability to modify TV stream",
      "summary": "A security researcher said a flaw in FIFA’s online platforms allowed her to access several internal systems, including one that could have allowed her to take control of the TV stream of every World Cup match.",
      "date_published": "2026-06-16",
      "tags": [
        "Security",
        "cybersecurity",
        "FIFA World Cup 2026",
        "In Brief",
        "World Cup 2026"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "029",
      "url": "https://techcrunch.com/2026/06/16/android-17-launches-with-new-multitasking-tools-as-google-expands-gemini-features/",
      "title": "Android 17 launches with new multitasking tools as Google expands Gemini features",
      "summary": "Google has released Android 17 and Wear OS 7, introducing new multitasking features, parental controls, security tools, and smartwatch upgrades. The launch is also accompanied by a Pixel Drop that brings Google’s latest AI models to its devices.",
      "date_published": "2026-06-16",
      "tags": [
        "AI",
        "Apps",
        "android 17",
        "Google",
        "Pixel Drop"
      ],
      "_source": "TechCrunch"
    },
    {
      "id": "030",
      "url": "https://techcrunch.com/2026/06/16/mobileye-us-robotaxi-launch-will-put-it-on-both-sides-of-the-av-business/",
      "title": "Mobileye’s US robotaxi launch will put it on both sides of the AV business",
      "summary": "Mobileye apparently wants to own some of the robotaxi market, even if that puts it in direct competition with companies it supplies its self-driving system to.",
      "date_published": "2026-06-16",
      "tags": [
        "Transportation",
        "autonomous vehicles",
        "Mobileye",
        "robotaxi"
      ],
      "_source": "TechCrunch"
    }
  ]
}