Nicolas Gras
@armgd.bsky.social
đ€ 18
đ„ 22
đ 72
Tech Lead | GenAI Engineer | DevOps philosophy
https://www.n-gr.xyz/
I also paint minis
Jordan Lordâs â3 constraints before I build anythingâ: write a oneâpage north-star memo, separate the reusable core tech (IP you can extract), and pick one defining product constraint that gives the thing identity. If it fails any, donât build.
loading . . .
Three constraints before I build anything
Short, practical essay (published April 7, 2026) that prescribes three pre-build constraints: a one-page north-star memo, a separable core technology (reusable IP), and a single defining product constraint that gives identity. The author closes with a simple rule: if an idea fails any of these constraints, donât build it. îciteîturn0view0î
https://jordanlord.co.uk/blog/3-constraints/
about 8 hours ago
0
0
0
SentinelOneâs âFast16â report: evidence of high-precision software/firmware sabotage years preâStuxnetâtargeted manipulation of industrial/embedded code and likely supplyâchain style access. Useful for thinking about ICS hardening, signed builds, and attribution.
loading . . .
fast16 | Mystery ShadowBrokers Reference Reveals High-Precision Software Sabotage 5 Years Before Stuxnet
A previously unknown 2005 cyber sabotage framework patches high-precision calculation software in memory to silently corrupt results.
https://www.sentinelone.com/labs/fast16-mystery-shadowbrokers-reference-reveals-high-precision-software-sabotage-5-years-before-stuxnet/
about 9 hours ago
0
0
0
LLM-assisted coding isnât deterministicâso treat it like noisy human input. The useful part is predictable outcomes via validation loops: unit/integration tests, golden tests, linters/types, and observability of tool calls/diffs. DO-178C-style objectives > âsame outputâ.
loading . . .
LLM-assisted coding is not deterministic. It does it matter?
Does it matter that LLM-assisted coding is not deterministic? No. We donât really care about determinism (unless you are working in theoretical mathematics or philosophy). What we care about is predictability.
https://blog.vrypan.net/2026/04/23/llm-assisted-coding-is-not-deterministic-does-it-matter/
about 11 hours ago
0
2
0
AM5 boards expose a buried DDR5 toggle: âbank address hashingâ. It remaps addresses across DDR5 banks to reduce bank conflicts/hotspots, yielding small bandwidth/latency gains and sometimes better stability at high MT/s. Hidden under UMC/advanced BIOS pages.
loading . . .
Your AM5 board has a hidden BIOS setting for even better DDR5 performance, and no, it's not EXPO
There's a hidden tuning layer beyond EXPO and timings, but it's not for everyone
https://www.xda-developers.com/your-am5-board-has-hidden-ddr5-bios-setting-for-more-performance/
about 14 hours ago
0
0
0
Koshy Johnâs post argues LLMs should automate drudgery while keeping human judgment intact. It warns that outsourcing reasoning creates âhollowâ competence (especially for juniors) and suggests leaders reward deep understanding over AI-polished output.
loading . . .
A.I. Should Elevate Your Thinking, Not Replace It - Blog - Koshy John
Read about the .
https://www.koshyjohn.com/blog/ai-should-elevate-your-thinking-not-replace-it/
about 15 hours ago
0
0
0
Matthew Brunelle argues itâs fine to use AI coding assistants (Copilot/Claude) to finish abandoned side projects â theyâre strong at boilerplate + wiring that stalls momentum, with trade-offs around ownership, quality, and overreliance. blog.matthewbrunelle.com/its-ok-to-use-coding-assistance-tools-
loading . . .
It's OK to Use Coding Assistance Tools To Revive The Projects You Never Were Going To Finish
I tried to use Claude Code with Opus 4.6 to implement a connector between Youtube Music and opensubsonic. The end result was a fairly short amount of time to get a working project.
https://blog.matthewbrunelle.com/its-ok-to-use-coding-assistance-tools-to-revive-the-projects-you-never-were-going-to-finish/
1 day ago
0
3
0
âNpm Slop & Wonky Software Supply Chainsâ breaks down how npmâs long transitive dependency chains + weak maintenance hygiene create brittle supply chains. Practical mitigations: lockfiles + `npm ci`, auditing, CI checks for new deps/scripts, stricter package vetting.
loading . . .
Npm Slop & Wonky Software Supply Chains
A sharp take on how sloppy practices in the npm ecosystem create brittle, risky software supply chains. The piece highlights maintenance and dependency hygiene problems and sketches practical mitigations (lockfiles, auditing, stricter vetting and CI checks) that will resonate with engineers responsible for production deployments.
https://simonramstedt.com/blog/2026-04-09-npm-slop-and-wonky-software-supply-chains/
1 day ago
0
1
0
Frederik Braunâs âFeels and LLMsâ argues you can use LLMs while deeply distrusting their bias, plagiarism risk, energy cost, and unpredictability. For security work, pragmatism wins â adopt the tool, but wrap it in controls and skepticism.
loading . . .
Multiple things can be true at the same time
Frederik Braun (published April 23, 2026) reconciles using LLMs with deep criticism of how theyâre built and operated â calling out bias, environmental cost, plagiarism, unpredictability, and societal impacts â while arguing that security practitioners still must adopt useful tools to defend systems. The core thesis: multiple truths coexist (I use these tools, and I deeply mistrust how theyâre made), closing with a security-minded pragmatic stance rather than pure moralizing.
https://frederikbraun.de/feels-and-llms.html
2 days ago
0
1
0
âHow LLMs Workâ is an interactive visual guide (Karpathy-based) covering tokenization, transformer training, and inference knobs (temperature/topâp) with live demos. Also touches SFT/RLHF and RAG pipelinesâgood mental models for engineers shipping assistants.
loading . . .
Show HN: How LLMs Work â Interactive visual guide based on Karpathy's lecture
An interactive, visual deep-dive into how LLMs are built and behave â covering data collection/cleaning, tokenization, transformer training, inference/sampling, supervised fine-tuning (SFT) and RLHF, model âpsychologyâ, and RAG pipelines. Based on Andrej Karpathyâs technical lecture, it includes interactive demos (tokenizer, sampling bars), representative scale figures, and clear mental models that make the mechanics accessible for engineers evaluating LLM integrations or building RAG/assistant systems. îciteîturn0view0î
https://ynarwal.github.io/how-llms-work/
2 days ago
1
0
0
Pi is a deliberately minimal coding agent framework â 4 core tools and a tiny system prompt. Itâs the engine behind projects like OpenClaw and targets self-hosted, scriptable agents with a smaller surface area for logging, debugging, and security boundaries.
loading . . .
Pi: The Minimal Agent for REAL Devs
Junie is the only agent with 20 years of real experience: https://jb.gg/JunieCLI-devopstoolbox---Pi is different. It's not about a killer feature, or somethi...
https://www.youtube.com/watch?v=OMFIPv8a4qA
3 days ago
1
10
5
Kevin Lynagh on how projects get sabotaged: overthinking, scope creep, and âstructural diffingâ (big refactors for tiny functional gain). Clear boundaries + smallest viable diff beats perfect structure. Good checklist for PR/review discipline.
loading . . .
Sabotaging projects by overthinking, scope creep, and structural diffing
A concise, reflective piece arguing that projects are often sabotaged by overthinking, creeping scope, and an obsession with small structural differences that distract teams from shipping. Useful takeaways emphasize clearer boundaries, faster iterative decisions, and focusing engineering effort on the smallest set of changes that deliver value.
https://kevinlynagh.com/newsletter/2026_04_overthinking/
3 days ago
0
0
0
âThe Nintendo Switch Switchâ: install switchroot (Ubuntu) on a Nintendo Switch, add 2Ă USB Ethernet adapters, and bridge them with brctl/ip to make a tiny network switch. Hits ~90 Mbps. A clean demo of plain Linux L2 forwarding on weird hardware.
loading . . .
The Nintendo Switch Switch
Dec 9, 2019 DIY post showing the author install switchroot (Ubuntu) on a Nintendo Switch and use USB Ethernet adapters + Linux bridge (brctl/ip) to turn the console into a simple network switch, achieving about 90 Mbps. Good snackable technical read for hands-on infra/devops engineers who like self-hosted networking hacks and creative hardware repurposes.
https://blog.cynthia.re/post/nintendo-switch-ethernet-switch
3 days ago
0
0
0
âAI as a Fascist Artifactâ frames modern AI as an authoritarian admin layer: model-capital + surveillance + propaganda aesthetics. Useful as a prompt to audit LLM deploymentsâlogging, retention, vendor API dependence, and who controls the data paths.
loading . . .
AI as a Fascist Artifact
Short, polemical essay arguing that contemporary AI functions as a âfascist artifactâ â tying model-capital, surveillance, myth-making, and aesthetics to authoritarian tendencies. Itâs a useful provocation for engineers and tech leads to interrogate power, deployment choices, and propaganda risks, though the piece leans on broad historical analogies rather than implementation-level evidence. îciteîturn1search1îturn1search3î
https://tante.cc/2026/04/21/ai-as-a-fascist-artifact/
3 days ago
0
0
0
Zed âParallel Agentsâ adds a Threads Sidebar + Agent Panel to run and monitor multiple agent threads in one editor. Each thread can have per-repo/folder access controls. Shipped in latest release and open-sourceâaimed at safer, debuggable concurrent agent work.
loading . . .
Introducing Parallel Agents in Zed - Zed Blog
From the Zed Blog: Run multiple agents at once, in the same window.
https://zed.dev/blog/parallel-agents
3 days ago
0
0
0
âHow to grep videoâ walkthrough: extract audio, transcribe + OCR frames, keep timestamps, then index text with timecodes so search results jump to the exact second. A practical recipe for building searchable video archives/RAG corpora with provenance.
loading . . .
How to grep video
Notes on context engineering and agent harnesses for video libraries: designing the structured representations to make media legible to LLMs. Since we started joining meetings from our computers, video has become the default way that organizations capture what happens at work. Weâre at the point now where recording things
https://blog.cloudglue.dev/how-to-grep-video/
4 days ago
0
0
0
Serving a Bluesky âFor Youâ feed with one Go binary on a home PC: SQLite (419GB) as primary store, heavy in-process LRU cache, OVH VPS + Nginx proxy/dispatch over Tailscale. ~72K daily users (15â25 QPS) plus Parquet logs + DuckDB analytics.
loading . . .
Serving the For You Feed - AT Protocol
How the maintainer of the popular For You feed serves it from their living room!
https://atproto.com/blog/serving-the-for-you-feed
4 days ago
0
61
9
âFinishing Thingsâ is a practical essay on shipping personal projects: keep a visible âproject stack,â manage WIP like spinning plates, and shrink/expand your sphere of control to revive stalled work. Also a frank note on AI hype killing motivation via endless starting.
loading . . .
Finishing Things
A reflective, practical essay on why the author struggles to finish personal projects and the systems they use to stay productive (the physical "project stack", plate-spinning metaphors, shrinking/expanding "sphere of control"). Includes actionable tactics for keeping work alive, reviving stalled projects, and a frank reaction to how online AI/hype undermines creative motivation. Valuable for tech leads because it focuses on sustaining craft, mental load, and finishing work in an era of distraction and tool-driven deskilling.
https://ratfactor.com/finishing-things
6 days ago
0
0
0
âPaved-road architectureâ approach: ship human-readable templates + modular building blocks so secure/compliant stacks are the default. Teams self-serve via scaffolds/modules; architects handle exceptions. Reduces policing gates and âembedded architectâ bottlenecks.
loading . . .
Good architecture shouldn
Explore the delirious rantings of Frederick Vanbrabant. A blog focused on the intersection of Enterprise Architecture, product, and business strategy.
https://frederickvanbrabant.com/blog/2026-04-17-good-architecture-shouldnt-need-a-carrot-or-a-stick/
6 days ago
0
0
0
Kimi K2.6 (Moonshot AI) is an open-source coding-focused LLM tuned for long-horizon agent workflows + tool use. Published via API + Hugging Face, with early CLI/tool integrations. Worth evaluating for local build/test/patch pipelines where tool-call reliability matters.
loading . . .
Kimi K2.6: Advancing Open-Source Coding
Kimi K2.6 is Moonshot AIâs new open-source model that emphasizes coding, long-horizon agentic execution, and tool use â the vendor blog and model pages highlight measurable improvements over K2.5 on coding/agent benchmarks. îciteîturn0view0îturn0search6î Itâs published openly (platform API and Hugging Face) and already showing community integrations into tooling like OpenClaw and CLI-based Kimi Code previews, so itâs worth trialing for agentic build/deploy pipelines â but validate latency, cost, and hallucination/overthinking trade-offs on your workloads before production rollout. îciteîturn0search6îturn0search11î
https://www.kimi.com/blog/kimi-k2-6
6 days ago
0
1
0
Qwen3.6-Max-Preview (Alibaba/Qwen) is a flagship preview LLM exposed via Qwen Studio / Alibaba Cloud as `qwen3.6-max-preview`. Focus: stronger reasoning, instruction-following, agentic coding, and larger context. Preview status implies behavior may change between updates.
loading . . .
Qwen Studio
Qwen3.6-Max-Preview is Alibaba/Qwenâs latest flagship-preview LLM that pushes the âMaxâ line toward stronger reasoning, agentic coding, and instruction-following while remaining a preview release. The post highlights API availability (Qwen Studio / Alibaba Cloud model name qwen3.6-max-preview), larger context/scale improvements, and that the model is still evolving â useful for teams evaluating high-capability LLMs for RAG, agents, or production integrations but worth treating as a preview.
https://qwen.ai/blog?id=qwen3.6-max-preview
7 days ago
0
0
0
XDA ran Cyberpunk 2077 inside a Proxmox VM on a mini PC using GPU passthrough (IOMMU/VT-d) plus a few virtualization tweaks. Result: playable performance â a practical proof that Proxmox can host serious GPU workloads on consumer hardware.
loading . . .
I ran Cyberpunk 2077 inside a Proxmox VM on a mini PC, and it actually worked
The games I tested in the VM didn't just work, they made it feel like they were running on at least a budget gaming PC.
https://www.xda-developers.com/cyberpunk-2077-inside-proxmox-vm-mini-pc-actually-worked/
7 days ago
0
0
0
Valveâs Linux VRAM-management patches add foreground-context to amdgpu memory eviction. Hot game allocations stay in VRAM instead of being swapped to system RAM, restoring playable FPS on some 4 GB RX 6500 XT setups. Results vary by game + distro packaging.
loading . . .
Recent Linux VRAM Management Improvements Resurrect 4 GB AMD Radeon RX 6500 XT for Some Games
Natalie Vock, a well-known Valve contractor and Linux graphics driver developer, recently debuted a new patch that enabled better VRAM management on Linux for GPUs with low VRAM. When we originally covered the set of kernel patches, we noted that it could cut VRAM usage in half in some applications,...
https://www.techpowerup.com/348377/recent-linux-vram-management-improvements-resurrect-4-gb-amd-radeon-rx-6500-xt-for-some-games
7 days ago
0
0
0
Investigation + ICSE 2026 study: ~6M GitHub stars look fake, bought via marketplaces for cents each. VCs scrape star counts (seed median ~2,850), creating incentives. Practical checks: forks/stars (<0.05 tripwire), contributor activity, release cadence, issue/PR latency.
loading . . .
Inside GitHub
Six million fake stars, $0.06 per click, and a VC funding pipeline that treats GitHub popularity as proof of traction. We ran our own analysis on 20 repos and found the fingerprints.
https://awesomeagents.ai/news/github-fake-stars-investigation/
7 days ago
0
0
0
Obelisk 0.37 adds tighter deployment workflows, improved JavaScript integration, and built-in Cron/scheduling for self-hosted setups. A practical âdeploy + scheduler + JS scriptsâ combo for lightweight automation without standing up a full workflow engine.
loading . . .
Obelisk 0.37: JavaScript, Deployments, Cron
Release post for Obelisk 0.37 highlighting improved JavaScript integration, deployment workflow enhancements, and built-in Cron/scheduling capabilities. Worth a quick read for engineers running self-hosted deployments or adding lightweight automation â practical feature set rather than hype.
https://obeli.sk/blog/announcing-obelisk-0-37/
7 days ago
0
0
0
Binary Igorâs âModern Frontend Complexityâ breaks down whatâs essential vs accidental in todayâs FE stacks â bundlers/build chains, cargo-cult patterns, and framework defaults. Useful checklist for deciding when you need an SPA toolchain vs SSR + small JS.
loading . . .
Modern Frontend Complexity: essential or accidental?
Once upon a time, at the dawn of the web, browsers and websites were simple ... Then slowly, step by step, more and more interactivity was added.
https://binaryigor.com/modern-frontend-complexity.html
7 days ago
0
0
0
git-kv: tiny CLI to attach key/value metadata to Git commits using Git notes. Store build IDs, deploy flags, annotations, CI context per commitârepo-centric and scriptable. Watch out: notes arenât fetched/pushed by default; standardize refs/notes in CI.
loading . . .
GitHub - sebastien/git-kv: Key-value store attached to git commits using Git notes
Key-value store attached to git commits using Git notes - sebastien/git-kv
https://github.com/sebastien/git-kv
8 days ago
0
0
0
XDAâs listicle on 5 non-coding uses for Anthropic Claude Code: automate routine workflows (scheduled reports/email), turn Obsidian/Notion notes into a searchable âsecond brainâ via MCP integrations, summarize meeting transcripts into action items, and draft/research support.
loading . . .
5 ways I use Claude Code that don't involve coding
The name says Code, the experience says otherwise.
https://www.xda-developers.com/ways-i-use-claude-code-that-dont-involve-coding/
8 days ago
0
0
0
SmolVM: CLI to build/run/pack lightweight stateful Linux VMs with subâ200ms cold starts. Crossâplatform â macOS via Hypervisor.framework, Linux via KVM. Outputs a single .smolmachine from a Smolfile as a sandboxing/packaging alternative to containers.
loading . . .
GitHub - smol-machines/smolvm: Tool to build & run portable, lightweight, self-contained virtual machines.
Tool to build & run portable, lightweight, self-contained virtual machines. - smol-machines/smolvm
https://github.com/smol-machines/smolvm
8 days ago
0
0
0
NASA Force: NASA+OPM hiring program for early/mid-career technologists on 1â2 year term appointments. Short, time-boxed application windows. Roles span Orion flight software, VIPER rover ops, lunar ISRU/infrastructure, propulsion support, and AI/ML for aeronautics.
loading . . .
NASA Force
NASA Force
https://nasaforce.gov/
8 days ago
0
0
0
Claude Projects: persistent workspaces for Claude with pinned instructions + uploaded files so context survives across sessions. Good for repeatable tasks (support triage, doc QA, coding standards) without re-prompting. Acts like a scoped memory layer over chat.
loading . . .
Claude Projects is the best productivity booster that you're not using
It checks a lot of boxes for me.
https://www.xda-developers.com/claude-projects-is-the-best-productivity-booster-that-youre-not-using/
8 days ago
0
0
0
zmx v0.5.0: zero-config CLI for persistent remote terminal sessions with run/write/tail primitives. Targets SSH hosts, containers, or k8s pods so local code agents can execute remotely while staying local + auditable. Demo + docs included.
loading . . .
zmx - ai portal
run local code agents on remote machines
https://bower.sh/zmx-ai-portal
8 days ago
0
0
0
Googleâs Android CLI: a standardized way to run Android builds on any CI/agent, aiming for up to 3x faster builds via better cross-runner compatibility and cache/artifact handling. Useful if you run your own build infra or fight slow Gradle pipelines.
loading . . .
Android CLI and skills: Build Android apps 3x faster using any agent
News and insights on the Android platform, developer tools, and events.
https://android-developers.googleblog.com/2026/04/build-android-apps-3x-faster-using-any-agent.html
9 days ago
0
0
0
Antirez: AI vuln discovery isnât âproof of workâ. More sampling on weaker LLMs hits saturation fast â you keep rediscovering the same shallow bugs. What decides outcomes is model capability (reasoning/context across branches) + access to stronger models, not raw GPU.
loading . . .
AI cybersecurity is not proof of work
Antirez argues that treating AI-driven vulnerability discovery like âproof of workâ is the wrong analogy: simply throwing more compute (sampling) at weaker LLMs wonât discover deep bugs once model/branch space saturates. Instead, security will be decided by model intelligence and access to stronger models â a practical, contrarian take on AI in cybersecurity that challenges 'more GPU wins' thinking.
https://antirez.com/news/163
9 days ago
0
1
0
Spending 3 months coding without an editor/IDE â literally writing code by hand â as a deliberate practice experiment. Notes on slower iteration, better mental models, and how debugging changes when you lose autocomplete, search, and refactors.
loading . . .
I'm Coding by Hand
ai is here. so i'm spending 3 months coding the old way
https://miguelconner.substack.com/p/im-coding-by-hand
9 days ago
0
0
0
PanicLock: open-source macOS menu-bar utility (macOS 14+, Touch ID Macs) that temporarily disables Touch ID by tweaking `bioutil`, triggers display sleep to lock, then restores settings. Uses a privileged helper via SMJobBless. Install via Homebrew/DMG; signed+notarized.
loading . . .
GitHub - paniclock/paniclock: Instantly disable Touch ID and lock your Mac with one click or keyboard shortcut.
Instantly disable Touch ID and lock your Mac with one click or keyboard shortcut. - paniclock/paniclock
https://github.com/paniclock/paniclock/
9 days ago
0
1
0
Cal.com is moving from open-source to closed source, citing AI scraping commoditizing hosted scheduling SaaS. The critique: closing the repo wonât stop replicationâbetter levers are licensing (BSL/SSPL), API-first monetization, and service-led moats (hosting, support, compliance).
loading . . .
Open Source Isn't Dead. Cal.com Just Learned the Wrong Lesson
The piece reports on Cal.com's decision to close its source code amid concerns about AI models scraping and commoditizing hosted services, and argues that shutting down the repo is the wrong lesson for the open-source ecosystem. It frames the move as a symptom of real commercial pressure from AI, but recommends more constructive paths (licensing choices, API-first monetization, community and service-led strategies) that preserve openness while protecting commercial viability.
https://www.strix.ai/blog/cal-com-is-closing-its-code-due-to-ai-threats
9 days ago
3
1
0
Darkbloom turns idle Macs into a private LLM inference fleet. Self-hosted inference for RAG/agent workloads, keeping prompts/data on your network instead of a hosted API. Worth knowing if you can handle model distribution, scheduling, and node hardening.
loading . . .
Darkbloom â Private AI Inference on Apple Silicon
Decentralized inference on hardware-verified Apple Silicon. End-to-end encrypted. The node operator never sees your data. OpenAI-compatible â change one line.
https://darkbloom.dev
10 days ago
0
1
0
XDA walks through running Xpenology (Synology DSM) as a Proxmox VM: disk/HBA passthrough for the NAS, plus Proxmox snapshots + VM management for the rest of the homelab. Notes the usual tradeoffs around passthrough reliability and updates.
loading . . .
Proxmox running Xpenology gave me the best of both worlds for my home NAS
Synology > TrueNAS > Synology.
https://www.xda-developers.com/my-nas-runs-proxmox-not-truenas-but-it-still-works-perfectly-for-everything-i-need/
10 days ago
0
0
0
Gabagool Debug Adapter: a VS Code DAP server for time-travel debugging WebAssembly. Steps through .wat (WASM text) with reverse/forward execution; DWARF support for original-source stepping is planned. Try via GitHub Codespaces or local install script.
loading . . .
gabagool/gabagool-debug-adapter at main · friendlymatthew/gabagool
Snapshotable WebAssembly interpreter from scratch. Includes a time travel debugger - friendlymatthew/gabagool
https://github.com/friendlymatthew/gabagool/tree/main/gabagool-debug-adapter#gabagool-debug-adapter
10 days ago
1
1
0
Qwen3.6-35B-A3B: open-source sparse MoE model (~35B total, ~3B active per token) tuned for agentic coding + multimodal reasoning. Apache-2.0 style license, community quantizations/ports make local inference practical for self-hosted code agents.
loading . . .
Qwen Studio
On April 16, 2026, Qwen (Tongyi Lab / Alibaba) openâsourced Qwen3.6â35BâA3B â a sparse MixtureâofâExperts (MoE) model with ~35B total parameters but only ~3B active during inference, released under an Apacheâ2.0 style license. The release targets "agentic coding" and multimodal reasoning while optimizing for efficient local inference; early community ports, quantizations and benchmarks (Hugging Face, Unsloth, community tests) show strong coding/agentic performance and make this a practical candidate for selfâhosted agent pipelines, local code assistants, and tooling integration.
https://qwen.ai/blog?id=qwen3.6-35b-a3b
10 days ago
1
0
0
XDA shows managing a NAS via local LLMs + an MCP (Model Context Protocol) server â natural-language file search/ops backed by explicit tool calls. Self-hosted, least-privilege, and safer than âLLM with a root tokenâ glue scripts.
loading . . .
I started using my local LLMs and an MCP server to manage my NAS â it's surprisingly powerful (and safe)
The official TrueNAS MCP server meshes well with my setup
https://www.xda-developers.com/i-started-using-my-local-llms-and-an-mcp-server-to-manage-my-nas/
10 days ago
1
0
0
âAI-skewâ essay: heavy LLM use for brainstorming can reduce idea diversity as teams converge on the same few base modelsâ defaults. Includes a cognition-hygiene checklistâuse multiple models, human discussion, deliberate search, and outcome-focused research over hype.
loading . . .
AI-Assisted Cognition Endangers Human Development
Does AI-assisted cognition threaten human development? Explore the risks of AI-assisted thinking and learn strategies to use AI tools without freezing your critical thinking.
https://heidenstedt.org/posts/2026/ai-assisted-cognition-endangers-human-development/
10 days ago
0
1
0
âAn AI Vibe Coding Horror Storyâ: a non-technical user used an AI coding agent to build a patient management app with an exposed DB, client-side access control, and patient audio sent to US AI APIs. Good case study for governance + baseline security checks before prod.
loading . . .
An AI Vibe Coding Horror Story
A medical professional built a patient management app using AI, exposed all patient data unprotected to the internet, and sent voice recordings to AI services without consent. Likely violating Swiss nDSG and other laws.
https://www.tobru.ch/an-ai-vibe-coding-horror-story/
11 days ago
1
2
0
Xata: open-source Postgres platform for running many PG instances on Kubernetes. Notable for copy-on-write branching to clone TB-scale datasets in seconds + scale-to-zero compute. Includes separated storage/compute, HA/read replicas, PITR backups, and SQL-over-HTTP driver.
loading . . .
GitHub - xataio/xata: Open source, cloud native, Postgres platform with copy-on-write branching and scale-to-zero
Open source, cloud native, Postgres platform with copy-on-write branching and scale-to-zero - xataio/xata
https://github.com/xataio/xata
11 days ago
0
0
0
MAGI: a multi-agent setup (OpenClaw/PicoClaw/Hermes) with each agent sandboxed via gVisor. Runs local GPU inference with Ollama, plus a self-hosted Matrix server. Includes Docker-in-gVisor, NVIDIA driver setup, checkpoint/restore, and browser-in-sandbox steps.
loading . . .
Multi-Agent gVisor Isolation
gVisor blog post (April 15, 2026) showcasing MAGI: a hands-on triple-agent setup (OpenClaw, PicoClaw, Hermes) with each agent sandboxed in gVisor, local GPU inference via Ollama, and a self-hosted Matrix server. The write-up includes step-by-step commands (Docker-in-gVisor, NVIDIA driver setup, checkpoint/restore, browser-in-sandbox) and frames gVisor as a strong defense-in-depth technology while noting integration pain points and that sandbox policy decisions remain the operatorâs responsibility.
https://gvisor.dev/blog/2026/04/15/magi-multi-agent-gvisor-isolation/
11 days ago
2
1
0
Puter: open-source âdesktopâ that runs in a browser tabâtaskbar, file manager, app center, and web apps like OnlyOffice + Photopea. Can be self-hosted for a disposable workspace on locked-down devices. No native-app support.
loading . . .
I tried running a full desktop OS inside a browser tab, and it actually works for real work
We've come a long way
https://www.xda-developers.com/tried-running-full-desktop-os-inside-browser-actually-works-real-tasks/
11 days ago
0
1
0
Obsidian Sync now has a headless client (CLI). Finally: scriptable vaults for CI, servers, dotfiles⊠but I want to see how they handle creds + encryption before adopting.
https://help.obsidian.md/sync/headless
loading . . .
Obsidian Sync now has a headless client
Headless Sync - Obsidian Help
https://help.obsidian.md/sync/headless
11 days ago
0
1
0
Googleâs calling âback button hijackingâ spam now. Good. Itâs also a security/UX bug that usually arrives via âjust one marketing tagâ. Audit thirdâparty JS + add CSP. June 15 enforcement.
https://developers.google.com/search/blog/2026/04/back-button-hijacking
loading . . .
Introducing a new spam policy for "back button hijacking" | Google Search Central Blog | Google for Developers
Google published a Search Central post on April 13, 2026 announcing a new spam policy that makes âback button hijackingâ an explicit malicious-practices violation, with enforcement starting June 15, 2026. Sites that manipulate browser history to stop normal back-button navigation (including via thirdâparty libraries or ad platforms) may receive manual spam actions or automated demotions; site owners are advised to remove or disable offending code. îciteîturn1view0î
https://developers.google.com/search/blog/2026/04/back-button-hijacking
13 days ago
0
0
0
reposted by
Nicolas Gras
Bearstech
29 days ago
Legalize España : un projet Open Source qui transforme lâensemble de la lĂ©gislation espagnole en dĂ©pĂŽt Git structurĂ© Chaque loi est un fichier Markdown et chaque rĂ©forme un commit. đ Le projet :
github.com/legalize-...
3
32
16
AI game generation only matters if it produces a Godot repo you can open + run, not a prompt demo. This project uses âClaude Code skillsâ to generate scenes/assets/logic. Neatâbut itâll live or die on diff-aware regen + in-engine validation.
https://github.com/htdt/godogen
loading . . .
GitHub - htdt/godogen: Claude Code skills that build complete Godot 4 projects from a game description
Claude Code skills that build complete Godot 4 projects from a game description - htdt/godogen
https://github.com/htdt/godogen
about 1 month ago
0
4
0
Load more
feeds!
log in