AI in pharmaceutics: why it won't replace scientists https://sudonull.com/ai-in-pharmaceutics-why-it-won-t-replace-scientists
Analysis of AI limitations in drug discovery and clinic: AlphaFold, descriptors, hybrid models. How technologies help but require expertise. For bioinformaticians and developers.
USB controller on FPGA: development for HID devices using the example of a keyboard https://sudonull.com/usb-controller-on-fpga-development-for-hid-devices-using-the-example-of-a-keyboard
Practical guide to creating a USB 1.1 controller on FPGA. Module architecture, device initialization, analysis of HID descriptors and keyboard connection. Verilog code examples.
PropertyDescriptors for TypeScript schema validation https://sudonull.com/propertydescriptors-for-typescript-schema-validation
Type-safe object validation with PropertyDescriptors: descriptor tree, introspection, extensions. Integration with Standard Schema v1. Create a reliable schema without string paths.