Skip to main content

Posts

Showing posts from September 4, 2022

Show HN: Step up your Midjourney AI images with this prompt autocomplete https://ift.tt/pCu7UD9

Show HN: Step up your Midjourney AI images with this prompt autocomplete To build this model, we scraped 4 weeks' worth of user-issued text prompts from Midjourney's public Discord server. We released the dataset on Kaggle: https://ift.tt/ANTRdHu... . https://ift.tt/UvcuSDi September 10, 2022 at 08:14AM

Show HN: We're building a search engine for GCP https://ift.tt/0nNXYjd

Show HN: We're building a search engine for GCP Hi HN, I previously wore SWE/SRE hats on GCP. Later, I was on the other side, managing thousands of machines. The friction points of onboarding and operating cloud systems are personal problems to me. I’ve found it hard to keep track of all the random cloud resources floating around, especially as my team’s assets proliferated. Occasionally, there is a resource affecting an outage but no one remembers where it is. I am constantly frustrated by existing tooling. APIs can work, after you’ve navigated the byzantine documentation, but I often find myself doing ad-hoc tasks which are best served by a UI. Unfortunately, the search bar in the GCP web console does not behave as you expect. For example, it only seems to search for prefixes, rather than substrings, on App Engine stuff. The GCP web console as a whole is boatloads of JavaScripts, 90+ navigation items on the left menu, and a constant stream of UX/UI controls. I'm fond of Hacke

Show HN: Visualizing Startup Management with Timeline https://ift.tt/QVq0ZXK

Show HN: Visualizing Startup Management with Timeline Hi everyone, We are building a web app for startup founders. Like Jira, Notion, or ClickUp, we support task management. However, we think time is more important than the tasks, because startups need to build product fast, and shift focus fast. Therefore, we built one universal timeline to help you easily manage tasks, clients, projects and deadlines, so you can directly compare the important dates from all your departments and find one which matter the most now. We also support task auto scheduling, so when you shift your team to a new direction, you just need to change the priority, and we help you reschedule all the tasks in you team. So you don't need to manually updating the start date or the end date fields in Jira, Notion, or ClickUp. You may have heard of Motion ( https://ift.tt/f8RFyYx ), which also supports task auto scheduling. Unlike it, our app focuses on serving the startup teams and innovation teams. So we also hav

Show HN: TattoosAI – AI-powered tattoo artist, using Stable Diffusion https://ift.tt/l0TtgiG

Show HN: TattoosAI – AI-powered tattoo artist, using Stable Diffusion Hey HN, last week I've been building TattoosAI as a little learning project to get comfortable with Stable Diffusion & DALL-E. I'm absolutely shocked by how powerful SD is... Just like how GPT-3 helped copywriters/marketing be more effective, SD/DALL-E is going to be a game changer for artist! https://ift.tt/tbfCpGr September 8, 2022 at 10:38AM

Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes https://ift.tt/ozhnUFZ

Show HN: WASM/TS crypto library for Ed25519, Shamir sharing, AEAD secret boxes Hello HN, I made this library because I wanted better performance than tweetnacl and I also wanted Shamir secret sharing. I wrote some C functions that use libsodium and compiled them to WASM with emscripten and everything is fully typed. Would love to hear your thoughts on this. Try it out, and of course feedback and contributions are very welcome! https://ift.tt/SyihFIT September 7, 2022 at 03:53PM

Show HN: Executing Python from Tweets https://ift.tt/tzHvBs8

Show HN: Executing Python from Tweets Hello HN! Pyrun is a Chrome Extension that brings a Python IDE into your Twitter for those who consume and create Python content. *The Status Quo (This is quite a limited experience!)* - Content creators share Python snippets as images; - The audience zooms into the image to see what’s in there; * The Pyrun extension creates a whole new learning experience:* ▶ Hit one button to execute the Python snippet See Python's output inside Twitter Edit the code and rerun Content creators only have to share the code inside the image’s ALT, add “#pyrun” in their Tweet and that’s it! This extension will enhance the learning experience and improve engagement without disrupting the Twitter experience! https://ift.tt/qipZYxA September 7, 2022 at 04:35PM

Show HN: Quake 1 ported to the Apple Watch https://ift.tt/bZpOnlm

Show HN: Quake 1 ported to the Apple Watch I ported Quake 1 to the Apple Watch, building on top of existing ports for iOS and Mac. Some features: * uses Quake SW renderer + blitting to WatchKit surface (~60 fps, 640x480, larger res can run on lower framerate, tested up until 1024x768) * touch + gyro + digital crown controls * new AVFoundation audio backend (quake to Watchkit audio buffer copy logic), as Watchkit does not support CoreAudio * high pass audio filter to remove clicking on Watch speaker for some of the low frequency quake .wav samples * some smaller modifications and code updates to glue Quake 1 c code to Objective C and Watchkit https://www.youtube.com/watch?v=cPC2o262TfQ https://ift.tt/v4HW2Cl September 7, 2022 at 12:21PM

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral https://ift.tt/W8HapFS

Show HN: Chitchatter – P2P chat app that is serverless, decentralized, ephemeral For anyone who is interested to learn more about Chitchatter, please check out the project README: https://ift.tt/dJPGgfq Chitchatter is very much an early MVP, so I'd like to get your feedback. Thanks for looking! https://chitchatter.im/ September 6, 2022 at 08:48AM

Show HN: Open-source APM with support for tracing, metrics, and logs https://ift.tt/lhFkAq4

Show HN: Open-source APM with support for tracing, metrics, and logs Uptrace is an all-in-one tool that supports distributed tracing, metrics, and logs. It uses OpenTelelemetry observability framework to collect data and ClickHouse database to store it. https://ift.tt/HOyVKFA September 6, 2022 at 12:24PM

Show HN: Path MTU Discovery Test https://ift.tt/xy4GzJP

Show HN: Path MTU Discovery Test While there are plenty of ways to test if your MTU is set correctly and that Path MTU Discovery works, I haven't seen a browser based test that works in both directions. Hope this is useful for someone. Source code on github https://ift.tt/kPJxrfw (Server is Yaws on FreeBSD) https://ift.tt/vAd8HhL September 6, 2022 at 06:55AM

Show HN: Algochurn - Ace your next Technical Interview Round https://ift.tt/IwdZQHe

Show HN: Algochurn - Ace your next Technical Interview Round Hey HN! I built Algochurn - A place for front-end developers to practice most commonly asked front-end interview questions. Of all the available resources out there, I wanted to have a place where I could practice coding questions myself (and to mimic a coding interview setup) and solve the problems with a time based approach. After 2 months of questions curation, I've come up with the first set of questions that are being asked in Big product based companies that assess candidates on their React skills. Use Algochurn to speed up your interview preparation. Save and Bookmark questions, Mark question as completed and use a time bound approach to solve problems. Link: https://algochurn.com To all the developers out there looking for jobs, I wish you all the best. Let Algochurn help you in landing that dream job. :) https://ift.tt/517AYMa September 5, 2022 at 01:25PM

Show HN: Illustrating Gutenberg library using Stable Diffusion https://ift.tt/wRWA9c7

Show HN: Illustrating Gutenberg library using Stable Diffusion We are illlustrating existing books using stable diffusion and other ML models. We are currently on our quest to illustrate the Project Gutenberg library. This Show HN is really early in our journey and we are happy to receive your feedback! https://storybooks.ai/ September 4, 2022 at 08:48PM