Live data from Hacker News

Viewing profile — fiddyschmitt

fiddyschmitt

HN member
Joined
Wed, Apr 13, 2016, 10:08 AM UTC
HN karma
254
Public activity
43 items

About fiddyschmitt

No profile information was provided.

Recent public activity

  1. comment
    Comment #48189695

    :) yes. For Windows, that's exactly what SimpleKVM does https://github.com/fiddyschmitt/SimpleKVM

  2. comment
    Comment #48187574

    You could use SimpleKVM to detect the USB change, and trigger the monitor input change. https://github.com/fiddyschmitt/SimpleKVM

  3. comment
    Comment #48187560

    For Windows, I wrote SimpleKVM. I'm proud of the little monitor diagram it shows. Keen to hear your thoughts if you get to try it. https://github.com/fiddyschmitt/SimpleKVM

  4. comment
    Comment #48187526

    For Windows: https://github.com/fiddyschmitt/SimpleKVM If you only have two computers, you just need one instance of SimpleKVM to switch between the computers.

  5. comment
    Comment #48187213

    Nice write-up! I wrote https://github.com/fiddyschmitt/SimpleKVM which makes the process easy on Windows. As others have mentioned, you can use a cheap USB switch if you don't have…

  6. story
    Show HN: Tunneling Through S3 Buckets

    I've just finished a major upgrade to enable tunneling over more file systems: https://github.com/fiddyschmitt/File-Tunnel/wiki The most popular feature request was to tunnel over …

  7. comment
  8. comment
  9. comment
    Comment #40569842

    That's awesome!

  10. comment
    Comment #40569825

    Cool. I think rdp2tcp uses virtual channels for tunneling: https://rdp2tcp.sourceforge.net/

  11. comment
  12. comment
    Comment #40569740

    Yes exactly. One file in each direction made arbitration easier. In the future I will implement a single file to handle both directions.

  13. comment
    Comment #40569720

    Hi Andrew, there's just one writer (which can tunnel multiple TCP connections). Arbitration was indeed one of the trickiest bits. Originally I pre-reallocated the full file size (1…

  14. comment
    Comment #40569630

    Hi Bawolff! Yes that's a great combo. I guess File Tunnel provides a couple of things that makes the tunnel maintenance a bit easier. 1. It gracefully supports each side of the tun…

  15. comment
    Comment #40569600

    Thanks J :) Absolutely! I did try various flags to optimise performance. For CreateFile (which in .NET is wrapped by the FileStream class) I tried FILE_WRITE_THROUGH (which is File…

  16. comment
    Comment #40569516

    Nice! It's so good when you can cobble together various tools to achieve something like that.

  17. story
    Show HN: Bypassing firewalls using a file tunnel

    Firewalls typically block network protocols, yet permit access to file servers. A file tunnel can be used to enable a client to reach a server.

  18. story
    Show HN: Tunnelling TCP through a file

    This program can be used to tunnel TCP connections through a file. People have used it for interesting things: - Bridging connections which would otherwise be blocked by a firewall…

  19. comment
    Comment #39343327

    Thanks! Even just one instance running on Windows can be used for a Windows+Linux setup

  20. comment
  21. comment
  22. comment
    Comment #39334829

    Yes I know exactly what you mean - I've experienced the same. I haven't tried a mechanical one before. I'll have to try it out

  23. comment
    Comment #39334813

    Yep HDMI works well. It also works on DisplayPort, DisplayPort Mini, VGA and DVI.

  24. comment
    Comment #39334801

    For sure :)

  25. comment
    Comment #39334793

    Yes Barrier is very nice. I would use it except for the fact that my work laptop is VPN'd and therefore on a different network to my home LAN.