latest news

in this website, we will provide you all new latest news

  • Home
  • Business
    • Internet
    • Market
    • Stock
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Home
  • Business
    • Internet
    • Market
    • Stock
  • Downloads
    • Dvd
    • Games
    • Software
      • Office
  • Parent Category
    • Child Category 1
      • Sub Child Category 1
      • Sub Child Category 2
      • Sub Child Category 3
    • Child Category 2
    • Child Category 3
    • Child Category 4
  • Featured
  • Health
    • Childcare
    • Doctors
  • Uncategorized

Tuesday, 30 June 2026

Angry Venezuelans accuse government of negligence over earthquake response

 Champ     12:03     BBC News     No comments   

People in areas devastated by twin earthquakes say they need more support from the government.

from BBC News https://ift.tt/zAuNmqg
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 29 June 2026

New top story on Hacker News: The 80% Problem: The Last 20% Is Where the Engineer Used to Live

 Champ     12:21     Hacker News     No comments   

The 80% Problem: The Last 20% Is Where the Engineer Used to Live
15 by speckx | 8 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Desperate search for earthquake survivors continues outside Caracas

 Champ     12:03     BBC News     No comments   

The BBC's Will Grant reports on the efforts to dig out survivors in the port city of Catia la Mer.

from BBC News https://ift.tt/H8dSlwW
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 28 June 2026

New top story on Hacker News: Semgrep: GLM 5.2 beats Claude in our Cyber Benchmarks

 Champ     13:21     Hacker News     No comments   

Semgrep: GLM 5.2 beats Claude in our Cyber Benchmarks
32 by jms703 | 7 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: The cost YAGNI was never about

 Champ     12:21     Hacker News     No comments   

The cost YAGNI was never about
28 by kiyanwang | 7 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 27 June 2026

New top story on Hacker News: A History of Menus Is a Menu of History

 Champ     12:21     Hacker News     No comments   

A History of Menus Is a Menu of History
11 by surprisetalk | 2 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Watch: A race against the clock for Venezuela earthquake rescuers

 Champ     12:03     BBC News     No comments   

There is a sense that the next few hours will be critical for saving anyone who is still trapped, says the BBC's Dan Johnson reporting from the border of Venezuela and Columbia.

from BBC News https://ift.tt/H4qavcd
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 26 June 2026

New top story on Hacker News: What Is a Nomogram and Why Would It Interest Me?

 Champ     12:21     Hacker News     No comments   

What Is a Nomogram and Why Would It Interest Me?
12 by Eridanus2 | 4 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Debris falls after plane hits Beijing's tallest building

 Champ     12:03     BBC News     No comments   

Social media footage showed the moment debris from a small aircraft fell to the ground after a crash into Beijing's tallest skyscraper.

from BBC News https://ift.tt/izVEuWr
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 25 June 2026

Oil price falls back to pre-Iran war levels

 Champ     13:03     BBC News     No comments   

Signs that traffic through the key Strait of Hormuz shipping route is gradually resuming has helped to push the oil price down.

