168,959 results for de · 1.968s

News for “de”
18 results • 1958 ms server time
Moozonian News
github.com• Mar 24, 2026• 1 min read
Show HN: PostgreSQL backup manager with BTRFS block-level deduplicationI wrote BTRFS block level de-duplication sometime in 2020 as use-case for a patch sent in 2015 https://stackoverflow.com/a/34163236 and now after 6 more years created an use-case for dduper via pgdedup!How it works? Consecutive pg_basebackup snapshots share most of their blocks. Store them uncompressed on BTRFS and let dduper deduplicate it.Interestingly: - gzip completely breaks block-level dedup. Two pg_basebackup -z runs of the same database produce < 1% matching blocks. - Chunk size matters hugely. dduper's default 128KB chunks only found 19% savings. Lowering to 8KB (PostgreSQL's page size) jumped to 68%.
Moozonian News
nbardy.github.io• Mar 23, 2026• 1 min read
Show HN: I Made an Open Source Swarm IDEWas tired of squinting a terminal UI, and flipping between tons of tabs.And needed a UI to launch and manage swarms for my new swarm library oompa: http://github.com/nbardy/oompaCursor has a nice UI, but doesn't let you use your Codex Pro, or Claude Max subscriptions. So I wanted an Open Source solution that wraps the existing harnesses with nice cross client UISome core features: - Lets you Search between all Claude Code, Codex, Gemini-Cli, and OpenCode sessions - Open Source, use your IDE to edit your own IDE. long live the dream of emacs, and vim - Lets you launch manage and view swarms of agents on top of a swarm management tool I've been using for a few months - Native markdown and Image Preview inline
Moozonian News
coached.com• Mar 23, 2026• 1 min read
Show HN: Behavioral analysis of your career decisions from your LinkedInI've spent the last year building personality models + the last 9 years in the career tech space.This new tool I made works pretty well and I wanted to share it. Just give it your LinkedIn username. It pulls your career history and in about 2 seconds, it'll notice patterns in your career story and tell you things about yourself that are weirdly specific — your blind spots, what's driving your decisions, stuff you've probably felt but never had anyone put into words.A big unlock I had (and why I built this) was that your career trajectory says SO MUCH about you as a person. Not your job titles, but the pattern of decisions. When you moved, when you stayed, what you kept going back to. That trail is basically a personality fingerprint.The AI is pulling threads together across a full career history in a way that would take a coach hours to piece together. I think there's something genuinely powerful about having enough context (a full career arc) combined with enough research (our trait m
Advertisement
Moozonian News
news.ycombinator.com• Mar 23, 2026• 1 min read
Flowroute locked my account after passing identity verification, won't say whyI manage VoIP infrastructure for several organizations using Flowroute and 3CX. Real businesses, real clients, real dependency on uptime. A few weeks ago Flowroute killed my account. My balance went negative. A billing email hit my spam folder and I missed it. I am human. Apparently that is disqualifying.The Verification Rather than call me on the business phone number they had on file, a phone company calling the phone, they demanded identity verification through Persona. I submitted a government ID, a facial biometric scan, and LLC documents. Persona verified everything. Flowroute still said no.The Email"Thank you for completing the Persona verification process. After a thorough review, we regret to inform you that the verification was not approved. For security and compliance reasons, we are unable to disclose the specific details regarding the outcome."I cannot appeal a reason I am not allowed to know. I cannot correct a mistake that will never be named. When I raised business cont
Moozonian News
github.com• Mar 23, 2026• 1 min read
Show HN: Urlx – an agent-made Rust replacement for curl/libcurlRecently several AI labs have published experiments where they tried to get AI coding agents to complete large software projects.- Cursor attempted to make a browser from scratch: https://cursor.com/blog/scaling-agents- Anthropic attempted to make a C Compiler: https://www.anthropic.com/engineering/building-c-compilerA few weeks ago I posted xmloxide, an agent-made Rust replacement for libxml2 made by pointing Claude code at the libxml2 test suite: https://news.ycombinator.com/item?id=47201816curl is arguably the most widely deployed software in the world. It's 180,000 lines of C with a history of memory safety CVEs. The curl project itself tried to address this by adding a rust-based HTTP backend using hyper, but after four years of work, they abandoned the effort in December 2024. Daniel Stenberg wrote that, "there simply were no users asking for it and there were almost no developers interested or knowledgeable enough to work on it".- Daniel Stenberg's blog post on dropping hyper: h
Moozonian News
bing.com• Mar 23, 2026• 1 min read
The Easy Fix Dermatologists Swear By for Fading Stubborn ScarsScars aren’t developed the same way, which means treating them doesn’t follow a one-size-fits-all approach. With the impending summer fast approaching, it’s typical for you to become acutely aware of ...
Moozonian News
bing.com• Mar 23, 2026• 1 min read
How to use video content marketing more effectivelyMany businesses use video content marketing to promote their brand, products and services as part of their overall marketing plan. Video is a compelling, memorable medium that personalizes and ...
Advertisement
Moozonian News
aliveui.dev• Mar 23, 2026• 1 min read
Show HN: CSS primitives for product videos, no render pipelineMost product demo videos are made in screen recorders or tools like Remotion that render frames to MP4. I wanted something different: drop a CSS class on any HTML element and get cinematic motion that's ready for a product video, entirely in the browser. AliveUI Video Blocks is a set of CSS utility classes for common video UI primitives: animated metric cards, toast notifications, typewriter text, kinetic typography, lower thirds, scene backgrounds (aurora, starfield, bokeh), device frames, 3D effects, and particle FX. The interesting technical bit: there's no render pipeline. Animations run as native CSS keyframes. A small runtime (~2KB) handles declarative scene sequencing via data attributes, restarts animations on scene activation via an offsetHeight reflow trick, and drives CSS transition classes between scenes. The tradeoff vs Remotion: you can't do frame-perfect programmatic video or export a standalone MP4 without a headless browser. What you get instead is instant playback, ze
Advertisement