Wednesday, April 12, 2023

Show HN: Word Dose – Language learning on lock screen and practice with ChatCPT https://ift.tt/LIaDiA5

Show HN: Word Dose – Language learning on lock screen and practice with ChatCPT https://ift.tt/PtZ0NDV April 12, 2023 at 01:13AM

Show HN: Discord Time formatting with natural language processing https://ift.tt/LQHdwR8

Show HN: WallStreetGPT:ChatGPT plugin for connecting to brokerage and trading https://ift.tt/9p7XWRo

Show HN: WallStreetGPT:ChatGPT plugin for connecting to brokerage and trading ChatGPT Plugins are in developer alpha, but thought to share one. WallStreetGPT allows you to: 1) Fetch real time quotes (crypto or stocks) 2) Get analytics 3) Do portfolio optimization (Markowitz, etc) 4) Submit live orders (yes.. but need a brokerage account that has API connectivity like IB or Alpaca) https://twitter.com/nextworddev/status/1645814196670529538 April 12, 2023 at 12:19AM

Show HN: GPT–LLM native macOS app with time travel, versioning, search https://ift.tt/9oYTdS2

Show HN: GPT–LLM native macOS app with time travel, versioning, search Hey everyone! I made a Mac app for exploring large language models. It’s fast, small, has a tiny memory footprint. It’s immutable by design with both immediate time travel and automatic versioning as foundational elements. The app is written in Swift and a bit of Rust for the tokenizer. I used SwiftUI for structure and animations and Cocoa for advanced behavior. All storage is SQLite and local-only. You can go through the database as needed and backup it as well. The app has support for variants, which is the `n` parameter in the OpenAI chat completion API—equivalent to the drafts feature in Bard. It shows model- and ChatML-aware tokens and cost, and it dynamically adjusts response length in function of prompt length and context length. It supports hiding runs that are not useful, marking the ones that are notable, and going through the ancestry of the current run. It also has support for examples, as specified in ChatML, conversation names and personal and local-only notes. The full-text search works across all stored text and it has support for `all`, `any`, `prefix` and `phrase` matching; the results are time-ordered rather than ranked for the time being. There are several shortcuts and more are coming so that the app can be used entirely by keyboard. You can export to JSON and all data is exported. The app is sandboxed and notarized. The API keys are stored securely in the Keychain. Next I plan to implement combinatorial runs (mixing multiple values of the same parameter and multiple models as well) and full Markdown support. Currently only OpenAI’s conversational models are supported (GPT 3.5, GPT 4 8K, GPT 4 32K), but I’ll be adding support for local models and custom ChatML endpoints as soon as possible. Give it a try. Any and all feedback welcome! Thoughts and questions as well! William https://thellm.app April 11, 2023 at 11:34PM

Tuesday, April 11, 2023

Show HN: Foldie - Transfer Files Between Android and Mac (written in Flutter) https://ift.tt/8o453LH

Show HN: Foldie - Transfer Files Between Android and Mac (written in Flutter) https://ift.tt/0wn6RTz April 11, 2023 at 04:47PM

Show HN: Rust Guideposts – 100+ topics to help learn about Rust https://ift.tt/uwP6cQG

Show HN: Rust Guideposts – 100+ topics to help learn about Rust I'm teaching Rust to compsci students and recent grads who are joining tech teams. I'm creating a guide of many Rust topics and their summaries. https://ift.tt/bg9ipHm The guide is free and open source. I'm seeking ideas for improvements, to help newcomers to Rust and its ecosystem. In addition to the repo, the guide is available as an ebook PDF, with pay-what-you-wish pricing. https://ift.tt/e2rXOW3 My goal is to help many people learn about Rust, so I greatly appreciate your advice and you sharing the guide if you wish. Thanks! April 11, 2023 at 12:47PM

Show HN: Skip the SSO Tax, access your user data with OSS https://ift.tt/sXOvDQd

Show HN: Skip the SSO Tax, access your user data with OSS As the former CTO of an Insurtech and Fintech startup I always had the “pleasure” to keep regulators and auditors happy. Think of documenting who has access to what, quarterly access reviews, yearly audits and so on… Like many others we couldn’t justify the Enterprise-plan for every SaaS tool to simply get access to SSO and SCIM/SAML APIs. For Notion alone the cost would have nearly doubled to $14 per user per month. That’s insane! Mostly unknown to people, SSO Tax also limits access to APIs that are used for managing user access (SCIM/SAML). This has proven to be an incredibly annoying roadblock that prevented me from doing anything useful with our user data: - You want to download the current list of users and their permissions? Forget about it! - You want to centrally assign user roles and permissions? Good luck with that! - You want to delete user accounts immediately? Yeah right, like that's ever gonna happen! It literally cost me hours to update our access matrix at the end of every quarter for our access reviews and manually assigning user accounts and permissions. I figured, there must be a better way than praying to the SaaS gods to miraculously make the SSO Tax disappear (and open up SCIM/SAML along the way). That’s why I sat down a few weeks ago and started building OpenOwl ( https://ift.tt/TfLVZHJ ). It allows me to just plug in my user credentials and automatically download user lists, including permissions from SaaS tools. Granted, OpenOwl is still a work in progress, and it's not perfect. At the moment it's limited to non-SSO login flows and covers only 7 SaaS vendors. My favorite part is that you can configure integrations as “recipes”. The goal was for anybody to be able to add new integrations (IT managers and developers alike). Therefore you ideally don’t even have to write any new code, just tell OpenOwl how the new SaaS vendor works. What do you think? Have you dealt with manually maintaining a list of users and their permissions? Could this approach get us closer to overcoming parts of the SSO Tax? https://ift.tt/TfLVZHJ April 11, 2023 at 06:10PM

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/gjNvU1A

Show HN: A Go service that exposes a FIFO message queue in RAM https://ift.tt/NRomJeX June 25, 2025 at 05:04PM