2,484 results for process · 2.245s

News for “process”
20 results • 2241 ms server time
Moozonian News
news.ycombinator.com• Jan 13, 2026• 1 min read
Legacy code modernization – structured process, pay on deliveryFintech consultant here. I migrate legacy systems (COBOL, Delphi, VB6, old Java, etc.) to modern stacks. Not "paste into Claude and pray" — a repeatable process where AI accelerates analysis and drafts translations, but architecture and business logic validation stay human. I've learned where LLMs hallucinate on legacy (PERFORM THRU, copybooks, JCL dependencies) so your team doesn't have to. Pricing:$500 assessment — full analysis + roadmap, no code leaves your environment $1,500+ module migration — prove the approach on something contained Custom quotes for full systems — pay when deliveredIf your team has bandwidth and wants to DIY, the assessment alone might be worth it. If they're stretched, I take it off their plate entirely. Email me aquilarafaelholanda@gmail.com. Happy to do a quick no-code conversation first.
Advertisement
Moozonian News
github.com• Jan 1, 2026• 1 min read
Show HN: EventFlux – Lightweight stream processing engine in RustI built EventFlux, a FOSS stream processing engine in Rust. The idea is simple: when you don't need the overhead of managing clusters and configs for straightforward streaming scenarios, why deal with it?It runs as a single binary, uses 50-100MB of memory, starts in milliseconds, and handles 1M+ events/sec. No Kubernetes, no JVM, no Kafka cluster required—just write SQL and run.To be clear, this isn't meant to replace Flink at massive scale. If you need hundreds of connectors or multi-million event throughput across a distributed cluster, Flink is the right tool. EventFlux is for simpler deployments where SQL-first development and minimal infrastructure matter more.GitHub: https://github.com/eventflux-io/engine Docs: https://eventflux.ioFeedback appreciated!
Advertisement
Advertisement
Moozonian News
github.com• Nov 25, 2025• 1 min read
Show HN: We built an open source, zero webhooks payment processorHi HN! For the past bit we’ve been building Flowglad (https://flowglad.com) and can now feel it’s just gotten good enough to share with you all:Repo: https://github.com/flowglad/flowgladDemo video: https://www.youtube.com/watch?v=G6H0c1Cd2kUFlowglad is a payment processor that you integrate without writing any glue code. Along with processing your payments, it tells you in real time the features and usage credit balances that your customers have available to you based on their billing state. The DX feels like React, because we wanted to bring the reactive programming paradigm to payments.We make it easy to spin up full-fledged pricing models (including usage meters, feature gates and usage credit grants) in a few clicks. We schematize these pricing models into a pricing.yaml file that’s kinda like Terraform but for your pricing.The result is a payments layer that AI coding agents have a substantially easier time one-shotting (for now the happiest path is a fullstack Typescript + React