Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zbobet2012
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zbobet2012
1y ago
The largest benefit of microservices has always been lifecycle management, and "clear interfaces" in "modular monoliths" does not in fact solve that. If you update the logging library in a monolith, everyone takes that u
2.
▲
by
zbobet2012
1y ago
I've had basic facts about mathematics which are wrong deleted in revisions by editors with no knowledge of the subject beyond having asked ChatGPT (which repeats the wrong shit on Wikipedia). It's hard to be worth it. Wikipedia&#
3.
▲
by
zbobet2012
1y ago
This is true, and at the same time, this article is absolutely rife with unsourced, unserious points. However insane Trumps plans, the fundamental "facts" presented here are largely a joke. > Chinese workers work longer hours m
4.
▲
by
zbobet2012
1y ago
That's only the case if you did PGO with "live" data instead of replays from captured runs, which is best practice afaik.
5.
▲
by
zbobet2012
1y ago
E.h., kind of. If you are allocating in a hot loop it's going to suck regardless. Object pools are really key if you want high perf because the general purpose allocator is way less efficient in comparison.
6.
▲
by
zbobet2012
2y ago
It depends on how long the time you spend in your c function is. cgo has a substantial overhead for calling. I tend to prefer just writing ASM functions for critical path code. You can use libraries like https://github.com/m
7.
▲
by
zbobet2012
2y ago
So on point. We do _a lot_ of hand written SIMD on the other side (encoders) as well for similar reasons. In addition on the encoder side it's often necessary to "structure" the problem so you can perform things like early el
8.
▲
by
zbobet2012
2y ago
It's not like sabotaging German ships will cause Germany to increase military spending or fix the Bundeswehr's comically bad procurement process so there is little risk for Russia in these actions.
9.
▲
by
zbobet2012
2y ago
The US has banned foreign leadership of tv and newspapers since the 30s. At no point had the US ever really allowed foreign governments unfettered control over our media.
10.
▲
by
zbobet2012
2y ago
We've banned foreign ownership of traditional media channels since the 30s. We did not ban the propaganda but we did deplatform it.
11.
▲
by
zbobet2012
2y ago
What same-process modularization does _not_ solve is independent lifecycle management. In a monolithic system your change rate often becomes tied to your slowest, most bug prone module or team. If you've some integration test that bake
12.
▲
by
zbobet2012
2y ago
Winning in bd rate though isn't hard. You need to win in bd rate and have a hardware implementable, power efficient, cheap decoder. Agreed hybrid presents real opportunity.
13.
▲
by
zbobet2012
2y ago
These sorts of models pop here quite a bit, and they ignore fundamental facts of video codecs (video specific lossy compression technologies). Traditional codecs have always focused on trade offs among encode complexity, decode complexity,
14.
▲
by
zbobet2012
2y ago
The thing I found interesting in the AVX512 gains over AVX2. That's a pretty nice gain from the wider instruction set which has often been ignored in the video community.
15.
▲
by
zbobet2012
2y ago
You've mis-understood. The 8tap filter is part of the HEVC encode loop and is used for sub pixel motion estimation. This is likely an improvement in encoding performance, but it's only in one specific coding tool.
16.
▲
by
zbobet2012
2y ago
Yeah that's cookies. They are great.
17.
▲
by
zbobet2012
2y ago
I'm a huge fan of providing laymen explanations. And at some point if you _actually_ want to understand you have to stop using those and pickup and understand the math. http://therisingsea.org/post/mast30026/
18.
▲
by
zbobet2012
2y ago
Emacs has none of these problems :p
19.
▲
by
zbobet2012
2y ago
Sure, but you are most likely using these funds as core positions in an account which is SPIC covered to 500k. If you have more than 500k of assets in this form, you should have multiple funds and bank accounts. Again, you need the collapse
20.
▲
by
zbobet2012
2y ago
You missed the point. Most people take on debt when it's cheap (low interest) and take on savings when they have high returns (high interest). You save when interest rates are high, you buy when interest rates are low. That interest ra
21.
▲
by
zbobet2012
2y ago
You've a mis-understanding of how funds like FDLXX are managed. In a T-BILL only fund even a decrease in past asset value doesn't matter because they are by law managed to 1$ of net asset value. That is they most hold 1$ of _curre
22.
▲
by
zbobet2012
2y ago
Nope, my house loan is 2.3% my liquid savings in FDLXX are about 5%. What you are saying is only true if your debt is incurred at the same time as your savings are accumulated. That's actually rather unlikely.
23.
▲
by
zbobet2012
2y ago
Depends on the money market fund. There are US treasury only funds like FDLXX, basically the only situation it would become unable to meet it's cash flow obligations is if there where no buyers for US treasuries at face value. And fran
24.
▲
by
zbobet2012
3y ago
I think because there are some very unprofitable companies driven by engineers. You can't have an organization that is devoid of finance based drive. You need some balance, and it's not always clear what the balance is.
25.
▲
by
zbobet2012
3y ago
Syntax IMO. I know it's obnoxious, but the reality is most people read C like languages, not Lisp.
26.
▲
by
zbobet2012
3y ago
This is interesting, but it's key to remember that audio and video codecs have three primary constraints in there design: compression efficiency and encode, and decode complexity Simply addressing compression efficiency without conside
27.
▲
by
zbobet2012
3y ago
Maybe Not is an excellent video in some ways, but I just watched it a few years later and it reminded me that as much as I love almost every Rich video, I do wish he'd spend some time reading a little deeper on type systems and theory.
28.
▲
by
zbobet2012
3y ago
Rich's simple made easy is the best programming video I've ever seen, and is ultimately I think what so many engineers need to "grok" to unlock better coding. I'm the "most senior" engineer (chief archite
29.
▲
by
zbobet2012
3y ago
Only over an electromagnet, not a fixed one (to our knowledge). Digmagnetic levitation requires more than one magnet or an electromagnet. https://en.m.wikipedia.org/wiki/Magnetic_levitation
30.
▲
by
zbobet2012
3y ago
No, digmagnetic of levitation requires multiple magnets in a halbac array: https://www.kjmagnetics.com/blog.asp?p=diamagnetic-levitatio... https://pubs.aip.org/aip/apm/article/9/10/1
More ›