Viewing profile — akandiah
akandiah
HN member- Joined
- Fri, May 25, 2012, 2:02 PM UTC
- HN karma
- 2,589
- Public activity
- 365 items
- HN profile
- View on Hacker News ↗
About akandiah
No profile information was provided.
Recent public activity
- story
-
comment
Comment #38874349
The world outside of the USA that functions perfectly fine with CCS2 adapters.
-
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…
-
comment
Comment #30506877
Fun fact: z/OS is now emulated on Red Hat Linux nowadays for "new" deployments.
-
comment
Comment #30255018
I'd read the following before eating too many Brazil nuts: https://en.wikipedia.org/wiki/Brazil_nut#Nutrition_and_human...
-
comment
Comment #30238064
Communications of the ACM.
- story
-
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…
-
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…
-
comment
Comment #25514659
I think this aspect is also worth considering: https://www.thebillfold.com/2012/05/only-an-idiot-would-rob-...
-
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…
-
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…
-
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 …
- story
- story
- story
-
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…
-
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!
- story
-
comment
Comment #21439740
They even had a version of Java for .Net called J# (J-Sharp). That didn't last long.
-
comment
Comment #19604454
> You need a special screwdriver P5 Pentalobe screwdriver: https://en.wikipedia.org/wiki/Pentalobe_security_screw
- comment
- story
- comment
-
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 …