Viewing profile — wduquette
wduquette
HN member- Joined
- Sun, Jul 17, 2022, 3:59 PM UTC
- HN karma
- 544
- Public activity
- 293 items
- HN profile
- View on Hacker News ↗
About wduquette
No profile information was provided.
Recent public activity
-
comment
Comment #49222375
I had at least one Gateway 2000 desktop and several laptops over time. All but the last laptop were lovely machines. The last looked good on paper, but it was thicker and heavier t…
-
comment
Comment #49219075
Me, too.
-
comment
Comment #49181802
Fair point.
-
comment
Comment #49181789
To be clear, I greatly disagree with Clean Code’s notion of what constitutes readable and maintainable code.
-
comment
Comment #49171619
Make it work, then make it "clean" (that is, readable and maintainable); then make it fast, and only if measurement indicates that it matters.
-
comment
Comment #49171573
Using `switch` is not a better approach if the design allows for outsiders to add their own shapes at a later time. Using `switch` probably is a better approach if the range is sha…
-
comment
Comment #49171488
Using the proleptic Gregorian calendar for historical dates is only a problem if you want to compute the day of the week (which those missing days will throw off prior to the adopt…
-
comment
Comment #49155468
I stopped reading Eddings because after a while I realized that all of these fun, bantering characters I so enjoyed were (except for Garion, mostly) truly awful people and that I d…
-
comment
Comment #49115657
The loss of 3rd places is a big deal; but it seems weird to wax nostalgic over the remarkably brief period that movie rental stores were actually a thing. Blockbuster Video opened …
-
comment
Comment #49113717
I was exposed to Z notation in the late 80's, and could not for the life of me see how to apply to my work as a junior programmer. But the distinction the OP makes between Design a…
-
comment
Comment #49102972
What GUI would one use with SBCL? Is it cross-platform, Linux/Mac/Windows?
-
comment
Comment #49087240
I'm mostly a solo programmer, and I often have to go back and look at code I wrote five, ten, twenty years ago. And every time I do, I give thanks that I used comments to document …
-
comment
Comment #49087197
Re: Mr. Martin's agreement, whether he agrees or not is not nearly as important as the impression his book gives and whether your "Clean Code"-reading co-workers agree. I know peop…
-
comment
Comment #49087102
On the contrary, language code is what is "authored". The authoring tools are the IDEs, editors, compilers, etc. that we use to produce the executable application.
-
comment
Comment #49074930
At least not automatically. From an algorithmic standpoint it seems likely to be undecidable. But let us not look too closely at what was really a throwaway remark.
-
comment
Comment #49070768
Kurt Godel says that you are correct.
-
comment
Comment #49028097
A stated goal of the API is to have "low ceremony" when reading arbitrary JSON files. I agree the JSON creation API looks pretty clunky, but the parsing API looks fairly simple.
-
comment
Comment #48960927
And things I missed the first time through.
-
comment
Comment #48923736
We used to call this “middleware”, that which sits between the client and the server.
-
comment
Comment #48893833
Fascinating. When I was a kid and was having difficulty with some task, my grandfather would say, "You didn't hold your mouth right." Many years later, I realized that he was talki…
-
comment
Comment #48751066
Re: Java classes called "SimpleFoo": that's usually because `Foo` is an abstract class or interface, and `SimpleFoo` is the version you actually use most of the time, unless you ab…
-
comment
Comment #48747095
I remember the golden age of dial-up Bulletin Board Systems. I remember the golden age of Usenet. I remember the golden age of blogs. I remember the golden--well, silver--age of Fa…
-
comment
Comment #48736923
And then, along with economic bubbles you also get moral panics. Seen a bunch of those in my time as well. It's a similar thing.
-
comment
Comment #48735565
Yes, but the term "Bubble" comes from the South Sea Bubble.
-
comment
Comment #48732944
Excellent book. The high point for me was the enterprising fellow who set up a stall in London during the South Sea Bubble (the original bubble!), allowing people to invest in "An …