frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: I've built C# source code generator Fluent API library

https://github.com/npodbielski/HamsterWheel.FluentCodeGenerators
1•npodbielski•3h ago
I created library that helps creating C# source code generator for Roslyn.

In short it allows to write C# code with nice Fluent API that is context aware:

context.WithClass(Path.GetFileNameWithoutExtension(file.FileName), c => c.WithMethod("Log", m => m.WithBody(b => b.Append($"Console.WriteLine({file.Content.TripleQuote()});"))) );

Which is much easier to write than giant spaghetti of variable, formatted strings.

Original Roslyn APIs are a bit hard to use so this package helps with that. Also it helps with:

- automatically emitting using statements - formatting generated code - with importing types during code generation - with indentation and parenthesis balancing - helps with adding and using method parameters in generated code - `async` methods generation - provides nicer to use wrappers to Roslyn `IncrementalValueProvider` and others - allows to share pieces of code between files/classes (i.e. interfaces implementation)

I put instruction on how to use it on my blog here: https://internetexception.com/2025/10/02/writing-simple-c-so...

Also here is a video of this library working plugged into a project in Rider IDE:

https://internetexception.com/wp-content/uploads/2025/10/cod...

Show HN: GYST – Reinventing the Desktop (Alpha)

https://gyst.fr/
1•ricroz•27s ago•0 comments

Show HN: I Built Claude Code for CUDA in 18 Hours (Open Source)

https://github.com/RightNow-AI/rightnow-cli
1•rightnow_ai•35s ago•0 comments

Robots are coming: MLB players allowed to challenge balls and strikes in 2026

https://www.theguardian.com/sport/2025/sep/23/the-robots-are-almost-coming-mlb-players-allowed-to...
1•PaulHoule•1m ago•0 comments

South Korea raises cyber threat level after data centre fire

https://www.theguardian.com/world/2025/sep/30/south-korea-raises-cyber-threat-level-after-huge-da...
1•Mgtyalx•1m ago•0 comments

Musk's Tesla package pays him billions even if he misses 'Mars-shot' goals

https://www.reuters.com/legal/transactional/musks-record-tesla-package-will-pay-him-tens-billions...
1•rntn•2m ago•0 comments

Do well-written, clear instructions beat few-shotting for tiny-LLMs?

https://softwaredoug.com/blog/2025/09/05/rules-vs-few-shot.html
1•sebg•2m ago•0 comments

New York Attorney General Letitia James Indicted on Bank Fraud Charges

https://www.wsj.com/politics/justice-department-secures-indictment-of-new-york-attorney-general-l...
2•JumpCrisscross•2m ago•0 comments

Fast Matrix Multiply on an Apple GPU

https://percisely.xyz/gemm
1•ekez•3m ago•0 comments

How Kyoto, Japan Became the Loveliest Tourist-Trap

https://nymag.com/intelligencer/article/kyoto-japan-tourism-attraction-travel-tourist-trap.html
1•trevortheblack•3m ago•0 comments

Second Chances on YouTube

https://blog.youtube/inside-youtube/second-chances-on-youtube/
2•aspenmayer•3m ago•1 comments

What if the singularity lies beyond a plateau we cannot cross?

http://www.jasonwillems.com/ai/2025/10/09/The-Plateau/
2•jayw_lead•5m ago•2 comments

Creating Web Applications with Julia

https://www.digitalocean.com/community/tutorials/web-applications-with-julia
1•leephillips•6m ago•0 comments

UN official proposes a global ban on surrogacy

https://www.thefp.com/p/there-is-no-human-right-to-have-a-child-united-nations-report
2•mhb•6m ago•0 comments

ServiceLogger – track logs from multiple servces

https://github.com/kevinHarianto/ServiceLogger
1•scorpiokh•7m ago•1 comments

Kubuntu Linux 25.10 "Questing Quokka" released

https://kubuntu.org/news/kubuntu-25-10-questing-quokka-released/
1•jrepinc•8m ago•0 comments

Tell HN: Claude is down (auth only?)

6•AznHisoka•10m ago•4 comments

Women live longer than men – scientists might finally know why

https://www.popularmechanics.com/science/a68805403/women-live-longer-than-men/
1•binning•11m ago•0 comments

How to nail the AERO look on your website

https://frutigeraeroarchive.org/blog/posts/20_09_2025
1•Mr_Minderbinder•11m ago•1 comments

US anti-fascism expert blocked from flying to Spain at airport

https://www.theguardian.com/us-news/2025/oct/09/anti-fascism-mark-bray-rutgers-university
6•perihelions•13m ago•1 comments

Future Data Systems Seminar Series – Fall 2025

https://db.cs.cmu.edu/seminars/fall2025/
1•sebg•14m ago•0 comments

The Prime Minister who tried to have a life outside the office

https://www.newyorker.com/magazine/2025/10/13/the-prime-minister-who-tried-to-have-a-life-outside...
2•binning•15m ago•0 comments

Show HN: Evals pass, agents fail." A/B test agents with Raindrop Experiments

https://twitter.com/benhylak/status/1976392820614439315
1•alexisgauba•15m ago•0 comments

Sub-agents in Claude Code: I tried them

https://boliv.substack.com/p/claude-code-usage-patterns-3-sub
1•brunooliv•16m ago•0 comments

Azure Portal Outage

https://azure.status.microsoft/en-us/status
2•tatersolid•17m ago•1 comments

German conservatives block Chat Control

https://bsky.app/profile/markus.reuter.netzpolitik.org/post/3m2metni3zs2u
2•jech•18m ago•2 comments

Central bank says what the Federal Reserve won't

https://www.axios.com/2025/10/09/ai-bubble-federal-reserve
1•zerosizedweasle•19m ago•0 comments

AI models that lie, cheat and plot murder: how dangerous are LLMs really?

https://www.nature.com/articles/d41586-025-03222-1
1•pykello•21m ago•0 comments

New York AG James, a Trump foe, indicted for bank

https://www.reuters.com/world/new-york-ag-james-trump-foe-indicted-bank-fraud-2025-10-09/
3•zerosizedweasle•21m ago•0 comments

All in on MatMul? Don't Put All Your Tensors in One Basket

https://www.sigarch.org/dont-put-all-your-tensors-in-one-basket-hardware-lottery/
1•sebg•23m ago•0 comments

Show HN: Browser extension to analyze my son's Math Academy data

https://github.com/rahimnathwani/mathacademy-stats
1•rahimnathwani•23m ago•0 comments