Readit News logoReadit News
AlecBG commented on Scaling our observability platform by embracing wide events and replacing OTel   clickhouse.com/blog/scali... · Posted by u/valyala
XorNot · 2 months ago
The problem with this is generally that you have logs from years ago, but no way to get a live stream of logs which are happening now.

(one of my immense frustrations with kubernetes - none of the commands for viewing logs seem to accept logical aggregates like "show me everything from this deployment").

AlecBG · 2 months ago
This sounds pretty easy to hack together with 10s of lines of python
AlecBG commented on Dead Stars Don’t Radiate   johncarlosbaez.wordpress.... · Posted by u/thechao
lupire · 3 months ago
Are you saying that when Baez referred to "curved spacetime" he was excluding black holes (because the paper was claiming that non--black-holes have Hawking radiation?) or are you saying something else?
AlecBG · 3 months ago
well he certainly mentions a result where if there is an everywhere timelike Killing vector field (+ some other assumptions) you can prove that Hawking radiation doesn't occur and that does not include for example the Schwarzschild solution because the Killing vector field partial/partial t becomes non-timelike on the horizon.

So for example if you take a dead star in a vacuum with nothing else in the universe (and make certain technical assumptions) then you can prove that the star does not emit Hawking radiation. That's quite a strong result, and certainly does make the result seem shocking.

AlecBG commented on Dead Stars Don’t Radiate   johncarlosbaez.wordpress.... · Posted by u/thechao
cvoss · 3 months ago
> It would also mean that quantum field theory in curved spacetime can only be consistent if baryon number fails to be conserved! This would be utterly shocking.

Is it really shocking (today)? I mean, isn't this a logical consequence of Hawking radiation for black holes? I thought we were shocked by this a long time ago, but now we're ok with it. The authors of the paper in question may very well be wrong in their calculations (I can't say), but this blog post doesn't smell good to me because of doubtful statements like these, passed off as so obviously true that you must be an idiot not to agree. That kind of emotional writing does not become someone whose profession should focus on scientific persuasion.

From Wikipedia [0], itself citing Daniel Harlow, a quantum gravity physicist at MIT:

> The conservation of baryon number is not consistent with the physics of black hole evaporation via Hawking radiation.

[0] https://en.m.wikipedia.org/wiki/Baryon_number

AlecBG · 3 months ago
I'm not sure what more you want from him, there are many papers and even a textbook linked?

It's bloody John Baez, the man knows his stuff.

On you actual point, it is shocking because its claimed that baryon number is not conserved without black holes getting involved

AlecBG commented on Preview: Amazon S3 Tables and Lakehouse in DuckDB   duckdb.org/2025/03/14/pre... · Posted by u/hn1986
AlecBG · 5 months ago
Does this support time travel queries?

Does it support reading everything from one snapshot to another? (This is missing in Athena)

If yes to both, does it respect row level deletes when it does this?

AlecBG commented on StrictYAML   hitchdev.com/strictyaml/... · Posted by u/miohtama
AlecBG · 6 months ago
Why OrderedDict when dict is already ordered?
AlecBG commented on US government struggles to rehire nuclear safety staff it laid off days ago   bbc.com/news/articles/c4g... · Posted by u/niuzeta
pantalaimon · 6 months ago
It could also be the motto of an ICBM
AlecBG · 6 months ago
If anything ICBMs are better at moving fast and breaking things than the tech industry
AlecBG commented on The number pi has an evil twin   mathstodon.xyz/@johncarlo... · Posted by u/pkaeding
AlecBG · 8 months ago
The lemniscate really looks like a homoclinic orbit in a 2d dynamics problem
AlecBG commented on Entangled Photons Maintained Under New York Streets   physics.aps.org/articles/... · Posted by u/lc0_stein
LgWoodenBadger · a year ago
How does one detect whether a pair is still entangled?
AlecBG · a year ago
I don't know how they did it, but verifying Bells inequality would do it if you made many pairs
AlecBG commented on Numeronymize   leancrew.com/all-this/202... · Posted by u/surprisetalk
berikv · a year ago
T3e is no b4r w1y to w3e t2t w2h l2g w3s t2n to n10e t2m e8e!

> perl -C -pe 's/(\w)(\w+)(\w)/$1 . length($2) . $3/ge'

Or for the less o4e among us, this v5n will only n10e words with l4h six and up:

> perl -C -pe 's/(\w)(\w\w\w\w+)(\w)/$1 . length($2) . $3/ge'

F3l v5n:

perl -C -pe 's/(\p{L})(\p{L}*)(\p{L})/$1@{[length($2)]}$3/g'

N12g w5t i18n w3d n1t b0e c6e, t2s t2s a u1f-8 c8e v5n. I c2l i0t I16r-v1.0

새0로 오0신 모0든 분1께 인3고 싶2다.

AlecBG · a year ago
Translation:

There is no better way to write with long words than to numeronymise them everywhere!

Or for the less obtuse among us, this version will only numeronymise words with length six and up:

u/AlecBG

KarmaCake day48February 7, 2021View Original