aesthetic.computer
Show HN: Aesthetic Computer – Runtime and social network for creative computinghttps://aesthetic.computerAesthetic Computer is a mobile-first runtime and social network for creative computing.AC's client interface is designed to function like a musical instrument, on which users discover their own memorizable paths in the network of commands and published pieces. As users grow their literacy through play and exploration, they are able to improvise, recombine, and expand their performable repertoire.I started writing Aesthetic Computer in 2021 because I desired new tools to author, publish and connect the creative software toys I had been making in my art and education practice for 10+ years. The last of these before AC was https://nopaint.art, discussed here on HN in 2020.[0] *** How To *** Visit https://aesthetic.computer and press the top left of the screen or type any key to activate the prompt.In the AC prompt, enter names of built-in toy and utility pieces like `notepat`[1], or `boyfriend` and those published by user handles like `@bash/hub`.Return to the prompt by pressing the name Nov 23, 2024 4:04 AM
github.com
Show HN: Open-source Kibana alternative for logs and traces in ClickHousehttps://github.com/hyperdxio/hyperdx/tree/v2Hi HN, Mike and Warren here! We're excited to share some (early) work towards our next major version of HyperDX. HyperDX makes it easy to visualize/search logs & traces on top of Clickhouse (so incident & bug investigations hopefully go by a little easier). For example, if a team is thinking of migrating to Clickhouse for their observability data warehouse [1][2][3] usually due to cost or data privacy reasons, they can easily throw HyperDX on top to do the UI layer for analysis and dashboarding in a dev-friendly way (aka not needing to type paragraphs of SQL to find some logs)Over the past year we've seen a ton of excitement in companies adopting Clickhouse-based observability stacks - but one of the biggest challenges we've seen is that the UI layer on top of Clickhouse is either clunky to use for observability use cases (ex. BI tools), or too tied to a specific ingestion architecture to scale to every use case (we used to be in this category!). For companies that needed more flexibilNov 12, 2024 6:04 PM
calendarplusai.com
Show HN: I made a minimalistic AI calendar creator to accelerate daily planninghttps://www.calendarplusai.com/sign-upHey Hacker News!To test implementing AI (and paywalls tbh) in software for the first time, I made this simple calendar creator (no mail address required) that lets a person create a calendar based on his needs and availability and export it to his calendar app, pdf or receive a daily newsletter with his daily tasks (and more).After wrestling with different models (f.e. with huggingface) and encountering different problems, I decided to use ChatGPT's models, tune them a little and see how the result works out. ChatGPT's low price enables me to give users the opportunity to create calendars for free and without a mail address required.Demo video: https://youtu.be/UeZmqXcU5fY?feature=sharedThe website/tool includes:- Creating your calendar based on a title, date range and a description- Editing and "polishing" the calendar until getting a desired result- Exporting the calendar to your calendar app (can be Google Calendar, Apple Calendar, Microsoft Outlook, etc...)- Exporting the calendar Nov 10, 2024 5:12 PM
tailoredread.com
Show HN: AI to write nonfiction books tailored for youhttps://tailoredread.comHey HN,As an avid reader, I read many nonfiction books every year. While enjoyable, I find that nonfiction books usually contain a lot of information that is not relevant or helpful for me.That's why I decided to build TailoredRead (https://tailoredread.com/). It’s a tool that uses AI to write full-length books that are tailored specifically to the reader.Here’s how it works:1. You answer a few questions: book subject, key topics, your background, your goals2. The AI generates the book outline - title, description, chapters and subchapters, key insights, etc. I found that Claude 3.5 Sonnet produces great results here, but I want to give GPT o1 a try as well.3. Our backend starts a worker that orchestrates the creation of the book. This typically takes 5-10 minutes, and you can start reading the book as it’s being written. Here I found that Claude 3.5 Sonnet produces significantly better output than GPT 4o and other models, but it still requires a lot of prompting and breaking down the Nov 6, 2024 3:42 PM

