Live data from Hacker News

Viewing profile — pederb72

pederb72

HN member
Joined
Mon, Apr 12, 2010, 7:34 AM UTC
HN karma
32
Public activity
20 items

About pederb72

No profile information was provided.

Recent public activity

  1. comment
    Comment #42097550

    Looks like the graph is rendering a different expression than the one you are modifying. If you tap to select the graph element view there’s a graph config button you can tap to se…

  2. story
  3. comment
    Comment #4433859

    Microsoft won't even let you move your X-Box Live account to a different country/region. My wife has this problem now since her Live account is stuck in Europe and there's just no …

  4. comment
    Comment #3606150

    I recommend DJ River's Ambient Mixes: http://www.djriver.com/

  5. comment
    Comment #2934992

    You should watch Life of Brian some time: http://www.imdb.com/title/tt0079470/quotes

  6. comment
    Comment #2328732

    PEG for Lua is pretty easy to use and experiment with: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html

  7. comment
    Comment #2278065

    The Dropbox app on iOS can play mp3 files so you don't have to use iTunes to sync your music. iBooks having DRM is (IMO) a problem with the publishing industry, just as DRM on musi…

  8. comment
    Comment #2277897

    As far as I can remember, Apple/Steve Jobs talked the music industry into dropping DRM on music. As the leading ebooks store Amazon should be the one to push to remove DRM from boo…

  9. comment
    Comment #2277685

    I'd love for Amazon to remove the DRM from their books, and just sell books in epub format which can be read on any device without a Kindle app. That would solve Amazon's problem w…

  10. comment
    Comment #2054111

    GLM ( http://glm.g-truc.net/ ) - A C++ mathematics library based on GLSL. It's not a new library, but I didn't know about until 2010. It's really convenient to use (almost) the sam…

  11. comment
    Comment #1800585

    Actually, Lua's table object is split into two parts. The array part, which is accessed using numerical indices, and the dictionary. It's done like that to enable fast array access…

  12. comment
    Comment #1694018

    I couldn't agree more. I've been a Spotify premium user from day one (I loathe commercials), and it's absolutely worth the monthly fee. As a premium user you also get the iOS/Andro…

  13. comment
    Comment #1683378

    A personal hero for me as well. In addition to the projects listed in the wikipedia article, I'd like to mention TinyGL ( http://bellard.org/TinyGL/ ), which was really useful for …

  14. comment
    Comment #1677121

    Thanks a bunch for this. I've experimented a bit with Lua/ObjC bindings as well, and your solution looks very good. I just love Lua. It's such a powerful language, and perfect for …

  15. comment
    Comment #1677077

    Just compile the interpreter/VM and include it in your application. It depends on the size of the interpreter if this is possible/practical I guess. It's no problem with Lua for in…

  16. comment
    Comment #1676611

    Using your logic VLC shouldn't release a Windows version since Linux is more open than Windows. I'm sorry, the world just doesn't work like that. Besides, even with Android NDK it'…

  17. comment
    Comment #1392333

    You don't think Safari on iPad/iPhone can view porn images already? :p

  18. comment
    Comment #1310735

    All risk could be removed if an app could only use a specific version of a library I guess (even a bugfix micro release can introduce regressions). However, adding support for 3rd …

  19. comment
    Comment #1310583

    Then Apple would have to trust that Adobe (or other 3rd party library developers) will never introduce regression bugs in their dynamic library, and never break the ABI, otherwise …

  20. comment
    Comment #1258623

    This is stated again and again on HN, but it is just not true. You could run interpreted code, it just wasn't allowed to download and run modules, everything had to be linked into …