from BBC News https://ift.tt/mt5O4px
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

 Champ     12:21     Hacker News     No comments   

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
23 by engomez | 5 comments on Hacker News.
Hi HN, Nick here. We’re launching OpenKnowledge ( https://ift.tt/AmeXxbH ), a “what you see is what you get” markdown editor that has direct integrations with Claude, Codex, and Cursor. Available as MacOS app or CLI. Fully free/local and OSS ( https://ift.tt/C8gV4qF ). We built this because we wanted a “Google docs” like experience for writing and sharing markdown files across our team. Obsidian is the best alternative we tried, but found it doesn’t have a true “what you see is what you get” UI and it didn’t integrate well with Claude/Codex outside of community plugins. So we built OpenKnowledge. It takes shape as: 1. A MacOS app with a file navigator, the WYSIWYG editor, and link explorer. 2. Integrations with the Claude, Codex, and Cursor desktop apps. The agents can open an OpenKnowledge editor within their embedded web browsers for a side-by-side experience. 3. Built-in mcps, skills, and RAG for LLM-wiki and “AI Second Brain” scenarios + spec writing 4. An embedded terminal and CLI for TUI-first users OSS stack includes: Tiptap/prosemirror, CodeMirror, yjs (CRDT), Electron (MacOS app), Orama, remark/rehype/micromark/mdast, @pierre/trees On the architecture side, the interesting eng. challenges included: 1. A pipeline to convert ProseMirror to markdown in a bidirectional lossless way. ProseMirror uses ASTs, which are not designed to have byte-fidelity. 2. A dual-observer CRDT to keep the ProseMirror and markdown state in-sync. The CRDT + git also power a collaborative experience that shows what Agents are doing in the markdown, have undo/redo, and version history. The “Share” and cloud-sync functionality are geared for team collaboration. They feel “no-code” but leverage git/GitHub under the hood, which also means data stays fully private. In that spirit, we made OpenKnowledge open source for anybody who’s curious or who’d like to contribute. We’re actively thinking about plugins/extensibility and what’s next. If you have suggestions or feedback, would love to hear it.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 24 June 2026

New top story on Hacker News: Show HN: LookAway, a Mac break reminder that knows when not to interrupt

 Champ     13:21     Hacker News     No comments   

Show HN: LookAway, a Mac break reminder that knows when not to interrupt
10 by _kush | 0 comments on Hacker News.
Hello, I'm Kushagra and I am the indie developer behind LookAway (I've posted about it earlier but it has received quite a lot of updates since the last time so I am posting it again). LookAway is a native break reminder for macOS that doesn't interrupt. I built it because I work from home and I spend a lot of time in front of my screens. It's very easy for me to get lost in the flow and I can end up sitting for hours. Due to this, I started facing issues like eye strain and back pain by the end of the day. The solution to this was simply taking enough breaks throughout the day. But remembering to take breaks was difficult, especially when I was in the flow. I tried some reminder apps but the problem with those was that they always interrupted me at the worst moments. So I ended up not using them. LookAway is designed not to interrupt. It gives enough heads up before a break so that you're not caught off-guard. It's also context-aware and it automatically pauses when you go into a meeting, start watching a video, record screen, and much more. It even waits for you to finish typing or dictating when a break is due. One thing worth mentioning is the free iOS counterpart LookAway Mirror. When your Mac goes on a break, your iOS devices can also mirror the same break so you don't end up scrolling your phone screen during the Mac break. I've spent a lot of time in making LookAway the least annoying break reminder app and I would love to know your thoughts. It's a native Swift app so it doesn't take much resources (150MB RAM and <1% CPU when idle). It's available to download from the website (lookaway.com), Setapp, and the App Store. Thank you!

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 23 June 2026

New top story on Hacker News: The worthlessness of Vitamin D is mildly exaggerated

 Champ     12:21     Hacker News     No comments   

The worthlessness of Vitamin D is mildly exaggerated
16 by surprisetalk | 0 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 22 June 2026

New top story on Hacker News: Linux and Secure Boot certificate expiration (2025)

 Champ     13:21     Hacker News     No comments   

Linux and Secure Boot certificate expiration (2025)
40 by weaksauce | 13 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 21 June 2026

New top story on Hacker News: Show HN: Teach your kids perfect pitch

 Champ     15:21     Hacker News     No comments   

Show HN: Teach your kids perfect pitch
20 by paytonjjones | 10 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Ask for no, don't ask for yes (2022)

 Champ     14:21     Hacker News     No comments   

Ask for no, don't ask for yes (2022)
24 by skogstokig | 2 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Show HN: CleverCrow: give tokens to your favorite projects

 Champ     13:21     Hacker News     No comments   

Show HN: CleverCrow: give tokens to your favorite projects
12 by zhubert | 3 comments on Hacker News.
Howdy all. I'm Zack :wave:. I've been thinking about the problem of misguided AI pull requests and figured I'd throw a possible solution out there for feedback. Basically, CleverCrow lets supporters give tokens to a GitHub repo (or set of issues in that repo) for the maintainers to use to build/fix stuff. The fun implementation challenges have been around implementing the pooling dynamics and keeping the maintainers in charge while the backers are motivated to support their work.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: JSON-LD Explained for Personal Websites

 Champ     12:21     Hacker News     No comments   

