Search
aiSimpleGroq
@yawnxyz
// set Deno.env.get("GROQ_API_KEY")
Script
// console.log(await ai("tell me a joke in Spanish"))
console.log(await ai("tell me a reddit joke", {
provider: "anthropic",
model: "claude-3-haiku-20240307",
webpage_summarizer
@spinningideas
@jsxImportSource https://esm.sh/react@18.2.0
HTTP
const exampleUrls = [
"https://arxiv.org/abs/2411.07279",
"https://www.anthropic.com/news/github-copilot",
"https://huggingface.co/papers/2403.09629",
"https://arxiv.org/abs/2305.20050",
VALLErun
@arash2060
The actual code for VALL-E: https://www.val.town/v/janpaul123/VALLE
HTTP
import { sleep } from "https://esm.town/v/stevekrouse/sleep?v=1";
import { anthropic } from "npm:@ai-sdk/anthropic";
import { openai } from "npm:@ai-sdk/openai";
} else {
vercelModel = anthropic(model);
// Anthropic doesn't support system messages not at the very start.
const systemRole = model.includes("gpt") ? "system" : "user";
maxTokens: 8192,
headers: { "anthropic-beta": "max-tokens-3-5-sonnet-2024-07-15" },
let messages = [
excessPlumFrog
@trantion
VALL-E LLM code generation for vals! Make apps with a frontend, backend, and database. It's a bit of work to get this running, but it's worth it. Fork this val to your own profile. Make a folder for the temporary vals that get generated, take the ID from the URL, and put it in tempValsParentFolderId . If you want to use OpenAI models you need to set the OPENAI_API_KEY env var . If you want to use Anthropic models you need to set the ANTHROPIC_API_KEY env var . Create a Val Town API token , open the browser preview of this val, and use the API token as the password to log in.
HTTP
* If you want to use OpenAI models you need to set the `OPENAI_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* If you want to use Anthropic models you need to set the `ANTHROPIC_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* Create a [Val Town API token](https://www.val.town/settings/api), open the browser preview of this val, and use the API token as the password to log in.
VALLE
@arash2060
VALL-E LLM code generation for vals! Make apps with a frontend, backend, and database. It's a bit of work to get this running, but it's worth it. Fork this val to your own profile. Make a folder for the temporary vals that get generated, take the ID from the URL, and put it in tempValsParentFolderId . If you want to use OpenAI models you need to set the OPENAI_API_KEY env var . If you want to use Anthropic models you need to set the ANTHROPIC_API_KEY env var . Create a Val Town API token , open the browser preview of this val, and use the API token as the password to log in.
HTTP
* If you want to use OpenAI models you need to set the `OPENAI_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* If you want to use Anthropic models you need to set the `ANTHROPIC_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* Create a [Val Town API token](https://www.val.town/settings/api), open the browser preview of this val, and use the API token as the password to log in.
tenseRoseTiglon
@MichaelNollox
VALL-E LLM code generation for vals! Make apps with a frontend, backend, and database. It's a bit of work to get this running, but it's worth it. Fork this val to your own profile. Make a folder for the temporary vals that get generated, take the ID from the URL, and put it in tempValsParentFolderId . If you want to use OpenAI models you need to set the OPENAI_API_KEY env var . If you want to use Anthropic models you need to set the ANTHROPIC_API_KEY env var . Create a Val Town API token , open the browser preview of this val, and use the API token as the password to log in.
HTTP
* If you want to use OpenAI models you need to set the `OPENAI_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* If you want to use Anthropic models you need to set the `ANTHROPIC_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* Create a [Val Town API token](https://www.val.town/settings/api), open the browser preview of this val, and use the API token as the password to log in.
VALLE
@oijoijcoiejoijce
VALL-E LLM code generation for vals! Make apps with a frontend, backend, and database. It's a bit of work to get this running, but it's worth it. Fork this val to your own profile. Make a folder for the temporary vals that get generated, take the ID from the URL, and put it in tempValsParentFolderId . If you want to use OpenAI models you need to set the OPENAI_API_KEY env var . If you want to use Anthropic models you need to set the ANTHROPIC_API_KEY env var . Create a Val Town API token , open the browser preview of this val, and use the API token as the password to log in.
HTTP
* If you want to use OpenAI models you need to set the `OPENAI_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* If you want to use Anthropic models you need to set the `ANTHROPIC_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* Create a [Val Town API token](https://www.val.town/settings/api), open the browser preview of this val, and use the API token as the password to log in.
VALLE
@MichaelNollox
VALL-E LLM code generation for vals! Make apps with a frontend, backend, and database. It's a bit of work to get this running, but it's worth it. Fork this val to your own profile. Make a folder for the temporary vals that get generated, take the ID from the URL, and put it in tempValsParentFolderId . If you want to use OpenAI models you need to set the OPENAI_API_KEY env var . If you want to use Anthropic models you need to set the ANTHROPIC_API_KEY env var . Create a Val Town API token , open the browser preview of this val, and use the API token as the password to log in.
HTTP
* If you want to use OpenAI models you need to set the `OPENAI_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* If you want to use Anthropic models you need to set the `ANTHROPIC_API_KEY` [env var](https://www.val.town/settings/environment-variables).
* Create a [Val Town API token](https://www.val.town/settings/api), open the browser preview of this val, and use the API token as the password to log in.
coverpatch
@yawnxyz
// import { covertest as test } from "../covertest/covertest.ts";
Script
const aiResponse = await ai(input,
provider: "anthropic",
model: "claude-3-sonnet-20240229",
* @param {Object} [options={}] - Options for the patching process.
* @param {string} [options.provider="anthropic"] - The AI provider to use.
* @param {string} [options.model="claude-3-5-sonnet-20240620"] - The AI model to use.
let {
provider = "anthropic",
model = "claude-3-5-sonnet-20240620",
* @param {Object} [options={}] - Options for the patching process.
* @param {string} [options.provider="anthropic"] - The AI provider to use.
* @param {string} [options.model="claude-3-5-sonnet-20240620"] - The AI model to use.
let {
provider = "anthropic",
model = "claude-3-5-sonnet-20240620",
topHNThreadByHour
@elsif_maj
// set at Thu Nov 30 2023 14:22:53 GMT+0000 (Coordinated Universal Time)
Email
// set at Thu Nov 30 2023 14:22:53 GMT+0000 (Coordinated Universal Time)
export let topHNThreadByHour = ["Top thread on Hackernews for 3:00 is: Vespa.ai is spinning out of Yahoo as a separate company","Top thread on Hackernews for 4:00 is: President Speaking: Spoofing Alerts in 4G LTE Networks (2019) [pdf]","Top thread on Hackernews for 5:00 is: President Speaking: Spoofing Alerts in 4G LTE Networks (2019) [pdf]","Top thread on Hackernews for 6:00 is: Pythagorean Theorem found on clay tablet 1k years older than Pythagoras","Top thread on Hackernews for 7:00 is: Pythagorean Theorem found on clay tablet 1k years older than Pythagoras","Top thread on Hackernews for 8:00 is: Product Strategy in the Age of AI","Top thread on Hackernews for 9:00 is: Product Strategy in the Age of AI","Top thread on Hackernews for 10:00 is: Can You Customize My Startup's Login Page?","Top thread on Hackernews for 11:00 is: Why HTTP/3 is eating the world","Top thread on Hackernews for 12:00 is: Krita fund has 0 corporate support","Top thread on Hackernews for 13:00 is: Krita fund has 0 corporate support","Top thread on Hackernews for 14:00 is: Where does my computer get the time from?","Top thread on Hackernews for 15:00 is: Where does my computer get the time from?","Top thread on Hackernews for 16:00 is: Where does my computer get the time from?","Top thread on Hackernews for 17:00 is: Where does my computer get the time from?","Top thread on Hackernews for 18:00 is: U.S. federal price tag for the post-9/11 wars is over $8T","Top thread on Hackernews for 19:00 is: Where does my computer get the time from?","Top thread on Hackernews for 20:00 is: Where does my computer get the time from?","Top thread on Hackernews for 21:00 is: How fast are Linux pipes anyway? (2022)","Top thread on Hackernews for 22:00 is: How fast are Linux pipes anyway? (2022)","Top thread on Hackernews for 23:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 0:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 1:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 2:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 3:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 4:00 is: Ollama is now available as an official Docker image","Top thread on Hackernews for 5:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 6:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 7:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 8:00 is: NIST Elliptic Curves Seeds Bounty","Top thread on Hackernews for 9:00 is: CCC Invites to the 37th Chaos Communication Congress in Hamburg","Top thread on Hackernews for 10:00 is: CCC Invites to the 37th Chaos Communication Congress in Hamburg","Top thread on Hackernews for 11:00 is: Opening up access to GOV.UK Forms: an online form builder","Top thread on Hackernews for 12:00 is: Opening up access to GOV.UK Forms: an online form builder","Top thread on Hackernews for 13:00 is: Opening up access to GOV.UK Forms: an online form builder","Top thread on Hackernews for 14:00 is: We’re opening up access to Gov.uk forms","Top thread on Hackernews for 15:00 is: Making Hard Things Easy","Top thread on Hackernews for 16:00 is: Making Hard Things Easy","Top thread on Hackernews for 17:00 is: Making Hard Things Easy","Top thread on Hackernews for 18:00 is: Making Hard Things Easy","Top thread on Hackernews for 19:00 is: Making Hard Things Easy","Top thread on Hackernews for 20:00 is: AMD May Get Across the CUDA Moat","Top thread on Hackernews for 21:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 22:00 is: Why did the Motorola 68000 processor family fall out of use in PCs?","Top thread on Hackernews for 23:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 0:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 1:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 2:00 is: RISC-V chip technology emerges as new battleground in US-China tech war","Top thread on Hackernews for 3:00 is: RISC-V chip technology emerges as new battleground in US-China tech war","Top thread on Hackernews for 4:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 5:00 is: AMD may get across the CUDA moat","Top thread on Hackernews for 6:00 is: Documented source code for Elite on the NES","Top thread on Hackernews for 7:00 is: Documented source code for Elite on the NES","Top thread on Hackernews for 8:00 is: Documented source code for Elite on the NES","Top thread on Hackernews for 9:00 is: Documented source code for Elite on the NES","Top thread on Hackernews for 10:00 is: Subtraction Is Functionally Complete","Top thread on Hackernews for 11:00 is: Subtraction Is Functionally Complete","Top thread on Hackernews for 12:00 is: Subtraction Is Functionally Complete","Top thread on Hackernews for 13:00 is: A Clutter-Free Life: Going Paperless with Paperless-Ngx","Top thread on Hackernews for 14:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 15:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 16:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 17:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 18:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 19:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 20:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 21:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 22:00 is: Paperless-ngx – Open source document management system","Top thread on Hackernews for 23:00 is: Permission Slip: Consumer Reports app to take back control of your data","Top thread on Hackernews for 0:00 is: Permission Slip: Consumer Reports app to take back control of your data","Top thread on Hackernews for 1:00 is: Sonoma's log gets briefer and more secretive","Top thread on Hackernews for 2:00 is: Sonoma's log gets briefer and more secretive","Top thread on Hackernews for 3:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 4:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 5:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 6:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 7:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 8:00 is: Decomposing Language Models into Understandable Components","Top thread on Hackernews for 9:00 is: Decomposing language models into understandable components","Top thread on Hackernews for 10:00 is: Decomposing language models into understandable components","Top thread on Hackernews for 11:00 is: AI offers improved civility for polarizing online conversations","Top thread on Hackernews for 12:00 is: Experts warn Letby inquiry of misreading stats to explain 'suspicious' deaths","Top thread on Hackernews for 13:00 is: Contour: Modern and Fast Terminal Emulator","Top thread on Hackernews for 14:00 is: Contour: Modern and Fast Terminal Emulator","Top thread on Hackernews for 15:00 is: Homebrew to deprecate and add caveat for HashiCorp","Top thread on Hackernews for 16:00 is: Austria rail operator OeBB unveils new night trains","Top thread on Hackernews for 17:00 is: Zen 5's Leaked Slides","Top thread on Hackernews for 18:00 is: Zen 5's Leaked Slides","Top thread on Hackernews for 19:00 is: Zen 5's Leaked Slides","Top thread on Hackernews for 20:00 is: OpenIPC: Alternative open firmware for your IP camera","Top thread on Hackernews for 21:00 is: OpenIPC: Alternative open firmware for your IP camera","Top thread on Hackernews for 22:00 is: OpenIPC: Alternative open firmware for your IP camera","Top thread on Hackernews for 23:00 is: Forty Years of Programming","Top thread on Hackernews for 0:00 is: OpenIPC: Alternative open firmware for your IP camera","Top thread on Hackernews for 1:00 is: My personal C coding style as of late 2023","Top thread on Hackernews for 2:00 is: My personal C coding style as of late 2023","Top thread on Hackernews for 3:00 is: My personal C coding style as of late 2023","Top thread on Hackernews for 4:00 is: What We Learned Making a Plastic Injection Mold with a Chinese Mold Maker","Top thread on Hackernews for 5:00 is: What we learned making a plastic injection mold with a Chinese mold maker","Top thread on Hackernews for 6:00 is: Bill to Ban Hidden Fees in California Signed into Law","Top thread on Hackernews for 7:00 is: Blackmagic Camera for iPhone","Top thread on Hackernews for 8:00 is: What we learned making a plastic injection mold with a Chinese mold maker","Top thread on Hackernews for 9:00 is: Blackmagic Camera for iPhone","Top thread on Hackernews for 10:00 is: Ardour 8.0 released","Top thread on Hackernews for 11:00 is: 2023 Nobel Prize in economics awarded to Claudia Goldin","Top thread on Hackernews for 12:00 is: Show HN: I made a all-in-one web app to help me with my freelance admin tasks","Top thread on Hackernews for 13:00 is: ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0","Top thread on Hackernews for 14:00 is: ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0","Top thread on Hackernews for 15:00 is: ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0","Top thread on Hackernews for 16:00 is: ZeroMQ – Relicense from LGPL3 and exceptions to MPL 2.0","Top thread on Hackernews for 17:00 is: DNS record \"hn.algolia.com\" is gone","Top thread on Hackernews for 18:00 is: Medieval staircases were not built going clockwise for the defender's advantage","Top thread on Hackernews for 19:00 is: Medieval staircases were not built going clockwise for the defender's advantage","Top thread on Hackernews for 20:00 is: Linux Ate My RAM (2009)","Top thread on Hackernews for 21:00 is: Linux ate my RAM (2009)","Top thread on Hackernews for 22:00 is: John Riccitiello steps down as CEO of Unity after pricing battle","Top thread on Hackernews for 23:00 is: DSLinux – Linux for the Nintendo DS","Top thread on Hackernews for 0:00 is: DSLinux – Linux for the Nintendo DS","Top thread on Hackernews for 1:00 is: DSLinux – Linux for the Nintendo DS","Top thread on Hackernews for 2:00 is: DSLinux – Linux for the Nintendo DS","Top thread on Hackernews for 3:00 is: DSLinux – Linux for the Nintendo DS","Top thread on Hackernews for 4:00 is: Canada plans to regulate search and social media use of AI","Top thread on Hackernews for 5:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 6:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 7:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 8:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 9:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 10:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 11:00 is: Firefox tooltip bug fixed after 22 years","Top thread on Hackernews for 12:00 is: 350,757 coin flips show coins tend to land the same-side up they started","Top thread on Hackernews for 13:00 is: Google mitigated the largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 14:00 is: Google mitigated the largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 15:00 is: Google mitigated the largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 16:00 is: Google mitigated the largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 17:00 is: Google mitigated the largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 18:00 is: The largest DDoS attack to date, peaking above 398M rps","Top thread on Hackernews for 19:00 is: First of its kind material can reconnect severed nerves","Top thread on Hackernews for 20:00 is: Engineered material can reconnect severed nerves","Top thread on Hackernews for 21:00 is: Oil sector is lobbying for inefficient hydrogen cars to delay electrification","Top thread on Hackernews for 22:00 is: Oil sector is lobbying for inefficient hydrogen cars to delay electrification","Top thread on Hackernews for 23:00 is: Show HN: Building a 42-inch E-Ink frame for generative art","Top thread on Hackernews for 0:00 is: Show HN: Building a 42-inch E-Ink frame for generative art","Top thread on Hackernews for 1:00 is: Show HN: Building a 42-inch E-Ink frame for generative art","Top thread on Hackernews for 2:00 is: Show HN: Building a 42-inch E-Ink frame for generative art","Top thread on Hackernews for 3:00 is: Multifault earthquake threat for Seattle region revealed by mass tree mortality","Top thread on Hackernews for 4:00 is: Newsom signs bill that would make it easier to delete online personal data","Top thread on Hackernews for 5:00 is: Newsom signs bill that would make it easier to delete online personal data","Top thread on Hackernews for 6:00 is: Log is the \"Pro\" in iPhone 15 Pro","Top thread on Hackernews for 7:00 is: Log is the \"Pro\" in iPhone 15 Pro","Top thread on Hackernews for 8:00 is: Log is the \"Pro\" in iPhone 15 Pro","Top thread on Hackernews for 9:00 is: Log is the \"Pro\" in iPhone 15 Pro","Top thread on Hackernews for 10:00 is: Twenty-five open-source network emulators and simulators you can use in 2023","Top thread on Hackernews for 11:00 is: Twenty-five open-source network emulators and simulators you can use in 2023","Top thread on Hackernews for 12:00 is: Twenty-five open-source network emulators and simulators you can use in 2023","Top thread on Hackernews for 13:00 is: \"We'll call it AI to sell it, Machine Learning to Build it\"","Top thread on Hackernews for 14:00 is: \"We'll call it AI to sell it, Machine Learning to Build it\"","Top thread on Hackernews for 15:00 is: Bad Emacs defaults","Top thread on Hackernews for 16:00 is: The Deep Link Equating Math Proofs and Computer Programs","Top thread on Hackernews for 17:00 is: California Right to Repair Signed into Law","Top thread on Hackernews for 18:00 is: Google Cloud Spanner is now half the cost of Amazon DynamoDB","Top thread on Hackernews for 19:00 is: Starlink Direct to Cell","Top thread on Hackernews for 20:00 is: Google Cloud Spanner is now half the cost of Amazon DynamoDB","Top thread on Hackernews for 21:00 is: Google Cloud Spanner is now half the cost of Amazon DynamoDB","Top thread on Hackernews for 22:00 is: Grind – A first person shooter for Amiga 500","Top thread on Hackernews for 23:00 is: US citizens with permanent disabilities get free lifetime pass to National Parks","Top thread on Hackernews for 0:00 is: US citizens with permanent disabilities get free lifetime pass to National Parks","Top thread on Hackernews for 1:00 is: US citizens with permanent disabilities get free lifetime pass to National Parks","Top thread on Hackernews for 2:00 is: Kagi finally let me lay Google Search to rest","Top thread on Hackernews for 3:00 is: Grind – A first person shooter for Amiga 500","Top thread on Hackernews for 4:00 is: LSP could have been better","Top thread on Hackernews for 5:00 is: Grind – A first person shooter for Amiga 500","Top thread on Hackernews for 6:00 is: Grind – A first person shooter for Amiga 500","Top thread on Hackernews for 7:00 is: The little-told story about the BART seat-slashing gang","Top thread on Hackernews for 8:00 is: A Journey building a fast JSON parser and full JSONPath","Top thread on Hackernews for 9:00 is: A Journey building a fast JSON parser and full JSONPath","Top thread on Hackernews for 10:00 is: Introduction to Modern Statistics","Top thread on Hackernews for 11:00 is: Introduction to Modern Statistics","Top thread on Hackernews for 12:00 is: Introduction to Modern Statistics","Top thread on Hackernews for 13:00 is: Introduction to Modern Statistics","Top thread on Hackernews for 14:00 is: Introduction to Modern Statistics","Top thread on Hackernews for 15:00 is: The Twelve-Factor App","Top thread on Hackernews for 16:00 is: The Twelve-Factor App","Top thread on Hackernews for 17:00 is: EU \"Chat Control\" and Mandatory Client Side Scanning","Top thread on Hackernews for 18:00 is: The Midwit Smart Home","Top thread on Hackernews for 19:00 is: OpenAI is too cheap to beat","Top thread on Hackernews for 20:00 is: Desmos 3D graphing calculator","Top thread on Hackernews for 21:00 is: Desmos 3D graphing calculator","Top thread on Hackernews for 22:00 is: Desmos 3D graphing calculator","Top thread on Hackernews for 23:00 is: The Misunderstanding About Education That Cost Mark Zuckerberg $100M","Top thread on Hackernews for 0:00 is: First word discovered in unopened Herculaneum scroll by CS student","Top thread on Hackernews for 1:00 is: Scrollbars Are Becoming a Problem","Top thread on Hackernews for 2:00 is: Scrollbars Are Becoming a Problem","Top thread on Hackernews for 3:00 is: Scrollbars are becoming a problem","Top thread on Hackernews for 4:00 is: First word discovered in unopened Herculaneum scroll by CS student","Top thread on Hackernews for 5:00 is: First word discovered in unopened Herculaneum scroll by CS student","Top thread on Hackernews for 6:00 is: How to Fit a Large Program into a Small Machine (Zork, Z-Machine, ZIL) (1999)","Top thread on Hackernews for 7:00 is: First word discovered in unopened Herculaneum scroll by CS student","Top thread on Hackernews for 8:00 is: How to fit a large program into a small machine (1999)","Top thread on Hackernews for 9:00 is: How to fit a large program into a small machine (1999)","Top thread on Hackernews for 10:00 is: The Interface of Kai Krause's Software","Top thread on Hackernews for 11:00 is: The Interface of Kai Krause's Software","Top thread on Hackernews for 12:00 is: The Interface of Kai Krause's Software","Top thread on Hackernews for 13:00 is: You shouldn't join Y Combinator","Top thread on Hackernews for 14:00 is: Every app that adds AI looks like this","Top thread on Hackernews for 15:00 is: Every app that adds AI looks like this","Top thread on Hackernews for 16:00 is: Tainting the CSAM client-side scanning database","Top thread on Hackernews for 17:00 is: Scalar: An open-source alternative to Redocly and Swagger UI","Top thread on Hackernews for 18:00 is: Atlas of Surveillance: Documenting Police Tech in Our Communities","Top thread on Hackernews for 19:00 is: Atlas of Surveillance: Documenting Police Tech in Our Communities","Top thread on Hackernews for 20:00 is: \"Hallucinating\" AIs sound creative, but let's not celebrate being wrong","Top thread on Hackernews for 21:00 is: TimeGPT-1","Top thread on Hackernews for 22:00 is: TimeGPT-1","Top thread on Hackernews for 23:00 is: TimeGPT-1","Top thread on Hackernews for 0:00 is: TimeGPT-1","Top thread on Hackernews for 1:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 2:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 3:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 4:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 5:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 6:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 7:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 8:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 9:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 10:00 is: How to cook ground meat perfectly without vision","Top thread on Hackernews for 11:00 is: Book Review: How Our Roads Have Become an Invasive Species","Top thread on Hackernews for 12:00 is: All of ChatGPT's System Prompts","Top thread on Hackernews for 13:00 is: All of ChatGPT's System Prompts","Top thread on Hackernews for 14:00 is: All of ChatGPT's System Prompts","Top thread on Hackernews for 15:00 is: Tumor-destroying sound waves receive FDA approval for liver treatment in humans","Top thread on Hackernews for 16:00 is: Undermining Democracy: The EU Commission's Controversial Push for Surveillance","Top thread on Hackernews for 17:00 is: Undermining Democracy: The EU Commission's Controversial Push for Surveillance","Top thread on Hackernews for 18:00 is: Undermining Democracy: The EU Commission's Controversial Push for Surveillance","Top thread on Hackernews for 19:00 is: Examining the silicon dies of the Intel 386 processor","Top thread on Hackernews for 20:00 is: Examining the silicon dies of the Intel 386 processor","Top thread on Hackernews for 21:00 is: Examining the silicon dies of the Intel 386 processor","Top thread on Hackernews for 22:00 is: Examining the silicon dies of the Intel 386 processor","Top thread on Hackernews for 23:00 is: Anti-Anti-Adblocker uBlock filter to get rid of the annoying YouTube message","Top thread on Hackernews for 0:00 is: Firefox accounts renamed Mozilla accounts","Top thread on Hackernews for 1:00 is: Lisp Badge","Top thread on Hackernews for 2:00 is: Show HN: 3D Binpacking Algorithm Visualized","Top thread on Hackernews for 3:00 is: Show HN: 3D Binpacking Algorithm Visualized","Top thread on Hackernews for 4:00 is: Jupe: Off-grid shelters that pop up anywhere on Earth","Top thread on Hackernews for 5:00 is: Show HN: 3D Binpacking Algorithm Visualized","Top thread on Hackernews for 6:00 is: Decline in Independent Activity as a Cause of Decline in Child Mental Health","Top thread on Hackernews for 7:00 is: BeagleV-Ahead open-source RISC-V single board computer","Top thread on Hackernews for 8:00 is: BeagleV-Ahead open-source RISC-V single board computer","Top thread on Hackernews for 9:00 is: BeagleV-Ahead open-source RISC-V single board computer","Top thread on Hackernews for 10:00 is: \"Hacker News\" for retro computing and gaming","Top thread on Hackernews for 11:00 is: \"Hacker News\" for retro computing and gaming","Top thread on Hackernews for 12:00 is: \"Hacker News\" for retro computing and gaming","Top thread on Hackernews for 13:00 is: \"Hacker News\" for retro computing and gaming","Top thread on Hackernews for 14:00 is: \"Hacker News\" for retro computing and gaming","Top thread on Hackernews for 15:00 is: Lotus 1-2-3 For Linux","Top thread on Hackernews for 16:00 is: Lotus 1-2-3 For Linux","Top thread on Hackernews for 17:00 is: Lotus 1-2-3 For Linux","Top thread on Hackernews for 18:00 is: Lotus 1-2-3 For Linux","Top thread on Hackernews for 19:00 is: Finland to vote against the EU mass surveillance and encryption ban directive","Top thread on Hackernews for 20:00 is: The UN Risks Normalizing Internet Censorship","Top thread on Hackernews for 21:00 is: SSH-audit: SSH server and client security auditing","Top thread on Hackernews for 22:00 is: Mark Twain filmed by Thomas Edison in 1909","Top thread on Hackernews for 23:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 0:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 1:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 2:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 3:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 4:00 is: GPL-3.0 licensed BIOS for Intel 8088 based computers","Top thread on Hackernews for 5:00 is: PaLI-3 Vision Language Models","Top thread on Hackernews for 6:00 is: PaLI-3 Vision Language Models","Top thread on Hackernews for 7:00 is: PaLI-3 Vision Language Models","Top thread on Hackernews for 8:00 is: Google's dominance under siege: Antitrust trial threatens sweeping changes","Top thread on Hackernews for 9:00 is: Google's dominance under siege: Antitrust trial threatens sweeping changes","Top thread on Hackernews for 10:00 is: Cockpit: Web-based graphical interface for servers","Top thread on Hackernews for 11:00 is: Cockpit: Web-based graphical interface for servers","Top thread on Hackernews for 12:00 is: C Is Not a Low-level Language – Your computer is not a fast PDP-11","Top thread on Hackernews for 13:00 is: C Is Not a Low-level Language – Your computer is not a fast PDP-11","Top thread on Hackernews for 14:00 is: OpenBSD 7.4","Top thread on Hackernews for 15:00 is: Better HTTP server routing in Go 1.22","Top thread on Hackernews for 16:00 is: Better HTTP server routing in Go 1.22","Top thread on Hackernews for 17:00 is: Launch HN: Radical (YC W23) – Autonomous high-altitude solar aircraft","Top thread on Hackernews for 18:00 is: Launch HN: Radical (YC W23) – Autonomous high-altitude solar aircraft","Top thread on Hackernews for 19:00 is: Launch HN: Radical (YC W23) – Autonomous high-altitude solar aircraft","Top thread on Hackernews for 20:00 is: Tanzania unveils its first locally assembled aircraft, Skyleader 600","Top thread on Hackernews for 21:00 is: Roundup herbicide ingredient connected to epidemic chronic kidney disease","Top thread on Hackernews for 22:00 is: 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering","Top thread on Hackernews for 23:00 is: About half of Bandcamp employees have been laid off","Top thread on Hackernews for 0:00 is: Detroit wants to be the first big American city to tax land value","Top thread on Hackernews for 1:00 is: Getaddrinfo() on glibc calls getenv(), oh boy","Top thread on Hackernews for 2:00 is: About half of Bandcamp employees have been laid off","Top thread on Hackernews for 3:00 is: About half of Bandcamp employees have been laid off","Top thread on Hackernews for 4:00 is: About half of Bandcamp employees have been laid off","Top thread on Hackernews for 5:00 is: BB(3, 3) is Hard","Top thread on Hackernews for 6:00 is: BB(3, 3) is Hard","Top thread on Hackernews for 7:00 is: BB(3, 3) is Hard","Top thread on Hackernews for 8:00 is: Finland's ChatGPT equivalent begins to think in Estonian as well","Top thread on Hackernews for 9:00 is: Unfounded concerns about photovoltaic toxicity and waste slowing decarbonization","Top thread on Hackernews for 10:00 is: BB(3, 3) is Hard","Top thread on Hackernews for 11:00 is: BB(3, 3) is Hard","Top thread on Hackernews for 12:00 is: No morphological differences between living and non-living systems are yet known","Top thread on Hackernews for 13:00 is: No morphological differences between living and non-living systems are yet known","Top thread on Hackernews for 14:00 is: Encrypting private data and private communications is now an ethical duty","Top thread on Hackernews for 15:00 is: Swedish union declares strike for Tesla employees","Top thread on Hackernews for 16:00 is: Using Goatse to Stop App Theft","Top thread on Hackernews for 17:00 is: Tech CEO Sentenced to 5 Years in IP Address Scheme","Top thread on Hackernews for 18:00 is: Tech CEO Sentenced to 5 Years in IP Address Scheme","Top thread on Hackernews for 19:00 is: Ishkur's Guide to Electronic Music","Top thread on Hackernews for 20:00 is: Frasier Fantasy: A Game Boy Color game based on the 'Fraiser' TV series","Top thread on Hackernews for 21:00 is: Frasier Fantasy: A Game Boy Color game based on the 'Fraiser' TV series","Top thread on Hackernews for 22:00 is: Stable Diffusion Gets a Major Boost with RTX Acceleration","Top thread on Hackernews for 23:00 is: \"A Young Lady's Illustrated Primer\" Simulated by GPT-4","Top thread on Hackernews for 0:00 is: The pneumatic tube mail system in New York City","Top thread on Hackernews for 1:00 is: The pneumatic tube mail system in New York City","Top thread on Hackernews for 2:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 3:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 4:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 5:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 6:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 7:00 is: Localization Failure: Temperature Is Hard","Top thread on Hackernews for 8:00 is: 4K4D: Real-Time 4D View Synthesis at 4K Resolution","Top thread on Hackernews for 9:00 is: C++ Modules: Packaging Story","Top thread on Hackernews for 10:00 is: C++ Modules: Packaging Story","Top thread on Hackernews for 11:00 is: C++ Modules: Packaging Story","Top thread on Hackernews for 12:00 is: C++ Modules: Packaging Story","Top thread on Hackernews for 13:00 is: What is the Demoscene? An obscure but influential art form","Top thread on Hackernews for 14:00 is: What is the Demoscene? An obscure but influential art form","Top thread on Hackernews for 15:00 is: What is the Demoscene? An obscure but influential art form","Top thread on Hackernews for 16:00 is: USB-C teardown with CT scans: Thunderbolt and more","Top thread on Hackernews for 17:00 is: What is the Demoscene? An obscure but influential art form","Top thread on Hackernews for 18:00 is: What is the Demoscene? An interview","Top thread on Hackernews for 19:00 is: What is the Demoscene? An interview","Top thread on Hackernews for 20:00 is: GitHub stars won't pay your rent (2020)","Top thread on Hackernews for 21:00 is: Reflect – Multiplayer web app framework with game-style synchronization","Top thread on Hackernews for 22:00 is: You're not lacking creativity, you're overwhelmed","Top thread on Hackernews for 23:00 is: Write more \"useless\" software","Top thread on Hackernews for 0:00 is: Write more \"useless\" software","Top thread on Hackernews for 1:00 is: Write more \"useless\" software","Top thread on Hackernews for 2:00 is: Consortium launched to build the largest open LLM","Top thread on Hackernews for 3:00 is: It is important that ebooks be sold without DRM","Top thread on Hackernews for 4:00 is: To YouTube: I'd gladly pay you if your website was de-bloated and fast like this","Top thread on Hackernews for 5:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 6:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 7:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 8:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 9:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 10:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 11:00 is: Localsend: Open-Source Airdrop Alternative","Top thread on Hackernews for 12:00 is: Build Your Own BitTorrent","Top thread on Hackernews for 13:00 is: Build Your Own BitTorrent","Top thread on Hackernews for 14:00 is: Build your own BitTorrent","Top thread on Hackernews for 15:00 is: Build your own BitTorrent","Top thread on Hackernews for 16:00 is: Early Europeans Ate Seaweed for Thousands of Years","Top thread on Hackernews for 17:00 is: Early Europeans ate seaweed for thousands of years","Top thread on Hackernews for 18:00 is: Early Europeans ate seaweed for thousands of years","Top thread on Hackernews for 19:00 is: Early Europeans ate seaweed for thousands of years","Top thread on Hackernews for 20:00 is: Early Europeans ate seaweed for thousands of years","Top thread on Hackernews for 21:00 is: Early Europeans ate seaweed for thousands of years","Top thread on Hackernews for 22:00 is: Apple's use of Swift and SwiftUI in iOS 17","Top thread on Hackernews for 23:00 is: Research repository ArXiv receives $10M for upgrades","Top thread on Hackernews for 0:00 is: Research repository ArXiv receives $10M for upgrades","Top thread on Hackernews for 1:00 is: Research repository ArXiv receives $10M for upgrades","Top thread on Hackernews for 2:00 is: Research repository ArXiv receives $10M for upgrades","Top thread on Hackernews for 3:00 is: Nota is a language for writing documents, like academic papers and blog posts","Top thread on Hackernews for 4:00 is: Nota is a language for writing documents, like academic papers and blog posts","Top thread on Hackernews for 5:00 is: Nota is a language for writing documents, like academic papers and blog posts","Top thread on Hackernews for 6:00 is: Nota is a language for writing documents, like academic papers and blog posts","Top thread on Hackernews for 7:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 8:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 9:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 10:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 11:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 12:00 is: Using extra Firefox profiles to make my life better","Top thread on Hackernews for 13:00 is: RabbitOS","Top thread on Hackernews for 14:00 is: In search of the least viewed article on Wikipedia","Top thread on Hackernews for 15:00 is: In search of the least viewed article on Wikipedia","Top thread on Hackernews for 16:00 is: In search of the least viewed article on Wikipedia (2022)","Top thread on Hackernews for 17:00 is: In search of the least viewed article on Wikipedia (2022)","Top thread on Hackernews for 18:00 is: In search of the least viewed article on Wikipedia (2022)","Top thread on Hackernews for 19:00 is: They can and will ruin everything you love","Top thread on Hackernews for 20:00 is: The ten year anniversary of the Healthcare.gov rescue","Top thread on Hackernews for 21:00 is: Twenty-Four Hours in An Invisible Epidemic","Top thread on Hackernews for 22:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 23:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 0:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 1:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 2:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 3:00 is: Progress on No-GIL CPython","Top thread on Hackernews for 4:00 is: The next Raptor OpenPOWER systems are coming, but they won't be Power10","Top thread on Hackernews for 5:00 is: The next Raptor OpenPOWER systems are coming, but they won't be Power10","Top thread on Hackernews for 6:00 is: Analyzing Data 180,000x Faster with Rust","Top thread on Hackernews for 7:00 is: The next Raptor OpenPOWER systems are coming, but they won't be Power10","Top thread on Hackernews for 8:00 is: Microwatt: A tiny Open POWER ISA softcore written in VHDL 2008","Top thread on Hackernews for 9:00 is: Microwatt: A tiny Open POWER ISA softcore written in VHDL 2008","Top thread on Hackernews for 10:00 is: We have used too many levels of abstractions and now the future looks bleak","Top thread on Hackernews for 11:00 is: We have used too many levels of abstractions and now the future looks bleak","Top thread on Hackernews for 12:00 is: We have used too many levels of abstractions and now the future looks bleak","Top thread on Hackernews for 13:00 is: We have used too many levels of abstractions and now the future looks bleak","Top thread on Hackernews for 14:00 is: We have used too many levels of abstractions and now the future looks bleak","Top thread on Hackernews for 15:00 is: O3DE","Top thread on Hackernews for 16:00 is: What Every Developer Should Know About GPU Computing","Top thread on Hackernews for 17:00 is: The Worlds First FPGA N64","Top thread on Hackernews for 18:00 is: The Worlds First FPGA N64","Top thread on Hackernews for 19:00 is: The Worlds First FPGA N64","Top thread on Hackernews for 20:00 is: FPGA N64","Top thread on Hackernews for 21:00 is: FPGA N64","Top thread on Hackernews for 22:00 is: Locked and Loaded with New Cosmic DE Updates","Top thread on Hackernews for 23:00 is: Locked and Loaded with New Cosmic DE Updates","Top thread on Hackernews for 0:00 is: Locked and Loaded with New Cosmic DE Updates","Top thread on Hackernews for 1:00 is: Nghttp3 1.0.0 – HTTP/3 library written in C","Top thread on Hackernews for 2:00 is: An antiquated law rules mining in the West","Top thread on Hackernews for 3:00 is: An antiquated law rules mining in the West","Top thread on Hackernews for 4:00 is: An antiquated law rules mining in the West","Top thread on Hackernews for 5:00 is: I, Voyager: Open-Source Software Planetarium","Top thread on Hackernews for 6:00 is: Open Source Firmware Conference","Top thread on Hackernews for 7:00 is: Open Source Firmware Conference","Top thread on Hackernews for 8:00 is: Open Source Firmware Conference","Top thread on Hackernews for 9:00 is: The White Furnace Test","Top thread on Hackernews for 10:00 is: The White Furnace Test","Top thread on Hackernews for 11:00 is: The White Furnace Test","Top thread on Hackernews for 12:00 is: Hal Finney Was Not Satoshi Nakamoto","Top thread on Hackernews for 13:00 is: Microsoft Account's OAuth tokens leaking via open redirect in Harvest","Top thread on Hackernews for 14:00 is: Bifrost: A peer-to-peer communications engine with pluggable transports","Top thread on Hackernews for 15:00 is: Bifrost: A peer-to-peer communications engine with pluggable transports","Top thread on Hackernews for 16:00 is: Dave Cutler on Windows [video]","Top thread on Hackernews for 17:00 is: Who profits most from America's baffling health-care system?","Top thread on Hackernews for 18:00 is: Dave Cutler on Windows [video]","Top thread on Hackernews for 19:00 is: How to Build Your First Hardware Hacking Lab","Top thread on Hackernews for 20:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 21:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 22:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 23:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 0:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 1:00 is: The Lessons of Lucasfilm's Habitat (1990)","Top thread on Hackernews for 2:00 is: Ruffle: Flash Player Emulator","Top thread on Hackernews for 3:00 is: Killings in the U.S. are dropping at a historic rate","Top thread on Hackernews for 4:00 is: Ruffle: Flash Player Emulator","Top thread on Hackernews for 5:00 is: Ruffle: Flash Player Emulator","Top thread on Hackernews for 6:00 is: Ruffle: Flash Player Emulator","Top thread on Hackernews for 7:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 8:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 9:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 10:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 11:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 12:00 is: Building a unikernel that runs WebAssembly – part 1","Top thread on Hackernews for 13:00 is: Java implementation of a quantum computing resistant cryptographic algorithm","Top thread on Hackernews for 14:00 is: Java implementation of a quantum computing resistant cryptographic algorithm","Top thread on Hackernews for 15:00 is: Driver's failure to laugh at odd question during stop not Reasonable Suspicion","Top thread on Hackernews for 16:00 is: Software Disenchantment","Top thread on Hackernews for 18:00 is: Java implementation of a quantum computing resistant cryptographic algorithm","Top thread on Hackernews for 19:00 is: How to run 50% faster without external energy (2020)","Top thread on Hackernews for 20:00 is: How to run 50% faster without external energy (2020)","Top thread on Hackernews for 21:00 is: How does macOS manage virtual cores on Apple Silicon?","Top thread on Hackernews for 22:00 is: How does macOS manage virtual cores on Apple Silicon?","Top thread on Hackernews for 23:00 is: How does macOS manage virtual cores on Apple Silicon?","Top thread on Hackernews for 0:00 is: How does macOS manage virtual cores on Apple Silicon?","Top thread on Hackernews for 1:00 is: How does macOS manage virtual cores on Apple Silicon?","Top thread on Hackernews for 2:00 is: SumatraPDF Reader","Top thread on Hackernews for 3:00 is: SumatraPDF Reader","Top thread on Hackernews for 4:00 is: SumatraPDF Reader","Top thread on Hackernews for 5:00 is: SumatraPDF Reader","Top thread on Hackernews for 6:00 is: SumatraPDF Reader","Top thread on Hackernews for 7:00 is: Unified versus Split Diff","Top thread on Hackernews for 8:00 is: Unified versus Split Diff","Top thread on Hackernews for 9:00 is: Major Changes at RISC-V Designer SiFive","Top thread on Hackernews for 10:00 is: Major Changes at RISC-V Designer SiFive","Top thread on Hackernews for 11:00 is: Major Changes at RISC-V Designer SiFive","Top thread on Hackernews for 12:00 is: Major Changes at RISC-V Designer SiFive","Top thread on Hackernews for 13:00 is: Major Changes at RISC-V Designer SiFive","Top thread on Hackernews for 14:00 is: BioNTech Presents Positive Phase 1/2 Data for Car-T Cell Therapy Candidate","Top thread on Hackernews for 15:00 is: Animated AI","Top thread on Hackernews for 16:00 is: Animated AI","Top thread on Hackernews for 17:00 is: Animated AI","Top thread on Hackernews for 18:00 is: Animated AI","Top thread on Hackernews for 19:00 is: California DMV suspends Cruise's driverless testing permit effective immediately","Top thread on Hackernews for 20:00 is: California suspends GM Cruise's autonomous vehicle deployment","Top thread on Hackernews for 21:00 is: California suspends GM Cruise's autonomous vehicle deployment","Top thread on Hackernews for 22:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 23:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 0:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 1:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 2:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 3:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 4:00 is: Otis: Tropical storm to category 5 hurricane in 24h","Top thread on Hackernews for 5:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 6:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 7:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 8:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 9:00 is: California suspends Cruise's autonomous vehicle deployment","Top thread on Hackernews for 10:00 is: Embeddings: What they are and why they matter","Top thread on Hackernews for 11:00 is: Embeddings: What they are and why they matter","Top thread on Hackernews for 12:00 is: Show HN: ArtistAssistApp – the web app to paint better with ease","Top thread on Hackernews for 13:00 is: Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse","Top thread on Hackernews for 14:00 is: Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse","Top thread on Hackernews for 15:00 is: Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse","Top thread on Hackernews for 16:00 is: Show HN: OpenAPI DevTools – Chrome ext. that generates an API spec as you browse","Top thread on Hackernews for 17:00 is: Cloudflare API, dashboard, tunnels down","Top thread on Hackernews for 18:00 is: Adding crushed rock to farmland pulls carbon out of the air","Top thread on Hackernews for 19:00 is: iLeakage: Browser-Based Timerless Speculative Execution Attacks on Apple Devices","Top thread on Hackernews for 20:00 is: iLeakage: Browser-Based Timerless Speculative Execution Attacks on Apple Devices","Top thread on Hackernews for 21:00 is: Helix 23.10 Highlights","Top thread on Hackernews for 22:00 is: iLeakage: Browser-Based Timerless Speculative Execution Attacks on Apple Devices","Top thread on Hackernews for 23:00 is: Was Rust Worth It?","Top thread on Hackernews for 0:00 is: Was Rust Worth It?","Top thread on Hackernews for 1:00 is: Jina AI Launches First Open-Source 8K Text Embedding, Rivaling OpenAI","Top thread on Hackernews for 2:00 is: Jina AI Launches First Open-Source 8K Text Embedding, Rivaling OpenAI","Top thread on Hackernews for 3:00 is: Jina AI Launches First Open-Source 8K Text Embedding, Rivaling OpenAI","Top thread on Hackernews for 4:00 is: Jina AI Launches First Open-Source 8K Text Embedding, Rivaling OpenAI","Top thread on Hackernews for 5:00 is: Jina AI launches open-source 8k text embedding","Top thread on Hackernews for 6:00 is: Jina AI launches open-source 8k text embedding","Top thread on Hackernews for 7:00 is: ChatGPT cut off date now April 2023","Top thread on Hackernews for 8:00 is: Jina AI launches open-source 8k text embedding","Top thread on Hackernews for 9:00 is: Jina AI launches open-source 8k text embedding","Top thread on Hackernews for 10:00 is: Jina AI launches open-source 8k text embedding","Top thread on Hackernews for 11:00 is: Oxide: The Cloud Computer","Top thread on Hackernews for 12:00 is: Oxide: The Cloud Computer","Top thread on Hackernews for 13:00 is: Oxide: The Cloud Computer","Top thread on Hackernews for 14:00 is: Oxide: The Cloud Computer","Top thread on Hackernews for 15:00 is: Oxide: The Cloud Computer","Top thread on Hackernews for 16:00 is: The Negative Impact of Mobile-First Web Design on Desktop","Top thread on Hackernews for 17:00 is: The Negative Impact of Mobile-First Web Design on Desktop","Top thread on Hackernews for 18:00 is: The Negative Impact of Mobile-First Web Design on Desktop","Top thread on Hackernews for 19:00 is: 75 percent of exclusive hardwood may be illegally harvested","Top thread on Hackernews for 20:00 is: OpenAI Preparedness Challenge","Top thread on Hackernews for 21:00 is: War Thunder game engine released under BSD license","Top thread on Hackernews for 22:00 is: The Cloud Computer","Top thread on Hackernews for 23:00 is: The Cloud Computer","Top thread on Hackernews for 0:00 is: The Cloud Computer","Top thread on Hackernews for 1:00 is: The Cloud Computer","Top thread on Hackernews for 2:00 is: WebSDR – internet connected Software-Defined Radios","Top thread on Hackernews for 3:00 is: WebSDR – Internet-connected Software-Defined Radios","Top thread on Hackernews for 4:00 is: WebSDR – Internet-connected Software-Defined Radios","Top thread on Hackernews for 5:00 is: My Left Kidney","Top thread on Hackernews for 6:00 is: Yugoslavia's Digital Twin – When a country's internet domain outlives the nation","Top thread on Hackernews for 7:00 is: Yugoslavia's Digital Twin – When a country's internet domain outlives the nation","Top thread on Hackernews for 8:00 is: Let me tell you about me Gear Fabrication Syndrome","Top thread on Hackernews for 9:00 is: Lean4 helped Terence Tao discover a small bug in his recent paper","Top thread on Hackernews for 10:00 is: Lean4 helped Terence Tao discover a small bug in his recent paper","Top thread on Hackernews for 11:00 is: Lean4 helped Terence Tao discover a small bug in his recent paper","Top thread on Hackernews for 12:00 is: Lean4 helped Terence Tao discover a small bug in his recent paper","Top thread on Hackernews for 13:00 is: Why you should probably be using SQLite","Top thread on Hackernews for 14:00 is: The Slow Death of Authenticity in an Attention Economy","Top thread on Hackernews for 15:00 is: EPA moves towards banning leaded aviation gas","Top thread on Hackernews for 16:00 is: The slow death of authenticity in an attention economy","Top thread on Hackernews for 17:00 is: The slow death of authenticity in an attention economy","Top thread on Hackernews for 18:00 is: Generate images in one second on your Mac using a latent consistency model","Top thread on Hackernews for 19:00 is: Show HN: ScratchDB – Open-Source Snowflake on ClickHouse","Top thread on Hackernews for 20:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 21:00 is: Images from the 2023 Nikon Small World Photomicrography Competition","Top thread on Hackernews for 22:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 23:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 0:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 1:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 2:00 is: When Gradient Descent Is a Kernel Method","Top thread on Hackernews for 3:00 is: When Gradient Descent Is a Kernel Method","Top thread on Hackernews for 4:00 is: When Gradient Descent Is a Kernel Method","Top thread on Hackernews for 5:00 is: Shadow: New browser engine made almost entirely in JavaScript","Top thread on Hackernews for 6:00 is: Large Balloon Reflector: a potentially game-changing antenna design","Top thread on Hackernews for 7:00 is: Cortex X2: ARM aims high","Top thread on Hackernews for 8:00 is: The fun factor of the video game Uplink","Top thread on Hackernews for 9:00 is: The fun factor of the video game Uplink","Top thread on Hackernews for 10:00 is: The fun factor of the video game Uplink","Top thread on Hackernews for 21:00 is: Why thinking hard makes us feel tired","Top thread on Hackernews for 22:00 is: Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks","Top thread on Hackernews for 23:00 is: The real realtime preemption end game","Top thread on Hackernews for 0:00 is: The real realtime preemption end game","Top thread on Hackernews for 1:00 is: The real realtime preemption end game","Top thread on Hackernews for 2:00 is: The Tesla Semi from an Insider's View After One Year: \"Hot Mess\"","Top thread on Hackernews for 3:00 is: Why Simone Giertz spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 4:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 5:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 6:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 7:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 8:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 9:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 10:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 11:00 is: 'Energy independent' Uruguay runs on 100% renewables for four straight months","Top thread on Hackernews for 12:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 13:00 is: Oops! We Automated Bullshit","Top thread on Hackernews for 14:00 is: Oops! We Automated Bullshit","Top thread on Hackernews for 15:00 is: The Changing \"Guarantees\" Given by Python's Global Interpreter Lock","Top thread on Hackernews for 16:00 is: I spent 3 years working on a coat hanger [video]","Top thread on Hackernews for 17:00 is: In Two Moves, AlphaGo and Lee Sedol Redefined the Future (2016)","Top thread on Hackernews for 18:00 is: Apostrophe Protection Society","Top thread on Hackernews for 19:00 is: Putting the \"J\" in the RPG, Part 1: Dorakue","Top thread on Hackernews for 20:00 is: Google Photos Replacement","Top thread on Hackernews for 21:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 22:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 23:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 0:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 1:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 2:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 3:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 4:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 5:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 6:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 7:00 is: OpenAI's board has fired Sam Altman","Top thread on Hackernews for 8:00 is: Three senior researchers have resigned from OpenAI","Top thread on Hackernews for 9:00 is: Three senior researchers have resigned from OpenAI","Top thread on Hackernews for 10:00 is: Three senior researchers have resigned from OpenAI","Top thread on Hackernews for 11:00 is: Three senior researchers have resigned from OpenAI","Top thread on Hackernews for 12:00 is: GTK: Introducing Graphics Offload","Top thread on Hackernews for 13:00 is: Starship Integrated Flight Test 2 at 7 Am Central Time","Top thread on Hackernews for 14:00 is: Death by AI – a free Jackbox style party game. AI judges your plans to survive","Top thread on Hackernews for 15:00 is: Death by AI – a free Jackbox style party game. AI judges your plans to survive","Top thread on Hackernews for 16:00 is: Death by AI – a free Jackbox style party game. AI judges your plans to survive","Top thread on Hackernews for 17:00 is: Cryptographers Solve Decades-Old Privacy Problem","Top thread on Hackernews for 18:00 is: Cryptographers solve decades-old privacy problem","Top thread on Hackernews for 19:00 is: Lockheed is now tracking phones and walkie-talkies from space","Top thread on Hackernews for 20:00 is: Lockheed is now tracking phones and walkie-talkies from space","Top thread on Hackernews for 21:00 is: Lockheed is now tracking phones and walkie-talkies from space","Top thread on Hackernews for 22:00 is: Frigate: Open-source network video recorder with real-time AI object detection","Top thread on Hackernews for 23:00 is: OpenAI board in discussions with Sam Altman to return as CEO","Top thread on Hackernews for 0:00 is: An Asteroid Will Occult Betelgeuse on December 12th","Top thread on Hackernews for 1:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 2:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 3:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 4:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 5:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 6:00 is: HoneyPot – I Made a Text Field Only Bots Use – Heres What Happened","Top thread on Hackernews for 7:00 is: HoneyPot – I Made a Text Field Only Bots Use – Heres What Happened","Top thread on Hackernews for 8:00 is: An asteroid will occult Betelgeuse on December 12th","Top thread on Hackernews for 9:00 is: HandBrake 1.7.0 – The open source video transcoder","Top thread on Hackernews for 10:00 is: The Big TDD Misunderstanding","Top thread on Hackernews for 11:00 is: Deep Learning Course","Top thread on Hackernews for 12:00 is: Deep Learning Course","Top thread on Hackernews for 13:00 is: Lindenmayer Systems","Top thread on Hackernews for 14:00 is: Lindenmayer Systems","Top thread on Hackernews for 15:00 is: Victor Mono Typeface","Top thread on Hackernews for 16:00 is: It's time for a change: datetime.utcnow() is now deprecated","Top thread on Hackernews for 17:00 is: Terraform Cloud Pricing Changes Sticker Shock","Top thread on Hackernews for 18:00 is: Terraform Cloud Pricing Changes Sticker Shock","Top thread on Hackernews for 19:00 is: Terraform Cloud Pricing Changes Sticker Shock","Top thread on Hackernews for 20:00 is: StyleTTS2 – open-source Eleven Labs quality Text To Speech","Top thread on Hackernews for 21:00 is: StyleTTS2 – open-source Eleven Labs quality Text To Speech","Top thread on Hackernews for 22:00 is: StyleTTS2 – open-source Eleven-Labs-quality Text To Speech","Top thread on Hackernews for 23:00 is: StyleTTS2 – open-source Eleven-Labs-quality Text To Speech","Top thread on Hackernews for 0:00 is: StyleTTS2 – open-source Eleven-Labs-quality Text To Speech","Top thread on Hackernews for 1:00 is: Practical Tips for Finetuning LLMs Using LoRA (Low-Rank Adaptation)","Top thread on Hackernews for 2:00 is: Friends don't let friends make bad graphs","Top thread on Hackernews for 3:00 is: Friends don't let friends make bad graphs","Top thread on Hackernews for 4:00 is: Practical Tips for Finetuning LLMs Using LoRA (Low-Rank Adaptation)","Top thread on Hackernews for 5:00 is: Practical Tips for Finetuning LLMs Using LoRA (Low-Rank Adaptation)","Top thread on Hackernews for 6:00 is: Emmett Shear becomes interim OpenAI CEO as Altman talks break down","Top thread on Hackernews for 7:00 is: Emmett Shear becomes interim OpenAI CEO as Altman talks break down","Top thread on Hackernews for 8:00 is: Sam Altman, Greg Brockman and others to join Microsoft","Top thread on Hackernews for 9:00 is: Sam Altman, Greg Brockman and others to join Microsoft","Top thread on Hackernews for 10:00 is: The Death Star and the Final Trench Run (2017)","Top thread on Hackernews for 11:00 is: YouTube artificially slows down video load times when using Firefox","Top thread on Hackernews for 12:00 is: YouTube artificially slows down video load times when using Firefox","Top thread on Hackernews for 13:00 is: OpenAI's Misalignment and Microsoft's Gain","Top thread on Hackernews for 14:00 is: OpenAI staff threaten to quit unless board resigns","Top thread on Hackernews for 15:00 is: OpenAI staff threaten to quit unless board resigns","Top thread on Hackernews for 16:00 is: OpenAI's chaos does not add up","Top thread on Hackernews for 17:00 is: OpenAI staff threaten to quit unless board resigns","Top thread on Hackernews for 18:00 is: River: A fast, robust job queue for Go and Postgres","Top thread on Hackernews for 19:00 is: 15-150: Principles of Functional Programming","Top thread on Hackernews for 20:00 is: 15-150: Principles of Functional Programming","Top thread on Hackernews for 21:00 is: After Boeing declines to pay up, ransomware group leaks 45 GB of data","Top thread on Hackernews for 22:00 is: After Boeing declines to pay up, ransomware group leaks 45 GB of data","Top thread on Hackernews for 23:00 is: After Boeing declines to pay up, ransomware group leaks 45 GB of data","Top thread on Hackernews for 0:00 is: After Boeing declines to pay up, ransomware group leaks 45 GB of data","Top thread on Hackernews for 1:00 is: FDA considers first CRISPR gene editing treatment that may cure sickle cell","Top thread on Hackernews for 2:00 is: FDA considers first CRISPR gene editing treatment that may cure sickle cell","Top thread on Hackernews for 3:00 is: FDA considers first CRISPR gene editing treatment that may cure sickle cell","Top thread on Hackernews for 4:00 is: OpenAI's employees were given two explanations for why Sam Altman was fired","Top thread on Hackernews for 5:00 is: OpenAI's employees were given two explanations for why Sam Altman was fired","Top thread on Hackernews for 6:00 is: OpenAI's employees were given two explanations for why Sam Altman was fired","Top thread on Hackernews for 7:00 is: OpenAI's employees were given two explanations for why Sam Altman was fired","Top thread on Hackernews for 8:00 is: OpenAI's employees were given two explanations for why Sam Altman was fired","Top thread on Hackernews for 9:00 is: Show HN: Stella Nera – Maddness Hardware Accelerator","Top thread on Hackernews for 10:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 11:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 12:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 13:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 14:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 15:00 is: Northvolt develops state-of-the-art sodium-ion battery validated at 160 Wh/kg","Top thread on Hackernews for 16:00 is: Candela P-12 taking off – Electric hydrofoiling passenger vessel [video]","Top thread on Hackernews for 17:00 is: Anthropic announces Claude 2.1 – 200k context, less refusals","Top thread on Hackernews for 18:00 is: Seven Signs of Ethical Collapse (2012)","Top thread on Hackernews for 19:00 is: Stable Video Diffusion","Top thread on Hackernews for 20:00 is: Stable Video Diffusion","Top thread on Hackernews for 21:00 is: Stable Video Diffusion","Top thread on Hackernews for 22:00 is: Stable Video Diffusion","Top thread on Hackernews for 23:00 is: Stable Video Diffusion","Top thread on Hackernews for 0:00 is: Stable Video Diffusion","Top thread on Hackernews for 1:00 is: Why does the moon change size when you snipe it in GTA?","Top thread on Hackernews for 2:00 is: Why does the moon change size when you snipe it in GTA?","Top thread on Hackernews for 3:00 is: Why does the moon change size when you snipe it in GTA?","Top thread on Hackernews for 4:00 is: Why does the moon change size when you snipe it in GTA?","Top thread on Hackernews for 5:00 is: Why does the moon change size when you snipe it in GTA?","Top thread on Hackernews for 6:00 is: We have reached an agreement in principle for Sam to return to OpenAI","Top thread on Hackernews for 7:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 8:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 9:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 10:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 11:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 12:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 13:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 14:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 15:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 16:00 is: We have reached an agreement in principle for Sam to return to OpenAI as CEO","Top thread on Hackernews for 17:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 18:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 19:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 20:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 21:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 22:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 23:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 0:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 1:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 2:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 3:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 4:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 5:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 6:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 7:00 is: Reflecting on 18 Years at Google","Top thread on Hackernews for 8:00 is: test, [, and [[ (2020)","Top thread on Hackernews for 9:00 is: The curious case of the abominable shower","Top thread on Hackernews for 10:00 is: The curious case of the abominable shower","Top thread on Hackernews for 11:00 is: Pioneer of Google's Data Centers Dies at 58","Top thread on Hackernews for 12:00 is: Luiz André Barroso has died","Top thread on Hackernews for 13:00 is: I discovered caching CDNs were throttling my everyday browsing","Top thread on Hackernews for 14:00 is: The Fallout from the Weirdness at OpenAI","Top thread on Hackernews for 15:00 is: Git Branches: Intuition and Reality","Top thread on Hackernews for 16:00 is: C diff spores resist bleach and remain viable on surgical scrubs andgown fabrics","Top thread on Hackernews for 17:00 is: C diff spores resist bleach and remain viable on surgical scrubs andgown fabrics","Top thread on Hackernews for 18:00 is: Developer account removed by Apple – $108,878 frozen","Top thread on Hackernews for 19:00 is: Developer account removed by Apple – $108,878 frozen","Top thread on Hackernews for 20:00 is: Shellcheck finds bugs in your shell scripts","Top thread on Hackernews for 21:00 is: Bluetooth stack modifications to improve audio quality on headphones without AA","Top thread on Hackernews for 22:00 is: YouTube is now blocking Ad Blockers – So I just make ads run 16x faster","Top thread on Hackernews for 23:00 is: Bluetooth stack modifications to improve audio quality on headphones without AA","Top thread on Hackernews for 0:00 is: ESA’s new Ariane 6 rocket passed a major full-scale rehearsal","Top thread on Hackernews for 1:00 is: Revival of Medley/Interlisp","Top thread on Hackernews for 2:00 is: Revival of Medley/Interlisp","Top thread on Hackernews for 3:00 is: Things you're allowed to do (2020)","Top thread on Hackernews for 4:00 is: Experimental tree-based writing interface for GPT-3","Top thread on Hackernews for 5:00 is: Bluetooth stack modifications to improve audio quality on headphones without AA (2019)","Top thread on Hackernews for 6:00 is: Mirage – A programming framework for building type-safe, modular systems","Top thread on Hackernews for 7:00 is: Mirage – A programming framework for building type-safe, modular systems","Top thread on Hackernews for 8:00 is: Mirage – A programming framework for building type-safe, modular systems","Top thread on Hackernews for 9:00 is: Mid-old cells are a potential target for anti-aging interventions in the elderly","Top thread on Hackernews for 10:00 is: Mirage – A programming framework for building type-safe, modular systems","Top thread on Hackernews for 11:00 is: Mid-old cells are a potential target for anti-aging interventions in the elderly","Top thread on Hackernews for 12:00 is: The Feds' Vehicle 'Kill Switch' Mandate Is a Gross Violation of Privacy","Top thread on Hackernews for 13:00 is: Mid-old cells are a potential target for anti-aging interventions in the elderly","Top thread on Hackernews for 14:00 is: Live dashboard of Stripe systems during Black Friday","Top thread on Hackernews for 15:00 is: Show HN: Lua Carousel, create little programs on desktop or mobile devices","Top thread on Hackernews for 16:00 is: \"Useless Ruby sugar\": Argument forwarding","Top thread on Hackernews for 17:00 is: Generative AI for Beginners","Top thread on Hackernews for 18:00 is: Generative AI for Beginners","Top thread on Hackernews for 19:00 is: Generative AI for Beginners","Top thread on Hackernews for 20:00 is: Generative AI for Beginners","Top thread on Hackernews for 21:00 is: Cicero","Top thread on Hackernews for 22:00 is: React Spreadsheet 2 – Your Own Google Sheets","Top thread on Hackernews for 23:00 is: Show HN: React Spreadsheet 2","Top thread on Hackernews for 0:00 is: Autonomous Excavator Constructs a Six-Metre-High Dry-Stone Wall","Top thread on Hackernews for 1:00 is: Autonomous excavator constructs a six-metre-high dry-stone wall","Top thread on Hackernews for 2:00 is: Fat OCI images are a cultural problem","Top thread on Hackernews for 3:00 is: Autonomous excavator constructs a six-metre-high dry-stone wall","Top thread on Hackernews for 4:00 is: Autonomous excavator constructs a six-metre-high dry-stone wall","Top thread on Hackernews for 5:00 is: Tesla Normal Operating Sounds","Top thread on Hackernews for 6:00 is: Tesla Normal Operating Sounds","Top thread on Hackernews for 7:00 is: Tesla Normal Operating Sounds","Top thread on Hackernews for 8:00 is: Tesla Normal Operating Sounds","Top thread on Hackernews for 9:00 is: Normal Operating Sounds","Top thread on Hackernews for 10:00 is: Normal Operating Sounds","Top thread on Hackernews for 11:00 is: Normal Operating Sounds","Top thread on Hackernews for 12:00 is: Normal Operating Sounds","Top thread on Hackernews for 13:00 is: Superficial Toxicity Is the Enemy of Curiosity-Driven Innovation in Science","Top thread on Hackernews for 14:00 is: Shh: Simple Shell Scripting from Haskell","Top thread on Hackernews for 15:00 is: Why 56k the fastest dial up modem speed","Top thread on Hackernews for 16:00 is: Shh: Simple Shell Scripting from Haskell","Top thread on Hackernews for 17:00 is: Shh: Simple Shell Scripting from Haskell","Top thread on Hackernews for 18:00 is: New Wave Sci-Fi: 75 Best Novels of 1964–1983","Top thread on Hackernews for 19:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 20:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 21:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 22:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 23:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 0:00 is: Sqids – Generate Short Unique IDs from Numbers","Top thread on Hackernews for 1:00 is: The Dunning-Kruger effect is autocorrelation","Top thread on Hackernews for 2:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 3:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 4:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 5:00 is: We have lost access to approximately €6k in bounties","Top thread on Hackernews for 6:00 is: The Flix Programming Language","Top thread on Hackernews for 7:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 8:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 9:00 is: Naev – open-source game about space exploration, trade and combat","Top thread on Hackernews for 10:00 is: Grimoire: Open-Source bookmark manager with extra features","Top thread on Hackernews for 11:00 is: Grimoire: Open-Source bookmark manager with extra features","Top thread on Hackernews for 12:00 is: VectorDB: Vector Database Built by Kagi Search","Top thread on Hackernews for 13:00 is: VectorDB: Vector Database Built by Kagi Search","Top thread on Hackernews for 14:00 is: VectorDB: Vector Database Built by Kagi Search","Top thread on Hackernews for 15:00 is: Whisky: Wine Supercharged with the Power of Apple's Game Porting Toolkit","Top thread on Hackernews for 16:00 is: Whisky: Wine Supercharged with the Power of Apple's Game Porting Toolkit","Top thread on Hackernews for 17:00 is: Whisky: Wine Supercharged with the Power of Apple's Game Porting Toolkit","Top thread on Hackernews for 18:00 is: Darling: Run macOS Software on Linux","Top thread on Hackernews for 19:00 is: Darling: Run macOS Software on Linux","Top thread on Hackernews for 20:00 is: Darling: Run macOS Software on Linux","Top thread on Hackernews for 21:00 is: Darling: Run macOS Software on Linux","Top thread on Hackernews for 22:00 is: Titled Tuesday Cheating","Top thread on Hackernews for 23:00 is: Making a font","Top thread on Hackernews for 0:00 is: Making a font","Top thread on Hackernews for 1:00 is: Making a font","Top thread on Hackernews for 2:00 is: Unciv","Top thread on Hackernews for 3:00 is: Unciv","Top thread on Hackernews for 4:00 is: Unciv","Top thread on Hackernews for 5:00 is: Unciv","Top thread on Hackernews for 6:00 is: Dive into Deep Learning: Interactive deep learning book with codes and maths","Top thread on Hackernews for 7:00 is: Unciv","Top thread on Hackernews for 8:00 is: Brother [printers] have gotten to where they are now, by NOT innovating","Top thread on Hackernews for 9:00 is: Why Bother with uBlock Being Blocked in Chrome? Time to Switch to Firefox","Top thread on Hackernews for 10:00 is: Why Bother with uBlock Being Blocked in Chrome? Time to Switch to Firefox","Top thread on Hackernews for 11:00 is: Brother have gotten to where they are now, by not innovating","Top thread on Hackernews for 12:00 is: Brother have gotten to where they are now, by not innovating","Top thread on Hackernews for 13:00 is: $10M AI Mathematical Olympiad Prize","Top thread on Hackernews for 14:00 is: $10M AI Mathematical Olympiad Prize","Top thread on Hackernews for 15:00 is: Where Is OpenCV 5?","Top thread on Hackernews for 16:00 is: Nutrient found in beef and dairy improves immune response to cancer","Top thread on Hackernews for 17:00 is: Prettier $20k Bounty was Claimed","Top thread on Hackernews for 18:00 is: Prettier $20k Bounty was Claimed","Top thread on Hackernews for 19:00 is: Prettier $20k Bounty was Claimed","Top thread on Hackernews for 20:00 is: $20k bounty was claimed","Top thread on Hackernews for 21:00 is: $20k bounty was claimed","Top thread on Hackernews for 22:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 23:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 0:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 1:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 2:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 3:00 is: New Outlook is good, both for yourself and 766 third parties","Top thread on Hackernews for 4:00 is: RPG Engine for the Nintendo 64","Top thread on Hackernews for 5:00 is: RPG Engine for the Nintendo 64","Top thread on Hackernews for 6:00 is: My toddler loves planes, so I built her a radar","Top thread on Hackernews for 7:00 is: The `hanging-punctuation property` in CSS","Top thread on Hackernews for 8:00 is: The `hanging-punctuation property` in CSS","Top thread on Hackernews for 9:00 is: Designing a SIMD Algorithm from Scratch","Top thread on Hackernews for 10:00 is: Designing a SIMD Algorithm from Scratch","Top thread on Hackernews for 11:00 is: Designing a SIMD Algorithm from Scratch","Top thread on Hackernews for 12:00 is: Designing a SIMD Algorithm from Scratch","Top thread on Hackernews for 13:00 is: Modern C++ Programming Course","Top thread on Hackernews for 14:00 is: Modern C++ Programming Course","Top thread on Hackernews for 15:00 is: Modern C++ Programming Course","Top thread on Hackernews for 16:00 is: Modern C++ Programming Course","Top thread on Hackernews for 17:00 is: Modern C++ Programming Course","Top thread on Hackernews for 18:00 is: MeshGPT: Generating Triangle Meshes with Decoder-Only Transformers","Top thread on Hackernews for 19:00 is: MeshGPT: Generating triangle meshes with decoder-only transformers","Top thread on Hackernews for 20:00 is: MeshGPT: Generating triangle meshes with decoder-only transformers","Top thread on Hackernews for 21:00 is: MeshGPT: Generating triangle meshes with decoder-only transformers","Top thread on Hackernews for 22:00 is: MeshGPT: Generating triangle meshes with decoder-only transformers","Top thread on Hackernews for 23:00 is: MeshGPT: Generating triangle meshes with decoder-only transformers","Top thread on Hackernews for 0:00 is: My $500M Mars Rover Mistake: A Failure Story","Top thread on Hackernews for 1:00 is: My $500M Mars Rover Mistake: A Failure Story","Top thread on Hackernews for 2:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 3:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 4:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 5:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 6:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 7:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 8:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 9:00 is: My $500M Mars rover mistake","Top thread on Hackernews for 10:00 is: One of the greatest user interface disasters in history","Top thread on Hackernews for 11:00 is: One of the greatest user interface disasters in history","Top thread on Hackernews for 12:00 is: One of the greatest user interface disasters in history","Top thread on Hackernews for 13:00 is: The 1988 shooting down of Flight 655 as a user interface disaster","Top thread on Hackernews for 14:00 is: Roundcube open-source webmail software merges with Nextcloud","Top thread on Hackernews for 15:00 is: How to Work Effectively with Someone You Don't Like","Top thread on Hackernews for 16:00 is: Roundcube open-source webmail software merges with Nextcloud","Top thread on Hackernews for 17:00 is: Show HN: Resume Matcher – An open source, free tool to improve your resume","Top thread on Hackernews for 18:00 is: Okta hackers stole data on all customer support users in major breach","Top thread on Hackernews for 19:00 is: Jaq – A jq clone focused on correctness, speed, and simplicity","Top thread on Hackernews for 20:00 is: Jaq – A jq clone focused on correctness, speed, and simplicity","Top thread on Hackernews for 21:00 is: Jaq – A jq clone focused on correctness, speed, and simplicity","Top thread on Hackernews for 22:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 23:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 0:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 1:00 is: Sam Altman returns as CEO, OpenAI has a new initial board","Top thread on Hackernews for 2:00 is: Sam Altman returns as CEO, OpenAI has a new initial board","Top thread on Hackernews for 3:00 is: Sam Altman returns as CEO, OpenAI has a new initial board","Top thread on Hackernews for 4:00 is: Sam Altman returns as CEO, OpenAI has a new initial board","Top thread on Hackernews for 5:00 is: Sam Altman returns as CEO, OpenAI has a new initial board","Top thread on Hackernews for 6:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 7:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 8:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 9:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 10:00 is: Llamafile lets you distribute and run LLMs with a single file","Top thread on Hackernews for 11:00 is: Ripgrep is faster than grep, ag, Git grep, ucg, pt, sift (2016)","Top thread on Hackernews for 12:00 is: Ripgrep is faster than grep, ag, Git grep, ucg, pt, sift (2016)","Top thread on Hackernews for 13:00 is: Ripgrep is faster than grep, ag, Git grep, ucg, pt, sift (2016)","Top thread on Hackernews for 14:00 is: Ripgrep is faster than grep, ag, Git grep, ucg, pt, sift (2016)"];
fileToDataURL
@stevekrouse
File to Data URL Helpers to convert files to base64 & base64-encoded data URLs,
which are particularly helpful for sending images to LLMs
like ChatGPT, Anthropic, and Google. ChatGPT Live example import { fileToDataURL } from "https://esm.town/v/stevekrouse/fileToDataURL";
const dataURL = await fileToDataURL(file);
const response = await chat([
{
role: "system",
content: `You are an nutritionist.
Estimate the calories.
We only need a VERY ROUGH estimate.
Respond ONLY in a JSON array with values conforming to: {ingredient: string, calories: number}
`,
},
{
role: "user",
content: [{
type: "image_url",
image_url: {
url: dataURL,
},
}],
},
], {
model: "gpt-4o",
max_tokens: 200,
}); Anthropic Live example import { fileToBase64 } from "https://esm.town/v/stevekrouse/fileToDataURL";
const base64File = await fileToBase64(file);
let res = await anthropic.messages.create({
model: "claude-3-5-sonnet-20240620",
max_tokens: 1024,
messages: [
{
"role": "user",
"content": [
{
"type": "image",
"source": {
"type": "base64",
"media_type": file.type,
"data": base64File,
},
},
{
"type": "text",
"text": `Write an HTML email
that evokes this photo in the funniest
way possible, with code fences.`,
},
],
},
],
}); Google Live example import { fileToBase64 } from "https://esm.town/v/stevekrouse/fileToDataURL";
const base64Image = await fileToBase64(image);
const result = await model.generateContent([
"Write all the names and authors of these books in JSON format. The response should be a valid JSON array of objects, each with 'title' and 'author' properties.",
{
inlineData: {
data: base64Image,
mimeType: image.type,
},
},
]);
Script
which are particularly helpful for sending images to LLMs
like ChatGPT, Anthropic, and Google.
### ChatGPT
max_tokens: 200,
### Anthropic
[Live example](https://www.val.town/v/stevekrouse/roastbyEmail?v=14#L9-34)
const base64File = await fileToBase64(file);
let res = await anthropic.messages.create({
model: "claude-3-5-sonnet-20240620",
fileToDataURL
@purplesquirrelmedia
File to Data URL Helpers to convert files to base64 & base64-encoded data URLs,
which are particularly helpful for sending images to LLMs
like ChatGPT, Anthropic, and Google. ChatGPT Live example import { fileToDataURL } from "https://esm.town/v/stevekrouse/fileToDataURL";
const dataURL = await fileToDataURL(file);
const response = await chat([
{
role: "system",
content: `You are an nutritionist.
Estimate the calories.
We only need a VERY ROUGH estimate.
Respond ONLY in a JSON array with values conforming to: {ingredient: string, calories: number}
`,
},
{
role: "user",
content: [{
type: "image_url",
image_url: {
url: dataURL,
},
}],
},
], {
model: "gpt-4o",
max_tokens: 200,
}); Anthropic Live example import { fileToBase64 } from "https://esm.town/v/stevekrouse/fileToDataURL";
const base64File = await fileToBase64(file);
let res = await anthropic.messages.create({
model: "claude-3-5-sonnet-20240620",
max_tokens: 1024,
messages: [
{
"role": "user",
"content": [
{
"type": "image",
"source": {
"type": "base64",
"media_type": file.type,
"data": base64File,
},
},
{
"type": "text",
"text": `Write an HTML email
that evokes this photo in the funniest
way possible, with code fences.`,
},
],
},
],
}); Google Live example import { fileToBase64 } from "https://esm.town/v/stevekrouse/fileToDataURL";
const base64Image = await fileToBase64(image);
const result = await model.generateContent([
"Write all the names and authors of these books in JSON format. The response should be a valid JSON array of objects, each with 'title' and 'author' properties.",
{
inlineData: {
data: base64Image,
mimeType: image.type,
},
},
]);
Script
which are particularly helpful for sending images to LLMs
like ChatGPT, Anthropic, and Google.
### ChatGPT
max_tokens: 200,
### Anthropic
[Live example](https://www.val.town/v/stevekrouse/roastbyEmail?v=14#L9-34)
const base64File = await fileToBase64(file);
let res = await anthropic.messages.create({
model: "claude-3-5-sonnet-20240620",