pokitdog.com

Wisconsin Concealed Carry Permit Procedure

Visit http://hifatpeople.com for more info

Travelers Say This ‘Workhorse’ Duffel Bag Can Fit More Stuff Than Their Carry-ons—for Under $100

Reviewers say the Samsonite Better Than Basics weekender duffel fits more than a fully packed rolling carry-on and still fits in the overhead bin on an airplane. Here’s where to snag it for your next long weekend, plus similar duffel bags at Amazon.

Pelican Just Evolved and Elevated Arguably Its Best All-Around Travel Duffel

The award-winning bag retains its unique, versatile construction but is upgraded to be even more convenient and handy.

Show HN: Decided to play god this morning, so I built an agent civilisation

at a pub in london, 2 weeks ago - I asked myself, if you spawned agents into a world with blank neural networks and zero knowledge of human existence — no language, no economy, no social templates — what would they evolve on their own?would they develop language? would they reproduce? would they evolve as energy dependent systems? what would they even talk about?so i decided to make myself a god, and built WERLD - an open-ended artificial life sim, where the agent's evolve their own neural

Show HN: BiomeSyn – a sandbox for long-term artificial evolution

Ten years ago I built a very small simulation about ducks.There were two types: selfish ducks that kept food, and altruistic ducks that shared.In the initial runs, selfish ducks dominated. But when I added a simple memory mechanism – allowing ducks to remember who helped them – cooperation suddenly became stable when resources were scarce.That small experiment kept bothering me. What would happen if the environment itself became much more complex?So over the years I kept extending the simulator.

Ask HN: Maintainers, do LLM-only users often clutter your issues/PRs?

I'm asking this because I recently opened a PR to fix a vulnerability in an OSS project (RCE via pickle deserialization in Python). A day later, I got a fully LLM-generated comment claiming my approach was wrong and that I should rewrite it differently and telling the maintainers he could contribute "if the project is open to a more surgical refactoring."It's astonishing how often these encounters have been happening lately.I'd love to hear from contributors or maintaine

Show HN: WooTTY - browser terminal in a single Go binary

I needed a web terminal I could drop into K8s sidecars and internal tools without pulling in heavy dependencies or running a separate service. Existing options were either too opinionated about the shell or had fragile session handling around reconnects.WooTTY wraps any binary -- bash, ssh, or custom tools -- and serves a browser terminal over HTTP. Sessions survive reconnects via output replay. There's a Resume/Watch distinction so multiple people can attach to the same session withou

How Survival Skills Build Leadership and Real World Decision Making

March 3, 2026How Survival Skills Build Leadership, Resilience, and Real World Decision MakingFor a long time, I believed my job was to teach hard skills.When I started teaching 15 years ago, that was the focus. Can you start a fire. Can you build a shelter. Can you purify water. Can you navigate from point A to point B without getting lost. Those were clear, measurable outcomes. A student either produced flame or they did not. They either arrived at the checkpoint or wandered off course. The ski

The Army hopes to lure civilian tech workers by letting some join as captains

The Army is granting more direct commissions to civilians in high-tech fields like cyber, artificial intelligence, and space. The majority will come in as company grade officers and will be assigned to operational units, officials said.The plan to put these new soldiers in uniform is an expansion of a program that directly commissioned four Silicon Valley executives into the Army Reserve as lieutenant colonels last June. Those four joined a program the Army called “Detachment 201: The Army’s Exe

Senate authorizes Trump to award Recon Marine the Medal of Honor

A legendary Reconnaissance Marine who saved his nine-man team during an ambush in South Vietnam is one step closer to receiving the Medal of Honor.The Senate has passed a bill that would waive the award’s time requirement for retired Maj. James Capers Jr., who was shot twice and suffered 17 shrapnel wounds and other injuries during the April 1967 ambush. Not only did Capers lead his team to safety, but he twice tried to get out of the helicopter carrying the rest of his teammates so that it woul

US Southern Command says it launched military operations in Ecuador aimed at ‘narco-terrorists’

Ecuadorian and U.S. forces have started a joint operation against drug trafficking groups in the South American country, U.S. Southern Command said Tuesday evening.The operations inside Ecuador are targeting “narco-terrorist” groups that are designated terrorist organizations, SOUTHCOM said. The new mission is the first one announced by the U.S. military since troops returned to a former base in Ecuador this winter and the first ground operation in South America since the raid to capture Venezue

