buzzier | 2 months ago | on: Tell HN: Happy New Year
buzzier's comments
buzzier | 1 year ago | on: Fly.io outage – resolved
buzzier | 2 years ago | on: CSS-Only Chat
buzzier | 3 years ago | on: Could you train a ChatGPT-beating model for $85k and run it in a browser?
buzzier | 3 years ago | on: Dalai: Automatically install, run, and play with LLaMA on your computer
1. Binary build https://github.com/jaykrell/llama.cpp/releases/tag/1
2. Quantized model (7B/13B/30B) https://mega.nz/folder/UjAUES6Z#bGhKkyiZX3eRrn9HcxVVfA
3. main.exe -m ggml-model-q4_0.bin -t 8 -n 128
buzzier | 3 years ago | on: Sloth – A Mac app that shows all open files, directories, sockets, etc.
buzzier | 3 years ago | on: Tell HN: Happy New Year
buzzier | 3 years ago | on: Show HN: Port of OpenAI's Whisper model in C/C++
buzzier | 4 years ago | on: Toxiproxy is a framework for simulating network conditions
buzzier | 5 years ago | on: Image Scrubber: tool for anonymizing photographs taken at protests
buzzier | 6 years ago | on: Ask HN: What computer science concepts should I learn to work with Blockchain?
An awesome curated list of Cryptoeconomic research and learning materials https://github.com/jpantunes/awesome-cryptoeconomics
A collection about awesome blockchains https://github.com/openblockchains/awesome-blockchains
Building Blockchain in Go https://jeiwan.net/posts/building-blockchain-in-go-part-1/
buzzier | 6 years ago | on: Arend: Theorem Prover Based on Homotopy Type Theory by JetBrains
Stories of AI Failure and How to Avoid Similar AI Fails in 2019 https://www.lexalytics.com/lexablog/stories-ai-failure-avoid...
How IBM Watson Overpromised and Underdelivered on AI Health Care https://spectrum.ieee.org/biomedical/diagnostics/how-ibm-wat...
Automakers Are Rethinking the Timetable for Fully Autonomous Cars https://www.designnews.com/electronics-test/automakers-are-r...
buzzier | 6 years ago | on: Ask HN: Your favourite tutorial for total beginners?
buzzier | 7 years ago | on: This Startup Does Not Exist
buzzier | 7 years ago | on: Google launches an AI contest for social good
buzzier | 7 years ago | on: The Scientist and Engineer's Guide to Digital Signal Processing (1999)
buzzier | 7 years ago | on: Hacker's guide to Neural Networks (2012)
buzzier | 7 years ago | on: IncludeOS – A minimal, resource efficient unikernel for cloud services
It's built on V8 JavaScript engine and uses event-driven and non-blocking I/O model inspired by Node.js. At the moment KVM is the only supported hypervisor.
buzzier | 7 years ago | on: Show HN: DomTerm – a web-based rich terminal emulator and console
buzzier | 7 years ago | on: X86 assembly doesn’t have to be scary