JSON-LD Explained for Personal Websites
4 by ethanhawksley | 0 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 20 June 2026

New top story on Hacker News: Show HN: Make PDFs look scanned (CLI or in the browser via WASM)

 Champ     13:21     Hacker News     No comments   

Show HN: Make PDFs look scanned (CLI or in the browser via WASM)
23 by overflowy | 12 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Why has the pointe shoe been so resistant to change?

 Champ     12:21     Hacker News     No comments   

Why has the pointe shoe been so resistant to change?
16 by onemind | 6 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 19 June 2026

Would you choose to take a 22-hour non-stop flight?

 Champ     12:03     BBC News     No comments   

The BBC asked Sydney locals if they would take the newly announced, longest ever commercial flight from Sydney to London.

from BBC News https://ift.tt/nuHA6Dq
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 18 June 2026

New top story on Hacker News: Agentic Resource Discovery Specification

 Champ     12:21     Hacker News     No comments   

Agentic Resource Discovery Specification
2 by damick | 0 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

British man dies in paragliding accident in Spain

 Champ     12:03     BBC News     No comments   

Authorities in Catalonia confirmed that the 63-year-old died in the Palau de Noguera area on Wednesday.

from BBC News https://ift.tt/i4n0v7x
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 17 June 2026

New top story on Hacker News: The hacker sent by Anthropic to calm the government's nerves about AI safety

 Champ     13:21     Hacker News     No comments   

The hacker sent by Anthropic to calm the government's nerves about AI safety
52 by Brajeshwar | 36 comments on Hacker News.
Readable: https://ift.tt/HecrdKk...

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Israel launches fresh strikes on Lebanon despite Trump criticism

 Champ     13:03     BBC News     No comments   

Speaking on Tuesday, Trump said Israel's PM Benjamin Netanyahu needed "to be more responsible with respect to Lebanon".

from BBC News https://ift.tt/FnxCQ1o
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 16 June 2026

New top story on Hacker News: Has AI already killed self-help nonfiction books?

 Champ     12:21     Hacker News     No comments   

Has AI already killed self-help nonfiction books?
20 by imakwana | 17 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Venezuela signs deal with US energy giant to rebuild power grid

 Champ     12:03     BBC News     No comments   

The deal with General Electric is the latest sign of co-operation between US firms and Venezuela's interim government.

from BBC News https://ift.tt/xctnQVa
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 15 June 2026

New top story on Hacker News: Typst 0.15.0

 Champ     12:21     Hacker News     No comments   

Typst 0.15.0
94 by schu | 14 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Iran deal presents political nightmare for Netanyahu

 Champ     12:03     BBC News     No comments   

Donald Trump's ceasefire agreement with Iran leaves the Israeli PM trapped in a new political and security dilemma.

from BBC News https://ift.tt/MPUhLTd
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 14 June 2026

