Hacker News

SpecLang

Hacker News - Thu, 04/03/2025 - 12:53pm
Categories: Hacker News

Devin 2.0

Hacker News - Thu, 04/03/2025 - 12:51pm

Article URL: https://cognition.ai/blog/devin-2

Comments URL: https://news.ycombinator.com/item?id=43572388

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Mass renamer TUI written in Rust

Hacker News - Thu, 04/03/2025 - 12:49pm

Article URL: https://github.com/linkdd/regname

Comments URL: https://news.ycombinator.com/item?id=43572360

Points: 1

# Comments: 0

Categories: Hacker News

A Bigger Database

Hacker News - Thu, 04/03/2025 - 11:59am
Categories: Hacker News

RTABench: A Benchmark for Real Time Analytics

Hacker News - Thu, 04/03/2025 - 11:57am

Article URL: https://rtabench.com/

Comments URL: https://news.ycombinator.com/item?id=43571590

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Which, if any, AIs can code a correct solution to this puzzle?

Hacker News - Thu, 04/03/2025 - 11:57am

You are given an array of n x n integers.

The goal is to end up with an array in which all entries are equal.

Four kinds of moves are allowed:

(1) rotate a row

(2) rotate a column

(3) add 1 to all entries in a row

(4) add 1 to all entries in a column

Show the goal is achievable if and only if the sum of the numbers in the initial configuration is congruent to 0 mod n.

Also write a python program to solve the puzzle whenever it is possible to do so.

Comments URL: https://news.ycombinator.com/item?id=43571583

Points: 1

# Comments: 0

Categories: Hacker News

Pages