622 results for Behavior · 2.077s

News for “Behavior”
13 results • 2072 ms server time
Moozonian News
bing.com• 4d ago• 1 min read
Overdose AwarenessThe Zanesville-Muskingum County Health Department is recognizing this week as Overdose Awareness Week, which has adopted the color purple as a symbol for the cause. ZMCHD Behavioral Health Specialist ...
Moozonian News
bing.com• 4d ago• 1 min read
These might be the meanest birds in the worldThese birds may look harmless at first, but their aggressive behavior has earned them a fearsome reputation. From fiercely defending their territory to confronting animals much larger than themselves, ...
Advertisement
Moozonian News
bing.com• 5d ago• 1 min read
Does Leadership Training Change People?The current leadership development paradigm is expensive and ineffective. Better is a continuous leadership learning model that drives true behavioral change.
Moozonian News
github.com• Aug 21, 2026• 1 min read
Show HN: I built an open source video editor that you can control with an LLMHey HN, my name is David. I'm building an open source video editor.I'm a novice at video editing and previously only used iMovie. I recently opened iMovie to edit a video but noticed it didn't have some features I wanted, like text overlays. Apple probably hasn't updated it in ages. How hard could it be to build one?It's actually pretty hard. There are so many basic things that need to get right, like behavior in the timeline, drag and drop, coloring, etc. Good thing there are LLMs. I was able to put out a simple version in 3 days and have continued to refine it ever since.The idea is that it's focused on novice to intermediate video editors. I find modern video editors to be very overwhelming, with lots of features and controls. It's needed because video editing is a creative tool, and not everything can be built into one. So I turned every button, toggle, and slider into a tool that's accessible to an LLM. A user just needs to tell an LLM what to do, and it has access to tools that c
Advertisement
Moozonian News
github.com• Aug 20, 2026• 1 min read
Show HN: Linux and iPhone Continuity (iMessage / SMS)After switching to 100% Linux a couple of years ago there was basically only one thing I missed about macOS and that was what Apple calls "Continuity". It's where you get texts, notifications, clipboard sync, file transfer (to/from) the iPhone from the Mac desktop. Especially that thing where OTP codes via text autofilled into the browser form I was waiting on.It took about 4 months of work:- reverse-engineering Apple/iOS Bluetooth behavior- MAP / OBEX- Bluetooth LE + Wi-Fi working together- iMessage through the iPhone's own cellular/iMessage stack- iOS app, Linux daemon, GTK app, Thunderbird/Firefox extension- no Mac involvedBut it is now something I'd love to show people. Contributions/bugs/feedback welcome!