HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lavishlatern

no profile record

Submissions

Large Language Models Encode Clinical Knowledge

arxiv.org
9 points·by lavishlatern·4 lata temu·1 comments

comments

lavishlatern
·11 miesięcy temu·discuss
I'm not sure what the point of this blogpost was. As far as I can tell, the author discovered eval() but is making it more complicated for no reason? There also isn't any actual patching going on.
lavishlatern
·2 lata temu·discuss
Taking mobile orders usually requires accepting coupons/rewards programs which franchise owners are not always obligated to participate.
lavishlatern
·3 lata temu·discuss
Imperial China is basically the Greek/Roman empire of East Asia. Both of these civilizations made deep and lasting impact on the culture of East Asia and Europe/North Africa/West Asia respectively.

Confucius is like Chinese Plato/Socrates.
lavishlatern
·3 lata temu·discuss
I've worked in healthcare, I find the software practices absolutely atrocious. The consequence of this has been ransomware attacks:

https://www.usnews.com/news/health-news/articles/2022-10-10/...

https://www.bloomberg.com/news/features/2023-02-03/ireland-h...

https://floridapolitics.com/archives/585686-tallahassee-memo...

https://www.oceancitytoday.com/news/atlantic-general-hospita...
lavishlatern
·4 lata temu·discuss
Common practice for the websites of law firms (and some other fields like private equity) to have the headshots of all employees on their website with job title and description in a nice table.

Example of a different firm where you can even filter by school: https://www.wlrk.com/attorneys/?asf_l=View%20All
lavishlatern
·4 lata temu·discuss
It is too much. I was Google SRE and there is an internal meme showing a time series graph jumping backwards during the double 1am at DST. These mistakes happen everywhere and are best avoided by a system that doesn't allow them to happen in the first place.
lavishlatern
·4 lata temu·discuss
Not at all. Everybody using UTC would just not need to deal with leap seconds anymore. A UTC second is the same as a TAI second. It's a no-op for the vast majority of UTC users. UTC will just drift slightly more from UT1.

This change only affects people who need UTC to be close to UT1 and also somehow don't know what UT1 is.
lavishlatern
·4 lata temu·discuss
I don't see how replacing all UTC in software with TAI is more realistic than breaking UTC sync with UT1 (isn't it literally doing the same thing?). The whole point is that going forward, leap seconds are going to get harder to deal with. Especially in the case of a negative leap second, which seems like a more "true" y2k-like scenario.
lavishlatern
·4 lata temu·discuss
A lot of people in this thread are criticizing this move, but let me offer an opposite view.

One of the largest electronic health records systems has code that predates the UNIX epoch. Much of the time handling code is custom written to deal with this. However, the code was so poorly written that the system would lose data during the double 1 am window that occurs during daylight savings time shift. Hospitals would just shut off all of their computers during this time to deal with it.

As the article notes, issues with leap seconds have also brought down reddit and cloudflare. Many people in this thread are treating this like some sort of display of incompetence, but if you've ever written code that deeply interacts with time, you'd know how difficult it is to get right. A sign of a good system is one where it is difficult to fuck up.

IMO it is better to guarantee that time always moves forward rather than trying to match computer time to human time.