Wednesday, September 6, 2023

U.K. abandons, for now, legislation that would have banned end-to-end encryption

U.K. abandons, for now, legislation that would have banned end-to-end encryption
507 by alwillis | 126 comments on Hacker News.


Is this Duplo train track under too much tension?

Is this Duplo train track under too much tension?
455 by robin_reala | 85 comments on Hacker News.


If You’ve Got a New Car, It’s a Data Privacy Nightmare

If You’ve Got a New Car, It’s a Data Privacy Nightmare
434 by rntn | 440 comments on Hacker News.


Learn WebAssembly by writing small programs

Learn WebAssembly by writing small programs
400 by todsacerdoti | 69 comments on Hacker News.


Show HN: Puck – Open-source visual editor for React

Show HN: Puck – Open-source visual editor for React
397 by chrisvxd | 90 comments on Hacker News.
Hey hackers, OP here! I've been dipping in and out of this problem space for the last few years with many of my clients. Puck sits somewhere between an old-school WYSIWYG-powered CMS and headless one, allowing content teams to author content using real React components. Traditional CMS solutions were flexible but often resulted in page that completely broke the brand guidelines. Headless CMS solutions are a fantastic way of controlling brand by restricting UI changes to developers, but makes layout changes restrictive and slow as developers often need to get involved. Puck provides a visual editor for React that can sit on top of your existing headless CMS (or act as standalone). We've been dog-fooding it on a few pages at https://measured.co and on https://wellpaid.io . So far, so good The API is built for React, which allows FE devs to quickly integrate their existing component and add some form fields for author input, or connect it to a headless CMS of choice. It's open-source under MIT, and pairs nicely with Next.js (check out the demo application). Next in the pipeline: support for multi-column layouts, richer demos, new plugins. Looking forward to hearing your comments!