David Given

Results 548 comments of David Given

I bet this is a hidpi problem --- I see you have a 4K monitor.

I don't know what's going on here. The application has no manifest and is therefore not HiDPI-aware, I think? This means that sizes should be in scaled pixels, not native...

Hello! Sadly, the CY8CKIT-059 seems to be out of stock everywhere and I suspect that Cypress have end-of-lifed it. Mouser claims to have some arriving in June, but they may...

Which version of the firmware and client are you using? If you downloaded a release rather than checking out github and building things yourself, the one you want is the...

It looks like LIF is a pretty conventional IBM scheme disk --- otherwise you wouldn't be able to read them on PC drives. Currently I don't have any code to...

Try: ``` fluxengine read ibm --just-read --write-flux=lif.flux --revolution=4 --retries=0 ``` That will read four revolutions per track, not attempting to decode them, instead just writing the result to a flux...

I see 16 sectors, double sided, 77 tracks, 256 byte sectors for a total of 616kB. Does this seem reasonable? ``` $ ./fluxengine read ibm -s lif.flux:t=0-76 ``` It's a...

It's writing that requires a custom profile; also, IBM disks can't be reliably auto-generated (trying too do so was a big, but useful, mistake) so it'd be good to have...

IBM disk encoding scheme, a.k.a. 'the disk encoding scheme with no name', which all PCs and most other computers use. DMF is just another variation on it.

Well, that's special... FM encoding, no less? Do you have a reference? I can't find it anywhere in the documentation I've seen. Are you sure that track was added by...