Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa

Modern AI news aggregation and newsletter platform covering technology, business, AI, games and world news.

Categories

  • AI
  • Programming
  • Cloud
  • Security
  • Open Source
  • Developer Hub

Company

  • About
  • Contact
  • Advertise

Resources

  • RSS Feed
  • API
  • Privacy Policy
  • Terms of Service

© 2026 Virexa. All rights reserved.

Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›Search Results

Explore

Search Results

Showing results for:
"Hacker News"

Filters

1,284 results • Page 71 of 107

Agatha Christie's Disappearance: Amnesia, Suicide, or Despair?

Matched "Hacker News"•Found in Description

TechnologyNews

Agatha Christie's Disappearance: Amnesia, Suicide, or Despair?

15 points 5 comments on Hacker News · historicmysteries.com

Hacker News·July 23, 2026·1 min read
OpenAI’s accidental attack against Hugging Face is science fiction that happened
← Previous1…6970717273…107Next →
🔥

Developer Pulse

What developers are discussing today

  • GPT-5.5 API↗9.4K
  • Next.js 16↗6.2K
  • Claude Code↗5.8K
  • Kubernetes→3.4K
  • Rust↗2.7K

Matched "Hacker News"•Found in Content

ScienceNews

OpenAI’s accidental attack against Hugging Face is science fiction that happened

OpenAI and Hugging Face address security incident during model evaluation - https://news.ycombinator.com/item?id=48997548 - July 2026 (1121 comments)

Hacker News·July 23, 2026·1 min read
Codeberg Bans Cryptocurrency Projects

Matched "Hacker News"•Found in Description

TechnologyNews

Codeberg Bans Cryptocurrency Projects

346 points 597 comments on Hacker News · codeberg.org

Hacker News·July 23, 2026·1 min read
Medici family mystery may be solved after more than 400 years

Matched "Hacker News"•Found in Description

TechnologyNews

Medici family mystery may be solved after more than 400 years

104 points 27 comments on Hacker News · cnn.com

Hacker News·July 22, 2026·1 min read
Malleable Computing, Emacs, and You

Matched "Hacker News"•Found in Description

TechnologyNews

Malleable Computing, Emacs, and You

87 points 25 comments on Hacker News · yummymelon.com

Hacker News·July 22, 2026·1 min read
SIMD for Collision

Matched "Hacker News"•Found in Description

TechnologyNews

SIMD for Collision

80 points 26 comments on Hacker News · box2d.org

Hacker News·July 22, 2026·1 min read
I Inspected My Take-Home Interview Project. It Was a Whole Operation

Matched "Hacker News"•Found in Description

TechnologyNews

I Inspected My Take-Home Interview Project. It Was a Whole Operation

449 points 122 comments on Hacker News · citizendot.github.io

Hacker News·July 22, 2026·1 min read
Fairphone 6 wide camera experimental Linux support

Matched "Hacker News"•Found in Description

TechnologyNews

Fairphone 6 wide camera experimental Linux support

99 points 14 comments on Hacker News · nondescriptpointer.com

Hacker News·July 22, 2026·1 min read
John C. Dvorak has died

Matched "Hacker News"•Found in Source

TechnologyNews

John C. Dvorak has died

https://xcancel.com/na_announce/status/2079952538040672302 https://www.twit.community/t/john-c-dvorak-has-passed-away/2... https://www.facebook.com/aric.mackey/posts/john-c-dvorak-194...

Hacker News·July 22, 2026·1 min read
GitHub Cuts Public Bug Bounty Payouts, Moves Top Rewards to VIP Tier

Matched "Hacker News"•Found in Source

ProgrammingNews

GitHub Cuts Public Bug Bounty Payouts, Moves Top Rewards to VIP Tier

Beginning July 27, 2026, GitHub will cut public bug bounty payouts by at least half at every severity level. Critical findings will drop from $20,000-$30,000+ to a fixed $10,000, while its permanent invite-only VIP tier will pay $30,000 or more. Reports filed before that date, including those already in GitHub's growing triage queue, will retain the previous payout terms. GitHub said the

