Live data from Hacker News

Viewing profile — akandiah

akandiah

HN member
Joined
Fri, May 25, 2012, 2:02 PM UTC
HN karma
2,589
Public activity
365 items

About akandiah

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38874349

    The world outside of the USA that functions perfectly fine with CCS2 adapters.

  3. comment
    Comment #34591660

    The farebox recovery ratio in many western nations are not enough to ever fully fund public transport. In many cases, the systems to collect fares end up costing hundreds of millio…

  4. comment
    Comment #30506877

    Fun fact: z/OS is now emulated on Red Hat Linux nowadays for "new" deployments.

  5. comment
    Comment #30255018

    I'd read the following before eating too many Brazil nuts: https://en.wikipedia.org/wiki/Brazil_nut#Nutrition_and_human...

  6. comment
    Comment #30238064

    Communications of the ACM.

  7. story
  8. comment
    Comment #27979663

    > Such small software shops like Microsoft unfortunately cannot afford to hire designers to do multiple sets of icons. I had to chuckle. I remember back in the Windows 3.11 days, t…

  9. comment
    Comment #25680650

    > An engineering company should have engineers as managers from the bottom level all the way up to the CEO. Sun Microsystems had this. Didn't work too well for them. It's not at al…

  10. comment
    Comment #25514659

    I think this aspect is also worth considering: https://www.thebillfold.com/2012/05/only-an-idiot-would-rob-...

  11. comment
    Comment #25404391

    I believe Bryant and O'Hallaron wrote a text book just for this course. You can always "optimize" it by reverse engineering the benchmark app and providing the correctly aligned bl…

  12. comment
    Comment #25404373

    This is probably the best way to learn about pointers in C. The book "Computer Systems: A Programmer's Perspective" addresses this area very well: https://www.pearson.com/us/higher…

  13. comment
    Comment #24905315

    Bluetooth still isn't perfect for certain use cases. That's why Apple ended up augmenting it for audio. Apple was an early adopter of the standard. I remember when being amazed at …

  14. story
  15. story
  16. story
  17. comment
    Comment #23492413

    > A lot of people forget that the G in GTK stands for Gimp Source? It's always stood for Gnome Toolkit. You must be confusing this with the GDK (GIMP Drawing Kit) that's between th…

  18. comment
    Comment #23242738

    Is this an msi hiding in a wrapper? Anyone who has dealt with the innards of an msi file knows it's a dog's breakfast!

  19. story
  20. comment
    Comment #21439740

    They even had a version of Java for .Net called J# (J-Sharp). That didn't last long.

  21. comment
    Comment #19604454

    > You need a special screwdriver P5 Pentalobe screwdriver: https://en.wikipedia.org/wiki/Pentalobe_security_screw

  22. comment
  23. story
  24. comment
  25. comment
    Comment #19351655

    A couple of things I've noted over the years: - Fields, or anything that uses fields: They're completely broken. They only seem to function in straight-forward case. For e.g: it's …