Lately a friend of mine has been working on a personal project and I wanted to share it. The goal of Diffulab is to provide a flexible and modular framework for training diffusion models from scratch. The project is still in its early stages, and he is actively working on adding new features and improvements. --- Comments URL: https://news.ycombinator.com/item?id=43803593 Points: 10 # Comments: 0| Hacker News: Newest
Finally got my hobby OS up and running on real hardware. I love the old IBM thinkpads, so thought it was the perfect machine to get it working on. Been working on it for quite some time now, but this has been a big milestone! --- Comments URL: https://news.ycombinator.com/item?id=43803148 Points: 143 # Comments: 26| Hacker News: Newest
When you have a lot of aliases it can be difficult to remember how was the one you need named especially if you do not use it very often. You can also have files stored in a bin folder and look there to find the name. Another trick is to prepend your commands with a comma then type the comma and hit the Tab key to see only your own commands. There is an article about it somewhere on the Internet.I needed something lightweight to always show me the available commands. Something to run with a f...| Hacker News: Newest
E-ink IBM XT clone with solar power, ultra low power consumption, and ultra long battery life. - GitHub - ericjenott/Evertop: E-ink IBM XT clone with solar power, ultra low power consumption, and ...| GitHub
Small Project that can receive WOL (wake on lan) packages verify them and then perform an action of choice (sleep for now) - brann0n/SleepOnLan| GitHub
Checked for duplicates Cling singleton bug This appears to be a bug related to static globals and an odd combination of unique_ptr and T* fields. The result is that non-JIT code sees one value f...| GitHub
SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages. - KhronosGroup/SPIRV-Cross| GitHub
Simple test application that prints messages to the output using various methods, accompanying an article on my blog - sawickiap/TextOutputTest| GitHub
Select Topic Area Question Body Starting this morning (April 13, 2025, UTC+8), I am unable to access GitHub without a proxy: My IP information are as follows: IPv4: 58.19.128.79 IPv6: 2408:824e:307...| GitHub
After working on GHCup for 6 years, I’ve realized that it’s obsolete. Everyone should just use nix. Nix is a purely functional package manager with declarative configuration, reproducible builds and high quality packages. In fact, it is so simple that you just have to understand: the nix package manager: https://nix.dev/manual/nix/2.26/store/ the nix language: https://nix.dev/tutorials/nix-language.html how nixpkgs work: https://nixos.org/manual/nixpkgs/stable/the straight forward contrib...| Hasufell's blog
Staff Software Engineer in Woven by Toyota, Chair of Study Group for Reflection & Co-Chair of Evolution Working Group in C++ committee - hanickadot| GitHub
Summary To better protect npm users from supply chain attacks, we are adding support for verifiable links between the source and the built packages in npm packages. You can read more about the prop...| GitHub
Nelm is a Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes and is also the deployment engine of https://github.com/werf/werf - werf/nelm| GitHub
Tuesday, while recording an episode of The Changelog, Adam reminded me that my redirects from possyparty.com to posseparty.com didn't support HTTPS. Naturally, because this was caught live and on air and was my own damn fault, I immediately rushed to cover for the shame I felt by squirreling away and writing custom software. As we do. See, if you're a cheapskate like me, you might have noticed that forwarding requests from one domain or subdomain to another while supporting HTTPS isn't partic...| justin․searls․co
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization lib...| GitHub
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization lib...| GitHub
This repo is a mirror of the official userspace-rcu git found at git://git.lttng.org/userspace-rcu.git. liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization lib...| GitHub
We provide some callbacks for third party QUIC stacks to use in order to be able to reuse the OpenSSL TLS implementation in that stack. This is essentially a thin wrapper around the same API that O...| GitHub