Stuff
3 subscribers
200K links
Download Telegram
I let Claude Code write an entire book
22 by JayD0ubleu | 23 comments on Hacker News.
AI is not our future – Procreate
22 by alexharri | 0 comments on Hacker News.
What is currently the best LLM model for consumer grade hardware? Is it phi-4?
21 by VladVladikoff | 9 comments on Hacker News.
I have a 5060ti with 16GB VRAM. I’m looking for a model that can hold basic conversations, no physics or advanced math required. Ideally something that can run reasonably fast, near real time.
Show HN: Every problem and solution in Beyond Cracking the Coding Interview
20 by leeny | 2 comments on Hacker News.
Hey HN, I'm Aline, founder of interviewing.io and one of the authors of Beyond Cracking the Coding Interview (the official sequel to CTCI). We just compiled every problem (and solution) in the book and made them available for free. There are ~230 problems in total. Some of them are classics like n-queens, but almost all are new and not found in the original CTCI. You can read through the problems and solutions, or you work them with our AI Interviewer, which is also free. I'd recommend doing AI Interviewer before you read the solutions, but you can do it in whichever order you like. (When you first get into AI Interviewer, you can configure which topics you want problems on, and at what difficulty level, and you can add topics and change difficulty levels as you go.) Here's the link: https://ift.tt/Oo25QX6... (You'll have to create an account if you don't already have one, but there's nothing else you need to do to access all the things.)
Why Take9 Won't Improve Cybersecurity
6 by MattSayar | 0 comments on Hacker News.
Using Rust Back End to Serve an SPA
8 by thanhnguyen2187 | 3 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)
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.
The Surveilled Student
19 by smlacy | 4 comments on Hacker News.
De Bruijn notation, and why it's useful
23 by blueberry87 | 6 comments on Hacker News.