1
0
mirror of https://github.com/osmarks/website synced 2025-05-11 11:54:07 +00:00

switch back to thin borders

This commit is contained in:
osmarks 2025-04-19 22:40:19 +01:00
parent 4c6f1e89e2
commit ae24fd8b80
4 changed files with 14 additions and 5 deletions

View File

@ -1 +1 @@
.name.svelte-m0gh76{font-weight:600}.internal.svelte-m0gh76{background:linear-gradient(to right,red,lime,blue);background-clip:text;color:transparent}textarea.svelte-1xxfb50{width:100%;resize:vertical}.error.svelte-1xxfb50{padding:.5em}.controls.svelte-1xxfb50{display:flex;justify-content:space-between}.children.svelte-1v7b0ag.svelte-1v7b0ag{padding-left:.5em;border-left:3px solid black}@media (prefers-color-scheme: dark){.children.svelte-1v7b0ag.svelte-1v7b0ag{border-left:3px solid white}}.comment.svelte-1v7b0ag.svelte-1v7b0ag{margin-top:.5em;margin-bottom:1.5em}.comment.svelte-1v7b0ag .content.svelte-1v7b0ag{padding:.25em}.comment.svelte-1v7b0ag .container.svelte-1v7b0ag{display:flex}.comment.svelte-1v7b0ag .container .avatar.svelte-1v7b0ag{width:3em;height:3em;margin-right:1em}.comment.svelte-1v7b0ag.svelte-1v7b0ag:last-of-type{margin-bottom:none}.controls.svelte-1v7b0ag a.svelte-1v7b0ag{text-decoration:none;color:#76cd26}.error.svelte-12gp6sl{padding:.5em;background:salmon;margin-top:.5em;margin-bottom:.5em}
.name.svelte-1dtnnz0{font-weight:600}.internal.svelte-1dtnnz0{background:linear-gradient(to right,red,lime,blue);background:linear-gradient(to right,oklch(50% .4 0),oklch(50% .4 30),oklch(50% .4 60),oklch(50% .4 90),oklch(50% .4 120),oklch(50% .4 150),oklch(50% .4 180),oklch(50% .4 210),oklch(50% .4 240),oklch(50% .4 270),oklch(50% .4 300),oklch(50% .4 330));background-clip:text;color:transparent}textarea.svelte-1xxfb50{width:100%;resize:vertical}.error.svelte-1xxfb50{padding:.5em}.controls.svelte-1xxfb50{display:flex;justify-content:space-between}.children.svelte-oijav5.svelte-oijav5{padding-left:.5em;border-left:3px solid black}@media (prefers-color-scheme: dark){.children.svelte-oijav5.svelte-oijav5{border-left:3px solid white}}.comment.svelte-oijav5.svelte-oijav5{margin-top:.5em;margin-bottom:1.5em}.comment.svelte-oijav5 .content.svelte-oijav5{padding:.25em}.comment.svelte-oijav5 .container.svelte-oijav5{display:flex}.comment.svelte-oijav5 .container .avatar.svelte-oijav5{width:3em;height:3em;margin-right:1em}.comment.svelte-oijav5.svelte-oijav5:last-of-type{margin-bottom:0}.controls.svelte-oijav5 a.svelte-oijav5{text-decoration:none}.error.svelte-12gp6sl{padding:.5em;background:salmon;margin-top:.5em;margin-bottom:.5em}

View File

@ -588,5 +588,14 @@
"accel": "Goes into more specific technical detail."
},
"excerpt": "With exploding demand for AI inference, many hardware startups are designing Domain Specific Architectures. Working backwards from the Transformer workload, we will identify optimal design choices, promising hardware and how to predict the future of inference."
},
"https://irrationalanalysis.substack.com/p/tenstorrent-and-the-state-of-ai-hardware": {
title: "Tenstorrent and the State of AI Hardware Startups",
author: "Irrational Analysis",
date: "2024-12-15",
referenceIn: {
"accel": "A comparison of Tenstorrent's architecture to others and the reasons they have for it."
},
"excerpt": "Semi-custom silicon is a bigger problem than Nvidia."
}
}

View File

@ -697,7 +697,7 @@ searchButton.onclick = async ev => {
if (result.description) {
e("description", item, result.description)
}
item.style.border = `hsl(${hues[result.sourceType]}deg, 100%, 70%) solid 4px`
item.style.border = `hsl(${hues[result.sourceType]}deg, 100%, 70%) solid 1px`
item.style.background = `hsl(${hues[result.sourceType]}deg, 50%, 10%)`
}
overlay.appendChild(resultsEl)

View File

@ -428,7 +428,7 @@ table
input
margin: 0.5rem
font-size: 1.5em
border: 4px solid green
border: 1px solid green
a
color: white
.search-results
@ -441,8 +441,8 @@ table
font-style: italic
.box
margin: 4px
border: 4px solid black
margin: -1px
border: 1px solid black
border-color: var(--box-border)
background: #b1d1fc
background: var(--box-bg)