Forgot your password?
typodupeerror

Comment Re:Video editor? (Score 4, Informative) 244

Da Vinci Resolve runs on all platforms, is free, and will do everything a non-professional could ever dream of doing. Da Vinci Studio is the $300 one-time payment for the pro version that dominates Hollywood.

Pro-tip: If you think you need Da Vinci Resolve Studio ask yourself if you need new photo gear too, then see if there's anything in Black Magic's product line that suits you. Buying a Black Magic camera gives you Da Vinci Studio for free -- or $300 off your new camera if you look at it that way.

The latest version of Resolve can even replace Adobe Lightroom.

Comment Re:JPEG 2000 (Score 0) 30

Claude says: JPEG XL beats JPEG 2000 on essentially every practical axis:

**Compression efficiency** — JXL achieves better quality at smaller file sizes than JP2, both for lossy and lossless. At equivalent visual quality, JXL files are typically 20–60% smaller.

**Lossless JPEG recompression** — JXL can losslessly re-encode existing JPEG files ~20% smaller, then decode back to the *identical* original JPEG bitstream. JP2 has no equivalent capability.

**Speed** — JP2 (especially with its wavelet codec) is notoriously slow to encode and decode. JXL encodes faster and decodes fast enough for practical real-time use, with a well-optimized reference decoder (`libjxl`).

**Progressive decoding** — Both support it, but JXL's progressive rendering is more sophisticated, allowing a useful low-resolution preview very early in the stream, which matters for web delivery.

**Feature set** — JXL supports HDR, wide gamut, alpha, animation, layers, and up to 32-bit/channel depth natively. JP2 has some of this but with far less ecosystem support.

**Royalties and patents** — JP2 has a murky patent history that scared off adoption. JXL is royalty-free with a clean IP situation.

**Browser/ecosystem support** — JP2 was never adopted by Chrome or Firefox (only Safari). JXL has broad support in Safari, Firefox, and Chrome (behind a flag, then natively). The web ecosystem simply rejected JP2.

**Encoder/decoder ecosystem** — `libjxl` is actively maintained. JP2 tooling is fragmented (OpenJPEG, Kakadu, etc.) and often requires proprietary libs for best quality.

The short version: JP2 was designed for print/archival workflows (DICOM, digital cinema via JPEG 2000's cinema profile) and never translated well to the web. JXL was designed from the start to replace JPEG on the web while also serving archival use cases — and it does both better.

Comment Re:Cost? (Score 1) 10

A competitor to Stripe and Adyen worth considering is Mollie. Adyen is focused on large scale enterprises while Mollie wants to work with any size entity.

Fun fact: both Adyen and Mollie are based in Amsterdam, walking distance from each other, and there's probably a joke or two for the slashdots in there somewhere.

Comment Re:Remotely downloaded code (Score 3, Informative) 20

Another Drupal developer here, with some experience working with the Feds. Most government websites as I am aware of are Drupal websites.

Writing as a developer, I can tell you we are not allowed any access to live systems, which is good. That allows us to work in our sandboxes and break things before we commit to the GIT repository branch we're developing to eventually be merged into the main branch and released one day. In other words, the only connectivity we're allowed is uploading to the git server.

In a perfect world, we'd have resources including time to scan everything for everything prior to our GIT commit to the repo. I hear ai (and mythos) are a thing.

I'm just sayin'.

That said the NPM vendor directory is generally excluded by GIT, because none of that stuff belongs in the repo because it can easily be rebuilt on the staging server that gets tested prior to going into production. And the admins upstream aren't supposed to trust anything, period. In a perfect world.

Slashdot Top Deals

Is it possible that software is not like anything else, that it is meant to be discarded: that the whole point is to always see it as a soap bubble?

Working...