The Darwin Gödel Machine: AI that improves itself by rewriting its own code
12 by birriel | 1 comments on Hacker News.
12 by birriel | 1 comments on Hacker News.
Show HN: Git-Add–Interactive with Enhancements
15 by xn | 3 comments on Hacker News.
I created a replacement for the perl git-add--interactive that adds a few enhancements: - S to automatically split all hunks - G to set a global filter on hunks to show - A to automatically accept all hunks (after auto-splitting and global filter are applied)
15 by xn | 3 comments on Hacker News.
I created a replacement for the perl git-add--interactive that adds a few enhancements: - S to automatically split all hunks - G to set a global filter on hunks to show - A to automatically accept all hunks (after auto-splitting and global filter are applied)
MinIO Removes Web UI Features from Community Version, Pushes Users to Paid Plans
43 by jordigh | 11 comments on Hacker News.
43 by jordigh | 11 comments on Hacker News.
The 'white-collar bloodbath' is all part of the AI hype machine
23 by lwo32k | 0 comments on Hacker News.
23 by lwo32k | 0 comments on Hacker News.
Microsandbox: Virtual Machines that feel and perform like containers
36 by makeboss | 15 comments on Hacker News.
36 by makeboss | 15 comments on Hacker News.
Show HN: W++ – A Python-style scripting language for .NET with NuGet support
16 by sinisterMage | 2 comments on Hacker News.
Hey HN I’ve been building *W++*, a scripting language that looks like Python but runs on the .NET runtime. It started as a fun side project, but it evolved into something surprisingly powerful — and potentially useful: Key Features: - Python-style syntax with semicolon-based simplicity - Compiles to .NET IL with experimental JIT support - Can run interpreted or compiled - Built-in CLI for managing projects, running, and building - Supports importing NuGet packages and converts them to .ingot modules automatically- MIT licensed and fully open-source You can even do things like: wpp import Newtonsoft.Json let person = new JObject() person["name"] = "Alice" print person["name"]; Use Cases: Game scripting (Unity, OpenTK support in progress) Education (gentle intro to .NET without C# syntax) Blazor scripting Embeddable scripting engine for .NET apps GitHub: https://ift.tt/l5EGma0 I’d love feedback, ideas, and thoughts.Thanks for reading — and if you’ve ever said “I wish Python ran on .NET,” this might be for you.
16 by sinisterMage | 2 comments on Hacker News.
Hey HN I’ve been building *W++*, a scripting language that looks like Python but runs on the .NET runtime. It started as a fun side project, but it evolved into something surprisingly powerful — and potentially useful: Key Features: - Python-style syntax with semicolon-based simplicity - Compiles to .NET IL with experimental JIT support - Can run interpreted or compiled - Built-in CLI for managing projects, running, and building - Supports importing NuGet packages and converts them to .ingot modules automatically- MIT licensed and fully open-source You can even do things like: wpp import Newtonsoft.Json let person = new JObject() person["name"] = "Alice" print person["name"]; Use Cases: Game scripting (Unity, OpenTK support in progress) Education (gentle intro to .NET without C# syntax) Blazor scripting Embeddable scripting engine for .NET apps GitHub: https://ift.tt/l5EGma0 I’d love feedback, ideas, and thoughts.Thanks for reading — and if you’ve ever said “I wish Python ran on .NET,” this might be for you.
The Nobel Prize Winner Who Thinks We Have the Universe All Wrong
19 by samizdis | 6 comments on Hacker News.
19 by samizdis | 6 comments on Hacker News.
Investigating AI Manipulation in Viral Chinese Paraglider Video
32 by hyperknot | 20 comments on Hacker News.
32 by hyperknot | 20 comments on Hacker News.
Toxic Origins, Toxic Decisions: Biases in CEO Selection
11 by marojejian | 5 comments on Hacker News.
11 by marojejian | 5 comments on Hacker News.
Build API integrations with SQL and YAML – no SaaS lock-in, no drag-and-drop UIs
3 by maxgrinev | 0 comments on Hacker News.
3 by maxgrinev | 0 comments on Hacker News.
Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
6 by tiagorangel | 1 comments on Hacker News.
6 by tiagorangel | 1 comments on Hacker News.
Show HN: Asdf Overlay – High performance in-game overlay library for Windows
1 by storycraft | 0 comments on Hacker News.
I am making a open source overlay library. Game overlay is for rendering contents on top of game screen. Representative examples are Discord and Steam in-game overlay. They are complicated because it has to hook rendering part of a game. Asdf overlay provides easy to use interfaces for rendering on top of game screen. I recognize game performance degradation due to overlay rendering, so GPU shared texture was used to avoid CPU framebuffer copy. Asdf Overlay is capable of rendering full screen overlay without noticeable performance loss.
1 by storycraft | 0 comments on Hacker News.
I am making a open source overlay library. Game overlay is for rendering contents on top of game screen. Representative examples are Discord and Steam in-game overlay. They are complicated because it has to hook rendering part of a game. Asdf overlay provides easy to use interfaces for rendering on top of game screen. I recognize game performance degradation due to overlay rendering, so GPU shared texture was used to avoid CPU framebuffer copy. Asdf Overlay is capable of rendering full screen overlay without noticeable performance loss.