science.nasa.gov
Bundling the Best of Heliophysics Education: DigiKits for Physics and Astronomy Teachershttps://science.nasa.gov/learning-resources/science-activation/bundling-the-best-of-heliophysics-education-digikits-for-physics-and-astronomy-teachers/For nearly a decade, the American Association of Physics Teachers (AAPT) has been working to bring together resources through its DigiKits–multimedia collections of vetted high-quality resources for teachers and their students. These resources are toolkits, allowing teachers to pick and choose interesting content to support their instruction. As a partner with the NASA Heliophysics Education […]Nov 5, 2024 8:13 PM
gradienty.codes
Show HN: Gradienty V2 – Effortlessly Convert 16K+ Color Palettes to Codehttps://gradienty.codesHi HN community,I'm excited to share the latest version of Gradienty – a tool designed to streamline your design-to-development workflow by converting over 16,000 color palettes into code effortlessly.What’s New in Gradienty V2? Palette Visualizer: Preview your color palettes in real-time on a fully-functional website interface. See how your colors interact across various UI components like buttons, cards, navigation bars, and typography.Extensive Palette Library: Choose from more than 16,000 curated color palettes or create your own. Whether you're looking for pastels, vintage vibes, neon pops, or seasonal themes like spring and autumn, Gradienty has you covered.Seamless Code Conversion: Easily export your selected palette into code formats compatible with popular frontend frameworks such as Tailwind CSS, Bootstrap, Material UI, Chakra UI, and more. Each export includes necessary color variations, dark/light mode support, and accessibility-compliant contrast ratios.Intelligent Theme SNov 5, 2024 4:52 AM
mindmap.so
Show HN: Visualize Notion Pages in Whiteboardhttps://mindmap.so/I got the idea of [mindmap.so](http://mindmap.so/) out of my own frustration of managing my personal notes in Notion and Miro in parallel.I have built it 3 months back on top of excalidraw, posted it in Reddit a couple of times, and never looked back (was using it only for personal use). Little did I know that the small and nimble tool that I created has crossed 2000+ users (was so surprised when I saw the dashboard last week). It was all organic and word of mouth .Having 2000+ users trusting a product is no easy feat. That’s when I thought may be I should put some more effort in spreading the word across. Just launched it in PH and Notion Marketplace.Let me know your feedback, please.Oct 18, 2024 11:24 AM
lageb.itch.io
Show HN: Stig – a minimalistic puzzle game on Steam, written in Reacthttps://lageb.itch.io/stigMe and my boyfriend are making a puzzle game together. The goal of the game is to follow a specific pattern by moving around in a grid. Since we are both web developers, we chose to do it in React and Typescript rather than a game engine. We will release it on Steam in November, using Electron to package the app as a desktop executable.Not sure if it has saved us time to do it in React, but we didn't feel like learning a new tool and it has worked really well! I thought making a game would take a lot of time, but we started in December so we will finish this project in less than a year. And we have had lots of fun making it :) Would be fun to hear if someone has done something similar!Try out the demo at https://lageb.itch.io/stig or https://store.steampowered.com/app/2910530/Stig_Demo/.I have posted about Stig before, roughly 7 months ago (https://news.ycombinator.com/item?id=39580484). Since then we have changed the levels, updated the menu structure, added a lot of polish etc.Oct 5, 2024 6:39 AM
bing.com
Our CRM software ratings methodologyhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8b7d7187fe4c04881f0f024c2b66bc&url=https%3A%2F%2Fwww.usatoday.com%2Fmoney%2Fblueprint%2Fbusiness%2Fcrm%2Fcrm-methodology%2F&c=3493071061746992938&mkt=en-usCustomer relationship management (CRM) software is a critical tool for driving sales and interacting with potential or current customers. The best CRMs help you organize and store all of the data that ...Oct 3, 2024 7:37 PM
bing.com
Our CRM software ratings methodologyhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8a1baff9be441a8845106924f029db&url=https%3A%2F%2Fwww.usatoday.com%2Fmoney%2Fblueprint%2Fbusiness%2Fcrm%2Fcrm-methodology%2F&c=3493071061746992938&mkt=en-usCustomer relationship management (CRM) software is a critical tool for driving sales and interacting with potential or current customers. The best CRMs help you organize and store all of the data that ...Oct 3, 2024 7:37 PM
github.com
Show HN: llmio - Lightweight Python Library for Building LLM Agentshttps://github.com/badgeir/llmioHey HN!llmio is a lightweight Python library for building LLM-based agents with ease without adding unneccessary bloat to your projects.### Key Features:- Lightweight: A minimalistic library that integrates seamlessly into your projects without adding unnecessary bulk. - Type Annotation-Based Tooling: Define tools effortlessly using Python’s type annotations. - Broad API Compatibility: Works out of the box with OpenAI, Azure, Google Gemini, AWS, and Huggingface APIs. - Easy to Use: Designed to be user-friendly, with a simple and intuitive API.Thanks to those who check it out, I'd love to hear your feedbackAug 25, 2024 5:31 PM
bing.com
The Best Film Schools in the U.S.http://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8af05d344a46b2929fd066116ef947&url=https%3A%2F%2Fwww.hollywoodreporter.com%2Flists%2Fbest-film-schools-u-s-2024%2F&c=8697455990317176362&mkt=en-usThese 25-plus institutions are providing the next generation of filmmakers with tools (hint: it’s AI) to shape cinema’s future. By Mia Galuppo Senior Entertainment Reporter While Hollywood is ...Aug 16, 2024 1:30 AM

science.nasa.gov
Earth Educators Rendezvous with Infiniscope and Tour Ithttps://science.nasa.gov/learning-resources/science-activation/earth-educators-rendezvous-with-infiniscope-and-tour-it/At the Earth Educator’s Rendezvous, held July 15-19, 2024, NASA’s Infiniscope project from Arizona State University hosted a two-day workshop aimed at empowering Earth educators with the tools to design and build virtual tours (VTs). This hands-on session provided participants with a unique opportunity to experience first-hand how to create immersive virtual tours using Tour […]Aug 12, 2024 2:20 PM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a854c6e493744d9bae4da4b80acfe8f&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d4473ea44f71af75d2c3430b3907&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85790d0dad4effa2a866806e5b907a&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85641cbf754be3bdbfc8de115a7574&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a8547a9b1b845b7b6c434f3eb7e63a6&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85d26940fa427a8c81de343e586ac3&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM
bing.com
How to calculate Standard Deviation and Standard Error of the Mean in Excelhttp://www.bing.com/news/apiclick.aspx&aid=&tid=6a85665a82944ec7aadeddf9c423fe0a&url=https%3a%2f%2fwww.thewindowsclub.com%2fhow-to-calculate-standard-deviation-and-standard-error-of-the-mean-in-excel&c=3295019547328427686&mkt=en-usWhile Excel is useful for many applications, it is an indispensable tool for those managing statistics. Two common terms used in statistics are Standard Deviation and ...Jul 16, 2024 1:59 AM