placeholder

If you were shocked by my film on Israeli settlers in the West Bank, you haven’t been paying attention | Louis Theroux

The response to The Settlers has been humbling. But the ongoing displacement and intimidation of Palestinians is more severe than we could capture, says documentary presenter Louis Theroux

Click to view the original at theguardian.com

Hasnain says:

“A few pieces were critical of the film. The main charge was that I’d focused on a handful of crazies who weren’t representative of the wider community. “Weiss is a crackpot,” wrote a reviewer in the Daily Mail. On X, the Conservative environmentalist Ben Goldsmith claimed that the extremists in the film “represent a nutty fringe in Israeli society … about as … accurate a representation of the whole as Tommy Robinson is of UK society”.

But this comparison reveals what makes the situation in the West Bank so peculiar. In the UK, Robinson is widely seen as a fringe actor. He is excluded from politics and shunned by those close to government. And yet here was a situation where a similar figure enjoys enormous clout within the Israeli cabinet and who has the protection of the army in her project of settler expansionism. As the Haaretz journalist Etan Nechin said, responding to Goldsmith, “their representatives are literally sitting in the government and control everything from the police to treasury”.”

Posted on 2025-05-11T06:34:26+0000

placeholder

ALICE detects the conversion of lead into gold at the LHC

In a paper published in Physical Review Journals, the ALICE collaboration reports measurements that quantify the transmutation of lead into gold in CERN’s Large Hadron Collider (LHC). Transforming the base metal lead into the precious metal gold was a dream of medieval alchemists. This long-standi...

Click to view the original at home.cern

Hasnain says:

The madlads finally did it!

“Gold nuclei emerge from the collision with very high energy and hit the LHC beam pipe or collimators at various points downstream, where they immediately fragment into single protons, neutrons and other particles. The gold exists for just a tiny fraction of a second.

The ALICE analysis shows that, during Run 2 of the LHC (2015–2018), about 86 billion gold nuclei were created at the four major experiments. In terms of mass, this corresponds to just 29 picograms (2.9 ×10-11 g). “

Posted on 2025-05-10T17:35:25+0000

placeholder

Pakistan launches retaliatory strikes on India after 3 airbases targeted

Tension is spiralling between India and Pakistan following claims by Pakistan’s military that 3 airbases were targeted.

Click to view the original at aljazeera.com

Hasnain says:

So we have all out war. And innocents on both sides will suffer.

I hope this comes to an end soon. Why do leaders and people resort to violence. I wish the world was better. Sigh.

“Pakistan’s military said retaliatory strikes have been launched against India after three airbases were targeted by Indian forces, accusing India of using “air-to-surface missiles” from warplanes.
Pakistan Civil Aviation said it is closing its airspace from 03:15am local time (22:15 GMT) on Saturday until 12 noon (07:00 GMT) following the latest attacks.”

Posted on 2025-05-10T01:09:15+0000

placeholder

Hasnain says:

"Cursor has a fixed price. I suspect they are thinking about pricing the way gyms do: if everyone used Cursor as much as they allow you to, they’d go out of business. But in practice most people use a lot less tokens than they are paying for.

You can see this in practice when you use Claude Code, which is pay-per-token. Our heaviest users are using $50/month of tokens. That’s a lot of tokens.

I asked our CFO and he said he’d be happy to spend $100/dev/month on agents. To get 20% more productive that’s a bargain."

Posted on 2025-05-09T04:21:37+0000

placeholder

Kashmir crisis live: India missile attack kills eight; Pakistan official says two Indian fighter jets shot down

Pakistani PM calls India’s missile attack on Pakistan and Pakistan-administered Kashmir ‘cowardly’; defence minister says ‘We are in the process of retaliating’

Click to view the original at theguardian.com

Hasnain says:

