Viewing profile — ArtB
ArtB
HN member- Joined
- Mon, Mar 12, 2012, 3:57 PM UTC
- HN karma
- 200
- Public activity
- 115 items
- HN profile
- View on Hacker News ↗
About ArtB
No profile information was provided.
Recent public activity
-
comment
Comment #41187503
1) how would states rights prevent the tragedy of the commons? CO2 emissions surely apply. You would need to have state-level tarrifs for bad actors. 2)If you move it to the state-…
-
comment
Comment #34731096
People need efficient transport not efficient cars. Efficient cars are merely less bad, rather than good. We need more public transit and less urban sprawl so that we can reuse inf…
-
comment
Comment #28821436
Yes! I wish this was known. Mine lasted a couple of days. Thought I'd never feel joy again.
-
comment
Comment #28252792
> Jobs aren’t for financially sustaining you—they’re for financially sustaining us. That is the crux. I feel like most businesses actually don't produce enough value to justify the…
-
comment
Comment #27468399
Sounds like it would have lots of noise.
-
comment
Comment #27468373
> the rest is socialization, pointless meetings, lunches, or trying to look busy. The parts that for me made the job bearable. The rest is legacy support for CRUD apps. The office …
-
comment
Comment #11416149
Yeah, but they might live for another 6 months, or 18 months. They might see there kid graduate or get married or met a grandson in that time. Also, a close family friend was given…
-
comment
Comment #11103637
Object oriented does not require state: it requires encapsulation. I incorporate as much immutability into my code as possible and I would say most of our objects never have their …
-
comment
Comment #10813609
> If it's the latter that's the domain job. The domain's job is to represent and encapsulate valid transformations in the domain. If it's not valid within the domain then it doesn'…
-
comment
Comment #10813083
> Some validation only makes sense on a specific operation. The object you constructed, due to some business rule, may be invalid to delete but valid to update for instance. These …
-
comment
Comment #10750548
> EDIT2: The price is also way too much in my opinion. It basically costs as much as PHPStorm. Not sure why you would by DataGrip instead of Navicat. Uhm for Navicat you need to bu…
-
comment
Comment #10399323
I honestly just use my Kobo for tech books like Manning and classics from Project Gutenberg. Otherwise dead tree.
-
comment
Comment #10350021
> And most mathematicians have been reluctant to invest the time necessary to understand the work because they see no clear reward: it is not obvious how the theoretical machinery …
-
comment
Comment #10026111
Any summary on what was omitted? I'm not a C++ programmer so going to the source wouldn't help me much, but I'd love to know.
-
comment
Comment #9825498
Libertarians care about [1] and are a significant percentage of the user base and a worthwhile demographic for advertising etc.
-
comment
Comment #9819834
The property of homoiconicity is shared by all Lisps, Forths, and Prolog amongst others: https://en.wikipedia.org/wiki/Homoiconicity
-
comment
Comment #9750407
Hmm, in your opinion do you think this would be a good technique then for digitizing paper maps? And if so, could you point in the direction of a library or textbook you'd recommen…
-
comment
Comment #9712730
Don't forget the AGPL.
-
comment
Comment #8947025
Is there an e-ink reader with a 8.5"x11"/A4 screen that'll display PDFs? All I want is to be able to bring all my tech ebooks with me to work and be able to look things up/brush up…
-
comment
Comment #8921491
With the plug pulled on Groovy I'd love to see optional static typing added to JRuby, even if it wasn't a Ruby-compatible extension.
-
comment
Comment #8674508
Formatting -IMHO- depends on context. I have one convention I generally use which is chaining methods together on one line, but when chaining together builder method call I make on…
-
comment
Comment #8669488
That dream is so child-like that you should treat that person as a child.
-
comment
Comment #8622418
For those looking for Wirth's book mentioned by the parent: http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf
-
comment
Comment #8539034
>>> but my guess is that the majority of companies fall into the category where losing a person for a month is crippling. I'm of the opinion that this is a reason to discourage the…
-
comment
Comment #8439862
No, it should be part of HTML. A dimension or unit tag. It seems like a perfect continuation of semantic tags and the direction of XHTML 2 before the presentation-focused monstrosi…