Now it supports reverse-open
HN user
kernalix7
maybe it runs, but gpu hardware accel doesn't support now.
yeah from user side it feels like that. but technically its more like extremely user-friendly way of using VMs.
For now single container runs all softwares. tradeoff with dockur/windows limits, saves ram and disk. planning multi container later for better isolation.
Just at the planning stage, needs careful consideration first.
yeah.. I also agreed with that. so I'll optimize the code continuously and lower the dependency on python. but for now I'll keep it because of some benefits.
Thanks for your opinion, i ll try my best!
God it, i ll follow the guidelines, Thanks for the pointer. Apologies..
That's my mistake. I just focused on the functionally working, so I missed that point.
The Korean intent is mine, but I run it through an LLM to phrase in English. That's where the pattern comes from. Will skip the LLM step from here.
Fair, English isn't my first language and I've been leaning on tooling. I'll dial it back.
Fair point. Working on it now — will push a screenshot and short clip soon.
Right, I had WinApps pinned to dockur in that comparison and missed the IP-based flexibility part. That's an actual difference, will fix the README.
On Python: fair pushback. Picked it for stdlib coverage (zero runtime deps on 3.11+, one tomli fallback for 3.9/3.10) and iteration speed. Heavy lifting is in the container and FreeRDP so perf hasn't been the bottleneck, but yeah the language choice is a tradeoff.
Reverse file association is interesting, hadn't thought about that direction. The v0.3.0 agent could probably handle it but I'd want to look at the security model first. Marking it TBD. If you open an issue with the use case that'd help me scope it.
Good to know, didn't realize Mikrotik did this too. Useful for homelab planning where rack space and airflow actually matter.
The fan body itself follows standard 120/140mm dimensions, but I needed the smaller details for my design, the rubber dampers, anti-vibration corners, cable routing clips. Those don't show up cleanly in the datasheet, so I ended up using a caliper. That's the part the official CAD would have helped most with.
Would have saved me time on a 3D printer I designed a while back. I integrated Noctua fans and ended up measuring mounting dimensions by hand. Having the official CAD models would have made fan integration a lot cleaner.
The Excel flip lands. AI is a tool. People could adapt and use it, instead a lot of the panic sounds like resistance dressed up as analysis.
Codeberg / Forgejo are also out there as less radical alternatives, so the choice space isn't binary. But the discoverability gap is real, and so is the loss of all the surrounding infrastructure people don't always think about. CI runners, release hosting, container registry, security advisories. You can replace each of those individually, but doing it all at once is a significant maintenance burden for projects with limited maintainer time.
Self-hostable legal AI as open source is a useful direction in principle. Hard to tell how mature the actual implementation is though, the repo is pretty fresh and the marketing site is doing a lot of heavy lifting compared to what's in the code right now. Will be more interesting to revisit in a few weeks.
Annual Pro+ subscriber here, mostly using it as a fallback when my Claude Max plan hits limits. The request-based pricing was genuinely the appeal, I could spill over from Max into Copilot without thinking about token costs. Going from 3x to 27x on Opus on annual plans is rough. The newer reasoning models with variable thinking budgets probably made per-request pricing untenable in the long run, but the way this lands on existing annual subscribers feels harsh. Going to look into the prorated refund.
Hadn't actually heard of either, thanks for the pointers. Will start with the Handbook.
That's a really compelling workflow. On the Linux side I've heard of openSUSE's MicroOS doing something conceptually similar with BTRFS snapshots and atomic transactional updates, though I haven't actually run it. Different mechanism but it sounds like the same instinct. Never let the running system get into an inconsistent state during an upgrade. The "boot just once" plus jail-the-clone-to-upgrade combo you described sounds genuinely clever, hadn't realised the bectl integration was that smooth. Void Linux is just a name to me at this point, might be time to actually look it up.
My exposure to FreeBSD has been mostly through routers and firewalls, plus reading about jails and finding the concept genuinely impressive. Always wanted to dig deeper but the existing material assumes you already know the things I was hoping to learn. A book that explicitly starts before that wall sounds like exactly what's been missing. Going to give it a real shot.
Caught myself in this one. The dependency creeps in faster than I'd noticed and the laziness becomes the justification. Reviewing what comes out of the machine is the part I keep skipping. Useful read, thanks.