Dir
No mentions found
This entity hasn't been tracked yet, or Iris is still building its knowledge base.
Related Articles from SNS
Trump picks housing Dir. Bill Pulte as acting intelligence chief, replacing Tulsi Gabbard
President Donald Trump on Tuesday tapped Bill Pulte, who leads the Federal Housing Finance Agency, to serve as acting director of national intelligence, putting the expansive U.S. intelligence community in the hands of a loyalist who has targeted the president's foes. Tulsi Gabbard, Trump's current DNI, announced last month that she would resign from the role effective June 30. Pulte, who has no prior experience in an intelligence role, will keep his existing titles as FHFA director and...
A practical probabilistic framework for deformable image registration uncertainty in radiotherapy dose propagation
arXiv:2606.09253v1 Announce Type: cross Abstract: Deformable image registration (DIR) is widely used in radiotherapy for dose propagation and accumulation, but uncertainty in the underlying deformation can substantially affect clinically relevant dose estimates. We present a practical probabilistic framework for propagating DIR uncertainty to voxel-wise dose statistics and dose-volume histograms (DVHs). The method models the mapped correspondence at each voxel as a random variable governed...
A practical probabilistic framework for deformable image registration uncertainty in radiotherapy dose propagation
arXiv:2606.09253v1 Announce Type: new Abstract: Deformable image registration (DIR) is widely used in radiotherapy for dose propagation and accumulation, but uncertainty in the underlying deformation can substantially affect clinically relevant dose estimates. We present a practical probabilistic framework for propagating DIR uncertainty to voxel-wise dose statistics and dose-volume histograms (DVHs). The method models the mapped correspondence at each voxel as a random variable governed by...
Plasty yng Nghymru o ddrama Rivals ar werth am £8m
Mae gan y plasty bedair llawr, saith ystafell wely, campfa a 24 erw o dir sy'n cynnwys llynnoedd a chwrt tenis.
Show HN: Keybench – Scriptable, extensible performance tool for key value stores
guycipher/keybench Folders and files | Name | Name | Last commit date | || |---|---|---|---|---| Repository files navigation keybench ======== A scriptable, extensible performance tool for sorted key value stores.
Building iOS Apps with Doom Emacs
I shipped SPEEM, my first iOS app, from Doom Emacs. I don’t mean I just edited a few files in Emacs and switched back when it was time to build. I mean the whole loop: write Swift, build, boot a simulator, install the app, launch it, stream logs, restart LSP, scaffold new projects.
Ahoy, DECmate II the little PDP-8 that could
Now, that's a lot of word processing. But under the hood it's still at least PDP-8 adjacent, even considering its oddities and incompatibilities, and you can make it do many of the things a full-size Eight can. We'll take this basic unit, convert the floppy drives to solid state, tap the video output, and put it through its paces.
Show HN: macOS menu bar gauges for your Claude Code quota
Menu bar gauges for your Claude Code quota — one bar per account, like this: (drawn for dark menu bars — white outlines) - Each bar shows the 5-hour-window utilization for one account, colored green / orange (≥70%) / red (≥90%). - When the 5-hour window is fully used, the bar shows a countdown until reset ( 4:28 ) instead of the percentage. When the weekly limit is hit, the bar turns black with a countdown to the weekly reset ( 2D ) — that's the harder cap, whatever the 5-hour window says.
Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s)
The open-source engine for AI app-builder products. Give every user an isolated cloud dev environment, a built-in coding agent, and a live preview URL — self-hosted, on one machine, in one command. Think of the apps where you type "build me a todo app" and seconds later a working website appears at its own link — like Lovable, Bolt, v0, or Replit. sandboxed is the open-source backend that makes that possible, running on your own server.
The Ü Programming Language
Ü is a statically-typed compiled programming language, designed for writing programs, which should be both reliable and fast. It has safe and unsafe code separation, compile-time correctness checks, powerful abstractions like RAII and templates, encapsulation, rich type system, lambdas, coroutines and many other useful features. Ü uses RAII for memory and resources management (no GC is involved), but manual memory management may be still used in unsafe code.