HackerTrans
TopNewTrendsCommentsPastAskShowJobs

irrelative

no profile record

comments

irrelative
·5 माह पहले·discuss
Regard | Senior Engineers | NYC, SF, LA | Full-time

Regard is a New York City–based AI health-tech company building the next generation of clinical insights software. Our platform uses machine learning and large-scale data to help clinicians synthesize patient history, recommend diagnoses, and automate documentation. Series B funding.

I'm Justin, the CTO. We're looking for engineers able to leverage current and future AI technologies for product development and platform enhancement. Generative AI experience is required.

Stack: Python, ts, k8s, AWS, postgres Contact: Email me at [email protected] with your resume and link to a project you've built.
irrelative
·पिछला वर्ष·discuss
Correct, this is the actual headline too. 100 tflops sure seems like it'd be more than that, but here we are.

If the headline was "FB8 is ~7% faster when kernel name has 'cutlass' in it...", it wouldn't seem sensational.
irrelative
·2 वर्ष पहले·discuss
Flying is incredibly less expensive largely due to deregulation, and Budweiser has always been brewed with rice. So, yes, this is winning.
irrelative
·2 वर्ष पहले·discuss
It is, and small teams were often rebelling against incumbents, so rejecting the aesthetics of big companies was a good way to attract talent.
irrelative
·2 वर्ष पहले·discuss
Seriously. It’s not like that was the actual purpose of html or anything.
irrelative
·2 वर्ष पहले·discuss
Hadn't thought about it this way before, but given that LLMs are auto regressive (use their own data for next data), they're sensitive to error drift in ways that are rather similar to analog computers.
irrelative
·2 वर्ष पहले·discuss
Classic spinal tap. “These go to eleven.”
irrelative
·2 वर्ष पहले·discuss
Only if it works >4% of the time.
irrelative
·2 वर्ष पहले·discuss
Well a carbon tax would essentially end coal.
irrelative
·3 वर्ष पहले·discuss
Or perhaps you overestimate how many people hold any view of Boeing at all.
irrelative
·3 वर्ष पहले·discuss
While I'm sure some chemical byproducts come out of that, it's important to note that hydrocarbons assuredly make some really nasty stuff along the way [1]. I also wish there was a way to more easily compare these things, but the misinformation around environmental data is really next level. General, consider thinking about renewable infrastructure as more of a stock that accumulates vs fossil fuel usage which is a flow.

[1] https://en.wikipedia.org/wiki/Cancer_Alley
irrelative
·3 वर्ष पहले·discuss
(slightly) less pop science version: fiber optic cables are so sensitive, they can even detect the sounds of cidadas.
irrelative
·3 वर्ष पहले·discuss
Watts aren’t energy, so no idea what this means.
irrelative
·3 वर्ष पहले·discuss
Anyone know why this chart[1] hasn't been updated in a while? One of my favorite displays of incremental improvements in a project.

[1] https://www.sqlite.org/cpu.html
irrelative
·4 वर्ष पहले·discuss
Sure, could be simpler, but there's a spec and multiple implementations: https://www.rfc-editor.org/rfc/rfc4180.html And the spec is ~5 pages.

Not sure why NDJSON is considered simpler, as json objects can be arbitrarily nested. Breaking into records is easier, but parsing is harder.