Dev and Tech
  • Home
  • Github
  • LinkedIn

Dlang

A collection of 5 posts

programming

Solution to Windows ioctls are hard

I solved the ReadCapacity issues I was having in sgio.d on Windows! This is a major milestone for me because I've been stuck on this problem for over two months. My issue

  • Lucas Burson
    Lucas Burson
1 min read
programming

Windows ioctls are hard

I've been adding a few interesting SCSI calls to my sgio.d project, such as ReadCapacity (get the size of the volume) and Read16 (read some raw blocks), and it all works fine

  • Lucas Burson
    Lucas Burson
1 min read
programming

Another bug report

When I was switching my toy project sgio.d to dmd 2.067.1, I came across another compiler error. Cool! I submitted an issue on the bug tracker, and it looks like

  • Lucas Burson
    Lucas Burson
2 min read
programming

My First D Compiler Bug Report

I discovered a D compiler regression when I made the move to dmd 2.067.1! Finding a bug may not sound like much to most, but it's my first not-previously-discovered issue in

  • Lucas Burson
    Lucas Burson
1 min read
Dlang

Installing D language dmd dub on Ubuntu

D language is an object-oriented, statically typed language with C-like syntax and executes as fast as C++. Below is how to install the D language compiler (dmd) and package manager (dub) for apt-get

  • Lucas Burson
    Lucas Burson
1 min read
Dev and Tech © 2025
Latest Posts Ghost