Tuesday, 15 November 2022

Show HN: Paid job search? Are you nuts?” https://bit.ly/3g2ZT88

Show HN: Paid job search? Are you nuts?” ^ That's what our team said to me initially but we think it's pretty chill now. We built a job search tool that uses investor software to help you discover the most exciting companies to work for right now. Free this week so that you guys can try it out before we hard launch next week (paywall is down). Feedback is our oxygen: What can we do better? Are you gonna give us money? Why do you hate the design? https://bit.ly/3tzCKgq November 15, 2022 at 11:27PM

Monday, 14 November 2022

Show HN: We built a privacy based decentralised cloud compute platform https://bit.ly/3UVuJy1

Show HN: We built a privacy based decentralised cloud compute platform TCore is a cloud infrastructure platform that allows developers to run hardened dockerised apps, networks, blockchain nodes or really anything, but with a difference! TCore runs on each users phone meaning that the data never leaves the device, preserving privacy and increasing security. TCore was born out of the idea that privacy should be a fundamental right for everyone and that our data and our privacy has been commodified for the benefit of big tech. Please check out the platform and let us know what you think. We’ve launched in open beta so you can also experiment with building and app or service to run. https://bit.ly/3UZlQn0 November 14, 2022 at 08:56PM

Show HN: AI Powered Bloomberg Terminal Alternative for Individuals https://bit.ly/3AeypD8

Show HN: AI Powered Bloomberg Terminal Alternative for Individuals https://bit.ly/3AhPwE9 November 14, 2022 at 11:38PM

Show HN: DivestOS, long term support for end-of-life Android devices https://bit.ly/3O4ZQ85

Show HN: DivestOS, long term support for end-of-life Android devices https://bit.ly/3ttQr0p November 14, 2022 at 08:00PM

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices https://bit.ly/3g3rlSW

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solutions (Lebocast for example) that have been tested by myself, which make it pretty good to stream music or video playing from your PC to TV. https://bit.ly/3tuSZvm November 14, 2022 at 06:37PM

Show HN: Science fiction inspired by an HN thread (5 min read) https://bit.ly/3TzYTpB

Show HN: Science fiction inspired by an HN thread (5 min read) Inspired by some awesome comments in: https://bit.ly/3O7OfoR https://bit.ly/3TQohYt November 14, 2022 at 07:27PM

Show HN: Plugin to create new Mastodon Toot for all new WordPress posts https://bit.ly/3X1J65N

Show HN: Plugin to create new Mastodon Toot for all new WordPress posts https://bit.ly/3OkeKaZ November 14, 2022 at 06:13PM

Show HN: I created a site to make AI generated photos of your pet https://bit.ly/3g3vrul

Show HN: I created a site to make AI generated photos of your pet Hey HN, I have Goats and a camel as my pets and I recently saw some very cool AI-generated pictures so I decided to build a startup with my 19 y/o brother where you can generate these AI photos for your pet. I thought this could be a cool idea for crazy pet owners who want to create new memories with their pet or to get new photos of a deceased pet. Let me know if you have any feedback or questions! https://bit.ly/3tsnvWF November 14, 2022 at 12:41PM

Show HN: 500 Letters – A fiendishly addictive word game https://bit.ly/3TBMiCh

Show HN: 500 Letters – A fiendishly addictive word game https://bit.ly/3tuDMdy November 14, 2022 at 08:26AM

Sunday, 13 November 2022

Show HN: Blarb V2 – Ephemeral microblogging that promotes unfiltered sharing https://bit.ly/3UxLaAN

Show HN: Blarb V2 – Ephemeral microblogging that promotes unfiltered sharing We are excited to announce that we are launching version 2 of Blarb. Blarb is an ephemeral microblogging platform that promotes unfiltered sharing. Anything you share in Blarb gets deleted in 24 hours. Real names are optional, no likes, and no follower count. New features in version 2: - Improved discovery by introducing explore page. - Instant notifications in supported browsers. - Recent blurbs in the landing page. - Improved UI/UX in some of the pages. - And the most requested Dark mode. Happy #sharing. https://bit.ly/39xnEBp November 14, 2022 at 03:20AM

