Welcome to Tolexty's Blog
God, Love, News, Event, Entertainment, Amebo,..... All about Bringing out the best in you...
Show HN: Aide, an open-source AI native IDE https://ift.tt/J2gs9lX
Show HN: Aide, an open-source AI native IDE Hey HN, We are Sandeep and Naresh, the creators of Aide. We are happy to open source and invite the community to try out Aide which is a VSCode fork built with LLMs integrated. To talk through the features, we engineered the following: - A proactive agent Agent which iterates on the linter errors (powered by the Language Server) and pulls in relevant context by doing go-to-definitions, go-to-references etc and propose fixes or ask for more files which might be missing in the context. - Developer control We encourage you to do edits on top of your coding sessions. To enable this, we built a VSCode native rollback feature which gets rid of all the edits made by the agent in a single click if there were mistakes, without messing up your changes from before. - A combined chat+edit flow which you can use to brainstorm and edit You can brainstorm a problem in chat by @’ting the files and then jump into edits (which can happen across multiple files) or go from a smaller set of edits and discuss the side-effects of it - Inline editing widget We took inspiration from the macos spotlight widget and created a similar one inside the editor, you can highlight part of the code, do Cmd+K and just give your instructions freely - Local running AI brain We ship a binary called sidecar which takes care of talking to the LLM providers, preparing the prompts and using the editor for the LLM. All of this is local first and you get full control over the prompts/responses without anything leaking to our end (unless you choose to use your subscription and share the data with us) We spent the last 15 months learning about the internals of VSCode (its a non-trivial codebase) and also powering up our AI game, the framework is also at the top of swebench-lite with 43% score. On top of this, since the whole AI side of the logic runs locally on your machine you have complete control over the data, from the prompt to the responses and you can use your own API Keys as well (can be any LLM provider) and talk to them directly. There’s still a whole lot to build and we are at 1% of the journey. Right now the editor feels robust and does not break on any of the flows which we aimed to solve for. Let us know if there’s anything else you would like to see us build. We also want to empower extensibility and work together with the community to build the next set of features and set a new milestone of AI native editors. https://aide.dev/ November 6, 2024 at 05:01AM
Show HN: Term-Lisp – A Lisp, based on pattern matching and term rewriting https://ift.tt/pBk0ylo
Show HN: Term-Lisp – A Lisp, based on pattern matching and term rewriting https://ift.tt/7lcgDeL November 6, 2024 at 04:53AM
Show HN: I'm building an AI tool that turns Design Systems into React components https://ift.tt/ldgbauM
Show HN: I'm building an AI tool that turns Design Systems into React components Hi HN! Solo developer here. 10 days ago, I started building this after spending countless hours copying/pasting marketing sections and fighting to keep them consistent with our design system. I wondered: "What if AI could understand our design system and generate React components that actually match it?" Current progress (10 days in): - Can generate hero sections that follow your design tokens - Uses your actual component variants and styles - Works with Next.js, Tailwind, shadcn/ui It's very early days, but I'm excited to share it with other devs who: - Are tired of rebuilding similar marketing sections - Want their components to actually match their design system - Need to ship marketing pages faster Would love to hear from you if: 1. This resonates with your daily struggles 2. You'd like to try it out and share feedback 3. You have ideas that could make this genuinely useful I'm building this solo and really want to understand if I'm solving a real problem before going deeper. Comment about your design system pains! Goal: Save developers hours of repetitive work while maintaining design consistency https://ift.tt/Is8ba1W November 6, 2024 at 02:42AM
Show HN: SuperSplat – open-source 3D Gaussian Splat Editor https://ift.tt/w28xStT
Show HN: SuperSplat – open-source 3D Gaussian Splat Editor https://ift.tt/JPApcFV November 6, 2024 at 02:07AM
Show HN: A free multiviewer to watch major news events like elections https://ift.tt/NlvSxq1
Show HN: A free multiviewer to watch major news events like elections Hey HN! I'm a Product Manager at the FT in the UK, and VidGrid is something I've been working on for years in my own time. It's just got a major update just in time for the election. The idea is a way to watch lots of different news streams at the same time, as if you're in a control room or news gallery for the very latest info. I tried to prioritise usability and speed. All streams are third-party sourced (from broadcaster's own links). You can now sign up for an account to save/favourite your own streams, and it has better keyboard and drag and drop support. I've also fixed a ton of bugs from the last version. Happy to answer questions about it, or about news media at this time of year in general! Enjoy, and have a good evening. https://vidgrid.tk.gg November 5, 2024 at 04:13AM
Show HN: Tiling Shell – Bringing Modern Window Management to Gnome https://ift.tt/PnQ6cx2
Show HN: Tiling Shell – Bringing Modern Window Management to Gnome Hey HN, I’m excited to share Tiling Shell, an open-source GNOME extension I created to bring a more modern, user-friendly window management experience to Linux. Many existing solutions feel outdated and lack in user experience, so my goal with Tiling Shell is to bring a fresh, integrated approach that works well for both newcomers and advanced users. Demo video: https://youtu.be/RBoO5lgR1kA?t=20 by Omg Ubuntu Key Features: - Easily manage, edit, create, and delete custom layouts with a built-in editor. - Works seamlessly across multiple monitors, even with different scaling factors. - Provides Windows 11’s snap assistant functionalities, supports keybindings and much more! I’m excited to keep improving Tiling Shell, adding more customization options and compatibility features. Check it out here: https://ift.tt/fTlkrL3 The GitHub repo ( https://ift.tt/ebtzax9 ) contains more details and demos. I’d love to gather feedback from the HN community on features, improvements, and ideas for future versions <3 https://github.com/domferr/tilingshell November 5, 2024 at 04:11AM
Show HN: Spinup – Lightweight Wake-on-LAN Scheduler https://ift.tt/dqzkxN0
Show HN: Spinup – Lightweight Wake-on-LAN Scheduler Hi HN, I’ve wanted a simple solution to handle Wake-on-LAN sequences for my home and work labs to boot up servers in the right order. I was already dabbling in Rust and thought this would be an interesting project to dive deeper and see if it could work well for this kind of network tool. The result is spinup. spinup lets you set up server dependencies in a YAML file, so each service (e.g., firewalls, storage, VM hosts) comes online in the right order. It verifies each server’s status before moving to the next. Features: - Dependency-based WOL with VLAN support - Built-in health checks (HTTP, open ports, shell commands) - Lightweight enough to run on a Raspberry Pi or similar device Would love any feedback. Thanks for taking a look! https://ift.tt/K908UOW November 5, 2024 at 02:04AM
Subscribe to:
Posts (Atom)
Show HN: Aide, an open-source AI native IDE https://ift.tt/J2gs9lX
Show HN: Aide, an open-source AI native IDE Hey HN, We are Sandeep and Naresh, the creators of Aide. We are happy to open source and invite ...
-
HOMILY FOR FRIDAY, 14TH JUNE, 2024 TENTH WEEK IN ORDINARY TIME 1KING 19:9a. 11-16; GOSPEL: MATT 5:27-32 The conscience of man is where moral...
-
HOMILY FOR TUESDAY, 11TH WEEK IN ORDINARY TIME 1Kings 21:17-29; Matt 5:43-48 The last phrase of the gospel passage says “Be perfect just a...
-
HOMILY FOR MONDAY 24TH WEEK IN ORDINARY TIME B {1COR 12:12-14.27-31a; LUKE 7:11-17} Faith without good works is indeed dead. This theme co...