Sunday, November 13, 2022

Show HN: A GitHub business card generator https://ift.tt/xPDoQah

Show HN: A GitHub business card generator I built this small app for fun, to play with image generation thanks to Vercel’s new library [1]. You enter your GitHub username (or anyone’s), and it generates an image with a few info about your account. [1] https://ift.tt/8cKWI6b... https://ift.tt/qkW0zVe November 12, 2022 at 11:47PM

Saturday, November 12, 2022

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp https://ift.tt/V1ZComA

Show HN: Wa-tunnel – HTTP Tunneling through Whatsapp Side project tunneling a TCP port through WhatsApp, can be useful on airplanes or any WiFi/carrier that has unlimited social network data limits. Appreciate feedback :) https://ift.tt/sUN40On November 12, 2022 at 06:47AM

Show HN: Everybody should create a practice repo https://ift.tt/rRbw59N

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://ift.tt/pPfyQdB November 12, 2022 at 06:56AM

Show HN: Vaga, the Embeddable Community Chat https://ift.tt/k4XtFxz

Show HN: Vaga, the Embeddable Community Chat Vaga is Intercom for communities. It is the chatbox you can copy paste into your app or website to build a community natively, instead of Discord. https://www.vaga.chat/ November 12, 2022 at 01:25AM

Show HN: A silly JavaScript-free web browser in the browser https://ift.tt/jvrY890

Show HN: A silly JavaScript-free web browser in the browser This is a browser front-end (ultra simple) for Chrome, built using puppeteer. I like it because it provides a usable single browser tab (that conveniently crashes on certificate errors (thanks to puppeteers default flags which I haven't altered here)), without using any JS scripting on the client side. There's some clever hacks to get that to work, including stylesheet media queries (to zero in on the correct viewport dimensions), and MJPEG, a crazy HTTP keep-alive way to stream JPEG frames of a video, favored by old-style CCTV/security/web cameras allegedly. I noticed it went from 18 to 19 stars yesterday so I decided to fire it up again to see what all the fuss was about, and do the minimum to fix the tiniest number of bugs to improve the install process for folks wanting to check it out (removing the default sudo install scripts in the npm postinstall was a good idea, heh). I plan to set up a silly demo of this sometime, so all can join in the fun on a server. It's just really ridiculous to see a modern web site "render" with a ridiculous UI controlled by: URL bar, Down button (scroll down), Up button (scroll up), "Enter text" field (that only pops up when a text control is focused ~~ wow, if I say so myself ;p ;) xx ;P ) I almost forgot the URL: https://ift.tt/xN7eY3P November 11, 2022 at 11:52PM

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts https://ift.tt/AetU1fC

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts Hi everyone, ShowMeYourHotKeys is a macOS application I worked for the last months. This app shows the frontmost app's menu items shortcuts (it also have some other features) There is a beta version available on the website. Accessibility permission is necessary to obtain menu items informations and Full disk Access is necessary to create custom shortcuts. I would love to hear all the feedbacks and suggestions. Thank you for your attention. https://ift.tt/Rxv9S46 November 11, 2022 at 09:45PM

Friday, November 11, 2022

Show HN: BirdsForHire.com - Helping twitter ex-employees find a new team. https://ift.tt/l04WDde

Show HN: BirdsForHire.com - Helping twitter ex-employees find a new team. BirdsForHire is a site where Twitter ex-employees submit their information so that recruiters can reach out easily. I'm Yasu Flores and I built this site after watching all the Twitter changes unfold. It’s tough to not have a job and be under a Visa, ex-employees will have to move out of the US if they don’t find a new job in less than 60 days. My goal is to help the fired employees find a new team. I'll be personally verifying the profiles from the people that wish to submit their information, I’ll do my best to: -Make the verification process fast. -Keep profiles up to date for recruiters. https://ift.tt/Gj9shqw November 11, 2022 at 09:57AM

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/gjNvU1A

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/NRomJeX June 25, 2025 at 05:04PM