Live data from Hacker News

Viewing profile — linedash

linedash

HN member
Joined
Tue, Jul 04, 2017, 10:16 AM UTC
HN karma
70
Public activity
25 items

About linedash

No profile information was provided.

Recent public activity

  1. comment
    Comment #35612161

    'evil'. Enough with the hyperbole.

  2. comment
    Comment #32678843

    You're giving me flashbacks to the stupid amount of time it took for me to identify a coil whine issue on my motherboard that gets worse when the CPU is in power saving mode. I 'wo…

  3. comment
    Comment #31975077

    fwiw - I follow a number of car YT channels that do giveaways (cleetus mcfarland, etc). They've always mentioned the no purchase required aspect and have a third party company who …

  4. comment
    Comment #31558577

    I've found the biggest issue with this is that people forget they've deployed it. It just gets left there until it's sufficiently out of date that a security issue pops up. https:/…

  5. comment
    Comment #31468697

    The story used pictures from DALL-E2 so I suspect that they were referring to the platform as a whole.

  6. comment
    Comment #30971341

    Or you know; you could have a healthier work life balance whilst getting that same level of work done in the 32 hours.

  7. comment
  8. comment
    Comment #30651234

    Its dark souls in skyrim

  9. comment
    Comment #30210326

    There are some great remote work opportunities these days. It might be worth starting to look at other European countries who are hiring. Take Ireland for example. You're not going…

  10. comment
    Comment #28986280

    Shared hoster here. More likely the app arbitrarily decided 'these versions of PHP are EOL', where the reality is that they're being maintained by a number of OS vendors. Too many …

  11. comment
    Comment #28875773

    wp-supercache - it's been taken over by automaticc themselves these days, which is an added bonus.

  12. comment
    Comment #28875767

    Caching is a must on WordPress. The first distributed password bruteforce (of which there will be many) will drive the load on your server into 3 digits in short notice otherwise. …

  13. comment
    Comment #19444285

    What; you meaning zoning?

  14. comment
    Comment #18485040

    Don't forget the recent seven additions to meltdown/spectre. It'll be interesting to see if the latest round of hardware protections help there.

  15. comment
    Comment #17670209

    https://www.storagereview.com/ was always my first stop for in-depth reviews of disks

  16. comment
    Comment #17435678

    My arch linux using co-worker is currently awaiting delivery of one of these: https://ergodox-ez.com/collections/frontpage

  17. comment
    Comment #17203722

    fyi you should be able to use tcpdump -l instead of calling stdbuf.

  18. comment
    Comment #17161775

    No; it turned out that bad studies produce not very useful statistics. Others in this thread have already indicated why this study doesn't help with much. Unfortunately it will jus…

  19. comment
    Comment #16716054

    So you trust the govt to do right by you. What about the next govt? What if UKIP got in power? Honestly I think this information is actually too dangerous for anyone to have - comp…

  20. comment
    Comment #16715839

    So the govt has my data instead of Facebook? No thank you - that's vastly worse.

  21. comment
    Comment #16696966

    Yes; the bit that manages the process accounting and the other bit for writing the log files... Personally I consider two processes and 40MB of ram to be negligible for the benefit…

  22. comment
    Comment #16686565

    atop is best top. One of the few bits of software I evangelise. Writes to replayable binary logfile with 10 minute system-state snapshots and uses process accounting to ensure it s…

  23. comment
    Comment #16544110

    Not to mention the webhooks. It's trivial to implement pushing data into slack. They even give you a hello world sample curl when you opt to add the webhook. At the simplest you ca…

  24. comment
    Comment #15852452

    The main issue I've had is with the awful documentation. They give a good chunk of examples - but I was unable to easily locate a simple listing of all the different ways of refere…

  25. comment
    Comment #14694847

    Use of grep -v equiv is wrong and dirty. Instead should be: $ [data is generated] | awk '!/something/'