Feed aggregator
2026: Coding is dead; Learn to let it go
Article URL: https://thoughtos.substack.com/p/2026-coding-is-dead-learn-to-let
Comments URL: https://news.ycombinator.com/item?id=47004989
Points: 1
# Comments: 0
Elephant Bone in Spain May Be Proof of Hannibal's Tanks with Trunks
Article URL: https://www.nytimes.com/2026/02/13/science/hannibal-war-elephants-carthage.html
Comments URL: https://news.ycombinator.com/item?id=47004982
Points: 1
# Comments: 1
The Promptware Kill Chain
Article URL: https://www.lawfaremedia.org/article/the-promptware-kill-chain
Comments URL: https://news.ycombinator.com/item?id=47004979
Points: 1
# Comments: 0
Maximum Agreement Linear Predictor (MALP)
Article URL: https://arxiv.org/abs/2304.04221
Comments URL: https://news.ycombinator.com/item?id=47004448
Points: 1
# Comments: 1
Solving Mastermind with Maximum Entropy
Article URL: https://sbondaryev.dev/articles/mastermind-entropy
Comments URL: https://news.ycombinator.com/item?id=47004442
Points: 1
# Comments: 1
I Just Returned from China. We Are Not Winning
Article URL: https://www.nytimes.com/2026/02/10/opinion/china-ai-ev-trump.html
Comments URL: https://news.ycombinator.com/item?id=47004440
Points: 1
# Comments: 0
Roman Marching Camps: An Essential Element in Rome's Empire-Building (2004)
Article URL: https://warfarehistorynetwork.com/article/roman-marching-camps-an-essential-element-in-romes-empire-building/
Comments URL: https://news.ycombinator.com/item?id=47004428
Points: 1
# Comments: 0
OpenAI retired its most seductive chatbot – leaving users angry and grieving
Article URL: https://www.theguardian.com/lifeandstyle/ng-interactive/2026/feb/13/openai-chatbot-gpt4o-valentines-day
Comments URL: https://news.ycombinator.com/item?id=47004427
Points: 2
# Comments: 0
Quantum-secure cryptography in Apple operating systems
Article URL: https://support.apple.com/nl-nl/guide/security/secc7c82e533/web
Comments URL: https://news.ycombinator.com/item?id=47004424
Points: 1
# Comments: 0
Are the Mysteries of Quantum Mechanics Beginning to Dissolve?
Article URL: https://www.quantamagazine.org/are-the-mysteries-of-quantum-mechanics-beginning-to-dissolve-20260213/
Comments URL: https://news.ycombinator.com/item?id=47004422
Points: 2
# Comments: 0
Days After Its Super Bowl Ad, Ring Cancels Flock Partnership Amid Surveillance Concerns
CCI Imposes Penalty on Intel Corp. For Its India Specific Warranty Policy
Article URL: https://www.pib.gov.in/PressReleasePage.aspx?PRID=2227079
Comments URL: https://news.ycombinator.com/item?id=47004415
Points: 1
# Comments: 0
Colorado River
Article URL: https://www.americanrivers.org/river/colorado-river-2/
Comments URL: https://news.ycombinator.com/item?id=47004395
Points: 1
# Comments: 0
Craftsmanship coding and the five stages of grief
Article URL: https://thomasvilhena.com/2026/02/craftsmanship-coding-five-stages-of-grief
Comments URL: https://news.ycombinator.com/item?id=47004392
Points: 1
# Comments: 0
Shedding
Article URL: https://winnielim.org/journal/shedding/
Comments URL: https://news.ycombinator.com/item?id=47004386
Points: 2
# Comments: 0
Meta's Smart Glasses Could Get Face Tracking Soon. That Worries Me
I Gave Claude Access to My Pen Plotter
Article URL: https://harmonique.one/posts/i-gave-claude-access-to-my-pen-plotter
Comments URL: https://news.ycombinator.com/item?id=47004384
Points: 1
# Comments: 0
Show HN: Built an webpage to showcase Singaporean infra and laws/acts
Article URL: https://adityaprasad-sudo.github.io/ExploreSingapore/
Comments URL: https://news.ycombinator.com/item?id=47004383
Points: 1
# Comments: 0
SpacyDo Task Engine virtual machine example: todo with programmable tasks
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
