WorldDev | 2 months ago | on: iOS: Apps persist data after full deletion
WorldDev's comments
WorldDev | 2 months ago | on: iOS: Apps persist data after full deletion
I checked the "Passwords" and there was no entry for these apps (I think that's the only place for the keychain on ios?).
And it's not about the phone telling its phone number.
WorldDev | 2 months ago | on: iOS: Apps persist data after full deletion
WorldDev | 2 months ago | on: iOS: Apps persist data after full deletion
WorldDev | 3 months ago | on: Ask HN: What AI tool to use for coding in 2025?
WorldDev | 3 months ago | on: Ask HN: What AI tool to use for coding in 2025?
WorldDev | 4 months ago | on: Ask HN: Security of Hardware Nano KVM
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
1) The two computers are on 2 different grounds, so I believe it could damage the computers. So I would like to isolate the ground somehow, I am not sure what the options are. I tried to look for opto-isolated options, but didn't really find something clear. Do you have any suggestion?
2) This specific chip is marked NRND (not recommended for new designs) on ftdi's website, So it feels slightly wrong to use it?
WorldDev | 4 months ago | on: Ask HN: Control 2 air-gapped computers with 1 mouse and keyboard
Another option that I looked at is whether I could use the switching capability on the device itself. For example the new Logitech MX 4 can switch between different computers. It also has a wireless connection, versus bluetooth connection. Do you have a sense whether switching with a device like that is enough of a separation?
WorldDev | 4 months ago | on: Ask HN: Control 2 air-gapped computers with 1 mouse and keyboard
> Modern peripherals may have local storage
Do you mean the flash that contains the code for the microcontroller?
> I have a dumb USB switch
I am not 100% sure I understood. Is the "dumb USB switch" the paperclip?
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
I am fine with having quite a bit of configuration on the target device (I am fine with configuration on both sides).
> it ought be possible to make a rpi0 device that outputs a usb-gadget keyboard
I like very much the idea of being able to make the host side (macBook) appear as a usb-gadget keyboard. That way I would just need to plug a single usb cable between the 2 computers. Could you give me a few pointers to get started, to do this on macOS?
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
To go one step higher, I am trying to control a mac mini from the keyboard of a macBook.
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
WorldDev | 4 months ago | on: Ask HN: Advice for creating a USB device linking 2 computers
I am unfamiliar with Raspberry pi, but if my understanding is correct, it's running a real os. So I would need to send it a command to actually shut down every time I want to remove the usb device. More generally, having a general purpose OS on the little device seems overkill for that use case, no?
WorldDev | 4 months ago | on: Ask HN: Hardware to use MacBook keyboard and trackpad to control Mac mini
WorldDev | 4 months ago | on: Ask HN: Hardware to use MacBook keyboard and trackpad to control Mac mini
I assume you have a little software on the controlling computer that sends keystrokes over the network, they are received by this device, and sent via usb to the controller computer, simulating a usb keyboard?
Do you have experience with it? How is the latency? Does it work with the macbook trackpad?