Viewing profile — bc_programming
bc_programming
HN member- Joined
- Tue, Jun 13, 2023, 6:38 AM UTC
- HN karma
- 255
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About bc_programming
No profile information was provided.
Recent public activity
-
comment
Comment #48616477
A pascal string is a single byte with the length, followed by the data. Some implementations use more bytes for the length data, such as Delphi which changed over to a 4 byte prefi…
-
comment
Comment #47484097
My favourite example of "Modern" style is the toggle switch, shown even in that image. I laugh a lot of the times I see one, it's the 'replacement' for the checkbox, but it's so aw…
-
comment
Comment #43539626
We don't digest food exclusively with bacteria. They play a role, of course, but our digestion is done through things with hydrochloric acid and various enzymes produced by the sto…
-
comment
Comment #41875513
Well if it's self-hosted you have to do it yourself. You can either backup your databases from the old version and restore it to the new version once installed, or you can use pg_u…
-
comment
Comment #41577710
It's related because that past suggests a history of being untrustworthy. I mean we're talking about running a company that literally stole money from people and intentionally infe…
-
comment
Comment #41544378
This issue seems like partly an artifact of the invented binary operator ^. In math exponents are superscripts and there's no binary operator- it's part of the term. But for text o…
-
comment
Comment #41332559
This is because a particular support page has "The Control Panel is in the process of being deprecated in favor of the Settings app, which offers a more modern and streamlined expe…
-
comment
Comment #41084395
In this case, By "side effects" I mean non-obvious changes to the static state, Where a seemingly simple function will both rely on static fields to evaluate it's result as well as…
-
comment
Comment #41083246
For me, I bought "Clean Code" because it was, at the time at least, quite highly recommended. After being rather confused for a while, I finally stopped reading right around page 1…
-
comment
Comment #40613261
Not quite what you are describing, but you can prevent any specific executable from ever running by configuring a "debugger" for it in Image File Execution options (HKEY_LOCAL_MACH…
-
comment
Comment #39822408
He was CTO but also owned the company. That is why he was named directly on the complaint. I feel he violated what I feel are very basic, elementary ethical principles with regards…
-
comment
Comment #39813625
Fair enough. As others have noted the source code was leaked; I've got NT4, NT5, XP, XPSP1 and Server 2003 codebases to review from that, which I downloaded a good while ago. I've …
-
comment
Comment #39812561
I was able to confirm in the Windows NT4 source code that he originally wrote some of the code for the format dialog on 2-13-95. That much is true. (late 1994, early 1995, close en…
-
comment
Comment #39596997
This guy has always rubbed me the wrong way. Like he's grifting. Which isn't helped by the fact I've learned recently that apparently he literally did run a scam company and spread…
-
comment
Comment #39532181
My understanding is that The "Nintendo hired the iNES Developer" story is actually it's own myth! The person referenced who Nintendo hired is Kawase Tomohiro. The basis for calling…
-
comment
Comment #39439976
My understanding is that TOS and TNG were shot on film and the 1080p versions aren't upscaled but are actually rescanned from the film. TNG supposedly had to basically be re-edited…
-
comment
Comment #38398221
Firefox's implementation of Manifest V3 will work with software like ad blockers as it does not have the same limitations imposed on the browser side.
-
comment
Comment #38330729
When they first started this, a month ago (or so?) I just right-clicked and used block element with uBlock Origin to block the popup and the div element that covered the page to di…
-
comment
Comment #38096248
"Clean room" reverse engineering basically has you with two completely separate groups of developers. One group will decompile and analyze the target software, and build a detailed…
-
comment
Comment #38029281
Right, but water not being readily burnt is not evidence that hydrogen is inert.
-
comment
Comment #37607594
A related detail, even things like icon design have gone in a strange direction. In the interest of simplicity they've gone from recognizable to rather amorphous blobs. A button fo…
-
comment
Comment #37478264
My recollection is that the migration tool was really just a tool that would fill your VB6 code with comments telling you that you had to rewrite stuff. Trouble spots were largely …
-
comment
Comment #36856606
The thing that gets me in the originally posted link is that the author decided since this was Air Canada, every single person involved must end their sentences with 'eh'.
-
comment
Comment #36671586
Copyright means the copyright owner owns the rights to distribute the work. Which includes not distributing it at all.
-
comment
Comment #36542886
The "return to center" behaviour of the N64 Control Stick is provided by a spring that pushes up against a plastic bowl which is underneath the stick. The stick itself slots throug…