Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
danprager
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
danprager
17y ago
I put it down to a limitation of the Aussie (and other) stock exchanges. The shares had dropped to $0.01, when their true value was negative, given the stapled obligations that they carried. Bolton should have been paid to take on the deb
2.
▲
by
danprager
17y ago
Good, but overly long article. I have reached the similar conclusions in favor of functional tests over the last decade or so. Personally, I have worked seriously used DBC , TDD, and automated scenario testing, and hybrids in that order of
3.
▲
by
danprager
17y ago
Kent Beck's book: Test-Driven Development Don't just read it: Work your way through it. You need to follow the recipe to develop the discipline/knack. Fairly quick and reasonably easy.
4.
▲
by
danprager
17y ago
Side-track: The Romans used IIII for 4, not IV, etc. which was introduced by early printers (not dot-matrixes ;-) to save space, so the original system was more additive. Looked at in this light, you can see more easily how humanity progres
5.
▲
by
danprager
17y ago
They do work; they just don't integrate with the built-in types: Why should they? Try instead: car(cons(1,2)) -> 1 cdr(cons(1,2)) -> 2 car(cons('a', cons(2, 3))) -> 'a'
6.
▲
by
danprager
18y ago
Well right now you are using an application -- Hacker News -- that is written in pg's Arc language which runs as an interpreter on MzScheme which is part of PLT Scheme. Why don't more people use DrScheme, HTDP, etc.? This is a question abo
7.
▲
by
danprager
18y ago
In the spirit of FSJ, intended in part to satirize Australian governmental attempts to increase internet censorship. Some of the tweets: "Apparently LOL means 'Laugh Out Loud' and not 'Lots Of Love'. Now I'm going to have to re-read all tho
8.
▲
"Fake Steve Conroy" fesses up: Twitter satire of Australian Communications Minister
(smh.com.au)
1 points
by
danprager
18y ago
|
1 comments
9.
▲
by
danprager
18y ago
There have been a few attempts to methodologize a more "consultative approach" to Sales, notably SPIN Selling, Strategic Selling and Solution Selling. The last of these has been the most successful, and interestingly it was cooked up by a t
10.
▲
by
danprager
18y ago
An app store gives somewhere for vendors to hang up their shingle (like a mall), and -- depending on the barriers to entry -- gives some assurance to "shoppers" looking for apps. We've just launched a new business app, bSelling - http://bc
11.
▲
Ask HN: Marketplaces for mashing business apps?
1 points
by
danprager
18y ago
|
1 comments
12.
▲
by
danprager
18y ago
For our first web-based product we (Austhink software) decided to go straight for integration with the web-based Salesforce CRM, and put it up on Salesfore.com's AppExchange marketplace. We've only just got it up there, but I thought that o
13.
▲
Experience report: Making the bSelling add-on to Salesforce & promoting it on AppExchange
(dailykibitz.blogspot.com)
3 points
by
danprager
18y ago
|
3 comments
14.
▲
by
danprager
18y ago
Yes, these idioms would work in Javascript too. I guess the point is that people are starting to discover that languages like Python and JS support these functional idioms quite nicely. Remember when all the books on JS pretended that it wa
15.
▲
by
danprager
18y ago
We've looked at them. There service is pretty slick, and well-backed, but you need to pay a significant monthly fee (with 12 month lock-in) to get started, so you would want to have a good turn-over before going with them. They seem to be
16.
▲
by
danprager
18y ago
Yes, in that case the inner function has access to the arguments of the outer function. But you can go deeper -- e.g. declaring an inner function inside code inside the out er function -- which also knows about the local variables in the o
17.
▲
by
danprager
18y ago
Yes, "named let" is lovely, but perhaps less obvious for the non-cognoscenti. It also doesn't translate into Python, etc.
18.
▲
by
danprager
18y ago
Learning Scheme helped my Python by teaching me some new (to me) idioms, besides the first-class function stuff. For example, it is natural in Scheme to declare a lot of local information, including local function definitions. These have t
19.
▲
by
danprager
18y ago
"A big barrier to entry for Scheme is getting a nice environment set up" Dunno: DrScheme is very nice out-of-the-box.
20.
▲
Blog hack: Add a table of contents post & widget
(dailykibitz.blogspot.com)
1 points
by
danprager
18y ago
|
0 comments
21.
▲
by
danprager
18y ago
Another possible collapse would be to say "I have two children, and the oldest [or youngest] is a girl". That would disambiguate GB & BG, by effectively stating I have G? [or ?G]. Then the odds would be 50%.
22.
▲
by
danprager
18y ago
I too enjoy reading. I commute and read books on the train. I also read a bit before going to bed and otherwise opportunistically. I read multiple books at once, and this can be a problem. I have sworn not to buy any more books from Amaz
23.
▲
by
danprager
18y ago
Propose away! Here's another: How many hits in the top 10 do you get? I get 5.
24.
▲
What's your vanity rank?
(dailykibitz.blogspot.com)
1 points
by
danprager
18y ago
|
2 comments
25.
▲
by
danprager
18y ago
Most languages short-circuit ands and ors already, but adding additional short-circuiting demands macros: My practical example of this is my desire for a short-circuit "implies" operator to use in assertions (typically in post-conditions).
26.
▲
by
danprager
18y ago
Just because testing was a reaction to crappy schools doesn't mean that it leads to improvement. * * * I don't have time to start my own alternative school and report back to this thread. But I note that Brin & Page, Jeff Bezos, Ji
27.
▲
by
danprager
18y ago
Thanks for the constructive feedback; I think that all of those suggestions would help. The slideshow at least partially addresses some of these issues, but if that contains the more effective message, then Ogilvy's point about finding an a
28.
▲
by
danprager
18y ago
Really refreshing to read such clear and down-to-earth advice on advertising / promotion / branding. Anyone care to review how well my firm's new product + web-site http://bcisive.austhink.com/ (pre-launch) stack up against the Ogilvy che
29.
▲
by
danprager
19y ago
cua-mode (Common User Access) gives you Ctrl+X / C / V as per Windows, and mouse highlighting, apparently without interfering with standard emacs key-bindings too much: http://www.gnu.org/software/emacs/manual/html_node/emacs/CUA...
30.
▲
by
danprager
19y ago
PhD in Mathematics (computational physics), 1997. Self-taught at programming from age 14. After finishing my PhD I decided to get out of academia. Didn't want to work as a "quant", hence: software (mainly programming).
More ›