Show HN: Using GPT-3 to guess Wattpad users' passwords https://bit.ly/3g2DGa4

Show HN: Using GPT-3 to guess Wattpad users' passwords https://bit.ly/3EqsGwD November 13, 2022 at 06:30PM

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://bit.ly/3UWZrHf

Show HN: Enabling SSH Access Control Using GitHub Repo Permissions (No Key File) https://bit.ly/3tu4nHY November 13, 2022 at 03:35PM

Show HN: Made an app that assess the daily economic situation using Bert https://bit.ly/3G8ZKdT

Show HN: Made an app that assess the daily economic situation using Bert Spoiler: is not too good, everytime something 'rises' it classifies it as a good news, even when is inflation or other similar things. https://bit.ly/3DJIJ74 November 13, 2022 at 03:24PM

Show HN: DiffusionDB – Stable Diffusion Tracker https://bit.ly/3TzCWqL

Show HN: DiffusionDB – Stable Diffusion Tracker https://bit.ly/3GcPOA4 November 13, 2022 at 01:48PM

Show HN: Kira – a fast and scalable sandbox code execution engine https://bit.ly/3fY1fkv

Show HN: Kira – a fast and scalable sandbox code execution engine Greeting HN, I would like to present my project I've been worked on the several months. It is a fast and scalable general purpose remote code execution engine. The goal of this project was to get to know golang a bit better and. Currently, kira is in its early stage, and currently it does not support multiple files. However, I am constantly trying to work on this project and improve it. Feel free, to give me feedback in any way! Thank you :) The main ideas for this project: * Fast and secure remote code execution engine that is scalable, * Logging of the code executions, * Test runner that executes custom unit tests (for building something like leetcode), * Future: custom docker environments to have long-term projects https://bit.ly/3E1iLw5 November 13, 2022 at 12:23PM

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS https://bit.ly/3WYLDh5

Show HN: Eleven – Free, open-source, Codespaces alternative with automatic HTTPS Hey HN, Eleven is the second project that I've built to learn Go. It lets you create code sandboxes, in your cloud provider account, easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it as a remote development environment, to test some code or even to deploy your app. It's up to you. For example, to deploy a Node.JS app: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://bit.ly/3sYF9kp $ curl https://bit.ly/3sYF9kp > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://bit.ly/3DspXBb November 13, 2022 at 10:01AM

Saturday, 12 November 2022

Show HN: Fed Up Inflation Game https://bit.ly/3g4Flfq

Show HN: Fed Up Inflation Game Elixir/Phoenix LiveView Concept shamelessly stolen from Cookie Clicker. https://bit.ly/3GkYvIm November 13, 2022 at 04:14AM

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly https://bit.ly/3UwXvp3

Show HN: Halfbit Grid – open-source grid for Blazor WebAssembly Hi! My name is Marcin, I'm CEO of Halfbit Studio. When we start developing Blazor Apps for our customers,We don't find any Open-Source grid component, which meet out requirements, so we make own :) Features: * Server side/Client side pagination/sorting/filtering data * Fully customizable CSS classes * Support for .NET 5 / .NET 6 * Simple kickstart We are looking suggestions for new features. Guys, do you have any idea? https://bit.ly/3fXHlWA November 12, 2022 at 12:32PM

Friday, 11 November 2022

Show HN: Everybody should create a practice repo https://bit.ly/3hEaqXt

Show HN: Everybody should create a practice repo Hi everybody, I personally found the best way to motivate yourself to program everyday is by creating a practice repo and by uploading anything you code up that day into this repo. This is a great way to stay consistent seeing the bright green light up every time you push your code. It's very addicting and satisfying, and has definitely made me a better programmer over the past few months. https://bit.ly/3Uy9QJF November 12, 2022 at 02:26AM

Show HN: Paragrai – add paragraphs to badly formatted web novel translations https://bit.ly/3TwaGoV

Show HN: Paragrai – add paragraphs to badly formatted web novel translations A pet project I worked on for a couple of days. It uses gpt2 to add paragraphs to text. I made it to solve the very niche problem of badly formatted web novel translations that kept occurring on a website I frequent. https://bit.ly/3fWTqLG November 12, 2022 at 03:09AM