Friday, June 30, 2023

Thursday, June 29, 2023

Wednesday, June 28, 2023

Tuesday, June 27, 2023

Monday, June 26, 2023

Sunday, June 25, 2023

Saturday, June 24, 2023

Friday, June 23, 2023

Thursday, June 22, 2023

Wednesday, June 21, 2023

Tuesday, June 20, 2023

Monday, June 19, 2023

Sunday, June 18, 2023

Saturday, June 17, 2023

Friday, June 16, 2023

Thursday, June 15, 2023

Wednesday, June 14, 2023

New top story on Hacker News: Show HN: Jonline AGPLv3 Social Network Built with Rust Flutter React gRPC

Show HN: Jonline, AGPLv3 Social Network Built with Rust, Flutter, React, gRPC
21 by pseudocomposer | 5 comments on Hacker News.
I have two instances that I'd love to see HN hug to death at https://jonline.io (to which I manually deploy) and https://getj.online (which is deployed to for any commit to main on GitHub). They're both running (side by side, in their own namespaces) on a bare minimum 2GB/50GB DigitalOcean droplet using DOKS (DigitalOcean Kubernetes). The configurations are in: https://ift.tt/Bd46UH7 So far this is a solo endeavor, but with my recent CI integrations and consolidations of things within the codebase, it's pretty much ready for anyone who wants to contribute to do so. I've labeled some "good first issues" if anyone is interested in contributing: https://ift.tt/4MfSEqh A few more tech details are available within the app itself, at https://ift.tt/PEF4qa2 or https://ift.tt/PZqhb4I .

Tuesday, June 13, 2023

Monday, June 12, 2023

Sunday, June 11, 2023

Saturday, June 10, 2023

New top story on Hacker News: Show HN: Bloop – Answer questions about your code with an LLM agent

Show HN: Bloop – Answer questions about your code with an LLM agent
15 by louiskw | 2 comments on Hacker News.
Hi HN! We launched bloop 10 weeks ago ( https://ift.tt/XwgkfrN ) and received a huge amount of feedback (both positive + constructive). We've undertaken a rewrite of the core search framework, which now acts as an LLM agent, significantly improving the number of queries that can be successfully answered. There's a bunch of hype surrounding LLM agents, but we're positive this is one of the first implementations of an agent that can deliver immediate value for engineers working on existing projects, especially larger ones. We'll do a full write up of how the agent works and the tools it can use soon, but we wanted to share our progress, now that we've got a stable release. bloop is a developer assistant that uses GPT-4 to answer questions about your codebase. The agent searches both your local and remote repositories with natural language, regex and filtered queries. Some of the ways engineers use bloop to improve their efficiency when working on large codebases: - Summarise how large files work and how multiple files work together - Understand how to use open source libraries when documentation is lacking - Identify the origin of errors - Ask questions about English-language codebases in other languages - Reduce code duplication by checking for existing functionality - Write new code, taking into account existing codebase context (eg: "write a dockerfile for this project") bloop runs as a free desktop app on Mac, Windows and Linux: https://ift.tt/xnsfOEA . On desktop, your code is indexed with a MiniLM embedding model and stored locally, meaning at index time your codebase stays private. 'Private' here means that no code is shared with us or OpenAI at index time, and when a search is made only relevant code snippets are shared to generate the response. (This is more or less the same data usage as Copilot). We also have a paid cloud offering for teams ($45 per user per month). Members of the same organisation can search a shared index hosted by us and will get access to enterprise only features down the line (currently there's no feature gap between desktop and cloud).

Friday, June 9, 2023

Thursday, June 8, 2023

Wednesday, June 7, 2023

Tuesday, June 6, 2023

Monday, June 5, 2023

Sunday, June 4, 2023

Saturday, June 3, 2023

Friday, June 2, 2023

Thursday, June 1, 2023

Popular Posts

Recent Posts

Unordered List

Text Widget

Blog Archive

Search This Blog

Powered by Blogger.