Wednesday, March 1, 2023

Show HN: Supaglue – open-source unified API https://ift.tt/2eonBPV

Show HN: Supaglue – open-source unified API Last month, we open-sourced Supaglue (https://ift.tt/I8FpefY) as a developer toolkit for building customer-facing Salesforce integrations. Since then, we've been iterating on our approach with users and are re-launching Supaglue as an open source unified API, starting with CRMs. With our re-launched public alpha you can: - Interact with HubSpot and Salesforce through a unified REST API - Sync data from HubSpot and Salesforce into a local Postgres cache and make reads against a normalized CRM schema - Make writes (POST and PATCH) to HubSpot and Salesforce using the unified API - Open source MIT license so anyone can self-host for free Today we support reads, creates, and updates for Accounts, Contacts, Leads, and Opportunities for HubSpot and Salesforce. In the coming weeks, we plan to add more connectors and features like configuring sync frequencies, webhooks for notifications, sync rate limiting/throttling. We'd love to hear your thoughts and any feature requests! Give it a try and let us know what you think! GitHub: https://ift.tt/I8FpefY Website: https://supaglue.com March 1, 2023 at 10:37PM

Show HN: Rapid Kubernetes Controller Development with Tilt and Silly Drawings https://ift.tt/AMrXOPY

Show HN: Rapid Kubernetes Controller Development with Tilt and Silly Drawings Like the says. I'm describing how to use Tilt to speed up the dev cycle of testing and coding Kubernetes controllers. Tilt uses a built in local registry to push images into and can use hot swapping to kickly deploy processes in containers. It's pretty neat. :) The Tiltfile can be a bit daunting but I'm trying to break it down as much as possible. :) I hope this helps! Good luck! https://ift.tt/ykzv2rQ March 1, 2023 at 05:38PM

Show HN: Our Favorite Websites Are Contributing to Climate Change https://ift.tt/pceniHL

Show HN: Our Favorite Websites Are Contributing to Climate Change If the internet were a country, it'd be the 7th most polluting. In the past 10 years alone, websites have grown 320% heavier. This website presents an analysis of the hidden cost of the internet's top 250 websites, comparing their carbon footprint & their yearly environmental impact. Our analysis shows that 40% of these websites generate significantly more than the global average of 0.5g CO2 per page load — some up to a whopping 16g. Compounded by millions or billions of visitors, they unnecessarily generate about 234,342,373kg (515M pounds) of CO2 every single year. This is the same as a gas car driving around the Earth 23 million times. We'd need around 4 billion trees growing for 10 years to absorb this amount. There are plenty of ways to reduce a website's emissions. For example, if all the analyzed websites were using a green host, the overall emissions would be 76.15% lower. That's a HUGE reduction with relatively little effort. However, most companies choose profit over the planet. https://ift.tt/6mpYyP7 March 1, 2023 at 09:36PM

Show HN: Bytient – Data on Any Organization at Your Fingertips https://ift.tt/Piu1pmz

Show HN: Bytient – Data on Any Organization at Your Fingertips https://bytient.com/ March 1, 2023 at 07:05PM

Show HN: Graph-based roadmap to learn anything 10x faster https://ift.tt/Sxg3mae

Show HN: Graph-based roadmap to learn anything 10x faster Hey guys, I am founder of Neuton. I have built roadmap playground that guide student to learn skills faster with the help of progress tracking and interactive graph-based roadmap. To read more: https://ift.tt/0H3ov65... I would love to get some feedbacks. https://ift.tt/QnCGroE March 1, 2023 at 07:25PM

Tuesday, February 28, 2023

Show HN: Dak – a Lisp like language that transpiles to JavaScript https://ift.tt/JuhO695

Show HN: Dak – a Lisp like language that transpiles to JavaScript https://ift.tt/koGqZsO February 27, 2023 at 06:38PM

Show HN: Collect and search robotics data with SensorSurf https://ift.tt/x45DghB

Show HN: Collect and search robotics data with SensorSurf We've been building SensorSurf and are thrilled to share our beta with the robotics community: https://ift.tt/BnoZNrl . SensorSurf is an open source platform that makes it easy for robotics engineers to collect and search data from their fleet. You can define triggers for when to record data (e.g. emergency stop) and capture the moments leading up to the event with rolling buffers. We integrate directly with ROS. Drop our agent into your system, and start collecting data! ================= What prompted me to found this company: > I was a perception engineer working on autonomous boats. > I needed tons of imagery to build computer vision datasets. > It was impossible to offload all this data over satellite. > I interviewed robotics companies, and learned this was a common problem. ================= Our beta enables you to: 1. Trigger recording on arbitrary ROS topic data. 2. Capture the data leading up to the trigger (rolling buffer). 3. Offload over a poor connection (set max upload rate). 4. Search imagery with natural language. ================= Open source announcement: https://ift.tt/LQEIRJv https://ift.tt/thHPK8d March 1, 2023 at 12:32AM