Senseless violence rising around the world :(

“A Pakistani military spokesperson has told the Reuters and AFP news agencies that the death toll from Indian strikes on Pakistan has risen to eight civilians.

Two further people have been reported missing with 35 injured in the strikes.

The spokesperson reported up to 24 strikes across six locations.”

Posted on 2025-05-07T02:56:41+0000

placeholder

People Are Losing Loved Ones to AI-Fueled Spiritual Fantasies

Marriages and families are falling apart as people are sucked into fantasy worlds of spiritual prophecy by AI tools like OpenAI's ChatGPT

Click to view the original at rollingstone.com

Hasnain says:

I still need to get back to reading the postmortem on the recent sycophantic changes to ChatGPT. But damn..

“In that sense, Westgate explains, the bot dialogues are not unlike talk therapy, “which we know to be quite effective at helping people reframe their stories.” Critically, though, AI, “unlike a therapist, does not have the person’s best interests in mind, or a moral grounding or compass in what a ‘good story’ looks like,” she says. “A good therapist would not encourage a client to make sense of difficulties in their life by encouraging them to believe they have supernatural powers. Instead, they try to steer clients away from unhealthy narratives, and toward healthier ones. ChatGPT has no such constraints or concerns.”

Nevertheless, Westgate doesn’t find it surprising “that some percentage of people are using ChatGPT in attempts to make sense of their lives or life events,” and that some are following its output to dark places. “Explanations are powerful, even if they’re wrong,” she concludes. “

Posted on 2025-05-05T01:55:11+0000

placeholder

Fixrleak: Fixing Java Resource Leaks with GenAI

Resource leaks, where resources like files, database connections, or streams aren’t properly released after use, are a persistent issue in Java applications. These leaks can lead to performance degradation, and system failures. While tools like SonarSource SonarQubeTM effectively identify such lea...

Click to view the original at uber.com

Hasnain says:

Looking forward to future posts in the series.

“For organizations dealing with similar challenges, FixrLeak offers key takeaways:

Prioritize structured code analysis: AST-based techniques help ensure fixes are safe and context-aware.

Automate targeted fixes: Focus on well-scoped, high-confidence fixes first to maximize success rates.

Integrate AI responsibly: Validate AI-generated code with rigorous testing and code review processes.

While FixrLeak is currently deployed at Uber, the principles behind it—combining static analysis with GenAI—can be adapted to other large-scale systems. Companies seeking to automate code quality improvements can explore similar techniques using AI-assisted code repair, AST analysis, and structured prompt engineering.

This blog kicks off a series from the Programming Systems group on leveraging GenAI for software engineering challenges. Stay tuned for the next post, where we explore how GenAI can automatically fix data races in Golang”

Posted on 2025-05-03T22:14:45+0000

placeholder

RustAssistant: Using LLMs to Fix Compilation Errors in Rust Code - Microsoft Research

The Rust programming language, with its safety guarantees, has established itself as a viable choice for low-level systems programming language over the traditional, unsafe alternatives like C/C++. These guarantees come from a strong ownership-based type system, as well as primitive support for feat...

Click to view the original at microsoft.com

Hasnain says:

Bookmarking for later reading.

“This paper presents a tool called RustAssistant that leverages the emergent capabilities of Large Language Models (LLMs) to automatically suggest fixes for Rust compilation errors. RustAssistant uses a careful combination of prompting techniques as well as iteration between an LLM and the Rust compiler to deliver high accuracy of fixes. RustAssistant is able to achieve an impressive peak accuracy of roughly 74% on real-world compilation errors in popular open-source Rust repositories. We also contribute a dataset of Rust compilation errors to enable further research.”

Posted on 2025-05-03T18:12:20+0000

placeholder

Hasnain says:

This is going to give me nightmares as I sleep because what the heck, man

“So to put a bow on this:

The o3 model isn’t smoke and mirrors, tricking us by only using EXIF data. It’s at a comparable Geoguessr skill level to Master I or better players now (at least according to my own ~20 or so rounds of testing).

Humans still hold a big edge in decision time—most of my guesses were < 2 min, o3 often took > 4 min.”

Spoofing EXIF data doesn’t throw off the model.

Whether you view this as dystopian or as a technological marvel - or both - you can’t claim it’s a parlor trick.”

Posted on 2025-04-30T06:32:53+0000

placeholder

Introducing AutoPatchBench: A Benchmark for AI-Powered Security Fixes

We are introducing AutoPatchBench, a benchmark for the automated repair of vulnerabilities identified through fuzzing. By providing a standardized benchmark, AutoPatchBench enables researchers and …

Click to view the original at engineering.fb.com

Hasnain says:

Great work by some great folks here, gonna bookmark this for late re-reading

“In some instances, the LLM resorted to “cheating” by producing patches that superficially resolved the issue without addressing the underlying problem. This can occur when the generator modifies or removes code in a way that prevents the crash from occurring, but does not actually fix the root cause of the issue. We observed that cheating happens more frequently when we request the LLM to retry within the same trajectory. A potential solution to this could be to empower the LLM to say “I cannot fix it,” which may come with a tradeoff with success rate. However, note that most of the cheating was caught in the verification step, highlighting the utility of differential testing.”

Posted on 2025-04-30T06:23:32+0000