Viewing profile — bazoom42
bazoom42
HN member- Joined
- Sat, Feb 05, 2022, 8:30 AM UTC
- HN karma
- 1,790
- Public activity
- 961 items
- HN profile
- View on Hacker News ↗
About bazoom42
No profile information was provided.
Recent public activity
-
comment
Comment #49157367
The readability should be compared to alternative ways to solve the same problem. Sure, regexes are not the most intuitive syntax, but it is compact and declarative. What is the al…
-
comment
Comment #49137236
Doesn’t sound very hippie to assume by default , without knowing anything about the issue, that the big corporations are in the right.
-
comment
Comment #49137160
[flagged]
-
comment
Comment #49082000
What is json-esque SQL?
-
comment
Comment #49081971
Because we call someone using a programming language a programmer. But certainly many professionals who arent full-time programmers write Excel formulas or queries. The intention o…
-
comment
Comment #48903940
This article is not about null but about NaN, a special case floating-point value which is the result of diving by zero.
-
comment
Comment #48870854
> So what we have is writings written hundreds of years later documenting an event with no earlier writings verifying that documentation. Unfortunately, this is the case for much o…
-
comment
Comment #48869777
Try applying the same criteria to say the battle of Thermopylae. What does the Persian sources say?
-
comment
Comment #48869614
As far as I know we have no Persian sources for the batte of Thermopylæ. Historians also agree that Xerxes couldnt possibly have had a million man strong army. Does this mean the w…
-
comment
Comment #48860617
How so? Are the Greek the sea people then?
-
comment
Comment #48860546
We dont know that.
-
comment
Comment #48821380
Whould would you have preferred?
-
comment
Comment #48815145
The point of art (like music and litterature) is the art itself. Code is a craft, it is means to an end. It can still be beautiful and impressive and creative, but it is a differen…
-
comment
Comment #48792716
Best solution: Learn SQL and understand the relational model. Learn data modelling and normalization. Then choose a good ORM which does not get in the way, but saves a bunch of boi…
- comment
-
comment
Comment #48734059
Ah, that sounds like a classic mistake - rewriting a system from scratch without fully understanding what the system actually does.
-
comment
Comment #48717305
Are you referring to some particular projects, or to the early stages of every project?
-
comment
Comment #48717107
The article refers to the astronomical calendar, which is differnent from the gregorian by having a year 0, which makes calculations simpler. After year 1 the years have the same n…
-
comment
Comment #48711093
YAGNI is not about things you know you need, because then you wouldn’t write any code ever.
-
comment
Comment #48642630
How so?
-
comment
Comment #48630659
Stalk their children? What policy are you referring to?
-
comment
Comment #48630476
Very charitable to call it a “grey zone” to stalk and dox children of politicians you dislike.
-
comment
Comment #48626032
Usually it is not a secret, but currently the prime minister and her family live at a secret address.
-
comment
Comment #48622461
Probably, but note that cross-domain GET-requests have been supported since the beginning of the web, since this is literally how links works. So while a badly implemented GET hand…
-
comment
Comment #48620440
Depends. If the abstraction is just a level of indirection, then it is usually pretty simple to eliminate - just hit “inline function” in the refactoring tool a few times. On the o…