HN user

szatkus

599 karma
Posts21
Comments403
View on HN
xcancel.com 1mo ago

Anthropic Opus 4.8 is new SOTA on ARC-AGI-3, Score: 1.5%, –$10K

szatkus
3pts0
www.lesswrong.com 1mo ago

A Year Late, Claude Beats Pokémon

szatkus
1pts0
meduza.io 4mo ago

Elite Russian squad targeting enemies abroad was exposed throug Google Translate

szatkus
11pts2
www.ted.com 2y ago

Mysteries of the universe – and a new force that might explain them [video]

szatkus
1pts0
login.microsoftonline.com 2y ago

Explorer.exe randomly taking focus – Windows 11

szatkus
2pts4
semiaccurate.com 2y ago

What’s Going on with Qualcomm’s Oryon SoC?

szatkus
13pts1
asiapowerwatch.com 5y ago

Brazil, South Korea, and the middle-income trap (2020)

szatkus
3pts1
meta.wikimedia.org 5y ago

Large-scale errors at Malagasy Wiktionary

szatkus
2pts0
english.stackexchange.com 5y ago

What is to be made of “e” ending so many Middle English words?

szatkus
1pts1
www.ted.com 5y ago

The global movement to restore nature's biodiversity

szatkus
3pts0
news.ycombinator.com 5y ago

Ask HN: Do you have any kind of “strategy” for StackOverflow questions?

szatkus
4pts2
en.wikipedia.org 6y ago

List of Employee-Owned Companies

szatkus
3pts0
medium.com 7y ago

Non-Volatile Memory and Java

szatkus
2pts0
blog.cleancoder.com 8y ago

Integers and Estimates

szatkus
2pts0
www.bbc.com 8y ago

MH17: Russia 'liable' for downing airliner over Ukraine

szatkus
11pts3
www.ted.com 8y ago

How Amazon, Apple, Facebook and Google manipulate our emotions [video]

szatkus
3pts0
r6.ca 8y ago

Functor-Oriented Programming

szatkus
179pts67
news.ycombinator.com 8y ago

Ask HN: Looking for a tool

szatkus
4pts10
hacks.mozilla.org 9y ago

WebGL 2 lands in Firefox

szatkus
4pts0
arstechnica.com 9y ago

Revisiting why incompetents think they’re awesome

szatkus
1pts0
hacks.mozilla.org 9y ago

Cooperative Scheduling with requestIdleCallback

szatkus
2pts0

I always thought it's the web search tool.

Grok actually shows a number of sources used for an answer. Once I asked it something simple and it apparently scanned 200 different websites. And it was just a short prompt. Now imagine millions of users asking for something multiple times a day.

Agents could work for a long time and burn a lot of tokens if you give them a task that is too hard for them. After enough time, if they don't give up, the slot machine could spit out a working solution.

Personally I find it faster to figure out the hard parts by myself and then give a few smaller tasks to Claude.

I don't use the app (I guess it's about InPost). I usually just scan a QR code that I recieve to my inbox. Code from SMS also works just fine.

ARC-AGI-3 [pdf] 4 months ago

Only environments that could be fully solved by at least two human participants (independently) were considered for inclusion in the public, semi-private and fully-private sets.

Apparently those games supposed to be hard.

So far AI doesn't seem even close to replacing senior engieeners. Hell, it can't even replace junior engieeners entirely.

I use AI agents every day at work and I'm happy with that, but it took over two years and billions of dollars in investment to deliver anything useful (Claude Code et al). The current models are amazing, but they still randomly make mistakes that even a junior wouldn't make.

There's another paradigm shift to be made certainly, because currently it feels like we scaled up a bug brain to spit out code. It works great for some problems, but it's not what software developers usually do at work.

I have Pro Edition and for me Copilot only added two icons. One in Notepad and another one in Paint. I ignore both. There's also the Copilot app that I didn't even know I have installed.

I don't know what happens with Home Edition, but I though the pushback was mainly from Insider Preview?

This. A lot of people on HN acts as you can only write code manually (almost, generators and snippets are allowed, because we are used to them) or vibe coding the whole project through a WhatsApp conversation. As if there was nothing in between and the same approach should work for all kinds of projects.

Personally I use coding agents for boring parts (I really don't enjoy putting the same piece of string to 20 different classes just to register a new component) and they work quite well, I'm going to use them for foreseeable future, because they make coding much more enjoyable for me. On the other hand I don't have an OpenClaw box burning billions of tokens weekly for me, because I usually don't have ideas that could be clearly specified.

Java 26 is here 4 months ago

That's weird. Back when Java 7 was a new thing, people used Spring (Boot wasn't there yet) even more to compensate for the lack of language features. Also back then most projects still used XML configuration, so you actually write more Java code in modern Spring. Because Spring Boot uses Java configuration classes by default (although you can still use XMLs if you need for some reason).

The main problem with Firefox OS was that it was really slow. At the same time it was targeting budget phones.

But on the other hand progress was quite good. Back in the days I was maintaining unofficial images for Alcatel Fire. Each version was a little bit faster, but you really can't do much when the whole OS is a browser running on a device with with 256MB of RAM and a single core CPU.

Switch 2 seems to be more up to standard. I was able to charge it with a normal phone charger and also the Switch 2 charger seems to work with everything else unlike the one for Switch 1. Fortunately I never bricked anything with that, but it just never worked with anything other than the console.

The author used kernel compilation as a benchmark. Which is weird, because for most projects a build process isn't as scalable as that (especially in the node.js ecosystem), even less after a full build.