Viewing profile — kazinator
kazinator
HN member- Joined
- Wed, Jul 02, 2014, 10:14 PM UTC
- HN karma
- 35,032
- Public activity
- 25,322 items
- HN profile
- View on Hacker News ↗
About kazinator
Want to talk to me? Drop me an e-mail:
125-888-0378@kylheku.com
This could change without notice; check the profile.
Git repositories: https://www.kylheku.com/cgit
Mastodon: @Kazinator@mstdn.ca
LinkedIn: https://www.linkedin.com/in/kaz-kylheku-8a8b94197/
meet.hn/city/49.2608724,-123.113952/Vancouver
Socials: - kazinator.at.hn
---
Recent public activity
-
comment
Comment #49253708
Gaddafi criticized Islamic fanatics; he was basically a good guy in the Middle East.
-
comment
Comment #49253661
Let's assume that parameter are all the same size and put on a stack. If you know that you are an M-parameter function being called, and you want to tail cal an N-parameter functio…
-
comment
Comment #49253528
OK. So I put the slider into a random middle location. Then I zipped it back all the way left as fast as I could. Still not up to competitive speed cubing level! Shucks, golly, gee…
-
comment
Comment #49253478
Classic letter writing is dread, acrimony and gin.
-
comment
Comment #49253441
Don't forget good old relays.
-
comment
Comment #49253138
> Why do CPU vendors implement a mode that cannot be controlled by the user? Devil's Advocate: can you control every transistor in a good old Z80? Of course, that's not where the g…
-
comment
Comment #49252073
> The easy moral of the story is that Twain was gullible and Paige a huxster. It absolutely isn't. Paige was actually the engineer/tinkerer earnestly developing this machine, which…
-
comment
Comment #49251610
Not if it is to be 22 nF. To make a 22 nF capacitor using a pair of copper pours separated by a 1.6 mm thick old school two-layer PCB, we would need something like 10 square feet! …
-
comment
Comment #49251511
Nobody uses nF in, say, digital, where the only caps are power supply filter caps and bypass/decoupling caps next to ICs. It's not customary to call a 0.1μF bypass cap 100 nF. If s…
-
comment
Comment #49251425
Another way to reduce ambiguity is to omit the suffix (unless it's p for picofarads) and let it be deduced from the numbers and symbols. 47 -> 47nF (if next to plain double bar sym…
-
comment
Comment #49251359
nF is used a fair bit in audio circuits. Nanofarad-range capacitors, typically from 1 to 100 nF, often appear in filtering circuits. From time to time, values down to around 300 to…
-
comment
Comment #49251132
The temperature stability looks fantastic, but it has a voltage coefficient for capacitance which is worse than film caps. From datasheet: > Voltage That is significant: over just …
-
comment
Comment #49228074
My joints may be inflexible, but at least I can't be misfolded!
-
comment
Comment #49225289
I wouldn't call this a Pareto Frontier, but simple isolines through a 2d function. There are weight x rep combinations that have a e1rm of 80kg, 85kg, 90kg, and so on. These are ju…
-
comment
Comment #49223857
In the formula given in the Definition, what is the point of including the y'' /= y' condition, given that y'' >- y'? Could a solution ever Pareto-dominate itself? If we know that …
-
comment
Comment #49223044
Maybe the secret is in what you print?
-
comment
Comment #49219725
My name is LUCA I'm your distant ancestooor I have some news for you Yes, they think life came once before
-
comment
Comment #49219640
> But how wide is the minus sign? It depends on the font size, maybe it’s hard to predict. If you use a real minus sign, and not an ASCII hyphen, it should be the same width as the…
-
comment
Comment #49219619
I smell Buridan's ass. :)
-
comment
Comment #49218405
Bus cycles can be arbitrarily long on any processor that has memory cycles with a hand shake requiring an ack, with no timeout. E.g. we can build a board around a MC68000 where we …
-
comment
Comment #49214139
Yes; it is not relevant whether the dominating solution is in the set or not. It is a fact that the solutions in the front dominate all those not in the front, but the weakest stat…
-
comment
Comment #49211656
Compiler should be called Bud. Made an error? Hold your beer, Bud's got your back: the Bud Wyzer compiler!
-
comment
Comment #49211632
The way it's written is misleading. The Pareto front solutions are all dominators of the non-solutions, but not dominators of each other. For A to dominate B, A has to be at least …
-
comment
Comment #49211546
A kind of Pareto domination criterion is used in C++ for determining overload resolution: which function overload gets the call. The objectives are matching arguments to parameters…
-
comment
Comment #49211123
I think it's impossible for it not to be poorly implemented because the gesture is inherently ambiguous (or becomes so when you overload it). I think what "poorly implemented" actu…