HN user

cyrc

340 karma
Posts41
Comments28
View on HN
twitter.com 24d ago

Grok 4.5, based on our 1.5T V9 foundation model, with Cursor data added in su

cyrc
12pts6
www.forbes.com 1mo ago

SpaceX Just Made the AI Infrastructure War Public

cyrc
5pts0
aisecurityandsafety.org 1mo ago

Instrumental Convergence in AI Safety: Complete 2026 Guide

cyrc
2pts0
github.com 1mo ago

Captainys / Townsemu Releases v20260522

cyrc
1pts0
www.youtube.com 2mo ago

The Motorola 68060 and Chip Design: Interview with Lead Designer Joe CI [video]

cyrc
5pts0
www.youtube.com 2mo ago

I recreated the Apple Lisa computer inside an FPGA [video]

cyrc
139pts68
www.youtube.com 3mo ago

Project Ace Sony AI [video]

cyrc
2pts0
www.spatialintelligence.ai 4mo ago

I Built a Spy Satellite Simulator in a Browser. Here's What I Learned

cyrc
19pts6
www.moonbitlang.com 5mo ago

Building a C Compiler from Scratch with AI-Driven Development

cyrc
2pts0
www.mcgill.ca 5mo ago

Rare Blood Clots After Certain Covid Vaccines

cyrc
5pts2
mashable.com 6mo ago

Do you have one of these 17 browser extensions? They could be tracking your brow

cyrc
2pts0
medium.com 6mo ago

I wanted a camera that doesn't exist, so I built it

cyrc
466pts139
www.windowscentral.com 7mo ago

Hogwarts Legacy is free on the Epic Games Store for a limited time

cyrc
2pts0
www.youtube.com 8mo ago

Honda Sustainable Rocket Our Next Frontier – Outer Space [video]

cyrc
2pts0
www.pcworld.com 9mo ago

Panther Lake unveiled: A deep dive into Intel's next-gen laptop CPU

cyrc
2pts0
useplaintext.email 1y ago

Use Plaintext Email (2019)

cyrc
118pts112
mierak.github.io 1y ago

Rusty Music Player Client

cyrc
1pts0
www.youtube.com 1y ago

The definitive Intel Arrow Lake deep-div

cyrc
2pts0
lambdaclass.github.io 1y ago

The Concrete Programming Language

cyrc
1pts2
www.bemanproject.org 1y ago

The Beman Project

cyrc
2pts0
vimeo.com 2y ago

Interview with Frank Soltis System/38 AS/400 architect [video]

cyrc
2pts0
github.com 3y ago

Easy-ISLisp ver 3.00 released

cyrc
4pts0
developers.redhat.com 3y ago

How I developed a faster Ruby interpreter (2022)

cyrc
133pts15
slebok.github.io 3y ago

DYOL: Design Your Own Language

cyrc
43pts3
www.youtube.com 3y ago

Microsoft Surface Pro 9 [YouTube]

cyrc
2pts0
spectrum.ieee.org 3y ago

Civilian AI Is Already Being Misused by the Bad Guys

cyrc
5pts2
www.sciencedaily.com 3y ago

Super-Earth skimming habitable zone of red dwarf

cyrc
1pts1
apnews.com 4y ago

Scientists finally finish decoding entire human genome

cyrc
5pts0
www.eenewsanalog.com 4y ago

UK startup is raising funds for Open Power processor

cyrc
1pts1
kotaku.com 4y ago

Elden Ring's Minimal UI and HUD Elements Have Started Maximum Dev Debates

cyrc
6pts2

its vital for them to have self validation for exponential rsi.. and this human distillation of human in the loop debugging ai models is needed even though they have judge models handling parallel speculative execution.

labs have parallel speculative execution. they spawn hundreds of agent branches, validate them internally with AI judges and only show the user the successful result.

free users are using sequential single-turn generation. the model requires and waits for the human to debug, fix and re-prompt.

by forcing a human to act as validator. they are capturing high value correction trajectories (Bad Output --> Human fix). They are using your cognitive labour to train judge models and validator agents needed to automate the internal verification step, eventually closing the loop for fully autonomous recursive self-improvement.

