Live data from Hacker News

Viewing profile — champtar

champtar

HN member
Joined
Thu, Jan 04, 2018, 10:21 PM UTC
HN karma
268
Public activity
115 items

About champtar

No profile information was provided.

Recent public activity

  1. comment
    Comment #47712682

    There is also OVH (not affiliated, just happily using their VPS), but I would consider switching to 2 providers, as any provider can have data loss or just lock your account at any…

  2. comment
    Comment #47315336

    TIL `badblocks -t random` repeats the same random block over and over :(

  3. comment
    Comment #47173313

    Just being able to inject traffic is already huge as it allow you to send IPv6 router advertisement, which sometimes allows you to change the DNS config

  4. comment
    Comment #46317123

    You need working switch level filtering, many implementations can be bypassed / will never be fixed: https://blog.champtar.fr/VLAN0_LLC_SNAP/

  5. comment
    Comment #46120338

    CAP_NET_RAW also allow to capture packets (tcpdump) so you really can have some fun like running a TCP stack in user space or MITM http connections: https://blog.champtar.fr/IPv6_R…

  6. comment
    Comment #45498016

    Good news that it was found and fixed, but 140 days response time seems rather slow for such a critical vulnerability

  7. comment
    Comment #45171271

    Curious what are the main benefits ? (I've only ever used DD-WRT and OpenWrt)

  8. comment
    Comment #45144228

    In OpenWrt there is ujail, you give it an ELF (or multiple) to run, it'll parse them to find all the libraries they need, then it creates a tmpfs and mount bind read only the requi…

  9. comment
    Comment #45007682

    2 big address block that have few chances of conflict: - CGNAT 100.64.0.0/10 - "Benchmark" 198.18.0.0/15

  10. comment
    Comment #44852166

    It'll not, the new behavior is just a new naming scheme, and you just choose not to use any, which is totally fine if you have a single NIC.

  11. comment
    Comment #44851800

    You can easily keep the current naming behavior with the 'net.naming_scheme=' kargs

  12. comment
    Comment #44851482

    Hopefully the last breaking change. enoX should always stay stable, as it's the BIOS (in some ACPI table) telling that this device/port has this ID. ensX means the NIC in PCIe slot…

  13. comment
    Comment #44689379

    I once had to maintain a CalDAV server that was developed in house, computing the "free busy" with recurring events, exceptions, different timezone than the organizer + some DST is…

  14. comment
    Comment #44215964

    https://github.com/rustic-rs/rustic?tab=readme-ov-file#stabi... rustic currently is in beta state and misses regression tests. It is not recommended to use it for production backup…

  15. comment
    Comment #44212698

    If you want to use some object storage instead of local disk, rclone can be a restic server: https://rclone.org/commands/rclone_serve_restic/

  16. comment
    Comment #44156169

    I remember when contactless was introduced in France, someone from the CB bank card group ( https://en.m.wikipedia.org/wiki/CB_Bank_Card_Group ) said that contactless was secure be…

  17. comment
    Comment #44089941

    If you are using Microsoft Outlook mobile app or the webmail, inline or bottom posting experience is garbage, it doesn't quote/format the previous email, it just slaps it at the bo…

  18. comment
    Comment #43921424

    For timezones data go already has https://pkg.go.dev/time/tzdata

  19. comment
    Comment #43153505

    AWS EBS volumes (except io2) have an annual failure rate of 0.2%, so if you have 1000 running statistically you will loose 2. For io2 it's 0.001%, but still not 0.

  20. comment
    Comment #42983987

    With reproducible build you know that what you test on your dev laptop is the same as what will go out from your CI, and if hash mismatch you can chase why. For a concrete exemple,…

  21. comment
    Comment #42491351

    All EBS volumes except io2 have advertised durability of 99.8%, which is pretty low, so don't count it in the magic networked storage category.

  22. comment
    Comment #42491132

    You can securely store your asymmetric key for signing, but if I remember correctly the logs are pretty useless, basically you just know the key was used to make a signature, no op…

  23. comment
    Comment #42260836

    Well TOTP need proper time sync, and most routers don't have battery in them

  24. comment
    Comment #42258873

    u2f and webauthn require https ( https://developer.mozilla.org/en-US/docs/Web/API/Web_Authent... ), don't know if it accepts self signed certs and IPs instead of fqdn. Also the aut…

  25. comment
    Comment #41461415

    Both exemples generate custom nginx config