Feed aggregator

Maximum Agreement Linear Predictor (MALP)

Hacker News - Fri, 02/13/2026 - 11:21am

Article URL: https://arxiv.org/abs/2304.04221

Comments URL: https://news.ycombinator.com/item?id=47004448

Points: 1

# Comments: 1

Categories: Hacker News

Days After Its Super Bowl Ad, Ring Cancels Flock Partnership Amid Surveillance Concerns

CNET Feed - Fri, 02/13/2026 - 11:20am
Under pressure over potential surveillance, Amazon's smart home division has backtracked on the partnership.
Categories: CNET

Colorado River

Hacker News - Fri, 02/13/2026 - 11:17am
Categories: Hacker News

Shedding

Hacker News - Fri, 02/13/2026 - 11:16am
Categories: Hacker News

Meta's Smart Glasses Could Get Face Tracking Soon. That Worries Me

CNET Feed - Fri, 02/13/2026 - 11:16am
Commentary: A New York Times report reveals that discussions are well underway. Widespread use of facial recognition isn't an if, it's a when.
Categories: CNET

SpacyDo Task Engine virtual machine example: todo with programmable tasks

Hacker News - Fri, 02/13/2026 - 11:15am

In this example, all todo operations — from simple CRUD to tasks own instructions — are executed by a virtual machine.

The concept is that any kind of automation or workflow can be enabled by task instructions executed by the VM, rather than hardcoded functions in the app. It’s close to the concept of rules engines.

There are 4 demo task instructions:

- *chain* - Creates next task once when another completes. Removes calldata after call - called once - *either* - Sets complete if either one or another task is completed + deletes not completed task (see gif) - *destructable* - task self destructs when it’s status set to complete - *hide* - Keeps task hidden while specified task’s status is not complete.

It is possible to add your own instructions to calldata.toml and use them within todo example:

cargo run -- add -calldata

demo gif: https://lemmy.ml/pictrs/image/674bea85-d6b0-40d7-ba7f-dd1c10649aee.gif

repo: https://github.com/tracyspacy/spacydo

todo example : https://github.com/tracyspacy/spacydo/tree/main/examples/todo

Comments URL: https://news.ycombinator.com/item?id=47004379

Points: 1

# Comments: 0

Categories: Hacker News

Pages