Peak Design's new collection features ultra-portable packs and a converting travel bag

When combined, the Travel Backpack 2-in-1 provides 42L of storage. Photo: Peak Design Peak Design has announced the launch of a new travel bag collection designed to meet the needs of various types of ...

This Modular EDC Storage Display Is Too Ingenious and Elegant to Ignore

The RotoSelect might be the most clever desktop solution for storing and displaying your favorite everyday carry items. Every ...

Show HN: CMV – strip up to 70% of Claude Code without losing any conversation

kept losing good conversations to /compact. you spend 40 minutes having claude map your codebase, it builds up real understanding, then context fills up and /compact crushes everything into a 3k token summary. "we discussed auth and decided on JWT." cool thanks.dug into the actual session JSONL files and the breakdown is kind of absurd -- 60-70% is raw file contents from tool reads that claude already synthesized, another 15-20% is base64 thinking signatures. your actual conv

Show HN: LedgerMind – true zero-touch autonomous memory for AI agents

LedgerMind is a zero-touch memory system for AI agents that works using client-side hooks.No manual tool calls. No "remember this" prompts. No extra setup.It automatically: • Searches and injects relevant memories before every prompt • Logs every agent action and tool result (file reads, script executions, etc.) • Self-heals every 5 minutes • Keeps full Git-based audit trail • Resolves memory conflicts autonomouslyCurrently 100% stable and working out-of-the-box with Gemini CLI.

ActivationKit – AI agent replaces manual tooltip tours with one script tag

I built an AI-powered user guidance tool that replaces Pendo/Appcues/WalkMe. One script tag install. No manual flow authoring. The core design principle: observe the DOM, never require host cooperation. The AI reads disabled buttons, aria-disabled attributes, locked classes, hidden elements — everything the app already shows. Zero config from the host app beyond the script tag. How it works: 1. You add <script>ActivationKit('init', { apiKey: '...' });

Show HN: Bypassing Stripe's 20-item limit for multi-model AI billing

We’ve been building out the usage-based billing for Tonic Fabricate, and I ran into a Stripe limitation that isn’t really advertised but can completely break your checkout flow if you’re doing multi-model AI billing.Like many AI-native applications, Fabricate supports a variety of LLMs (Sonnet, Haiku, Opus, etc.) for various agents and tasks. Users pay for usage by the token. We’d love to use Stripe Billing Meters to charge users by the token — I trust Stripe’s math more than my own when it come

Show HN: Llmdoc – annotate codebase with LLM summaries only re-scan what changed

Hey HN!I found myself constantly needing to pass complex codebases to LLMs for things like PRD generation, etc. Every time I paste a codebase into Claude I pay tokens for files the model doesn't care about. But if I only paste the relevant files, the model loses context about how everything fits together. It's an annoying tradeoff.llmdoc is a small CLI that adds short LLM summaries for each file and intelligently updates them when the hash changes.llmdoc annotate # Adds summaries for e

Show HN: FileShot – zero-knowledge file sharing, nothing locked behind accounts

I'm a CIS student who built this after getting fed up with every file sharing platform making the wrong tradeoffs. They're either expensive with good encryption, free with no encryption, or free but lock basic features behind signups and paywalls.Technical implementation: - AES-256-GCM encryption runs entirely in the browser before upload - Decryption key lives only in the URL fragment — the server receives and stores only ciphertext. Zero-knowledge is real, not marketing - P2P mode: W

Pentagon identifies 4 soldiers killed by Iranian attack

The Defense Department has identified four of the six service members who were killed over the weekend by an Iranian attack. All four Reserve soldiers were assigned to the 103rd Sustainment Command, based out of Des Moines, Iowa. Capt. Cody A. Khork, 35, of Winter Haven, Florida; Sgt. 1st Class Noah L. Tietjens, 42, of Bellevue, Nebraska; Sgt. 1st Class Nicole M. Amor, 39, of White Bear Lake, Minnesota; and Sgt. Declan J. Coady, 20, of West Des Moines, Iowa, were killed on March 1 in Port Shuaib