New top story on Hacker News: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

 Champ     13:21     Hacker News     No comments   

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call
8 by AG342 | 2 comments on Hacker News.
I'm the developer of Trace, a non-intrusive, shortcut-driven Mac app that records and transcribes your meetings on-device. I know, another meeting transcription app. Please bear with me though, I'm confident that this is at least a little novel. I primarily built Trace for myself. I'd been using MacWhisper, but there was enough fiddling before each call that I'd forget to start it and walk out of an hour-long meeting with nothing written down. So the things I cared about most were that it's quick to activate and stays out of the way. You activate Trace by pressing a global shortcut (configurable), which reveals a small bar at the bottom of your screen (there's also a keystroke and/or option to hide it entirely if you'd rather not see it at all). As I was building it I wanted to bake in a couple of workflows I'd wished for in other transcription apps. 1. Mid-meeting you can press another global shortcut to mark a "key moment" and type a note. The note shows up in the resulting transcript inline at that timestamp. I wanted to add this because I kept catching myself thinking "wait, that bit matters" in meetings and reaching to jot it down in a separate app like Obsidian, which I then needed to add context to, which took me out of the meeting. I use it all the time. If I paste the transcript into an LLM afterwards (which I find myself doing more and more these days) the important moments are flagged so it doesn't gloss over them. This is more noticeable in longer meetings with lots of topics. 2. With another keyboard shortcut you can summon a rough live recap (subtitles, basically) to quickly recap what's just been said. Trace uses standard macOS microphone and system recording APIs to capture both sides of the conversation as two separate tracks and then runs the system side through on-device diarization to identify speakers. Right now we only label them as "Speaker 1", "Speaker 2", etc but there are plans for speaker labelling in the future. You can also show a "live recap" as the call is happening to review what someone just said. All transcription models run on your machine. To be clear though, Trace doesn't do any of the summarising itself, it just produces a markdown transcript, so if you want summaries then you need to pass the output to an AI. The app is sandboxed and your audio/transcripts are never uploaded anywhere - they just exist as audio files and markdown on disk. The only network call Trace is required to make is on the first run to download the speech and speaker models (around 500MB) from Hugging Face, and after that it can be used fully offline. If enabled, a Google Calendar integration can auto-name sessions but that needs a network connection. The app is £9.99 on the macOS App Store. I've been using it every day for months now and I'm super happy with how it's improved my workflow. Feedback very welcome.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Rome Fell and Nobody Noticed

 Champ     12:21     Hacker News     No comments   

Rome Fell and Nobody Noticed
32 by fkozlowski | 1 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 13 June 2026

New top story on Hacker News: Codex for open source

 Champ     13:21     Hacker News     No comments   

Codex for open source
56 by EvgeniyZh | 1 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: GameBoy Workboy

 Champ     12:21     Hacker News     No comments   

GameBoy Workboy
41 by tosh | 6 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

US-Iran deal scheduled to be signed on Sunday, says Trump

 Champ     12:03     BBC News     No comments   

Before the US president's comments, Iran expressed caution about the exact timing.

from BBC News https://ift.tt/MFY1tUO
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 12 June 2026

New top story on Hacker News: You can power on a Mac remotely

 Champ     14:21     Hacker News     No comments   

You can power on a Mac remotely
27 by speckx | 14 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Cosmodial Sky Atlas

 Champ     12:21     Hacker News     No comments   

Cosmodial Sky Atlas
8 by memalign | 1 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 11 June 2026

New top story on Hacker News: Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h

 Champ     13:21     Hacker News     No comments   

Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h
6 by vedant28t | 0 comments on Hacker News.
Hey HN. I'm a high schooler in Fremont, CA. Tuesday morning I got a county-wide AC Alert text telling everyone in Alameda County to prepare a go-bag for an East Bay Hills Red Flag Warning that starts tonight at 11 PM. The text went to ~half a million phones. The actual NWS warning polygon only covers East Bay Hills (NWS zone CAZ515). Most people who got the text don't need a go-bag tonight. Some in the hills don't realize how close they are. So I built this tool - https://ift.tt/7HilePt mit licensed public github - https://ift.tt/0wZW2U3 It does a few things - tells people if they are in the flagged zone, and also provides a way to check if a buddy is in flagged zone and send them a text. Everything without installing an app. I heard back from Oakland Firesafe Council director about a gap in my understanding (and the tool). To my surprise, and through feedback, I realized that you cannot assume that only the flagged area is at risk. Adjacent areas are at risk too! Fires do not follow zone boundaries! I fixed the tool. I built this in 48 hours to close that specific gap: type your address, get a yes/no on whether the NWS polygon covers it, your Genasys evacuation zone, tonight's wind + humidity at your point, a plain-English action checklist, a per-school decision view for East Bay districts, and a one-tap iMessage buddy-check template for a hill-neighbor at 10:30 PM.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

World Cup kicks off in Mexico with Shakira, local performers and vibrant fans

 Champ     13:03     BBC News     No comments   