human in the loop debugging isn't a bug; it's the necessary training signal for the self-validating agents required for exponential recursive self improvement. With new 'distilled judge' models landing in 2026, this article means that they might have gathered enough data. we might be in the final phase..

For user interface designers. A sincere request to consider these old interfaces like Palm OS, IBM CUA, Mac System 6 for a modern Linux GUI.

The simple black and white interface reduces cognitive load and decision fatigue. Modern UI like skeumorphic, material, drop shadows, 3d interface, aero, glass etc are high cognitive load for some individuals.

A text heavy interface and GUIs that are explicit, not implicit and learnt through discovery is easier for me.

A link to the an article. The picture shows that the IBM CUA works for both terminal and Windows 2.0 type GUI in simple black and white.

https://www.linkedin.com/pulse/from-cua-today-enduring-legac...

It would be great if somebody tried to create an opensource version of Rhapsody DR2 that ran on X86 baremetal.

Would not even need to be binary compatible. Source compatible API would be enough.

Rhapsody DR2 is more like Classic Mac than any current MacOS.

It was because of QuarkXPress and Photoshop. In the same way WordPerfect and Lotus 1-2-3 were dominant for business computers.

Wish someone would try to create native MacOS classic on x86 hardware.

There are so many Unix or Linux ABI compatible kernels like the recent Moss written in rust.

https://support.microsoft.com/en-us/windows/optimizations-fo...

From the website; Optimizations for windowed games improves gaming on your PC by using a new presentation model for DirectX 10 and DirectX 11 games that appear in a window or in a borderless window.

When these optimizations are used, games that originally use the legacy blt-model presentation can use the newer flip-model presentation instead (if the game is compatible). This results in lower frame latency and lets you use other newer gaming features; for example, Auto HDR, and variable refresh rate (for displays that support it).

It is checked by default. Hope it helps.

The old Finder logo is a clever ambiguous image. https://en.wikipedia.org/wiki/Ambiguous_image

The new Finder logo has so much meaning symbolically for me. It actually has a very ugly meaning to me.

I felt that it is the end of the road for me. My first Mac was a Powermac 7300/200.

btw, nobody ever mentioned that the red close button is next to the minimize button. This is similar to the close button being next to the maximize button on Windows. Just reversed.

On Mac OS classic the close window button is on its own. I really miss Mac OS classic.

[dead] 1 year ago

[Breaking News] Kawasaki announces "quadruped" type mobility! "CORLEO" like an animal appeared at the Osaka-Kansai Expo

Red Semiconductor Ltd. is a UK startup designing a family of “auditable” microprocessors based on the Open Power processor instruction set architecture. The processor is intended to run the Linux operating system amongst others and will be able to run x86 code in native mode thanks to emulation capabilities, according…

Should IBM rename RPG, and if so, what should the new name be? It’s an interesting idea, and one that was recently floated by a member of the IBM i community, who submitted an official request for enhancement (RFE) on the matter.

Blech is a synchronous programming language for embedded, reactive, realtime-critical software.

It allows writing reactive subprograms and combining them both sequentially and concurrently. Blech compiles to clean C, which may be integrated into existing projects or simulation frameworks.

Quote: "Armstrong: I think the lack of reusability comes in object-oriented languages, not in functional languages. Because the problem with object- oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.

If you have referentially transparent code, if you have pure functions—all the data comes in its input arguments and everything goes out and leaves no state behind—it’s incredibly reusable. You can just reuse it here, there, and everywhere. When you want to use it in a different project, you just cut and paste this code into your new project."

British Computer Society Open Source Specialists

Presented by Rob Landley

The patents on the bestselling processor of the 1990’s finally expired, and it’s been cloned as open hardware. J-core scales from running SMP Linux down to fitting in a tiny 5000 cell ICE-40 FPGA, and we just uploaded a new open source GPS receiver built around it to github.

Rob Landley maintains the J-core Board Support Package, used to maintain busybox, maintains toybox (the command line utilities used by Android), and used to be the linux kernel documentation maintainer.