sam-4screen-desktop 2026-9-24:14:18:7

This commit is contained in:
2026-09-24 14:18:07 +10:00
parent 7a1ad51698
commit f6201d7f0d
7 changed files with 60 additions and 16 deletions

View File

@@ -12,4 +12,4 @@ source_url: https://github.com/awesomestvi/navet
# [[Navet - Dashboard]]
This looks like a really nice dashboard and possible worth a look.
You can see the demo here https://awesomestvi.github.io/navet/demo/
You can see the demo here https://demo.navet.app/

View File

@@ -1,62 +0,0 @@
---
created: 2026-06-01 12:45
modified: 2026-06-01 12:45
type: area
status: active
tags:
- ai
- tools
- ai-resume
- security
aliases: []
---
# [[Security NPM packages tools]]
## Check video
source_url: https://www.youtube.com/watch?v=Wq6yMdt11LM
## Set minimum release age
**NPM:**
- file min-release-age=7 days
- project ./.npmrc
- global ~/.npmrc
**PNPM:**
- minimumReleaseAge:1000 minutes.
- PROJECT ./.pnpn-workspace.yaml
- global ~/.config/pnpm/config.yaml
**BUN:**
- minimumREleaseAge=604800 seconds
- project ./.ig.toml
- global $HOME/.bunfig.toml
- global $XDG_CONFIG_HOME/.bunfig.toml
##DIsable install scripts
- ignore-scipts=true
- block curated / trusted lists of packages.
## Block gitbased dependecies
**NPM**
- allow-git=none
- allow-git=root
**PNPM**
- blockExoticSubdps: true
- trustPolicy: no-downgrade
## Scan dependecies
Ensure you use aliases so that these are use before we install.
*Clear package managers cache*
**Socket Firewall**
source_url: https://docs.socket.dev/docs/socket-firewall-free
**npq**
source_url: https://github.com/lirantal/npq
## LOCK FILES
*PR can change the package url*
- LockFile-Lint
## Use CLEAN install commands. CI
- npm ci
- pnpm install --frozen-lockfile
- bun isntall --frozen-lockfile

View File

@@ -0,0 +1,31 @@
---
title: AI Research and Techniques
type: area
status: active
areas: []
tags:
- area
- ai
- research
created: 2026-09-24
updated: 2026-09-24
---
# AI Research and Techniques
## Description
Research notes and techniques relating to AI — memory architectures, planning
and flow control, model evaluation, and related topics that are **not specific
to the Pi coding agent**.
## Notes
- [[Ai memory management]]
- [[Ai planning flow control tools]]
## Related
- **Area:** [[AI Pi Coding Agent]]
*Created: 2026-09-24*

View File

@@ -1,8 +1,10 @@
---
created: 2026-08-03 15:42
modified: 2026-09-06
type: area
type: subject
status: active
areas:
- "[[AI Research and Techniques]]"
tags:
- ai
- memory

View File

@@ -1,8 +1,10 @@
---
created: 2026-08-03 15:43
modified: 2026-08-03 15:45
type: area
type: subject
status: active
areas:
- "[[AI Research and Techniques]]"
tags:
- ai
- planning