A star-studded opening ceremony featured artists from the World Cup's official soundtrack.

from BBC News https://ift.tt/OzW9es5
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Claude Fable 5: mid-tier results on coding tasks

 Champ     12:21     Hacker News     No comments   

Claude Fable 5: mid-tier results on coding tasks
18 by bugvader | 1 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 10 June 2026

New top story on Hacker News: L'Affaire Siloxane

 Champ     12:21     Hacker News     No comments   

L'Affaire Siloxane
27 by idlewords | 2 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Whale graveyard dating back five million years discovered

 Champ     12:03     BBC News     No comments   

The Indian Ocean site is "far beyond anything we had imagined", one researcher says.

from BBC News https://ift.tt/OYGCejX
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 9 June 2026

Does referee case show Fifa has lost control of its own World Cup?

 Champ     13:03     BBC News     No comments   

With referee Omar Artan denied entry to the United States and worries over staff and supporters being turned back, what does this tell us about the World Cup?

from BBC News https://ift.tt/Mv6QunI
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: What it feels like to work with Mythos

 Champ     12:21     Hacker News     No comments   

What it feels like to work with Mythos
29 by swolpers | 20 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 8 June 2026

New top story on Hacker News: EU-banned pesticides found in rice, tea and spices

 Champ     12:21     Hacker News     No comments   

EU-banned pesticides found in rice, tea and spices
28 by john-titor | 14 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Sunday, 7 June 2026

New top story on Hacker News: sqlite: A CGo-free port of SQLite/SQLite3

 Champ     12:21     Hacker News     No comments   

sqlite: A CGo-free port of SQLite/SQLite3
18 by tosh | 3 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Mexicans chase a world record wave - but is the trend even Mexican?

 Champ     12:03     BBC News     No comments   

Thousands lined the streets in Mexico City on Saturday as they attempted to set the world record for largest human wave.

from BBC News https://ift.tt/X2FPcpn
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Saturday, 6 June 2026

Armenia braces for election as Russia piles pressure on pro-West government

 Champ     13:03     BBC News     No comments   

Incumbent Prime Minister Nikol Pashinyan is seeking a third term despite falling domestic support.

from BBC News https://ift.tt/n1ME3SC
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Pentagon raised threat of Israeli spying on U.S. to highest level, sources say

 Champ     12:21     Hacker News     No comments   

Pentagon raised threat of Israeli spying on U.S. to highest level, sources say
80 by MilnerRoute | 8 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Friday, 5 June 2026

New top story on Hacker News: Inside FAISS: Billion-Scale Similarity Search

 Champ     12:21     Hacker News     No comments   

