aazaidane@gmail.com

20885 Posts
Next federal agency for gender affirming care

Next federal agency for gender affirming care

πŸš€ Check out this must-read post from WIRED πŸ“– πŸ“‚ **Category**: Politics,Politics / Policy,LGBTQ Rights πŸ’‘ **What You’ll Learn**: The FTC appears to be targeting transgender rights, and going beyond its usual ways of doing so, according to experts and federal employees who spoke to WIRED.Since July 2025, the agency has been preparing to frame gender-affirming care for minors as a consumer protection issue, in a move that a former FTC employee, who spoke to WIRED on the condition of anonymity due to fear of retaliation, called β€œvery strange.β€β€œI think their ultimate goal here is to be on the front…
Read More
GitHub – matz/spinel Β· GitHub

GitHub – matz/spinel Β· GitHub

πŸ”₯ Discover this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: Spinel compiles Ruby source code into standalone native executables. It performs whole-program type inference and generates optimized C code, achieving significant speedups over CRuby. Spinel is self-hosting: the compiler backend is written in Ruby and compiles itself into a native binary. Ruby (.rb) | v spinel_parse Parse with Prism (libprism), serialize AST | (C binary, or CRuby + Prism gem as fallback) v AST text file | v spinel_codegen Type inference + C code generation | (self-hosted native binary) v C source (.c) | v…
Read More
The first StrictlyVC of 2026 kicks off in a week in San Francisco

The first StrictlyVC of 2026 kicks off in a week in San Francisco

πŸš€ Discover this awesome post from TechCrunch πŸ“– πŸ“‚ **Category**: Startups,Venture,AI,Fundraising,Forum AI,StrictlyVC San Francisco,TDK Ventures,Replit,StrictlyVC,eclipse πŸ’‘ **What You’ll Learn**: StrictlyVC The first San Francisco event of the year is almost here, with only one week to go. It's time to get yourself a ticket. The project and founder communities will gather at the Sentro Philippine Cultural Center on April 30 for an evening filled with what StrictlyVC does best: engaging in insightful conversations with excellent speakers, with ample opportunity for networking that drives results. And we're excited to announce another speaker joining our lineup: Eclipse Founder and CEO Lior Susan,…
Read More
GitHub – NV404/gova Β· GitHub

GitHub – NV404/gova Β· GitHub

πŸš€ Read this insightful post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: The declarative GUI framework for Go. Build native desktop apps for macOS, Windows, and Linux from a single Go codebase β€” typed components, reactive state, real platform dialogs, and one static binary. No JavaScript runtime, no embedded browser, no C++ toolchain to learn. Status: pre-1.0. The API will shift before v1.0.0. Pin a tag in production. package main import g "github.com/nv404/gova" type Counter struct{} func (Counter) Body(s *g.Scope) g.View { count := g.State(s, 0) return g.VStack( g.Text(count.Format("Count: %d")).Font(g.Title), g.HStack( g.Button("-", func() { count.Set(count.Get() - 1)…
Read More
Vercel says some of its customers’ data was stolen before the recent hack

Vercel says some of its customers’ data was stolen before the recent hack

πŸš€ Explore this must-read post from TechCrunch πŸ“– πŸ“‚ **Category**: Security,context ai,cybersecurity,data breach,Vercel πŸ’‘ **What You’ll Learn**: App and website hosting giant Vercel said Thursday that hackers had accessed some of its customers' data before the company discovered a recent data breach, suggesting this incident may have broader security implications than initially known. In an update to its security incident page, Vercel said it had identified evidence of malicious activity on its network prior to the hack in early April after it expanded its initial investigation. β€œWe have discovered a small number of customer accounts with evidence of prior compromise…
Read More

Composition Shouldn’t be this Hard β€” Cambra

πŸ’₯ Read this trending post from Hacker News πŸ“– πŸ“‚ **Category**: βœ… **What You’ll Learn**: I’ve spent over a decade building data infrastructure: observability systems at Twitter, streaming data processing systems at Google, declarative data processing systems at Snowflake. From the beginning, I noticed a strange gap between the conceptual elegance of programming languages and databases, and the reality of developing and operating real systems using them. That reality is filled with tedium and stress. All of the systems I’ve ever worked on have felt brittle in one way or another: hard to change, and easy to break. Infrastructure engineers…
Read More
Salmon raises $100 million in equity and debt to bring digital credit to underbanked Filipinos

Salmon raises $100 million in equity and debt to bring digital credit to underbanked Filipinos

πŸ”₯ Read this must-read post from TechCrunch πŸ“– πŸ“‚ **Category**: Fintech,digital credit,neobanks,Salmon,the Philippines πŸ“Œ **What You’ll Learn**: The Philippines has millions of unbanked adults, and the consumer lending market is starting to catch up. Manila-based consumer finance app Salmon has raised $60 million in equity and $40 million in debt to bring digital banking to Filipinos. Salmon was founded by Pavel Fedorov, George Chesakov, and Ravi Montemayor, all of whom previously worked at Russian digital bank Tinkoff. Montemayor was, in fact, Tinkoff's first employee in the Philippines, and has led the company's expansion in the country since 2016. In March…
Read More
Familiarity is the enemy

Familiarity is the enemy

✨ Explore this awesome post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ“Œ **What You’ll Learn**: My thoughts on why enterprise knowledge systems have failed for sixty years, and what might finally replace them.A couple of weeks ago I demoed one part of what I have been building to a senior exec at a global enterprise - someone who had been asked to lead and guide AI adoption in their part of this billion dollar company - our conversation was off the record, but what they told me - and why they couldn't buy my product - that is the basis…
Read More
Era raises $11 million to build a software platform for artificial intelligence tools

Era raises $11 million to build a software platform for artificial intelligence tools

πŸ”₯ Explore this trending post from TechCrunch πŸ“– πŸ“‚ **Category**: Startups,Hardware,AI,BetaWorks,hardware,abstract ventures,Humane,AI gadgets βœ… **What You’ll Learn**: Earlier in April, the startup Era held a meeting in New York for artists who received its development kit. The artists showed off the various little gadgets they had made, such as a souvenir that tells you facts and jokes about France, a phone-like device that looks at your stocks and tells you if today is the day you can quit your job, or a gadget that tells you about the air quality. While all of these devices are experimental, what they have…
Read More

Ubuntu 26.04 LTS released [LWN.net]

πŸ”₯ Explore this must-read post from Hacker News πŸ“– πŸ“‚ **Category**: πŸ’‘ **What You’ll Learn**: This release brings a significant uplift in security, performance, and usability across desktop, server, and cloud environments. Ubuntu 26.04 LTS introduces TPM-backed full-disk encryption, expanded use of memory-safe components, improved application permission controls, and Livepatch support for Arm systems, helping reduce downtime and strengthen system resilience. [...] The newest Edubuntu, Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Cinnamon, Ubuntu Kylin, Ubuntu Studio, Ubuntu Unity, and Xubuntu are also being released today. For more details on these, read their individual release notes under the Official flavors section: https://documentation.ubuntu.com/release-notes/26.04/#official-flavors…
Read More