Live data from Hacker News

Viewing profile — pandalicious

pandalicious

HN member
Joined
Tue, Oct 01, 2013, 1:42 PM UTC
HN karma
188
Public activity
29 items

About pandalicious

No profile information was provided.

Recent public activity

  1. comment
    Comment #45189781

    > The presence of EMTE leaves Spectre V1 as one of the last avenues available to attackers to help guide their attacks, so we designed a completely novel mitigation that limits the…

  2. comment
    Comment #40857080

    Am I misreading this or is that "How close is Spanish from Different Countries" graphic kind of jank? There's intersecting lines that are missing, like Puerto Rico and Dominican Re…

  3. comment
    Comment #24731057

    that's amazing, do you know why it works?

  4. comment
    Comment #23918519

    For anyone else that’s confused, TLS = thread local storage

  5. comment
    Comment #23634607

    "apps my mom could build" kind of describes Excel workbooks. People effectively use excel to build (highly constrained) GUIs for processing data using custom logic that they specif…

  6. comment
    Comment #21292829

    The .NET standard library docs are a thing of beauty because they intermingle autogenerated javadoc-style documentation with generally well-written freeform "remarks" sections that…

  7. comment
    Comment #21150744

    >Don't all great projects start young and gain interested folks to make it widely used? The counterpoint to this is that making a robust cross-platform GUI library is a massive end…

  8. comment
    Comment #20772085

    sort/index the db table by string length, start your search with the closest length strings (bigger and smaller) and then stop if you find a levenshtein distance that's smaller tha…

  9. story
  10. comment
    Comment #20479400

    Spotify vs Google Play Music is the perfect showcase for this. They both get the job done but Spotify is better in so many small ways. Meanwhile, instead of being improved, GPM is …

  11. comment
    Comment #20395675

    what about local filesystem access, os integration, and all the other things that you expect a desktop app to be able to do (like in this case executing a separate binary) which vi…

  12. comment
    Comment #19879668

    I think you're overestimating how much development at tech companies is done using newer languages. Java is the dominant language at both Amazon and Google.

  13. comment
    Comment #19362378

    Looks like the Iran connection came from a guy with a history of opportunistically jumping in on big security news stories: https://mobile.twitter.com/imdeaconblues/status/11050468…

  14. story
  15. comment
    Comment #18612959

    I always wonder why Google didn't just keep improving/extending Hangouts. Was the codebase just unsalvageable? Was it something to do with Google's internal politics?

  16. comment
    Comment #18603576

    I think that’s one of the reasons that WPF never saw much use in terms of widely distributed desktop apps. You couldn’t assume the presence of a particular version of the framework…

  17. comment
    Comment #18542890

    Most people who buy EC2 instances at scale won't want most of them to have persistent storage attached. Storage is handled by a DB or S3.

  18. story
  19. story
  20. comment
    Comment #16716241

    It's funny how all these replies are almost an answer in an of themselves. You laid down a basic truth: the only thing technically distinctive about a blockchain is the trustless c…

  21. comment
    Comment #16579784

    >Utility tokens exist to provide access to a good or service on a decentralized, blockchain-based network. [...] Siacoin is specifically designed as a utility token and has never b…

  22. comment
    Comment #16532593

    I'd really like to see his proposal as something you can toggle when you navigate to someone's twitter profile, since when I do that I'm usually only interested in things they wrot…

  23. comment
    Comment #15808456

    Does their patch also disable root accounts that were enabled using the exploit?

  24. comment
    Comment #15601700

    It seems like the concepts are orthogonal though. The reason powershell works is that it replaced the entire shell toolchain with object-oriented equivalents. Without that you're f…

  25. comment
    Comment #15554858

    There was a reddit comment I came across years ago and saved because it sums up the limitations of shell scripting so well: I think I've just come to realize a sad fact though: pro…