Inside FAISS: Billion-Scale Similarity Search
12 by tohms | 0 comments on Hacker News.
Author here. I wrote this as a visual companion to the 2017 FAISS paper ( https://ift.tt/8O0McJd ), focused on the parts I found hardest to grok from text alone. The article covers a subset of what FAISS does, with the paper as the source of truth. NSG, FastScan, IMI are not covered here, they'll get their own articles. I'd be especially interested in feedback on: - the IVFPQ / IVFADC explanation, particularly the LUT reuse argument - whether the GPU part captures enough of the actual complexity Happy to answer questions.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Norway's crown princess on lung transplant waiting list, palace says

 Champ     12:03     BBC News     No comments   

Mette-Marit's condition, which stiffens the lungs, making it hard to breathe, has deteriorated, the royal household says.

from BBC News https://ift.tt/CEgYluV
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Thursday, 4 June 2026

Missing Sherpa guide found on Mount Everest after 'miracle' self-rescue

 Champ     13:03     BBC News     No comments   

Cleaners found Dawa Sherpa crawling towards Base Camp six days after he went missing at a higher altitude.

from BBC News https://ift.tt/ma8XieV
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

New top story on Hacker News: Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call

 Champ     12:21     Hacker News     No comments   

Show HN: Cost.dev (YC W21) – making agents cost-aware and cheaper to call
7 by akh | 1 comments on Hacker News.
We launched Infracost on HN five years ago ( https://ift.tt/VK2Q6zn ) where our CLI generated cost estimates for infra-as-code, e.g. "this Terraform PR adds $400/mo". The idea was to shift cloud costs (FinOps) left, so engineers get visibility of costs before deployment and make better decisions. Earlier this year we started seeing agent traffic in our logs and it looked like coding agents were calling our CLI. But that CLI wasn't designed with coding agents in mind. We went down a philosophical rabbit hole to see if a CLI is even needed anymore given that Claude, Copilot et al. already follow best practices. Ultimately we decided to create a new CLI from the ground up with coding agents in mind for two reasons: 1. We optimized the CLI for agent callers and cut Claude's output token usage by up to 79% and API cost by up to 67% versus a bare-Claude baseline. We wrote a blog documenting our lessons on optimizing user token usage when designing a CLI, e.g. using predicate flags so the agent doesn't compose jq | python | wc pipelines, output format that strips JSON's redundant field names. The blog is here: https://ift.tt/wrDE6AL... 2. With cloud costs, precision matters. Telling a coding agent "make this Terraform cost-optimized" can be expensive and lossy. You burn tokens loading code and policy context into every conversation. Your agent could make up a price and you wouldn't know because it's difficult to verify that across the ~10M price points that AWS, Azure and Google have. The CLI runs static analysis on the code, uses the latest prices from cloud vendors, and passes that context to the coding agent. So that's what we're launching today - Cost.dev: https://cost.dev/ . - It runs locally. Your code never leaves your machine, you get a fast feedback loop, and you're not burning API calls per character when you want to fetch prices. - The CLI does the deterministic work. Fetching price points, scanning the code, validating fixes. The coding agent does the natural-language part. You don't have to trust the LLM to remember the rules, and can verify it called the right CLI command. - It provides a consistent rule layer across every tool you use. Get cost estimates in your IDE and your coding agent with a single install. We support Claude Code, GitHub Copilot, Cursor, Windsurf, OpenAI Codex, Gemini CLI, as well as IDEs like VS Code and JetBrains Before we keep building more in that direction, I want to sanity-check with HN: is "agents writing IaC in prod" actually a thing yet, or am I betting on a future that's still a year out? I know software developers are using coding agents heavily, but are platform/infra folks doing that for prod too? Also, if you have any feedback on Cost.dev, I'd love to hear it!

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Wednesday, 3 June 2026

From butterflies to breast milk, Uber's list of lost items reveals wild backseat discoveries

 Champ     12:03     BBC News     No comments   

The rideshare company's annual Lost & Found Index also reveals America's most forgetful city, and the most forgetful day.

from BBC News https://ift.tt/lcXsDhL
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Tuesday, 2 June 2026

New top story on Hacker News: On the nature of autobiographical memory

 Champ     12:21     Hacker News     No comments   

On the nature of autobiographical memory
12 by prismatic | 2 comments on Hacker News.


Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Monday, 1 June 2026

Iran attacks damage 20 US military sites since start of war, satellite images show

 Champ     12:03     BBC News     No comments   

Analysts told BBC Verify that Tehran's strikes were more extensive than publicly acknowledged.

from BBC News https://ift.tt/xlImij9
via IFTTT
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Popular Posts

  • 简报:中美发表应对气候危机联合声明;医生称纳瓦尔尼病危
    By BY EMILY CHAN AND KONEY BAI from NYT World https://ift.tt/3dva1lP via IFTTT
  • New York Post Reporter Who Wrote False Kamala Harris Story Resigns
    By BY MICHAEL M. GRYNBAUM from NYT Business https://ift.tt/3aKd8Ex via IFTTT
  • New top story on Hacker News: Visa and Mastercard are getting overwhelmed by gamer fury over censorship
    Visa and Mastercard are getting overwhelmed by gamer fury over censorship 181 by mrzool | 134 comments on Hacker News.
  • New top story on Hacker News: The Power of Starting Again
    The Power of Starting Again 10 by memorable | 2 comments on Hacker News.
  • United Nations at 75 plagued by new crises and cash crunch
    Faced with wars, climate change and a pandemic, the United Nations is struggling to make an impact. from BBC News - World https://ift.tt/2...
  • New top story on Hacker News: My Experience with Claude Code After 2 Weeks of Adventures
    My Experience with Claude Code After 2 Weeks of Adventures 3 by dejavucoder | 0 comments on Hacker News.
  • New top story on Hacker News: Instrumenting Next.js with runtime secret injection
    Instrumenting Next.js with runtime secret injection 6 by nimishk | 3 comments on Hacker News.
  • Wildlife Tourism: सैलानियों की पहली पसंद बना ये टाइगर रिजर्व, तीन गुना हुए बाघ
    यहां बाघों की संख्या बढ़ने से वह अब आसानी से दिख जाते हैं। ये पार्क एशियाई हाथियों के लिए भी प्रसिद्ध है। लिहाजा यहां दो साल में पर्यटकों की...
  • New top story on Hacker News: Memoirs from a Japanese Internet Cafe
    Memoirs from a Japanese Internet Cafe 18 by bemmu | 1 comments on Hacker News.
  • New top story on Hacker News: Nuclear Waste Reprocessing Gains Momentum in the U.S.
    Nuclear Waste Reprocessing Gains Momentum in the U.S. 14 by rbanffy | 4 comments on Hacker News.

Recent Posts

Categories

  • BBC News
  • BBC News - Technology
  • BBC News - World
  • BOLLYWOOD Jagran Hindi News - entertainment:bollywood
  • CBNNews.com
  • CLASS 10 BEST BOOKS FOR BECOME A TOPPER
  • CRICKETJagran Hindi News - cricket:headlines
  • FOX NEWS
  • Hacker News
  • INDIAJagran Hindi News - news:national
  • NYT
  • Reuters: World News

Unordered List

Pages

  • Home

Text Widget

Blog Archive

  • ▼  2026 (383)
    • ►  July (55)
    • ▼  June (55)
      • Angry Venezuelans accuse government of negligence ...
      • New top story on Hacker News: The 80% Problem: The...
      • Desperate search for earthquake survivors continue...
      • New top story on Hacker News: Semgrep: GLM 5.2 bea...
      • New top story on Hacker News: The cost YAGNI was n...
      • New top story on Hacker News: A History of Menus I...
      • Watch: A race against the clock for Venezuela eart...
      • New top story on Hacker News: What Is a Nomogram a...
      • Debris falls after plane hits Beijing's tallest bu...
      • Oil price falls back to pre-Iran war levels
      • New top story on Hacker News: Show HN: OpenKnowled...
      • New top story on Hacker News: Show HN: LookAway, a...
      • New top story on Hacker News: The worthlessness of...
      • New top story on Hacker News: Linux and Secure Boo...
      • New top story on Hacker News: Show HN: Teach your ...
      • New top story on Hacker News: Ask for no, don't as...
      • New top story on Hacker News: Show HN: CleverCrow:...
      • New top story on Hacker News: JSON-LD Explained fo...
      • New top story on Hacker News: Show HN: Make PDFs l...
      • New top story on Hacker News: Why has the pointe s...
      • Would you choose to take a 22-hour non-stop flight?
      • New top story on Hacker News: Agentic Resource Dis...
      • British man dies in paragliding accident in Spain
      • New top story on Hacker News: The hacker sent by A...
      • Israel launches fresh strikes on Lebanon despite T...
      • New top story on Hacker News: Has AI already kille...
      • Venezuela signs deal with US energy giant to rebui...
      • New top story on Hacker News: Typst 0.15.0
      • Iran deal presents political nightmare for Netanyahu
      • New top story on Hacker News: Show HN: Trace – Off...
      • New top story on Hacker News: Rome Fell and Nobody...
      • New top story on Hacker News: Codex for open source
      • New top story on Hacker News: GameBoy Workboy
      • US-Iran deal scheduled to be signed on Sunday, say...
      • New top story on Hacker News: You can power on a M...
      • New top story on Hacker News: Cosmodial Sky Atlas
      • New top story on Hacker News: Show HN: I built a R...
      • World Cup kicks off in Mexico with Shakira, local ...
      • New top story on Hacker News: Claude Fable 5: mid-...
      • New top story on Hacker News: L'Affaire Siloxane
      • Whale graveyard dating back five million years dis...
      • Does referee case show Fifa has lost control of it...
      • New top story on Hacker News: What it feels like t...
      • New top story on Hacker News: EU-banned pesticides...
      • New top story on Hacker News: sqlite: A CGo-free p...
      • Mexicans chase a world record wave - but is the tr...
      • Armenia braces for election as Russia piles pressu...
      • New top story on Hacker News: Pentagon raised thre...
      • New top story on Hacker News: Inside FAISS: Billio...
      • Norway's crown princess on lung transplant waiting...
      • Missing Sherpa guide found on Mount Everest after ...
      • New top story on Hacker News: Show HN: Cost.dev (Y...
      • From butterflies to breast milk, Uber's list of lo...
      • New top story on Hacker News: On the nature of aut...
      • Iran attacks damage 20 US military sites since sta...
    • ►  May (54)
    • ►  April (52)
    • ►  March (52)
    • ►  February (58)
    • ►  January (57)
  • ►  2025 (738)
    • ►  December (53)
    • ►  November (52)
    • ►  October (60)
    • ►  September (61)
    • ►  August (63)
    • ►  July (71)
    • ►  June (64)
    • ►  May (71)
    • ►  April (61)
    • ►  March (66)
    • ►  February (51)
    • ►  January (65)
  • ►  2024 (756)
    • ►  December (73)
    • ►  November (69)
    • ►  October (64)
    • ►  September (58)
    • ►  August (71)
    • ►  July (63)
    • ►  June (63)
    • ►  May (64)
    • ►  April (64)
    • ►  March (66)
    • ►  February (35)
    • ►  January (66)
  • ►  2023 (1593)
    • ►  December (64)
    • ►  November (69)
    • ►  October (80)
    • ►  September (112)
    • ►  August (111)
    • ►  July (129)
    • ►  June (135)
    • ►  May (181)
    • ►  April (173)
    • ►  March (189)
    • ►  February (166)
    • ►  January (184)
  • ►  2022 (2295)
    • ►  December (177)
    • ►  November (178)
    • ►  October (202)
    • ►  September (194)
    • ►  August (194)
    • ►  July (198)
    • ►  June (184)
    • ►  May (186)
    • ►  April (195)
    • ►  March (184)
    • ►  February (183)
    • ►  January (220)
  • ►  2021 (7845)
    • ►  December (335)
    • ►  November (635)
    • ►  October (656)
    • ►  September (636)
    • ►  August (713)
    • ►  July (713)
    • ►  June (690)
    • ►  May (707)
    • ►  April (690)
    • ►  March (713)
    • ►  February (644)
    • ►  January (713)
  • ►  2020 (8315)
    • ►  December (713)
    • ►  November (688)
    • ►  October (614)
    • ►  September (690)
    • ►  August (713)
    • ►  July (713)
    • ►  June (690)
    • ►  May (713)
    • ►  April (690)
    • ►  March (711)
    • ►  February (667)
    • ►  January (713)
  • ►  2019 (19506)
    • ►  December (712)
    • ►  November (689)
    • ►  October (712)
    • ►  September (681)
    • ►  August (712)
    • ►  July (713)
    • ►  June (689)
    • ►  May (2935)
    • ►  April (2907)
    • ►  March (3014)
    • ►  February (2731)
    • ►  January (3011)
  • ►  2018 (21108)
    • ►  December (3036)
    • ►  November (2927)
    • ►  October (3024)
    • ►  September (2931)
    • ►  August (3016)
    • ►  July (3033)
    • ►  June (2790)
    • ►  May (350)
    • ►  March (1)

About Me

Champ
View my complete profile
Powered by Blogger.

Sample Text

Copyright © latest news | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com