Skip to content

Commit

Permalink
new post on futurehouse and copy code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
galtay committed Jan 5, 2025
1 parent 1543131 commit 444f230
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: TIL
title: Blog
email:
description: >- # this means to ignore newlines until the next yaml key
A today I learned (TIL) site for Gabriel Altay.
A blog from Gabriel Altay about machine learning, biology, physics, and coding.
twitter_username: gabrielaltay
github_username: galtay
Expand Down Expand Up @@ -117,3 +117,4 @@ tag_archive:
path: /tags/


enable_copy_code_button: true
9 changes: 0 additions & 9 deletions _drafts/sam-rodriques-bio-foundation-natural-language.md

This file was deleted.

4 changes: 2 additions & 2 deletions _posts/2025-01-04-ollama-model-storage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "changing default ollama storage location on linux"
title: "[til] changing default ollama storage location on linux"
date: 2025-01-04
tags: ollama systemd
tags: til ollama systemd
---

I was downloading some large [ollama](https://ollama.com/){:target="_blank"} models and ran out of space on my linux machine.
Expand Down
13 changes: 13 additions & 0 deletions _posts/2025-01-04-sam-rodriques-bio-foundation-natural-language.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "[tif] sam rodriques from future house on natural language in bio foundation models"
date: 2025-01-04
tags: tif future-house nlp bio-foundation
---

[Sam Rodriques](https://www.sam-rodriques.com/){:target="_blank"}
Director and CEO of [FutureHouse](https://www.futurehouse.org/),
a non-profit working on AI agents to automate research in biology and other complex sciences, discusses the need for natural language understanding alongside structured biological foundation models.

> Indeed, I think natural language has an essential role to play in representing biology, and is ultimately unavoidable, insofar as it is the only medium we know of that is sufficiently structured for machine learning and sufficiently flexible to represent the full diversity of biological concepts.
via [X post](https://x.com/SGRodriques/status/1870531405127840235){:target="_blank"}
4 changes: 2 additions & 2 deletions _posts/2025-01-04-setup-jekyll.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "setting up jekyll site deployed to github pages"
title: "[til] setting up jekyll site deployed to github pages"
date: 2025-01-04
tags: jekyll minimal-mistakes
tags: til jekyll minimal-mistakes
---

This is how I setup a static [Jekyll](https://jekyllrb.com){:target="_blank"}
Expand Down

0 comments on commit 444f230

Please sign in to comment.