Hacker Newsnew | past | comments | ask | show | jobs | submit | sea-gold's commentslogin

Regarding the privacy policy[1], remove "Suggested text:"

[1] https://makemycvfree.com/privacy-policy/


> Consider GitHub Actions. How much better off would we be if, instead of writing the workflow-job-step tree by hand, we could just have a single Python script, executed on push, whose output is the GitHub Actions YAML-as-assembly?

github-workflows-kt[0] is a tool for generating GitHub Actions workflow YAML files in a type-safe script, helping you to build robust workflows for your GitHub projects without mistakes, with pleasure, in Kotlin.

[0] https://typesafegithub.github.io/github-workflows-kt/


> Mitosis provides a unified development experience across all frameworks, enabling you to build components in a single codebase and compile them to React, Vue, Angular, Svelte, Solid, Alpine, Qwik, and more.

> Maintain a consistent design system across multiple frameworks (example) > Sync your design systems from Figma to code and publish them to npm across frameworks > Avoid the pitfalls of web components by compiling to native framework code > MIT licensed: https://github.com/BuilderIO/mitosis/blob/main/LICENSE

Website: https://mitosis.builder.io/


> Instantly convert text into natural-sounding speech using high-quality English voices. No sign-up required. Just type, select a voice, and listen or download your audio. Perfect for accessibility, content creation, and more.

Also see:

- https://basictts.com/about

- https://github.com/OHF-Voice/piper1-gpl


Related: https://github.com/CrewBench/CrewBench

> CrewBench is built on top of AionUi (Apache-2.0) and inherits all upstream AionUi capabilities, while adding developer-focused observability and guardrails.


Good write-up.

Here is Cloudflare's post: https://blog.cloudflare.com/acme-path-vulnerability/


I wish OneDev[0][1] got more love.

[0] https://onedev.io/

[1] https://github.com/theonedev/onedev


Related to:

https://news.ycombinator.com/item?id=46557825 (506 points, 188 comments

https://news.ycombinator.com/item?id=46561089 (40 points, 18 comments)


Previous discussions:

September 2024 (4 comments, 17 points): https://news.ycombinator.com/item?id=41615563


> TL;DR

> To create high performance exceptions for flow control in the JVM, simply extend the following StaticException class. Then store the Exception instance in a static final field and throw it as needed. They're fast, because the call stack doesn't need to be traversed and since we're creating reusable objects, there's less for the garbage collector to do.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: