Live data from Hacker News

Viewing profile — evh

evh

HN member
Joined
Tue, Jan 14, 2020, 2:19 PM UTC
HN karma
68
Public activity
28 items

About evh

No profile information was provided.

Recent public activity

  1. comment
    Comment #40054887

    Lazier than you think! You almost nerdsniped me into seeing how fast I could whip up a crawler but then I checked the search and found out it can find comments and use a custom dat…

  2. comment
    Comment #40047130

    https://news.ycombinator.com/item?id=36336256 This one seems to fit. Happy I've never had reason to write one like it.

  3. comment
    Comment #39858637

    awk '{ k = $1; sub("^[^ ]* *", "", $0); d[k] = $0; } END { print d["Title"], "by", d["Artist"]; }' Personally I'm a bit of a sed fan sed -nE '/^Artist/{N;s/^Artist +(.*)\nTitle +(.…

  4. comment
    Comment #35938990

    Ctrl-F free - Phrase not found What a coincidence. I'm not a card carrying FSF member but that seems like a deliberate omission from the admittedly brief history. However also fair…

  5. story
  6. comment
    Comment #33346643

    > the windows partition was using hardware-bitlocker That sounds way too exciting, even without that involved I keep my Windows install on its own disk.

  7. comment
    Comment #33346529

    > I personally use a boot-stub based booting method with my own SB keys Same here - stub, kernel, initrd and embedded cmdline all in a signed UKI on the ESP. I do encrypt my root h…

  8. comment
    Comment #33342819

    Now that 's the most ominous title I've read all year, and it's a piece in favor of it? Maybe I've just read too many dystopian novels, but come on. I'm all in favor of secure boot…

  9. comment
    Comment #33331291

    > Another reason to prefer the cat variant is that it lets you actually string together a normal shell pipeline. That's just as easy with dd, decompress|dd is especially useful: xz…

  10. comment
    Comment #33316467

    For more X is also a Y-style fun, check out PoC||GTFO - "This PDF is also an MBR boot sector" is just the beginning.

  11. comment
    Comment #33281211

    > I've read that the PCEngines struggles to keep up with network traffic in excess of 100Mb/s. For reference, quick iperf3 TCP tests on my APU2 (cpu[0123]: AMD GX-412TC SOC, 998.27…

  12. comment
    Comment #32495237

    A large part of it is just that it's "home" after finding it at the right time in my skill curve - probably could've been Arch as well. The Arch wiki might be a bit better and we a…

  13. comment
    Comment #32487095

    s/Arch/Gentoo/ I did run Arch for a while around 2010 but it didn't take. It's nice to find a permanent home - I've been on Gentoo since 2013 and an acquaintance has been on Slackw…

  14. comment
    Comment #32486601

    > blatant user hostile elitism ...and that's a feature . There's nothing wrong with Arch doing its thing, there's always Debian/Ubuntu/Fedora/Manjaro/whatever - and Gentoo for thos…

  15. comment
    Comment #31240680

    Those who want to try it for themselves can check out https://cryptopals.com/sets/2/challenges/12 (and that entire set).

  16. comment
    Comment #31138364

    Yeah wlan is by far the weakest point of OpenBSD networking - especially as an AP. Slipped my mind completely actually. The way most do it is to have separate APs. Still, you can c…

  17. comment
    Comment #31120147

    Setting up an OpenBSD router is almost trivial - it's all there in the base system. dhcpd, unbound, net.inet.ip.forwarding=1 and a forwarding rule in pf.conf and you're good to go.…

  18. comment
    Comment #31035928

    I think most of us do get that. However I also believe that's only because they haven't considered the potential impact of constant surveillance from everything you own sent to thi…

  19. comment
    Comment #29465248

    Discord certainly works, but when I see a chat box lag on an i7 8700k with 32GB of memory I die a little inside. And that happens occasionally with Discord, without running make -j…

  20. comment
    Comment #29451379

    I believe so, there was talk about putting servers in Guam for that reason a while ago around regular QW.

  21. comment
    Comment #29451359

    I would try to compile - QuakeSpasm-Spiked, modified QuakeSpasm with framerate-independent physics and other improvements: https://triptohell.info/moodles/qss/ - FTE QW, will let y…

  22. comment
    Comment #29308462

    >I think for many developers with Linux experience, probably getting a reasonable NixOS desktop setup is straightforward. I took this as an excuse to try NixOS myself and an opport…

  23. comment
    Comment #28903811

    There's also a fork with multiplayer support (to an extent): https://github.com/TES3MP/openmw-tes3mp OpenMW is great, played it a lot a couple of years ago. I love when games get f…

  24. comment
    Comment #28865868

    Lots (just some? most? I haven't really used it much) of FreeBSD system utilities are using libxo for output, so you can use e.g. ps --libxo json and get json output, or xml/html

  25. comment
    Comment #27642596

    > That is nonsense, otherwise the driver would have to be loaded at boot time, which in turn would mean installing a game would need a reboot which just isn't the case these days. …