Live data from Hacker News

Viewing profile — robostac

robostac

HN member
Joined
Thu, Jul 04, 2013, 8:23 AM UTC
HN karma
14
Public activity
6 items

About robostac

No profile information was provided.

Recent public activity

  1. comment
    Comment #34824215

    If it thinks it's going to be plugged in for a long time (based on previous usage) it'll pause the charging around 80% to preserve the battery health. https://support.apple.com/en-…

  2. comment
    Comment #33388349

    https://docs.pi-hole.net/ftldns/blockingmode/ Pihole has many options for different blocks, but all have downsides.

  3. comment
    Comment #28745650

    QEMU does do x86 emulation (and UTM provides a nice frontend) but it's not something I'd want to use often as the speed is horrendous.

  4. comment
    Comment #19078344

    I used this years AoC to learn rust and had similar issues with input parsing. I found a fairly simple parsing crate ( https://docs.rs/scan-rules/0.2.0/scan_rules/ ) which helped a…

  5. comment
    Comment #15662925

    This means that using auto for iterators (which is one of the most useful uses in my experience) wouldn't be allowed.

  6. comment
    Comment #8504114

    They might not have the ability to do that - I could quite easily see the bit of code that can tell if its fake being the same code that bricks the device. Maybe all the real ftdi …