NBA cancels Atlanta Hawks' planned Magic City tribute night
The NBA has called off the Hawks' plans for celebrating Atlanta's famed strip club, saying it did so because of "concerns" ...
The NBA has called off the Hawks' plans for celebrating Atlanta's famed strip club, saying it did so because of "concerns" ...
CD Projekt Red has declared there are no plans for more Cyberpunk 2077 content amid ongoing rumors that a new expansion for The Witcher 3: Wild Hunt is on the horizon.
It's the chooms we made along the way.
So too will Assassin's Creed Shadows - CD Projekt Red has revealed it'll finally be bringing official PS5 Pro support to Cyberpunk 2077 in the near future, h...
CD Projekt Red confirms no DLC or expansions are coming to Cyberpunk 2077. Fans must wait until 2030 for the highly anticipated sequel.
While CD Projekt RED has already indicated that it has no plans to develop more story content for Cyberpunk 2077, the RPG ...
My dad used to pull this kind of thing on me, too.
CD Projekt Red pours cold water on any hopes for a secret Cyberpunk 2077 DLC as fans wait for something to tide them over ...
CD Projekt have replied to a random Twitterer to say there are no extra Cyberpunk 2077 DLCs in the works, as extra Witcher 3 DLC rumours swirl.
CD Projekt Red has said it isn't currently working on a 'secret new DLC' for Cyberpunk 2077, casting doubt on the Witcher 3 ...
CD Projekt Red confirms there are no plans for additional Cyberpunk 2077 DLC or expansions, even as the studio works on the ...
  submitted by   /u/sorites [link]   [comments]
I recently started playing Cyberpunk again and tried the photo mode for the first time. I have to admit, I’m pretty happy with how these shots turned out.   submitted by   /u/AdKnecht [link]   [comments]
  submitted by   /u/learningexcellence [link]   [comments]
I built nixcage to solve a problem that's been bugging me: AI coding agents like Claude Code have broad access to your filesystem, network, and system. That's powerful but uncomfortable, especially on client projects or machines with sensitive data.nixcage creates per-project sandboxes that activate automatically when you cd into a directory (via direnv). It uses bubblewrap on Linux and sandbox-exec on macOS — no VMs, no Docker, no overhead.Three isolation levels: strict (no network, e
I’ve noticed a pattern with a lot of AI-assisted projects lately.People can build surprisingly capable apps using tools like Cursor, Replit, Loveable, etc... but many of those projects never actually make it to a real production launch.The apps work locally or in a demo environment, but the “last mile” tends to be where things stall:• infrastructure and hosting • SSL and domain setup • environment variables and secrets • CI/CD pipelines • scaling and monitoring • security concernsI’ve spent
Hey HN,I built Worktale because I couldn't remember what to say at my last performance review: "What did you ship this quarter?"I'd spent months debugging race conditions, redesigning a reporting pipelines, shipping a major migration — all behind a corporate firewall in private repos. None of it was visible. Not on GitHub. Not on my resume. Not even to me.So I built a CLI that reads your local git history and turns it into a personal record of what you actually built. No acco
Hi HN,I'm a self-taught developer from Malawi, and I built DJX because I was tired of writing the same Django boilerplate over and over.Django is powerful, but starting a new feature means manually creating models, views, templates, URLs, and wiring everything together. Rails solved this 20 years ago with scaffolding. Django deserves the same.DJX brings convention over configuration to Django: pip install djx-cli
I built kube-pilot — an autonomous AI agent that runs inside your Kubernetes cluster and does the full dev loop: writes code, builds containers, deploys services, verifies they're healthy, and closes the ticket. You file a GitHub issue, it does the rest.What makes this different from AI coding tools: kube-pilot doesn't just generate code and hand it back to you. It lives inside the cluster with direct access to the entire dev stack — git, Tekton (CI/CD), Kaniko (container builds),
  submitted by   /u/raviecuong [link]   [comments]