127,986 results for for · 2.322s

News for “for”
18 results • 2314 ms server time
Moozonian News
aris.chat• Sep 12, 2025• 1 min read
Show HN: Aris – a free AI-powered answer engine for kidsI am Andrew, and I’m building Aris (https://www.aris.chat/).Aris is a minimalist tool that answers any questions a child has.Encyclopedias, periodicals, field guides, cookbooks, and other print resources we used as kids to find knowledge, learn, and pursue our curiosities have been replaced in most households by something that is not safe for kids: the internet. So instead, kids get Fortnite, Minecraft, and ‘edutainment’ options that don’t compare to the knowledge resources that past generations have had access to.With this in mind, many of the smartest people I know raise (or plan to raise) their kids with access to only a 1990s level of consumer technology, without smartphones, tablets, social media, online gaming, etc. Many of these people believe the last three decades of technological development have been a net negative for kids. When my child was born, I had a similar sentiment. However, there are some major problems with limiting a kid’s access to technology today. To name a co
Moozonian News
news.ycombinator.com• Sep 12, 2025• 1 min read
Ask HN: Next LEGOs after Lego Friends for girls?So my daughter is loving the LEGO Friends builds, she spends hours building and playing with them. The other day she wished (asked…) for a robot in the shape of an animal that could replace her teddy. That got me thinking: what does LEGO have for girls who want to get into something technical (gears, engine, automation, etc) that is like Technics but without being racing cars, bulldozers and cranes? Maybe is not LEGO but another brand?
Advertisement
Moozonian News
bing.com• Sep 12, 2025• 1 min read
Should You Wear Super Shoes for Your Long Runs?If there’s one part of my body that bears the brunt of all my running, it’s my calves. For years, I wore compression sleeves to keep them from feeling so beat up (they may not have a proven effect on ...
Advertisement
Moozonian News
bing.com• Sep 12, 2025• 1 min read
What Are the Best Mobility Exercises for Older Adults?Mobility exercises are compound movements that engage the muscles and joints involved in performing daily activities. They can help form the foundation for moving well into older age. “Mobility” can ...
Moozonian News
github.com• Sep 11, 2025• 1 min read
Show HN: Fast Isolated Postgres DB for Spring Boot Integration TestsI build a small Spring Boot library that makes Postgres-backed integration tests both fast and fully isolated.How it works:At test-suite start-up it creates a single PostgreSQL template database.For every JUnit test it runs CREATE DATABASE … TEMPLATE … to clone that template - about 50 ms per sandbox.It plugs right into Spring Boot, Testcontainers, Flyway, and Liquibase.If you use text fixtures you can mess with it freely, and never worry about affecting other tests.I introduced this approach after hitting serious test-isolation problems on a large enterprise project. The approach worked greatly and the integration tests grow to past 4 000 tests without any slowdown or cleanup scripts.I added an example project setup including test fixtures here: https://github.com/misirio/dbsandboxer/tree/main/examples/sp...I would love to hear your feedback and how you solve this problem in your projects.
Advertisement