Viewing profile — FlipperBucket
FlipperBucket
HN member- Joined
- Thu, Aug 09, 2018, 6:07 PM UTC
- HN karma
- 12
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About FlipperBucket
No profile information was provided.
Recent public activity
-
comment
Comment #17820999
> This is pretty off-putting, especially given a few glaring factual errors in your own post. Ironic, given you started with none. I standby the response, as appropriate commentary…
-
comment
Comment #17819829
> This article compares "teachers, police officers, nurses, farmers" to "lawyers and bankers", claiming that the latter make much more money than the former. > In general, that's n…
-
comment
Comment #17814927
> You're complaining that you can't tell what this HN submission is about from the top-voted comment alone Nope. johnonolan's post is top and it explains about as much as the site.…
-
comment
Comment #17814707
https://en.wikipedia.org/wiki/Nuclear_proliferation ? Thorium/breeder reactors don't work for large booms, but would be fine for small booms and dirty bombs.
-
comment
Comment #17813225
That's missing a tangential point, but not THE ostensible point (topical)?
-
comment
Comment #17812657
So it was an accurate depiction of what they would be working on? It seems like this is akin to the goal.
-
comment
Comment #17804862
No. It's alive and particularly pragmatic in dynamic languages. The type of sigil, @ or $ or I or Array(space) are all equal to the interpreter. The difference is how offended you …
-
comment
Comment #17803306
I prefer a convention of semantically relevant variable names prefixed/suffixed by a letter indicating type.
-
comment
Comment #17779172
> He was working at an Arizona bank, where he was a “programmer,” not a “software developer.” That's an example of nightmarish bureaucracy getting in the way of hiring. Titles don'…
-
comment
Comment #17767181
> Code Review should be about catching mistakes. Overly-complicated code is a mistake. Maintainability matters almost as much as a passing unit test. You want your code reviews to …
-
comment
Comment #17760004
> The fourth amendment absolutely applies to hotel rooms. Hotel Security aren't the federal government. The 4th amendment? C'mon.
-
comment
Comment #17759464
Seattle and almost anywhere in Southern California are also fantastic areas.
-
comment
Comment #17759288
> The porn industry is violently against even basic things like condom use THAT is a matter of profitability, whatever else you may think. SMH I have to wonder what's wrong with pe…
-
comment
Comment #17759240
> reinforce an invalid argument. It's not about some logical argument. That's for a judge to decide.
-
comment
Comment #17737503
> The set of integers do not form a field The set of integers represented by the integer types of pony can be treated as a field, since they have discrete ranges.
- comment
-
comment
Comment #17737379
> programmers write programs to solve real problems, and real problems define 1/0=undefined Saying that is easy and common. Can you come up with a contrived example?
-
comment
Comment #17736785
The topic is a computer language. I'm referring to utility.
-
comment
Comment #17736743
I think this is calling for a Pony programmer working with floating point to know how their own basic operators function. Wrapping division in a function that checks for zero will …
- comment
-
comment
Comment #17736640
> You’re doing something different than real number arithmetic Computer languages execute on rules that are not utilizing real number arithmetic. I didn't want to mention it, but t…
-
comment
Comment #17736457
1/0 = undef (cast to 0) 1 != 0*0 I don't see the inconsistency. Abstract math vs practical application.
-
comment
Comment #17736403
> the many pieces of code that assume that (x / y) * y equals x The same issue if division by zero throws an exception. This is simply a more practical approach that dispenses with…
-
comment
Comment #17729306
Classic postmodernist eventuality. Everyone is equal, but if you take issue in highlighting that a practice might offend by implying that there is a difference, you become the enem…
-
comment
Comment #17729288
I disagree. The larger context and underlying causes are not possible without the groundwork. The claims that it isn't being done reads like you just want the answers faster, while…