Show HN: No-framework, customizable, animate-able, SVG

Show HN: Drai – AI Art Engine https://ift.tt/tPScv5K

Show HN: Drai – AI Art Engine https://ift.tt/a54V0Eh February 28, 2023 at 06:28PM

Show HN: Ink – Pocket ChatGPT https://ift.tt/qrkfwCd

Show HN: Ink – Pocket ChatGPT https://ift.tt/GaSdjrb February 28, 2023 at 06:14PM

Monday, February 27, 2023

Show HN: Former game devs building a platform showcasing game projects https://ift.tt/EsbROHw

Show HN: Former game devs building a platform showcasing game projects https://ift.tt/Virne3E February 28, 2023 at 03:52AM

Show HN: Natural Language Git (Gitgpt) https://ift.tt/gl7pS3O

Show HN: Natural Language Git (Gitgpt) Hey folks, Here's a quick and dirty tool to use natural language to get git to do what you want. Example: $gitgpt create a new branch called feature/test add all the files and commit with msg creating feature test then push to origin I haven't put it through the wringer yet, however it's worked well with some pretty straight forward day to day git usage. https://ift.tt/TNzlKik February 27, 2023 at 11:20PM

Show HN: Codesearch, a command-line tool for searching your codebase https://ift.tt/mW4Vtpe

Show HN: Codesearch, a command-line tool for searching your codebase https://ift.tt/ZLR1VbE February 27, 2023 at 10:01PM

Show HN: Go Bindings for Roc Toolkit https://ift.tt/RyCa5Qt

Show HN: Go Bindings for Roc Toolkit https://ift.tt/t4kj3Lo February 27, 2023 at 09:39PM

Show HN: DbDeclare – A Python declarative layer for your database https://ift.tt/VdaJGbn

Show HN: DbDeclare – A Python declarative layer for your database Hi HN! I made and just published v0.0.1 of DbDeclare. I use Python a lot, and interact with Postgres a lot. I like using SQLAlchemy, and I love Alembic. Those wonderful tools primarily operate on tables, though, and I often find myself writing custom code to declare what databases, roles, schemas, privileges, etc. I want, and I have a hard time updating them reliably and in a repeatable fashion. That's where DbDeclare aims to help: declare what you want in your cluster (in addition to SQLAlchemy-defined tables and columns) in-code, alongside your tables. There is a lot this can't do yet (thus the v0.0.1), but I think there's a decent foundation here to build on and eventually have really nice features like autogenerating change statements between your in-code definition and what is actually in your database cluster (like Alembic). This is also my first attempt at building an open-source project, so I'm sure there are plenty of mistakes. Please feel free to provide feedback, I'd love to make it better. For what it's worth, I'm aware that you can do some of this at the infrastructure-as-code layer using a tool like Terraform/Pulumi. My personal preference is to have all this sit closer to my tables rather than my infrastructure, so here we are. Anyway, let me know what y'all think. Thanks! https://ift.tt/q2znmHh February 27, 2023 at 09:34PM

Show HN: General information from data easy to use https://ift.tt/Rz1uMrb

Show HN: General information from data easy to use https://ift.tt/UVK3t1j February 27, 2023 at 11:33AM

Show HN: Visualization of Catmull-ROM Spline Generation https://ift.tt/jMnextk

Show HN: Visualization of Catmull-ROM Spline Generation https://ift.tt/10Bz8sj February 27, 2023 at 02:56AM

Sunday, February 26, 2023

Show HN: Step through Stack Overflow's system architecture circa 2016 https://ift.tt/gLQMDJw

Show HN: Step through Stack Overflow's system architecture circa 2016 https://ift.tt/EN3Ikm7 February 26, 2023 at 05:29PM

Saturday, February 25, 2023

Show HN: Rent Engineers – Freelance professional engineers directory https://ift.tt/rEg2pxo

Show HN: Rent Engineers – Freelance professional engineers directory RentEngineers is a freelance professional engineers directory. It helps engineers to monetize their free time and businesses to find the best engineers in the world to solve their problems. Its a simple app, no bells & whistles. If the app finds enough traction then i will rent a designer to improve the UI. Pros: Desktop view is good, not SPA & lite Con: mobile view is not good at the momment Suggestions/feedback/advices/feature requests are welcome Thanks for your time. https://ift.tt/nOUEAZG February 26, 2023 at 06:12AM

Show HN: AI Files – manage and organize your files with AI https://ift.tt/AyKNSca

Show HN: AI Files – manage and organize your files with AI https://ift.tt/GDJdQKE February 26, 2023 at 07:19AM

Show HN: A lie detector game that reads your pulse through your phone camera https://ift.tt/rzFTDLm

Show HN: A lie detector game that reads your pulse through your phone camera https://kouh.me/tells May 8, 2026 at 11:31PM