Live data from Hacker News

Viewing profile — novas0x2a

novas0x2a

HN member
Joined
Sat, Jul 04, 2009, 9:55 PM UTC
HN karma
395
Public activity
53 items

About novas0x2a

mike[at]fluffypenguin.org

[ my public key: https://keybase.io/novas0x2a; my proof: https://keybase.io/novas0x2a/sigs/kjTAsnST-L6qfThObrqWVNdOcFE1JjA4q0O62SZBSyM ]

Recent public activity

  1. comment
    Comment #23856015

    What sort of timescale do you mean by "soon"? When you start doing a new exercise regime, it's really common to experience DOMS[1] for the first few weeks. It really feels like the…

  2. comment
    Comment #23800921

    From the horse's mouth: https://www.theregister.com/2020/06/30/hard_to_find_linux_ma...

  3. comment
    Comment #20340268

    Might have been a misdirect reply (although useful), but yeah, agree, linear-time regex engines are generally a much better idea.

  4. comment
    Comment #20339503

    Some regex languages allow backtracking, and backtracking is usually the thing that causes regexes to blow up in resource cost: https://www.regular-expressions.info/catastrophic.ht…

  5. comment
    Comment #20153317

    I could be mistaken, but I think this is a somewhat weaker version of Android for Work, which shipped about two years ago, I believe (couldn't find the exact date). Perhaps Apple i…

  6. comment
    Comment #16237668

    First, let me say that I'm not panicking about the probability of this actually happening, but: "I'm more likely to get killed by a fall in the tub than by a terrorist" is only tru…

  7. comment
    Comment #14601187

    I don't think they're available in the web client, but if you 1) download google earth 2) View -> Explore -> Moon 3) In the layers panel, Moon Gallery -> Apollo Missions -> [Double…

  8. comment
    Comment #10128031

    Do you remember when the only way to make your site discoverable was to 1) get yahoo to add you to their hand-curated list of sites or 2) trade banners with a super scummy link exc…

  9. comment
    Comment #8738353

    Good. When I traveled out of the US, I noticed my phone battery life was terrible. Inspecting via catlog, I noticed that the amazon appstore (which I didn't actually have installed…

  10. comment
    Comment #8461177

    And if you're using some common Linux fonts (I'm pretty sure it's dejavu, in this case) that character renders as the Klingon Empire logo. 0xF8FF is in the Unicode Private Use rang…

  11. comment
    Comment #7969916

    Do you still have any contacts there? I'm one of the (former) developers of vision workbench, and it's kind of a shame that code.nasa links to a fork that's almost 3 years behind (…

  12. comment
    Comment #7411657

    I'm going to replicate the comment I made on the reddit thread here: Strongly recommend against [System76] 1) They only test against one version of ubuntu, and they seem to patch t…

  13. comment
    Comment #6455460

    Don't forget about PDS! The Planetary Data System is where all NASA-funded data ends up eventually: http://pds.nasa.gov/

  14. comment
    Comment #4418719

    Much to my surprise, rsync on osx (with the --link-dest arg, iirc) can create directory hardlinks. I was unable to figure out any other tool to delete them; I ended up having to rs…

  15. comment
    Comment #4347807

    If it was a content id takedown (which it sounds like it was, and Ars thinks so too), the DMCA is not involved at all; Google's content id system allows takedowns that do not use t…

  16. comment
    Comment #3018337

    for any purpose, at any time, provided that following collection of such location and speed information identifiable to your Vehicle They store the data tied to your identity. A da…

  17. comment
    Comment #2944129

    I apologize if this seems like I'm attacking a strawman, that's not my intent. (If I did hit the strawman, please tell me how I've misunderstood...) The problem with this sort of i…

  18. comment
    Comment #2869093

    It's not the same scope as a claimed 4G attack, but you can already intercept voice and some data on every US GSM network with openbts/gnu-radio; it's pretty trivial to set up an I…

  19. comment
    Comment #2814342

    Citation? I got in on the $99 + $5/mo deal at Christmas, and I have not once received an upsell request. I have, however, received updated results every month since then. Now, eith…

  20. comment
    Comment #2618005

    While I don't really approve of the anti-sourceforge attitude, I do understand it; when SF had essentially a monopoly on open source project storage, they chose to milk it and rest…

  21. comment
    Comment #2543819

    You can get this from wikipedia, but the short answer is that the graphite moderator Chernobyl used ignited. The burning graphite released smoke fallout, which spread very far due …

  22. comment
    Comment #2522783

    You might have "minimize embedded metadata" checked in the export options; uncheck it and I bet the serial will survive the export. Also, if you want more control over exported met…

  23. comment
    Comment #2394021

    One thing to check: what is your current locale? GNU grep is much, much slower when it's multibyte-aware, even if you're searching for an ascii string. Try repeating your test with…

  24. comment
    Comment #2190648

    If you want a more visceral account, "The Corner" by David Simon is a non-fiction chronicle of the Baltimore drug culture's effect on the people who live in it. Simon spent about y…

  25. comment
    Comment #2188504

    If you install CFITSIO[1], you can rebuild GDAL with FITS support. GDAL is the crazy-format swiss army knife. Some caveats[2] apply, though. 1) http://heasarc.gsfc.nasa.gov/docs/so…