Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Friday, 3 June 2022
Show HN: I love FitnessSF, but I hate their mobile app https://bit.ly/38MkUA6
Show HN: I love FitnessSF, but I hate their mobile app In order to enter my gym, FitnessSF, I must load up their mobile app to open a QR code and scan in. Their app takes roughly 10,000 years to load so I stand like an idiot at the front desk, turning the app off and on again to just get the QR code. I wrote a little bit of javascript that hits the FitnessSF API and generates a Mobile Wallet Pass. I also hard coded all the fitness SF lat/long locations, so the mobile wallet will pop up when you're nearby. I hope this restores a little bit of sanity in someone else's life. https://bit.ly/3Mb40sE June 4, 2022 at 12:33AM
Show HN: Plasmo – a framework for building modern Chrome extensions https://bit.ly/3Ni0iPg
Show HN: Plasmo – a framework for building modern Chrome extensions https://bit.ly/3zcSie3 June 3, 2022 at 04:46PM
Show HN: Fast Deep Reinforcement Learning Course https://bit.ly/3x2WEC4
Show HN: Fast Deep Reinforcement Learning Course https://bit.ly/3Nmz9dZ June 3, 2022 at 04:00PM
Show HN: Go-srpc: Simple streaming RPC for Golang https://bit.ly/3t9czgX
Show HN: Go-srpc: Simple streaming RPC for Golang https://bit.ly/38R9ATu June 3, 2022 at 10:07AM
Show HN: HyperUPnP – Android UPnP Client App That Lets You to Stream Media https://bit.ly/3me8tjA
Show HN: HyperUPnP – Android UPnP Client App That Lets You to Stream Media https://bit.ly/3mhy2Ac June 3, 2022 at 12:48PM
Show HN: I restored Palm's webOS App Catalog, SDK and online help system https://bit.ly/3xfVnZJ
Show HN: I restored Palm's webOS App Catalog, SDK and online help system My pandemic project was to find, restore and organize scattered and archived remnants of Palm/HP's mobile webOS platform to help keep these delightful little devices alive. https://bit.ly/3aFoXin June 3, 2022 at 01:28PM
Thursday, 2 June 2022
Show HN: I wrote a short story about the Minus World in Super Mario Bros https://bit.ly/3GIcCpz
Show HN: I wrote a short story about the Minus World in Super Mario Bros https://bit.ly/3mcIFEK June 3, 2022 at 05:32AM
Show HN: I built in public a tool to automate Twitter DMs https://bit.ly/3Nazv7m
Show HN: I built in public a tool to automate Twitter DMs https://bit.ly/3N5Tfcl June 2, 2022 at 10:12AM
Show HN: Notkia – A Linux phone with LoRa+WiFi+BT connectivity https://bit.ly/3NoIt0M
Show HN: Notkia – A Linux phone with LoRa+WiFi+BT connectivity https://bit.ly/3MaxQ0g June 2, 2022 at 10:04AM
Wednesday, 1 June 2022
Show HN: Common Lisp running natively over WebAssembly for the first time ever https://bit.ly/3xawr5R
Show HN: Common Lisp running natively over WebAssembly for the first time ever https://bit.ly/3m7xUDC June 2, 2022 at 04:02AM
Show HN: spotify-player – A command driven Spotify player https://bit.ly/3PPeQYp
Show HN: spotify-player – A command driven Spotify player https://bit.ly/3GPwDdm June 2, 2022 at 01:58AM
Show HN: MLEM – ML model deployment tool https://bit.ly/3tatKhY
Show HN: MLEM – ML model deployment tool Hi, I'm one of the project creators. MLEM is a tool that helps you deploy your ML models. It’s a Python library + Command line tool. 1. MLEM can package an ML model into a Docker image or a Python package, and deploy it to, for example, Heroku. 2. MLEM saves all model metadata to a human-readable text file: Python environment, model methods, model input & output data schema and more. 3. MLEM helps you turn your Git repository into a Model Registry with features like ML model lifecycle management. Our philosophy is that MLOps tools should be built using the Unix approach - each tool solves a single problem, but solves it very well. MLEM was designed to work hands on hands with Git - it saves all model metadata to a human-readable text files and Git becomes a source of truth for ML models. Model weights file can be stored in the cloud storage using a Data Version Control tool or such - independently of MLEM. Please check out the project: https://bit.ly/3t7SWpi and the website: https://bit.ly/3m2pEVd I’d love to hear your feedback! June 1, 2022 at 03:36PM
Show HN: WebAssembly Error Diffusion Dither Performance Comparison https://bit.ly/3m3pKvP
Show HN: WebAssembly Error Diffusion Dither Performance Comparison https://bit.ly/3PTD4k2 June 1, 2022 at 01:46PM
Show HN: Firefox extension to obfuscate web page text https://bit.ly/3MlrATL
Show HN: Firefox extension to obfuscate web page text Sometimes you might want to share a screenshot of the website you're on, without revealing the personal data that is visible at that time. With Obfuscate, you can make text unreadable without changing the structure of the web page. Hit the extension button or press Alt+Shift+O to activate for the current page. (Note that extensions can't modify the add-on website, so trying it on there won't work.) Credit for the original idea: https://bit.ly/3wZMORo https://mzl.la/3z7vM6s June 1, 2022 at 12:23PM
Show HN: Unlimited machine translation API for $200 / Month https://bit.ly/3N7yXPz
Show HN: Unlimited machine translation API for $200 / Month Hello, I made machine translation server for Ubuntu that can translate unlimited volume of text, HTML, files and audio via REST API. It works ultra-fast, translate millions of web-pages / day in 110 languages. This helps to drive more customers or enter new markets easily. It comes as a docker image. The price starts from $200 / month. Easy integration with your projects. Free demo available. More details here: https://bit.ly/3aeoEuK Or write me: alexeir@lingvanex.com June 1, 2022 at 11:19AM
Show HN: GitNoter – An open source alternative to Evernote (Self Hosted) https://bit.ly/3PTGDac
Show HN: GitNoter – An open source alternative to Evernote (Self Hosted) https://bit.ly/3N7lPdf June 1, 2022 at 11:37AM
Tuesday, 31 May 2022
Show HN: I made React with a faster Virtual DOM https://bit.ly/3x5docY
Show HN: I made React with a faster Virtual DOM Hi! I made a React compatibility library for a Virtual DOM library (https://bit.ly/3NVuyju). The idea is to have much faster rendering (a compiler optimizes virtual DOM beforehand) while ensuring the same developer experience React provides. This is very, VERY early stage, so be prepared for weird bugs / plugin incompatibility / etc. If you have any suggestions, I'd be more than happy if you replied in a comment with it! You can spin up the demo here >> https://bit.ly/3ag5If6 June 1, 2022 at 01:34AM
Show HN: Convert article into audio to listen on the go https://bit.ly/3M0Q3xq
Show HN: Convert article into audio to listen on the go https://bit.ly/38WPh72 May 31, 2022 at 06:27AM
Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://bit.ly/3PORphL
Show HN: Shale – a Ruby object mapper and serializer for JSON, YAML and XML https://bit.ly/3GwBDUo May 31, 2022 at 11:06AM
Show HN: Form Builder, Reimagined https://bit.ly/38SkkB3
Show HN: Form Builder, Reimagined https://bit.ly/3N1EkzO May 31, 2022 at 11:03AM
Subscribe to:
Posts (Atom)