process-management

Tag

Cards List
#process-management

[Harvard Business Review] AI Is Rewriting the Economics of Outsourcing

Reddit r/singularity · 2026-07-05 Cached

Generative AI is reshaping the economics of outsourcing by automating routine tasks, reducing the labor cost advantage that drove offshore outsourcing for decades.

0 favorites 0 likes
#process-management

Explanation of everything you can see in htop/top on Linux

Hacker News Top · 2026-07-04 Cached

A detailed technical guide explaining all the elements visible in the htop and top command outputs on Linux, including load average, process states, memory usage, and more.

0 favorites 0 likes
#process-management

@OnlyXuanwo: Kubernetes developers simply don't understand how to deploy services. This kind of thing — separate process and configuration management — services should never run in a Pod. Just start each service in its own tmux session. When a restart is needed, write a while true loop; if it crashes, it automatically restarts. Performance...

X AI KOLs Timeline · 2026-06-30

A developer criticizes Kubernetes' deployment method as too complex, advocating for using tmux sessions and while true loops to simply manage service processes, believing this approach has sufficient performance and is easy to maintain.

0 favorites 0 likes
#process-management

A game where you're an OS and have to manage processes, memory and I/O events

Hacker News Top · 2026-06-23 Cached

A game where you play as the operating system, managing processes, memory, and I/O events to keep the user satisfied.

0 favorites 0 likes
#process-management

Moving beyond fork() + exec()

Lobsters Hottest · 2026-06-07 Cached

A proposal to add spawn templates to the Linux kernel aims to optimize the fork+exec pattern by caching executable information, though the current patch set is unlikely to be accepted as-is.

0 favorites 0 likes
#process-management

Self-calling executables

Lobsters Hottest · 2026-06-02 Cached

This article explains the concept of self-calling executables, where a program starts another instance of itself, and demonstrates its use in Go testing (running the main function in a subprocess) and in TUI tools (e.g., jjui using SSH_ASKPASS to prompt for passwords via a child process).

0 favorites 0 likes
#process-management

Agents don't forget facts. They forget decisions. Those are different problems

Reddit r/AI_Agents · 2026-05-17

Discusses the problem of AI agents forgetting decisions rather than facts, and proposes a system where agents check existing decisions, propose new ones for approval, and manage the process with gates to prevent drift and error cascades.

0 favorites 0 likes
← Back to home

Submit Feedback