Hacker Newsnew | past | comments | ask | show | jobs | submit | vitus's commentslogin

Best I can tell, it's originally from Heguanzi: https://ctext.org/he-guan-zi/shi-xian

Beautiful text. By the way, I can't thank enough the maintainers at ctext.org. What a beautiful work they do.

I have evidence that it's not AI. It's just a regex.

https://github.com/elijah-potter/blog/blob/master/pages/hnsa...


I thought as much. With the sheer amount of flagged comments in the comment history turning up with showdead on, it looked very suspicious.

Shockley? The guy whose employees hated him so much they went and founded a rival company which then gave rise to Silicon Valley?

https://en.wikipedia.org/wiki/Traitorous_eight


The more interesting the movie could be!


Shockley might have been a better researcher/engineer than manager, still I'm sure a movie about his early days, including the alienation of some of the people he recruited later, would be an interesting watch :)


Never underestimate the lifelong inspiration of a bad boss.


Hilariously, "os as g" adds one more byte than it saves, since os is only used 4 times but the alias takes 5 extra bytes to save 4. And "socket as s" comes out even.

If you wanted real savings, you'd use "d=bytes.fromhex" instead of defining a function -- 17 bytes!! And d('00') -> b'\0' for -2 bytes.

We could easily get the byte count down further by using base64.b85decode instead of bytes.fromhex (-70 or so), but ultimately we're optimizing a meaningless metric, as you mention.


Indeed; most personal banking customers can fall back on FDIC insurance ($250k should be more than enough to cover your emergency fund). This isn't the 1920s.


It sure isn’t the 1920s, it’s the 2020s so things like digital money are ephemeral and whimsical.

The bigger question is how much food and medicine is there in the supply chain buffers? If all production was to stop immediately — how many calories are on the continent? How many grams of insulin or penicillin?

In a crisis how will those things be distributed? Will it be based on immediate need or social class?

What’s keeping the system going anyways? Why do ships continue to come with consumer goods from China? Why do farmers send their grain to market?

It’s kind of neat to think about what will happen in this sort of scenario. I wonder how long the data centres will keep running, churning out models that don’t have a market an aren’t quite good enough for AGI.


Alas, for Silicon Valley Bank they went with 'too big to fail' and also covered uninsured deposits. That's moral hazard and endangers the core purpose of the insurance.


Agreed. That said, FDIC would have not been able to cover all $150 billion or so of uninsured SVB deposits directly from the insurance fund, so had that been the only available option for making depositors whole, then FDIC would have had to pass.


Well, insurance should only covered insured deposits.

> [...] so had that been the only available option for making depositors whole, [...]

On paper, FDIC might be independent and have its own balance sheets. But in practice and given politics, FDIC itself can't fail / isn't allowed to fail. It'll always be bailed out, and that's what the market expects.

For the stability of the economy, it would have been better not to make uninsured depositors whole.


> magic eyeballs

https://en.wikipedia.org/wiki/Happy_Eyeballs is the usual name. It's not quite identical, since you often want to give your preferred transport a nominal headstart so it usually succeeds. But yes, there are some similarities -- you race during connection setup so that you don't have to wait for a connection timeout (on the order of seconds) if the preferred mechanism doesn't work for some reason.

The main term I've seen for this particular approach is "request hedging" (https://grpc.io/docs/guides/request-hedging/, which links to the paper by Dean and Barroso).


Request hedging or backup requests are indeed the terms I know for requests where you give the first request a bit of a headstart. I didn’t know about the term happy eyeball to signify that all requests fire at the same time.


> I didn’t know about the term happy eyeball to signify that all requests fire at the same time.

It's not quite the same. Usually with Happy Eyeballs, you want to try multiple protocols (e.g. QUIC vs TCP, or IPv6 vs IPv4), and you have a preference for one over the other. As such, you try to establish your connection via IPv6, wait something like 30ms, then try to establish via IPv4. Whichever mechanism completes channel setup first wins, and you can cancel the other one.

It's a mechanism used to drive adoption of newer protocols while limiting the impact on end users.


Happy eyeballs, that makes a lot more sense thanks. Someone's "magic eyeballs" here apparently isn't reading his own writing :)


This is approximately the section in the video titled "Memory controllers hate you" (https://www.youtube.com/watch?v=KKbgulTp3FE&t=1399s), combined with the following section.

The actual explanation starts a couple minutes later, around https://youtu.be/KKbgulTp3FE?t=1553. The short explanation is performance (essentially load balancing against multiple RAM banks for large sequential RAM accesses), combined with a security-via-obscurity layer of defense against rowhammer.


Eh. It depends what your bottleneck is. If the bottleneck is now, say, CPU cache contention because you've doubled your thread count, it's entirely possible that FL1 running on the new server generation is operating in a different regime than on the previous generation. You can see some hints of that happening, since doubling thread count didn't result in a doubling of throughput.

In fact, I suspect based on the throughput doubling with FL2, we're back in the same regime as the baseline.

It would be useful to see what the latency is of FL2 on Gen12 compared to baseline (FL1 on Gen12), just to confirm.


Yes fair points. The think it’s also indicative of how important it is that code be optimized for the specific hardware it will run on. Systems need to be considered and optimized as a whole. Still an interesting post.


It depends what dates you're looking at, but energy (gas prices and more) and food (including eggs) are generally recognized as way more volatile than the rest of the CPI.

Eggs were actually quite stable for the 20 years prior to 2001, so maybe don't put your life savings into egg futures...

Egg prices: https://fred.stlouisfed.org/series/APU0000708111

CPI: https://fred.stlouisfed.org/series/CPIAUCSL

Core CPI (without food + energy prices): https://fred.stlouisfed.org/series/CPILFESL


That is very curious, yes. Eggs seem to just start to increase dramatically after 2000 and indeed outdo the CPI, disregarding the peaks and valleys of the different shocks to egg production like covid and the avian flu.

I read that the price includes free range, eco, etc varieties which are more expensive and in more demand nowadays, probably just that explains a good chunk of the price increase.


This is a good read if you haven’t seen it. Spoiler alert it’s private equity. Shocker I know.

https://www.thebignewsletter.com/p/hatching-a-conspiracy-a-b...


That is indeed a good read, I wasn't aware that there is now a Big Egg fixing egg prices.


I think it is now relatively safe to assume that there is Big X fixing the prices of X, for pretty much any X that could turn a profit.


I feel like those links are more useful than the target essay.

Reading through them, I wonder why CPIs aren't based on empirical correlational patterns between prices over time? Sort of like in these articles:

https://iopscience.iop.org/article/10.1088/1742-6596/1796/1/... https://www.ecb.europa.eu/pub/pdf/scpwps/ecbwp1011.pdf

Or maybe they are? I'm not an expert in this and reading through some of the government literature there's no mention of this.

Then at least you would know that a given price marker is a good empirical index of how other prices are changing also, at least for a given dimension/component.


> Kaeshibashi

The preference is to use a separate pair of communal chopsticks that is not used directly for eating.

> Kosuribashi

I have heard that this one is because it's considered to be an insult implying that the chopsticks are low-quality. (That said, if your chopsticks are indeed low-quality, then avoiding splinters is probably preferable to then visibly plucking splinters out of your fingers.)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: