Posts

New Show Hacker News story: Show HN: DuoBreak: Python emulation of Duo push notifications and HOTP codes

Show HN: DuoBreak: Python emulation of Duo push notifications and HOTP codes 3 by jessenaser | 1 comments on Hacker News. We use Duo at University and usually when I use Duo I am using it on my computer. Sometimes my phone gets out of charge, or is an unusable state (iPhone bricked until iTunes reset because no space left to update however it attempted an iTunes update, not OTA…) or we are in an exam that we should put our phones away… having Duo being tied to a phone is a single point of failure, since Duo keys are not exportable, and the phone call or text methods are disabled for our university or don’t work, one would need multiple phones or security keys to log in without waiting days for a reset from the office. Even resetting your iPhone removes the key. So I created DuoBreak such that it emulates the phones ability to accept push notifications and HOTP codes, which isn’t a feature that is documented, since you are actually supposed to use a phone. However, in DuoBreak you ca...

New Show Hacker News story: Show HN: Dogma: a metalanguage for describing data formats in documentation

Show HN: Dogma: a metalanguage for describing data formats in documentation 2 by kstenerud | 0 comments on Hacker News. Dogma: A human-friendly metalanguage for describing data formats (text or binary) in documentation. Dogma was born out of frustration trying to describe data formats (in particular, binary) using existing BNF and other metalanguages. What I wanted was something that makes it clear to a HUMAN reader how a data format is structured and interpreted. After lots of input from friends and colleagues (as well as testing it out writing numerous examples of existing formats https://ift.tt/6tainKp ), I feel that it's almost ready for a 1.0 release, but I'd like to get some last minute critiques just to make sure :) It's not going to solve 100% of use cases, but if it can solve 80-90%, it has met its goal. Please have a look and let me know what you think! https://ift.tt/c4OY0SP...

New Show Hacker News story: Show HN: ResuLLMe – Enhance Your CV with LLMs

Show HN: ResuLLMe – Enhance Your CV with LLMs 2 by ivaniscoding | 0 comments on Hacker News.

New Show Hacker News story: Show HN: A minimalist net worth tracker for individuals

Show HN: A minimalist net worth tracker for individuals 3 by heavygate | 0 comments on Hacker News. Hi HN, Today I'm launching the Net Worth Tracker by Flow Finance, a beautiful and minimalist Excel template that allows individuals to track their assets, liabilities, income, and spending on a monthly basis. The focus of this template is understanding long-term trends in the incoming and outgoing expenses for an individual—always with a focus on maximising insights while minimising user inputs. This project was created because the alternatives, frankly, are completely overwhelming. A friend of mine introduced me to the FIRE Movement and, after doing deep dives through Reddit, I tried to find templates to help facilitate a financial tracking system of my own. Every template felt like complete overkill: portfolio tracking for shares, mortgage repayment calculators, even a kind of speedometer which moved depending on my savings rate. Clever, no doubt, but unnecessary for my purposes...

New Show Hacker News story: Show HN: GPTCache – Redis for LLMs

Show HN: GPTCache – Redis for LLMs 3 by fzliu | 0 comments on Hacker News. Hey folks, As much as we love GPT-4, it's expensive and can be slow at times. That's why we built GPTCache - a semantic cache for autoregressive LMs - atop the vector database Milvus and SQLite. GPTCache provides several benefits: 1) reduced expenses due to minimizing the number of requests and tokens sent to the LLM service 2) enhanced performance by fetching cached query results directly 3) improved scalability and availability by avoiding rate limits, and 4) a flexible development environment that allows developers to verify their application's features without connecting to LLM APIs or network. Come check it out! https://ift.tt/x5TSc2l

New Show Hacker News story: Show HN: Let's find Pokémon that are the same height and weight as you

Show HN: Let's find Pokémon that are the same height and weight as you 2 by peperoncino | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Twitter API Reverse Engineered

Show HN: Twitter API Reverse Engineered 5 by hobenshield | 0 comments on Hacker News. endpoints: /graphql /1.1 /2 /i

New Show Hacker News story: Show HN: I’m building an autonomous business run by ChatGPT

Show HN: I’m building an autonomous business run by ChatGPT 4 by subtech | 0 comments on Hacker News. Hey HN!! I just shipped a project called Airfeed: https://airfeed.co/ Here's how it works: 1. You tell it the research topics you're interested in following This can be anything -- LLMs, chatbots, image generation, scaling model inference, small language models, datasets, etc. 2. Every morning, it filters new AI research papers for quality work that is relevant to your configured topics, and sends you an email summary. Here's a sample email: https://ift.tt/lCTEvsn --- As a fun experiment, I've made everything completely autonomous: Every morning, ChatGPT takes care of filtering/processing all research papers & writing each email. --- Why I built this: I think there needs to be a better way for engineers, researchers, and AI product builders to stay up to date on the latest AI research that's relevant to whatever they're working on. For someone building LL...

New Show Hacker News story: Show HN: Good, fast, cheap – editable iron triangle

Show HN: Good, fast, cheap – editable iron triangle 14 by trizoza | 7 comments on Hacker News. If you ever needed to visualise the 3 things that you can’t have all at once, like GOOD, FAST, CHEAP, I made a little tool for you! You can use it whenever you are having a project deadline discussion at work or just for fun. Enjoy.

New Show Hacker News story: Show HN: KrotoDC – gRPC in Kotlin with Dataclasses

Show HN: KrotoDC – gRPC in Kotlin with Dataclasses 2 by mscheong | 0 comments on Hacker News. - A protoc plugin data class generator that can be used as a substitute for existing Java protobuf classes that need to be constructed by a builder (which isn't very kotlin-ish). - generates coroutine service base and stubs that use the generated classes as request/response types, allowing you to completely avoid using Java classes. - Since it also generates converter extension functions between the generated types and Java types, you can still easily use protobuf-specific features such as serialization. - Additionally provides Kotlin-specific features (optional fields as nullable, oneof fields as sealed classes).

New Show Hacker News story: Show HN: Web Browser enforced by JavaScript and shellscript(termux)

Show HN: Web Browser enforced by JavaScript and shellscript(termux) 2 by puutaro | 0 comments on Hacker News. ・Web browser powerd by javascript and shellscript(termux) Javascript engine. ・Easily turn javascript and shellscript into a GUI application in android. ・Not only web browser but also termux gui client.

New Show Hacker News story: Show HN: Blind.sh – Control macOS with Just Your Voice

Show HN: Blind.sh – Control macOS with Just Your Voice 1 by rasengan | 0 comments on Hacker News. I thought it was pretty cool that Apple has built automation with osascript across their entire OS and I wanted to see what the possibilities were by linking it up with OpenAI Whisper and OpenAI ChatGPT. It's pretty cool! Be careful since it could do something you don't want it to do. I wouldn't run this on a computer you have anything important on yet! Edit: It's entirely in bash and osascript ~_~

New Show Hacker News story: Show HN: GPT–LLM native macOS app with time travel, versioning, search

Show HN: GPT–LLM native macOS app with time travel, versioning, search 4 by wll | 4 comments on Hacker News. 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 ha...

New Show Hacker News story: Show HN: Oasis AI – Craft Emails, Essays and Notes, Just by Talking

Show HN: Oasis AI – Craft Emails, Essays and Notes, Just by Talking 16 by yousifa | 6 comments on Hacker News. I’m Yousif, founder/CTO of OASIS AI, a new iOS app to elevate your communication skills. https://ift.tt/vRfgMqe OASIS AI transforms natural speech into polished writing—college essays, business emails, social media posts, journals, and more. Everything is instant, automatic and efficient. and efficiency. It’s very simple. Let’s face it: humans communicate constantly, but we suck at it. We want to use LLMs to go beyond Grammarly's error correction and Google Translate's word-for-word translation. Instead, OASIS refines your thoughts and intentions, choosing the perfect words to express your ideas in any format or language. The app gives you a first draft, a starting place, and then you’re in control from there. OASIS started off as English–to-English, and we are now in the process of rolling out language translation and speech transcription for over 30 languages, inc...

New Show Hacker News story: Show HN: Profile Writer for Dating Apps

Show HN: Profile Writer for Dating Apps 2 by ScientiSalarian | 0 comments on Hacker News. Hi folks. We built a fun app that asks a few questions and spins them into a dating app profile. Would love to hear what you think.