Recent content by wottle

  1. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    OK, spent a bit of time playing around with the swipe issues I previously struggled with on the image viewer. And I think I've got it working pretty well. I improved the pinch to zoom to originate under the center of the pinch gesture (vs just zooming from the center of the image). Same for...
  2. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Keep them coming. And any bugs you find! I do want to get the existing features rock solid before I go too far into new significant features. Although maybe I’ll spend some time making a reusable, open source image viewer for iOS.
  3. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    It’s meant to be run in docker containers. So you’ll want to install Docker Desktop for Windows. https://medium.com/@piyushkashyap045/comprehensive-guide-installing-docker-and-docker-compose-on-windows-linux-and-macos-a022cf82ac0b Then you’d use the ‘docker compose up’ command in the command...
  4. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Image rotation bug is now fixed. Turned out to be an issue with images that have rotation data in the EXIF data. the module I am using discards additional rotations beyond the first (in this case, the EXIF rotation is applied first). rotations should be stored and reflected properly. I also...
  5. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Added basic photo editing (rotation and cropping) in a non-destructive way. Note that the way I do it (for performance reasons), cropping or rotating will create another version on disk so that I don't have to manipulate the image in realtime, but I also keep the original in case you...
  6. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    I have fixed the refresh issue after adding a new device. I know it used to work, so I must have broken it along the way. Working on the barcode scanner improvements you brought up now. I thought there was a better way of decoding Apple serial numbers, but it turns out it's not super easy...
  7. W

    Maclock to Mac Plus Conversion kits

    Did you see this version? It's reusing the buttons and rotary encoder and uses the existing USB board and battery. https://github.com/wr/macintosh-mini
  8. W

    The Apple Lisa Inside an FPGA!

    Having used @JCM-1 for distributing my much less ambitious hardware devices that are similarly much cheaper (percent wise) to make in bulk, I highly recommend partnering with him. He seems to have the logistics of selling and shipping things worked out much better than I would! Also, it might...
  9. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    My app does have templates for helping, but it's computer / accessory model numbers, and I don't have individual parts. Right now the templates are built into the app, so each deployment have their own, and the owners can add new templates. But I am considering making a common repository of the...
  10. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Threw together a little promo video for the system. I also did a bit of a redesign on the UI to make it more inline with the showcase app, which I felt has a more cohesive design:
  11. W

    USB-C powered 8"display for the Apple IIc with STL files and build plan

    I'd stick with the iPad 1 or 2 screen if you want to go closer to 10". They're cheap, readily available with controllers, and most importantly, they're 4:3 aspect ration. The 10" screen you linked would look cool, but in use you're either going to be left with an image that's stretched too...
  12. W

    USB-C powered 8"display for the Apple IIc with STL files and build plan

    Looks great! Any clearance issue with the knobs used to tighten it down? I actually had some conversations with someone about a larger version that could fit a 10” iPad display and control board. I think it would more closely match the width of the IIc. I’ll have to go back through the...
  13. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Ha. Yeah, I’ve got a lot of machines, so a compact ADB keyboard that saves some desk space it valuable!
  14. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    Yeah, I tried to automate as much as possible, and am still trying to figure out how to directly print from the app. Unfortunately, as far as I can tell, there’s no way for me to print directly to my Brother label printer - I’ve got to use the P-Touch app. So I allow for the generated asset...
  15. W

    InventoryDifferent - a system for managing, tracking, selling, and showing off your collection

    I added CSV exports, so it should offer that now. As for the status line, I'd highly recommend simply printing the QR code asset tag and sticking it on / throwing it into the device. Then as the status is updated, you don't need to re-print. If you need to know a devices status, scan the QR...
Back
Top