Tuesday, March 14, 2023

Show HN: GPT-4 makes Snake game using Replit https://ift.tt/6cyzjsV

Show HN: GPT-4 makes Snake game using Replit https://twitter.com/ammaar/status/1635754631228952576 March 15, 2023 at 07:43AM

Show HN: Whatdoesthiscodedo.com – AI explanations for other people’s code https://ift.tt/A4XZh3y

Show HN: Whatdoesthiscodedo.com – AI explanations for other people’s code https://ift.tt/76opxZm March 15, 2023 at 06:03AM

Show HN: Built a blog using Rust and Axum https://ift.tt/meO0vRI

Show HN: Built a blog using Rust and Axum https://ift.tt/wFhqNlR March 14, 2023 at 10:49PM

Show HN: Write Language-agnostic functions with WebAssembly you can use https://ift.tt/Q9etkE3

Show HN: Write Language-agnostic functions with WebAssembly you can use Hey y’all, we’re really excited to share that we’re launching a new free, open source tool called Scale. It’s a highly-performant WebAssembly function runtime that enables composable, language-agnostic software development. TL;DR - Scale allows you to write functions in any language, then use them in any other language. It’s pretty exciting. We currently support Go and Rust, but TypeScript is coming soon and support for a handful of other languages is already in the works. We’d love to hear any feedback you have, so let us know what you think! https://scale.sh March 14, 2023 at 08:32PM

Show HN: Potash – Malware Proximity Search Engine https://ift.tt/SrOwU0T

Show HN: Potash – Malware Proximity Search Engine I wrote a search engine that ingests malware TLSH hashes from abuse.ch and provides a proximity search engine in order to find "close" malwares to yours. Comes handy if you want to classify a Malware that's not on VT or a malware that you only have the hash, but want to download a close enough sample. It works as a CLI app or a ReST API https://ift.tt/I9UfNiY March 14, 2023 at 02:01PM

Show HN: Scriptable.run, make your product extendable by anyone. https://ift.tt/OH9bmQu

Show HN: Scriptable.run, make your product extendable by anyone. https://ift.tt/5ElQ4Ud March 14, 2023 at 11:52AM

Monday, March 13, 2023

Show HN: Django Developers – Reverse Job Board for Django Developers https://ift.tt/fNgkebv

Show HN: Django Developers – Reverse Job Board for Django Developers https://ift.tt/u64qwQo March 14, 2023 at 12:24AM

Show HN: I Scraped Hacker News for TLD Popularity https://ift.tt/8NCcEnq

Show HN: I Scraped Hacker News for TLD Popularity https://ift.tt/W3iEYbS March 13, 2023 at 04:14PM

Show HN: I made this artistic QR generator https://ift.tt/xs431mb

Show HN: I made this artistic QR generator https://ift.tt/E3MpizW March 13, 2023 at 03:41PM

Show HN: I revived a game I abandoned 5yo ago and released it for free today https://ift.tt/nQOoXYb

Show HN: I revived a game I abandoned 5yo ago and released it for free today https://ift.tt/U1ZDpAC March 13, 2023 at 03:18PM

Show HN: This Job Does Not Exist https://ift.tt/mvOhWH5

Show HN: This Job Does Not Exist https://ift.tt/SpgdKJL March 13, 2023 at 01:35PM

Show HN: Storytime AI – Generate custom stories for your kids https://ift.tt/aEhLB6f

Show HN: Storytime AI – Generate custom stories for your kids For months, my wife and I were manually and haphazardly using ChatGPT to generate bedtime stories for our 3-year-old (mostly using her ideas as prompts), so I built this app on top of the ChatGPT API to make bedtime a lot easier. https://ift.tt/JfxOPFa March 13, 2023 at 12:33AM

Sunday, March 12, 2023

Show HN: Codon: A Compiler for High-Performance Pythonic Applications and DSLs [pdf] https://ift.tt/j3U9icE

Show HN: Codon: A Compiler for High-Performance Pythonic Applications and DSLs [pdf] https://ift.tt/cwoJyYB March 13, 2023 at 02:36AM

Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/0tle6P7

Show HN: Topiary: universal formatter engine using treesitter https://ift.tt/4Ci3jaD March 13, 2023 at 01:27AM

Show HN: I made my first few dollars online by publishing a cheatsheet https://ift.tt/vIuhHOi

Show HN: I made my first few dollars online by publishing a cheatsheet https://ift.tt/zIMwKA1 March 12, 2023 at 05:32PM

Show HN: Halp – A CLI tool to get help with CLI tools https://ift.tt/5Ony4if

Show HN: Halp – A CLI tool to get help with CLI tools https://ift.tt/e48Yvz9 March 12, 2023 at 04:54PM

Show HN: Ztick – tiny desktop utility to keep notes written in Zig https://ift.tt/kPrqWe7

Show HN: Ztick – tiny desktop utility to keep notes written in Zig Trying my hands with zig, hence wrote a small app for my personal use. I hope it helps others who are trying to learn zig. PS: Code is not at its best place, so it could use few refactor iterations ( I am still learning zig ) https://ift.tt/tOKcxu9 March 12, 2023 at 11:35AM

Saturday, March 11, 2023

Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng

Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...