Wednesday, May 11, 2022

Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/qsYRl6i

Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/H3nDL4W May 12, 2022 at 12:47AM

Show HN: Automated Capital https://ift.tt/Je4N9SQ

Show HN: Automated Capital https://ift.tt/DHnPK5v May 11, 2022 at 09:16PM

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/pUcqjO7

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/WZei8QA May 12, 2022 at 12:17AM

FOX NEWS: Southwest pilot cited after allegedly fighting with flight attendant over masks at hotel


"Southwest pilot cited after allegedly fighting with flight attendant over masks at hotel" NEWS https://ift.tt/Mxjok4m

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=PLoCzMRqh5SkE1yC8_WtJ-... Synth: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFj7RNZvjr7... Bell: https://www.youtube.com/playlist?list=PLoCzMRqh5SkEYHYvHX9m9... Guitar: https://www.youtube.com/playlist?list=PLoCzMRqh5SkGKvfkP2Oex... Sax: https://www.youtube.com/playlist?list=PLoCzMRqh5SkHfsZgzzdSh... Grand Piano: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFMch5x60uh... SoundCloud electric piano: https://ift.tt/9oWQX3i... SoundCloud vocal: https://ift.tt/9oWQX3i... https://www.youtube.com/playlist?list=PLoCzMRqh5SkFwkumE578YO4qa1NTkmMi4 May 12, 2022 at 12:00AM

Tuesday, May 10, 2022

Show HN: Privaxy – Like uBlock but through a MitM proxy and no browser extension https://ift.tt/RihgqYo

Show HN: Privaxy – Like uBlock but through a MitM proxy and no browser extension https://ift.tt/2Fzhbwq May 11, 2022 at 01:19AM

साइक्लोन असानी LIVE:तूफान ने 24 घंटे में बदला रास्ता, रेड अलर्ट पर आंध्र प्रदेश; भारी बारिश के साथ समुद्र में उठेंगी ऊंची लहरें


via देश | दैनिक भास्कर https://ift.tt/O9olDWK

Show HN: TWIBS — map-based financially-transparent dating https://ift.tt/RMb8QFA

Show HN: TWIBS — map-based financially-transparent dating TWIBS is a new kind of dating app where you can place pins at locations on the map and specify who would pay for the date. Then wait for people to message you or browse the map to see where other people put their TWIBS. https://twibs.io May 11, 2022 at 01:17AM

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/H5yFCL4

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/JFWQnxV May 11, 2022 at 12:48AM

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/uzcsTpw

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/3G0nlK4 May 10, 2022 at 04:26PM

Show HN: TypeHub – A GitHub like platform to model open data specifications https://ift.tt/v0Iykb5

Show HN: TypeHub – A GitHub like platform to model open data specifications https://typehub.cloud/ May 10, 2022 at 11:41PM

Monday, May 9, 2022

FOX NEWS: Alec Baldwin ‘Rust’ shooting: Real bullet on movie set ‘completely mental and unprecedented,’ filmmaker says


"Alec Baldwin ‘Rust’ shooting: Real bullet on movie set ‘completely mental and unprecedented,’ filmmaker says" NEWS https://ift.tt/Z0VYQgi

भास्कर LIVE अपडेट्स:नागपुर रेलवे स्टेशन पर विस्फोटक सामग्री मिलने से हड़कंप, मौके से पुलिस बल तैनात


via देश | दैनिक भास्कर https://ift.tt/IXA7cZW

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/Yc6fIDh

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/EK2SUi5 May 10, 2022 at 02:00AM

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfb

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/3AlsKpt May 10, 2022 at 12:02AM

पंजाब पुलिस के इंटेलिजेंस ऑफिस पर हमला:मोहाली स्थित हेडक्वार्टर पर रॉकेट प्रोपेल्ड ग्रेनेड से हमला, शीशे टूटे; हाई अलर्ट पर पुलिस


via देश | दैनिक भास्कर https://ift.tt/01knRug

Show HN: Pythondocs.xyz – Live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – Live search for Python documentation Hi everyone! I've been working on a web search interface for Python's documentation as a personal project, and I think it's ready for other people to use... Please give it a go (and join me in praying to the server gods): https://pythondocs.xyz/ Here's the tech stack for those interested: - Parser: Beautiful Soup + Mozilla Bleach - Database: in-memory SQLite (aiosqlite) + SQLAlchemy - Web server: FastAPI + Uvicorn + Jinja2 - Front end: Tailwind CSS + htmx + Alpine.js I have ideas for future improvements but hopefully the current version is useful to someone. Let me know what you think! https://pythondocs.xyz/ May 9, 2022 at 11:57PM

Show HN: Free OSS transcription app I made and found it's faster than wispr flow https://ift.tt/2h9d6Kn

Show HN: Free OSS transcription app I made and found it's faster than wispr flow title doesn't let nuance, ofc it's not the app ...