Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Tuesday, 25 October 2022
Show HN: A book introducing Geospatial and Rust https://bit.ly/3TCxm7T
Show HN: A book introducing Geospatial and Rust My friend and I have been collaborating on this lighthearted introduction to doing geospatial computation in rust. Don't know Rust? Don't know geospatial? I'd be interested to know what you think. https://bit.ly/3gKanZV October 26, 2022 at 12:58AM
Show HN: Encrypt and hide files inside images https://bit.ly/3W4O9lq
Show HN: Encrypt and hide files inside images https://bit.ly/3N3TDJj October 25, 2022 at 11:21PM
Show HN: Klipit.in – Online clipboard, quickly share data across devices https://bit.ly/3gvCJH5
Show HN: Klipit.in – Online clipboard, quickly share data across devices Hello, wanted to share about my new project called Klipit. How do you quickly share data between devices? Here's what most people do – - Send it to someone on WhatsApp or other messaging service. - Email it to themselves. - Use a note taking application like Google Keep, Apple Notes or OneNote (my preferred way until now). All of these require you to already have those services logged into on both the devices. Logging into any service on a new device these days is a tedious process involving 2-factor authentication. What if there was a quick way to share data between devices? One that did not require any logins or installing any apps? Starting with this thought, I built Klipit.in. An online clipboard to share data quickly between devices. You get an instant online clipboard with a unique link. No need to create any account. You can paste any data to this clipboard and simply open the link on another device. Nothing to install, no logins required. Quick and easy. There is also a QR code which you can scan to open the clipboard in browser. Some features that I may add depending on how it takes off - - Password protection - Real time refresh - Sharing files - Klipit account with multiple clipboards - Custom clipboard URL Play with it and let me know what you think. https://bit.ly/3fc9w3D October 25, 2022 at 01:53PM
Show HN: Airforms – never build another CRUD app https://bit.ly/3TB1Ozf
Show HN: Airforms – never build another CRUD app Airforms is a database form builder. You can lower software development costs by using Airforms instead of developing custom CRUD applications to enter and update data. Airforms lets you build forms using a simple drag-and-drop interface. No coding skills needed. Airforms was built from the ground up to support relational databases. Joins and lookups, and query parameters including multi-valued and cascading parameters are supported. Airforms also includes a graphical query builder, and tools for browsing database schema, relationships and data. An automatic database diagram generator is also included. https://bit.ly/3N3zxyP October 25, 2022 at 05:33PM
Show HN: Bookmarks.email – Daily digest of Twitter bookmarks https://bit.ly/3sqQFFd
Show HN: Bookmarks.email – Daily digest of Twitter bookmarks https://bit.ly/3f2KTX4 October 25, 2022 at 03:44PM
Show HN: I made an app for developers to manage their deeplinks https://bit.ly/3TRRv9I
Show HN: I made an app for developers to manage their deeplinks Hello everyone! As a developer, I use deeplinks a lot to test my app. Before I build Deeplink Buddy, here's my workflow whenever I want to run a deeplink on a simulator: 1. Save all deeplinks in a note 2. Manually find and edit the param of the deeplink I want to run 3. Copy the deeplink and paste it to the terminal or the Calendar in the simulator 4. Run the deeplink Now with Deeplink Buddy, everything will be super simple and easy: - All your deeplinks are stored in one app and synced with iCloud, so you never lose them - A clean and intuitive interface that helps you quickly find the param and update it - Easily select the simulator you want to run the deeplink. You can also run the deeplink on your mac to test your mac app. - Run your deeplink with just one click If you have any feedback/questions/suggestions, please let me know below! https://bit.ly/3D5A4LZ October 25, 2022 at 06:40AM
Show HN: Porting PHP to WebAssembly Using WASI https://bit.ly/3TJU4KS
Show HN: Porting PHP to WebAssembly Using WASI https://bit.ly/3DuVTWJ October 25, 2022 at 12:53PM
Monday, 24 October 2022
Show HN: MVP as a Service https://bit.ly/3FbgC2U
Show HN: MVP as a Service https://bit.ly/3srERCG October 24, 2022 at 04:25PM
Show HN: Topaz: open-source authorization combining the best of OPA and Zanzibar https://bit.ly/3spEtnX
Show HN: Topaz: open-source authorization combining the best of OPA and Zanzibar https://bit.ly/3VTRGDd October 24, 2022 at 04:01PM
Show HN: Helm-dashboard: the missing UI for Helm https://bit.ly/3N1qxKD
Show HN: Helm-dashboard: the missing UI for Helm https://bit.ly/3gBuJoa October 24, 2022 at 03:02PM
Show HN: mirrord – run your local code in the context of your cloud environment https://bit.ly/3VU6IJ8
Show HN: mirrord – run your local code in the context of your cloud environment Hey everyone, I’m Eyal, co-founder and CTO of MetalBear, the company behind mirrord. We’ve recently released version 3.0 of mirrord - it’s the first version of the product that we believe can provide daily value for backend developers. mirrord is a free, open-source (MIT) product that cuts your development loops by making it easier and faster for your local code to “meet” your cloud environment. mirrord lets you “plug” your local process into your Kubernetes cluster. When you run your process with mirrord, it completely wraps your process in the context of the corresponding service on your cluster - it essentially proxies all of your process’ input/output to the remote pod, from network traffic to file access to environment variables, so that you can keep running your process from the familiar comfort of your local environment, but with input, configuration, and state from the cloud. While mirrord can be used in a lot of ways, our ideal use case is for it to be used for concurrent work on a shared, mature development or staging environment. Instead of maintaining multiple environments, each with its own state, maintenance, and cloud costs, organizations can now leverage a single well-maintained production-like environment for use by multiple developers or teams. mirrord is written in Rust, and the technology behind it is quite interesting (and we actually wrote some blog posts about it, see in our company blog [1]): - mirrord injects itself into the executed process, hooking most of the libc APIs, then decides what to run locally and what to run remotely - This lets us run only a specific process in the context of the remote environment, unlike similar solutions which use VPN or edit system files - In order to hook functions, it uses the fantastic Frida framework As for our business model, we plan to launch a managed service to complement the open-source offering of mirrord. The service is intended to help you manage the use of the product in a team/enterprise context. We would love your feedback, and would appreciate your support by: - Trying out mirrord [2]! - Joining our Backend Engineers Discord community [3] - Telling your friends - Contributing to our codebase or opening issues [4] Let me know what you think! [1] https://bit.ly/3TzWCM2 [2] https://bit.ly/3smt8Fg [3] https://bit.ly/3FaZJ8w [4] https://bit.ly/3VYoFWQ https://bit.ly/3N0hbi0 October 24, 2022 at 01:58PM
Show HN: Password Cracking Course https://bit.ly/3VUS6Jq
Show HN: Password Cracking Course https://bit.ly/3VZ6vo7 October 24, 2022 at 02:18PM
Show HN: A shell in every text input on your system https://bit.ly/3sqW9Qh
Show HN: A shell in every text input on your system https://bit.ly/3gBloMS October 24, 2022 at 07:39AM
Sunday, 23 October 2022
Show HN: Unix shell script tactics – a style guide https://bit.ly/3SxGUPY
Show HN: Unix shell script tactics – a style guide https://bit.ly/3gAYgy2 October 24, 2022 at 02:48AM
Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow https://bit.ly/3St5ktW
Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow Hello all, I apologize for the repost as the previous submission was made from an unfortunate timezone. I've been refining my app to the point that it's pretty much become an indispensable daily driver in my own workflow. Hoping to hear some critiques/feedbacks on its usability! https://bit.ly/3SsrjkW October 23, 2022 at 10:24PM
Show HN: We’ve created a tool to focus on coding and collaborate with your team https://bit.ly/3DjXLjZ
Show HN: We’ve created a tool to focus on coding and collaborate with your team https://bit.ly/3TvEGSG October 23, 2022 at 07:55PM
Show HN: An investment forum where everyone manages a $1M imaginary portfolio https://bit.ly/3MVBXiR
Show HN: An investment forum where everyone manages a $1M imaginary portfolio Hi there! Made LongTermBoard.com as a Jr. FE engineer fresh from leaving the investment field but still in love with it. Back then, I'd read articles on investment forums and wanted a quick way to determine if I should spend time reading the analysis. I wanted a quick way to determine if the author is a good investor. LongTermBoard solves this by making it easy to view the competency of the author by seeing his investment performance of his profile. It's long-only for now, as the goal is to look for great long-term businesses to invest in. It ain't perfect as its a controlled investment environment, but my hope is that over the longer term, the portfolio performance should be a good proxy. It's super rough now, so hope it doesn't break. https://bit.ly/3skGUYS October 23, 2022 at 04:46PM
Show HN: I made a CMS that uses Git to store your data https://bit.ly/3VVgPgE
Show HN: I made a CMS that uses Git to store your data I'm excited to finally launch Outstatic, an open source static website CMS that doesn't require a complicated setup or signing up to a third-party service! You can access the documentation here: Outstatic Documentation. I invite you to start by deploying our example blog to Vercel and giving it a try. I think you'll be pleasantly surprised at how easy and fun it is to use Outstatic. Please, let me know what you think. This is the first public version of the project and all feedback is welcome. If you dig the project feel free to leave a star on Github. I appreciate your support! https://bit.ly/3UI4snQ October 23, 2022 at 11:58AM
Saturday, 22 October 2022
Show HN: JP-Hash https://bit.ly/3VP4878
Show HN: JP-Hash https://bit.ly/3VVUTC3 October 23, 2022 at 01:34AM
Show HN: Stable Diffusion, but Fast and with No Filters https://bit.ly/3TsWZYv
Show HN: Stable Diffusion, but Fast and with No Filters https://bit.ly/3TsX0M3 October 22, 2022 at 07:44PM
Subscribe to:
Posts (Atom)