Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: 2d Clear Filter

Bambu Lab's Latest 3D Printer Boasts Its Largest Print Space Yet

Bambu Lab recently released the large-format H2D 3D printer. While I gave it a positive review, I did have some issues with the size. While the build area is technically a 350x320x325 millimeter space, you have to jump through several hoops to use it. That's because its dual-nozzle setup stops either nozzle from reaching the edges of the plate. Bambu Lab's latest 3D printer, the H2S, addresses this shortfall by replacing the dual extruder with a single extruder that can reach all parts of the b

Topics: ams bambu h2d h2s lab

Hasselblad's X2D II 100C offers improved autofocus and world-beating stabilization

Hasselblad has launched the followup to its first 100MP medium-format camera with a new model that improves on it in almost every way. The X2D II 100C promises better image quality, a brighter display, 10-stop stabilization and updated hybrid autofocus. As with any Hasselblad product, it's expensive — but less so than the previous model. The original X2D 100C took beautiful photos but lacked even basic technology like continuous autofocus. That's no longer the case. The X2D II 100C is the first

Hasselblad’s new medium format flagship comes with end-to-end HDR

Posts from this author will be added to your daily email digest and your homepage feed. Hasselblad has just launched the X2D II 100C, the first medium format camera capable of taking true HDR photos. Those HDR images can be instantly reviewed on the new 3.6-inch OLED touchscreen at up to 1,400 nits of peak brightness, which Hasselblad says is 75 percent brighter than the original X2D 100C. Other notable upgrades include using LiDAR to assist with autofocus, a 10-stop in-body stabilization syste

Hasselblad X2D II: the luxury sports car of medium format cameras

is a supervising video producer who also reviews gadgets and photography gear. He has over a decade of experience as a reporter and photojournalist, previously at Recode. We’ve spent most of the year talking about gadgets getting more expensive. Thanks to US tariffs, prices are rising every few months, and even small upgrades have come with big price hikes. So I was pleasantly surprised to find out that the new Hasselblad X2D 100C II will actually be cheaper than its predecessor, coming in at “

Recto – A Truly 2D Language

Recto — a truly 2D language Masato Hagiwara Open in Recto Pad Google Colab Github Recto Pad TL;DR Recto is a 2D programming language that uses nested rectangles as its core syntax, encoding structure and recursion directly in space instead of a linear stream of text. Recto explores new ways to write, parse, and reason about code—and even natural language—spatially. Introduction Open in Recto Pad Virtually all the languages we humans use—spoken, written, or artificial (such as programmi

Json2dir: a JSON-to-directory converter, a fast alternative to home-manager

json2dir : a JSON-to-directory converter, a fast alternative to home-manager for managing dotfiles TL;DR: file.json : { "file" : " Hello, world! " , "dir" : { "subfile" : " Content. " , "subdir" : {} }, "symlink" : [ " link " , " target path " ], "script" : [ " script " , " #!/bin/sh echo Howdy! " ] } cat file.json | json2dir Here, four files will be added to the current directory: file , dir , symlink , and script . Using json2dir as a home-manager alternative. Input schema Objects re

Low-Temp 2D Semiconductors: A Chipmaking Shift

Chipmaking giants like Intel, Samsung, and TSMC see a future where key parts of silicon transistors are replaced with semiconductors that are only a few atoms thick. Although they’ve reported progress toward that goal, that future is generally thought to be more than a decade away. Now, a startup spun out of MIT thinks it has cracked the code for making commercial-scale 2D semiconductors and expects chipmakers to have integrated them in advanced chips in half that time. CDimension has developed

Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL

Shoggoth Mini July 14, 2025 Over the past year, robotics has been catching up with the LLM era. Pi’s π0.5 can clean unseen homes. Tesla’s Optimus can follow natural language cooking instructions. These systems are extremely impressive, but they feel stuck in a utilitarian mindset of robotic appliances. For these future robots to live with us, they must be expressive. Expressiveness communicates internal state such as intent, attention, and confidence. Beyond its functional utility as a communic

Show HN: I made a 2D game engine in Dart

Writing games is fun again Bullseye2D is a HTML5 game library for the Dart Programming Language. It provides a simple and straightforward API, and a fast WebGL renderer. You can learn it in an evening and start making awesome games right from the start. It's made for developers who love Dart and want a solid foundation to make 2D games.

First 2D, non-silicon computer developed

The team used metal-organic chemical vapor deposition (MOCVD) — a fabrication process that involves vaporizing ingredients, forcing a chemical reaction and depositing the products onto a substrate — to grow large sheets of molybdenum disulfide and tungsten diselenide and fabricate over 1,000 of each type of transistor. By carefully tuning the device fabrication and post-processing steps, they were able to adjust the threshold voltages of both n- and p-type transistors, enabling the construction

Tiny-diffusion: A minimal implementation of probabilistic diffusion models

A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets. Get started by running python ddpm.py -h to explore the available options for training. Forward process A visualization of the forward diffusion process being applied to a dataset of one thousand 2D points. Note that the dinosaur is not a single training example, it represents each 2D point in the dataset. Reverse process This illustration shows how the reverse process recovers the distribution of the trainin