Show HN: Workspaice: – Human+AI, Creating Together
2 by nunodonato | 0 comments on Hacker News.
Sunday, 7 July 2024
Saturday, 6 July 2024
New Show Hacker News story: latest news
Show HN: A JavaScript UI library for imperative JSX
4 by danielvaughn | 0 comments on Hacker News.
I've been building a web UI library for a side project of mine. I thought it might be useful to others, so I'm releasing it as open source. To put it simply, I realized that most of my pain points with React come from its declarative model ui=f(state). So I'm trying something that I'm calling "imperative JSX." Instead of treating JSX as the source of truth for your UI, it essentially becomes a query interface for DOM manipulation. I first had the idea for it a few months ago, and only began writing it in earnest last week, so it's extremely early and nowhere near production-ready. Still, I'd appreciate feedback on it (positive and negative)! The side project I'm working on is called Matry, so the library is currently called @matry/dom. I'm slowly building up a list of examples of it in action at this repo: https://ift.tt/O9LkYMy Cheers!
4 by danielvaughn | 0 comments on Hacker News.
I've been building a web UI library for a side project of mine. I thought it might be useful to others, so I'm releasing it as open source. To put it simply, I realized that most of my pain points with React come from its declarative model ui=f(state). So I'm trying something that I'm calling "imperative JSX." Instead of treating JSX as the source of truth for your UI, it essentially becomes a query interface for DOM manipulation. I first had the idea for it a few months ago, and only began writing it in earnest last week, so it's extremely early and nowhere near production-ready. Still, I'd appreciate feedback on it (positive and negative)! The side project I'm working on is called Matry, so the library is currently called @matry/dom. I'm slowly building up a list of examples of it in action at this repo: https://ift.tt/O9LkYMy Cheers!
New Show Hacker News story: latest news
Show HN: DataLine – AI data analysis and visualization through chat-Open source
2 by RamiAwar | 0 comments on Hacker News.
Introducing DataLine: The simplest, fastest, and most secure way to analyze and visualize your data. From devs to sales, everyone can finally focus on the questions and get instant answers.
2 by RamiAwar | 0 comments on Hacker News.
Introducing DataLine: The simplest, fastest, and most secure way to analyze and visualize your data. From devs to sales, everyone can finally focus on the questions and get instant answers.
Friday, 5 July 2024
New Show Hacker News story: latest news
Show HN: I've made Keyword Research tool that's 90% cheaper than anything
16 by kulhavy | 7 comments on Hacker News.
In the last 13 months I've spent total $1297 for Ahrefs subscription. Sounds like a little too much so I've build my own Keywords Research tool - Telescope. While building it my total bill was $51 for 2 months and 41k+ keywords found. Every page of keywords costs $0.03 - $0.05. 2 payment options - usage-based subscription or just top up your balance with the amount you'd like to. Telescope includes a couple of things: - Keywords Explorer - finding keywords based on seed phrase and filters - Keywords Ideas - keywords on interception on provided keywords - Ranked Keywords - keywords a domain you specified with their positions and change since last DB update - Saved Keywords - to store found keywords and plan the SEO strategy I've put a lot of love into it and would love to get some feedback. IMPORTANT: every new account gets some free balance to start with. Appreciate it!
16 by kulhavy | 7 comments on Hacker News.
In the last 13 months I've spent total $1297 for Ahrefs subscription. Sounds like a little too much so I've build my own Keywords Research tool - Telescope. While building it my total bill was $51 for 2 months and 41k+ keywords found. Every page of keywords costs $0.03 - $0.05. 2 payment options - usage-based subscription or just top up your balance with the amount you'd like to. Telescope includes a couple of things: - Keywords Explorer - finding keywords based on seed phrase and filters - Keywords Ideas - keywords on interception on provided keywords - Ranked Keywords - keywords a domain you specified with their positions and change since last DB update - Saved Keywords - to store found keywords and plan the SEO strategy I've put a lot of love into it and would love to get some feedback. IMPORTANT: every new account gets some free balance to start with. Appreciate it!
New Show Hacker News story: latest news
Show HN: I Build an AI Powered LinkedIn Headline Generator
2 by derkinzi | 0 comments on Hacker News.
2 by derkinzi | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: SQL Explorer – Open-source reporting tool that Just Works
7 by numlocked | 1 comments on Hacker News.
I have been working on SQL Explorer, an open source, Django-based reporting and query tool for (gulp!) almost ten years. It's a tool that fits just right for me and many others, and I love and use almost every day. Write SQL, share results, do some analysis, get insight. No surprises. A live demo instance is here (no login or anything required): https://ift.tt/643WBwh And here's a fairly unprofessional, but very enthusiastic, video tour: https://ift.tt/2Cl40DU The UI is constrained enough that there's very little to learn, while there is still a surprising amount of functionality and flexibility to address a lot of use cases. Some of the stuff I'm excited about in the latest version: - Intuitive and obvious integration to ChatGPT / the AI API of your choice. Doesn't purport to be 'magic'. Good prompting + relevant table scheme & data automatically injected into the prompt. - Create a new connection by uploading a CSV or SQLite DB as a new connection, and it's instantly queryable. CSVs are parsed, types inferred, and a SQLite DB gets created (persisted to s3). - New and improved SQL editor with strong autocomplete (based on your schema), and some fancy keyboard shortcuts. Some of the old stuff that is still great: - Pivot tables in-browser, so you don't have to open results in Excel for basic analysis. Unique URLs make everything shareable. - Expose queries (optionally) as JSON endpoints. Great for prototyping APIs and scripts. - All of the stuff you'd expect in a reporting tool (email reports, logging, favorites, exporting, etc.) Hope you enjoy!
7 by numlocked | 1 comments on Hacker News.
I have been working on SQL Explorer, an open source, Django-based reporting and query tool for (gulp!) almost ten years. It's a tool that fits just right for me and many others, and I love and use almost every day. Write SQL, share results, do some analysis, get insight. No surprises. A live demo instance is here (no login or anything required): https://ift.tt/643WBwh And here's a fairly unprofessional, but very enthusiastic, video tour: https://ift.tt/2Cl40DU The UI is constrained enough that there's very little to learn, while there is still a surprising amount of functionality and flexibility to address a lot of use cases. Some of the stuff I'm excited about in the latest version: - Intuitive and obvious integration to ChatGPT / the AI API of your choice. Doesn't purport to be 'magic'. Good prompting + relevant table scheme & data automatically injected into the prompt. - Create a new connection by uploading a CSV or SQLite DB as a new connection, and it's instantly queryable. CSVs are parsed, types inferred, and a SQLite DB gets created (persisted to s3). - New and improved SQL editor with strong autocomplete (based on your schema), and some fancy keyboard shortcuts. Some of the old stuff that is still great: - Pivot tables in-browser, so you don't have to open results in Excel for basic analysis. Unique URLs make everything shareable. - Expose queries (optionally) as JSON endpoints. Great for prototyping APIs and scripts. - All of the stuff you'd expect in a reporting tool (email reports, logging, favorites, exporting, etc.) Hope you enjoy!
New Show Hacker News story: latest news
Show HN: I made a game for learning the country flags of the world
6 by kyrylo | 2 comments on Hacker News.
I have always loved geography, and due to my childhood interest in football, I learned a lot of country flags. A lot, but not all of them! So, I decided to make a free game for anyone who enjoys flags and wants to improve their knowledge. You can compete against others because each game is timed. Have fun!
6 by kyrylo | 2 comments on Hacker News.
I have always loved geography, and due to my childhood interest in football, I learned a lot of country flags. A lot, but not all of them! So, I decided to make a free game for anyone who enjoys flags and wants to improve their knowledge. You can compete against others because each game is timed. Have fun!
Subscribe to:
Posts (Atom)