HN user

cooldude127

80 karma
Posts0
Comments28
View on HN
No posts found.
[dead] 15 years ago

You're familiar with the idea of satire, right?

[dead] 16 years ago

Looks pretty cool!

What did you use to build it?

I agree with you that their software is the most compelling part of the Mac. But the reason people tend to say Apple is a hardware company is because that's where the money is made.

It's not wrong to say that the software drives the sales of the hardware. The software is outstanding, and compels people to purchase the profitable hardware.

[dead] 16 years ago

Also, computer monitors are typically farther away than a phone screen, so less resolution is needed to fool the eye.

[dead] 17 years ago

To be fair, you definitely don't pronounce it twice. Then you'd just sound crazy.

i've been using colemak for about a year and a half, and i'm very happy with it. the few times i'm forced to go without it, i can feel how much more my fingers are moving. emacs is quite usable with it, but vim requires some remapping (i'm an emacs guy so i haven't put too much effort it).

actually, objective-c is not strongly typed. it is quite dynamic, despite the fact that you often see types specified. you could replace every declared type with 'id', and your code would still work, and it would be dynamically typed.

not every developer wants to develop on their os. rather, I would like computer that "just works" so that I can do my development work.

yes it's cool to be interested in what's under the hood, but once you've tried to get your wireless working for hours on numerous occasions, you start to appreciate when things just work. i got sick of wasting my time.

[dead] 18 years ago

If you're working on something important, maybe you shouldn't be on HN. Maybe, idk, do some work?

there is a mingw port for windows. untested by me, but it looks credible. as for os x, that's all i use, and git works PAINLESSLY on it. i'm not sure where you got this information from.

this sounds a lot like what I did. I own a license to textmate, but lately i have been using Emacs a lot more. I love it. Textmate still has a special place in my heart, but right now Emacs just supports more of what I need, and it works with all my platforms.

[dead] 18 years ago

shouldn't this be ask yc or something? this is not reddit.

Qi is just a little too out there for me. All variables uppercase? Autoquoting symbols? The bizarre list syntax?

I do like the built-in partial application as well as pattern-matching. But basically it feels like Prolog with a more Lispy syntax.