frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: PipelinePlus – plug-and-play MediatR pipeline behaviors for .NET

https://github.com/ilkanozbek/PipelinePlus
1•ilkanozbek•1h ago
PipelinePlus bundles common MediatR pipeline behaviors into a small, plug-and-play library to reduce boilerplate in .NET apps.

What’s included: - Validation (FluentValidation) - Caching (attribute-driven with opt-out) - Idempotency (deduplicate command handling) - Outbox (persist and dispatch events) - Performance (timing hooks) - Exception mapping (turn exceptions into consistent results/logs)

Motivation: In most MediatR projects, these cross-cutting concerns get reimplemented again and again. PipelinePlus aims to make them composable, testable, and easy to adopt without locking you in.

Install: dotnet add package PipelinePlus

Minimal usage: // Program.cs / composition root services.AddMediatR(typeof(Program)); services.AddPipelinePlus(); // registers the behaviors

  // Example request
  [Idempotent]
  public record CreateOrder(Guid Id, string Sku) : IRequest<Result>;

  // Example validator (FluentValidation)
  public class CreateOrderValidator : AbstractValidator<CreateOrder> {
    public CreateOrderValidator() {
      RuleFor(x => x.Sku).NotEmpty();
    }
  }
Notes: - Outbox/Idempotency plug into your own storage abstractions. - Works on .NET 8/9 and latest MediatR. - MIT licensed.

Repo: https://github.com/ilkanozbek/PipelinePlus Feedback welcome—API shape, naming, and ideas for the next behaviors (e.g., OpenTelemetry integration, Redis/distributed cache helpers).

Ask HN: Is Resend a better option to send Emails in bulk?

1•jerawaj740•1m ago•0 comments

This Team Is Rethinking AI's Core: Perforated AI Bets on Dendrites

https://www.forbes.com/sites/ronschmelzer/2025/08/29/this-team-is-rethinking-ais-core-perforated-...
1•rexreed•5m ago•0 comments

ZWO Astronomy Photographer of the Year 2025 winners

https://www.rmg.co.uk/whats-on/astronomy-photographer-year/galleries/overall-winners-2025
1•wallflower•5m ago•0 comments

I wonder if AI has shower thoughts

https://medium.com/@zakiaslam2002/i-wonder-if-ai-has-shower-thoughts-55740074da96
1•Zaki101Aslam•7m ago•0 comments

Can I Give You Some Advice?

https://nautil.us/can-i-give-you-some-advice-1237219/
1•dnetesn•7m ago•0 comments

A framework for pricing AI products

https://stripe.com/blog/a-framework-for-pricing-ai-products
1•mooreds•8m ago•0 comments

De-Extinction vs. Conservation: Why Saving Plants Today Matters Most

https://worldsensorium.com/de-extinction-vs-conservation-why-saving-plants-today-matters-most/
1•dnetesn•9m ago•0 comments

Nations are wooing PhD students amid US funding uncertainties

https://www.nature.com/articles/d41586-025-02416-x
2•rntn•10m ago•0 comments

Multiocular: Review Node.js dependencies changes to prevent supply chain attacks

https://github.com/multiocular-com/multiocular
2•maxloh•12m ago•0 comments

Ripple – the elegant TypeScript UI framework

https://www.ripplejs.com/
2•modinfo•13m ago•0 comments

TSM-Bee? TSMC gets into the honey business

https://www.tomshardware.com/tech-industry/semiconductors/tsm-bee-tsmc-gets-into-the-honey-busine...
2•LorenDB•13m ago•0 comments

iPhone 17 Release: Game-Changer or Just Another Upgrade?

1•talkgsm•14m ago•0 comments

Dish

https://www.dish.com/
1•agpe•15m ago•1 comments

Man Spends 21 Years Hand-Carving Miniature Model of NYC

https://mymodernmet.com/miniature-model-new-york-minninycity04/
2•geox•15m ago•0 comments

Show HN: Navly – Curated Directory for the Latest AI Websites and Tools

https://navly.org
2•airobus•17m ago•0 comments

Show HN: RDMA/Infiniband Distributed Cache for Fast Inference and Training

https://github.com/blackbird-io/blackbird
4•hackercat010•18m ago•0 comments

It's time mobile devs started to think about foldables

https://www.theregister.com/2025/09/14/galaxy_fold7_foldable_smartphones_rising/
1•LorenDB•22m ago•0 comments

Happy Programmers' Day

https://govars.com/blog/560911692203356/14/Happy%20Programmers%27%20Day!
3•mazwar•24m ago•0 comments

Show HN: Chartz.ai – Cursor for Data Analytics

https://chartz.ai
1•daolm•34m ago•0 comments

The Rise of 'Conspiracy Physics'

https://www.wsj.com/science/physics/the-rise-of-conspiracy-physics-dd79fe36
2•nsoonhui•35m ago•0 comments

Google tests forced pagination on SERPs

https://www.demandsphere.com/blog/google-tests-forced-pagination-on-serps/
1•tosh•35m ago•0 comments

Equatorial Guinea enforces yearlong internet outage for island that protested

https://apnews.com/article/equatorial-guinea-internet-shutdown-africa-d7daacc641475743972b33eafff...
2•perihelions•38m ago•0 comments

How to Boost Your Productivity While Managing Multiple Projects

https://freeter.io/blog/boost-your-productivity-while-managing-multiple-projects/
1•AlexKaul•40m ago•1 comments

Is AI taking the joy out of making things?

https://shankarganesh.blog/2025/09/14/is-ai-taking-the-happiness-away-from-making-things/
2•raknahs1991biz•40m ago•0 comments

A new approach could fractionate crude oil using less energy

https://news.mit.edu/2025/new-approach-could-fractionate-crude-oil-using-less-energy-0522
2•DocFeind•41m ago•0 comments

How fast is go? simulating particles on a smart TV

https://dgerrells.com/blog/how-fast-is-go-simulating-millions-of-particles-on-a-smart-tv
1•tweenagedream•43m ago•0 comments

Dress-1-to-3: Single Image to Simulation-Ready 3D Outfit

https://dress-1-to-3.github.io
2•ceolin•43m ago•0 comments

A Clean, Well-Lighted Place on the Internet

https://every.to/context-window/a-clean-well-lighted-place-on-the-internet?ph_email=rbanffy%40gma...
1•rbanffy•43m ago•0 comments

TargetJS: JavaScript UI framework designed to simplify development, enhance UX

https://github.com/livetrails/targetjs
1•thunderbong•44m ago•0 comments

Create 1M AI powered apps a day

https://twitter.com/OfficialLoganK/status/1966643652240851059
1•selvan•56m ago•0 comments