The Hacker News·July 22, 2026·1 min read
Ubuntu snap-confine Flaw Could Give Local Users Root on Default Desktop Installs

Matched "Hacker News"•Found in Source

SecuritySecurity Advisory

Ubuntu snap-confine Flaw Could Give Local Users Root on Default Desktop Installs

Cybersecurity researchers have disclosed details of a new local privilege escalation (LPE) vulnerability in snap-confine that an unprivileged user can trigger to obtain root access and gain complete control of a target environment. The high-severity flaw, tracked as CVE-2026-8933 (CVSS score: 7.8), impacts default installations of Ubuntu Desktop 24.04, 25.10, and 26.04. The disclosure comes as

The Hacker News·July 22, 2026·1 min read
Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

Matched "Hacker News"•Found in Source

TechnologyNews

Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

Hey HN, Henry & Roman here from Cactus. A small, on-device model is fast and private, but sometimes wrong, but frontier models are getting expensive pretty fast. So, we post-trained Gemma 4 E2B post-trained to know when it's wrong. Every response comes with a confidence score between 0 and 1. Developers can accept the on-device when it's high, hand off to a bigger cloud model when it's low. By routing only 15-35% of queries to Gemini 3.1 Flash-Lite, Gemma-4-E2B matches Gemini 3.1 Flash-Lite on most benchmarks. - ChartQA: 15-20% - LibriSpeech: 25-30% - MMBench, GigaSpeech, MMAU: 30-35% - MMLU-Pro: 45-55% We were always frustrated by the routing signals hybrid apps rely on: asking the model to rate itself in text (unreliable, and you're parsing prose), or token entropy heuristics (barely better than a coin flip in our tests). So we did mechanistic studies on small models, Gemma 4 particularly, and found the hidden state for different layers carry meaningful self-awareness signal for various situations. SO we extended the model with a 68k params probe layer (LayerNorm, low-rank projection, attention pooling, small MLP head) reads one intermediate layer during decoding and predicts p(wrong); confidence = 1 - p(wrong), returned as structured data, never parsed out of the answer text. Across 12 hold-out benchmarks spanning text, vision and audio, the probe averages 0.814 AUROC vs 0.549 for token entropy. The result that convinced us this is real: the probe was trained on zero audio data, yet scores 0.79-0.88 AUROC on four audio benchmarks where entropy is near-random or worse (0.32-0.52). It's reading a modality-independent correctness signal from the hidden state, not memorizing patterns from its training data. We published all weights on HuggingFace and provide copy-pase codes to run it on Transformers, MLX, Llama.cpp or Cactus. With Ollama, vLLM, SGLang etc in the works. For llama.cpp we ship a patch series you compile in once (upstreaming is planned). The code is MIT licensed; Gemma model use remains subject to the Gemma terms. GitHub: https://github.com/cactus-compute/cactus-hybrid Weights: https://huggingface.co/collections/Cactus-Compute/cactus-hyb... Some caveats: - The probe scores single-sequence decoding only, up to the first 1024 generated tokens. - Handoff works best when routing per task in a multi-step process, not per step. - Hierarchical routing is still in the works: try on-device, then DeepSeek v4 Flash, before Fable/GPT5.5/Gemini/Muse/Grok. - The technique is boutique for each model, we will share each weights as they roll out. These issues are currently being tackled at Cactus and updated weights will be shipped directly into the HuggingFace collection and GitHub repository straight up. Please let us know your thoughts, it helps us find ways to improve the design progressively. Thanks a million!

Hacker News·July 22, 2026·2 min read
Zero-Day
↘2K
💬

Top Discussion

HN

Hacker News

“GPT-5.5's API pricing is reshaping how startups build AI products”

14.1K932 comments
View discussion→

Filters

Time
Categories
Sources
Content Type