frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A practical guide to debugging GitHub Actions

https://depot.dev/blog/guide-to-debugging-github-actions
1•kylegalbraith•1m ago•0 comments

Inapparent virus infections differentially affect honey bee flight

https://www.science.org/doi/10.1126/sciadv.adw8382
1•PaulHoule•2m ago•0 comments

An LLM-Proof Approach to Reinventing Captcha Systems

https://old.reddit.com/r/LocalLLaMA/comments/1gkeo6u/an_llmproof_approach_to_reinventing_captcha/
1•debdut•3m ago•0 comments

Gall's Law

https://blog.prototypr.io/galls-law-93c8ef8b651e
1•matthewsinclair•5m ago•0 comments

Efficient Deep Learning Book

https://efficientdlbook.com/
1•Maro•9m ago•0 comments

The Dirty Secret of Coding Agents

https://medium.com/@vsh1818/the-dirty-secret-of-coding-agents-5777332e3052
1•vladsh•11m ago•1 comments

What made the Amiga "Genlock-able"?

https://retrocomputing.stackexchange.com/questions/22320/what-made-the-amiga-genlock-able
1•doener•13m ago•0 comments

Situational Awareness: The Decade Ahead (2024)

https://situational-awareness.ai/
1•mpweiher•21m ago•0 comments

USBODE: Optical Drive Emulator for DOS and Newer PCs

https://www.retrorgb.com/usbode-an-ode-for-dos-and-newer-pcs.html
1•transpute•24m ago•0 comments

Historical Housing Prices Project

https://www.philadelphiafed.org/surveys-and-data/regional-economic-analysis/historical-housing-pr...
1•luu•24m ago•0 comments

KeyBee Android Keyboard

https://www.keybeekeyboard.com/
1•kqr•27m ago•0 comments

Looking for Affordable Alternatives to USB ISO Emulators Like iODD

https://yomotherboard.com/question/looking-for-affordable-alternatives-to-usb-iso-emulators-like-...
1•transpute•29m ago•0 comments

Rust ints to Rust enums with less instructions

https://sailor.li/ints-to-enums
3•Bogdanp•34m ago•0 comments

Some clarifications and thoughts around "ChatGPT psychosis"

https://drtompollak.substack.com/p/some-clarifications-and-thoughts
2•FromTheArchives•36m ago•0 comments

Milan's expat 'explosion' brings new buzz to Italy's financial centre

https://www.ft.com/content/f33a01dc-f873-4c62-886f-f69562fb2e46
7•simonebrunozzi•38m ago•1 comments

Show HN: Keeptalking

https://github.com/vadim0x60/keeptalking
3•vadimdotme•41m ago•0 comments

I got people to pay me $50K in 3 days with NFTs (2021)

https://paulstamatiou.com/how-i-made-50k-in-3-days-with-nfts
5•slacktivism123•42m ago•1 comments

U3 (Software)

https://en.wikipedia.org/wiki/U3_(software)
1•transpute•42m ago•0 comments

Weird but True: I^I Is a Real Number

https://medium.com/science-spectrum/weird-but-true-i-i-is-a-real-number-588d443043d2
2•pykello•44m ago•0 comments

USGS Streamgage Import

https://waysidemapping.org/projects/usgs-import/
1•robin_reala•50m ago•0 comments

Culture Has No Name for This Cursed Vibe. It's Everywhere

https://news.artnet.com/art-world/marshmallow-horror-2509289
4•Michelangelo11•58m ago•0 comments

10-20x Faster LLVM -O0 Back-End – Code Generation

https://discourse.llvm.org/t/tpde-llvm-10-20x-faster-llvm-o0-back-end/86664
1•mpweiher•1h ago•0 comments

Show HN: Design inspirations on an infinite wall of UI Components

https://shuffle.dev/inspirations
2•kemyd•1h ago•2 comments

An Interview with Julio Barba

https://halide.cx/blog/julio-barba-interview/
2•Bogdanp•1h ago•0 comments

A Deep Dive into the Wonderful World of SVG Displacement Filtering (2021)

https://www.smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/
1•bawolff•1h ago•0 comments

HumanLayer

https://github.com/humanlayer/humanlayer
1•pykello•1h ago•0 comments

The First Karaoke Machine

https://spectrum.ieee.org/karaoke-machine-ieee-milestone
3•jnord•1h ago•0 comments

The use of Claude Code in SciML repos

https://discourse.julialang.org/t/the-use-of-claude-code-in-sciml-repos/131009
1•Bogdanp•1h ago•0 comments

Radio is back – Gen Z's listening habits are changing the face of media

https://www.standard.co.uk/lifestyle/gen-z-radio-listening-habits-b1219043.html
7•Svip•1h ago•0 comments

What Is Spurious Fault in Linux kernel?

https://medium.com/@kimth0312/linux-kernel-what-is-spurious-fault-a24f8063cca6
1•tanelpoder•1h ago•0 comments
Open in hackernews

Accelerating life sciences research

https://openai.com/index/accelerating-life-sciences-research-with-retro-biosciences/
37•oskarpearson•4h ago

Comments

icameron•2h ago
So the same concept of an LLM training and inferring tokenized language, it’s doing tokenized aminos. Instead of artificial intelligence/language it’s doing artificial evolution/life I guess?
Legend2440•2h ago
If I’m understanding this right:

1. They have a protein model similar to AlphaFold

2. A biotech startup used this model to engineer a protein that converts adult cells into stem cells, at a higher efficiency than existing techniques. (But still only a tiny fraction of cells convert)

Application to life extension seems speculative.

pu_pe•2h ago
Yes, that's how I read it too.

Seems odd that OpenAI would want to get involved in this space, feels like Deepmind has a huge headstart already.

biophysboy•1h ago
> We initialized it from a scaled-down version of GPT‑4o to take advantage of GPT models’ existing knowledge, then further trained it on a dataset composed mostly of protein sequences, along with biological text and tokenized 3D structure data, elements most protein language models omit.

> A large portion of the data was enriched to contain additional contextual information about the proteins in the form of textual descriptions, co-evolutionary homologous sequences, and groups of proteins that are known to interact.

These bits made me wonder what would have happened if they had only used the supplementary biological data with an untrained LLM model.