Feed aggregator
Proton provided user information in 10,368 requests in 2024
Article URL: https://proton.me/legal/transparency
Comments URL: https://news.ycombinator.com/item?id=43578106
Points: 2
# Comments: 1
Take down defamatory content on ANI article: High court to Wikipedia
Analysis of the WireGuard Protocol [pdf] (2019)
Article URL: https://research.tue.nl/files/130180306/Peter.Wu_Wireguard_thesis_final.pdf
Comments URL: https://news.ycombinator.com/item?id=43578101
Points: 1
# Comments: 0
Vector Sets are part of Redis
Article URL: https://antirez.com/news/149
Comments URL: https://news.ycombinator.com/item?id=43578077
Points: 1
# Comments: 0
"Low hiring, low firing" economy not great for Gen Z
Article URL: https://www.marketplace.org/2025/04/02/low-hiring-low-firing-economy-not-great-for-gen-z/
Comments URL: https://news.ycombinator.com/item?id=43578047
Points: 1
# Comments: 0
The Authenticity Drought
Article URL: https://soatok.blog/2025/04/03/the-authenticity-drought/
Comments URL: https://news.ycombinator.com/item?id=43578041
Points: 1
# Comments: 0
A Neural Network in 11 lines of Python (2015)
Article URL: https://iamtrask.github.io/2015/07/12/basic-python-network/
Comments URL: https://news.ycombinator.com/item?id=43577960
Points: 2
# Comments: 0
A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libs
Article URL: https://arxiv.org/abs/2404.11671
Comments URL: https://news.ycombinator.com/item?id=43577957
Points: 2
# Comments: 0
Building Gearbox Dynamometer
Article URL: https://www.thriftybuilder.dev/post/gearbox-dynamometer
Comments URL: https://news.ycombinator.com/item?id=43577927
Points: 3
# Comments: 0
Of Manners and Machines
Article URL: https://commaok.xyz/post/manners/
Comments URL: https://news.ycombinator.com/item?id=43577916
Points: 1
# Comments: 0
National Security Agency and Cyber Command Chief, Gen. Tim Haugh, Ousted
Article URL: https://www.washingtonpost.com/national-security/2025/04/03/nsa-director-fired-tim-haugh/
Comments URL: https://news.ycombinator.com/item?id=43577893
Points: 2
# Comments: 1
Yo Google, Thanks for the AI Overview but Your Search Sucks Now
Article URL: https://sheep.horse/2025/4/yo_google%2C_thanks_for_the_ai_overview_but_your_sea.html
Comments URL: https://news.ycombinator.com/item?id=43577883
Points: 2
# Comments: 0
Original copy of Boole's pamphlet describing his algebra for sale at auction
GitHub Copilot agent mode (preview)
Article URL: https://code.visualstudio.com/blogs/2025/02/24/introducing-copilot-agent-mode
Comments URL: https://news.ycombinator.com/item?id=43577839
Points: 1
# Comments: 0
Signalgate: Pentagon watchdog probes Defense SEC Hegseth
Article URL: https://www.theregister.com/2025/04/04/hegseth_inspector_general/
Comments URL: https://news.ycombinator.com/item?id=43577825
Points: 1
# Comments: 0
Rothko Chapel
Article URL: https://en.wikipedia.org/wiki/Rothko_Chapel
Comments URL: https://news.ycombinator.com/item?id=43577824
Points: 1
# Comments: 0
Coreboot 25.03 Released with Support for 22 More Motherboards
Article URL: https://www.phoronix.com/news/Coreboot-25.03-Released
Comments URL: https://news.ycombinator.com/item?id=43577818
Points: 1
# Comments: 0
Multiple backdoors spread through fake AI, business tools
Article URL: https://www.scworld.com/news/multiple-backdoors-spread-through-fake-ai-business-tools
Comments URL: https://news.ycombinator.com/item?id=43577815
Points: 1
# Comments: 0
Fact-Checking Lottie Comparisons in Rive vs. Lottie
I happened to come across the following page recently: https://rive.app/blog/rive-as-a-lottie-alternative I found it interesting that Rive officially compared itself to Lottie based on fairly recent information. However, I was quite surprised by the many vague or inaccurate statements made about Lottie. As a developer familiar with Lottie, I'd like to offer a different perspective on a few key points.
1. Responsiveness
The claim that Lottie "regenerate animations" to scale for different screen sizes is puzzling. In most GUI environments, responsiveness is handled by standard layout and scrolling systems. Since Lottie animations are vector-based, they naturally scale according to their aspect ratio within the assigned layout. There is no need to regenerate the animation—rendering scalable vector graphics in real time is already built into the design.
2. Dynamic Data Integration
It’s inaccurate to describe Lottie as strictly static. Event Lottie supports scripting and allows runtime updates of animation properties, enabling dynamic behavior driven by external data or user interaction.
3. Blurs and Shadows
Lottie fully supports vector-based effects such as Gaussian blur and drop shadows. These are rendered as scalable vector effects— How this specifically increases file size. Doesn't make sense.
4. Masking
Lottie has multiple types of masking, including at least four distinct modes. One of the most powerful is the Matte feature, which goes well beyond basic alpha masking and allows for advanced compositing techniques.
5. File Size and Rendering
Relying solely on a binary format for production use can be limiting in terms of flexibility. Lottie's text-based JSON format is easily readable, editable, and compressible during the build or packaging process. It allows for streamlined workflows where designers and developers can collaborate effectively before optionally converting to a binary format for optimization.
6. GPU-Accelerated Rendering
GPU acceleration is available in many Lottie runtimes, moreover, Lottie's lightweight and flexible architecture enables it to run on a wide range of devices, including low-power IoT hardware. This level of adaptability is a key strength, not a weakness.
7. Asset Management
Whether to embed assets or link to them externally is entirely up to the developer. Lottie offers flexibility in this regard—it is not restricted to embedded assets only.
8. Platform Support
Lottie already supports a broad range of platforms. There are 3rd-party user plugins integrated into major engines like Unity and even Godot has upcoming support for Lottie integration officially. Even Lottie is is capable on on MCU-based chipsets, IoT, or RTOS devices.
IMHO, Publishing incorrect or false information as if it were true on an official company page is something that should be approached with caution.
Comments URL: https://news.ycombinator.com/item?id=43577809
Points: 1
# Comments: 0