Ask HN: What are you working on? (February 2025)
41–50 of 922 posts
Re: Ask HN: What are you working on? (February 2025)
#42Re: Ask HN: What are you working on? (February 2025)
#43Re: Ask HN: What are you working on? (February 2025)
#44a self organizing scrapbook! focused on zero stress for storage, searching, synthesizing and sharing a personal library https://yourcommonbase.com/ (and some philosophy on the subject :)) https://www.bramadams.dev/tag/personal-library-science/
That sounds interesting, I might give it a try. Do you plan to allow plugins for domain-specific development ?
in essence, the core of the project is a vector database that works for end users who want no fuss quick capture, semantic and fts search, the ability to create new relationships with marginalia.
im not trying to replace tools like obsidian or notion, i think ycb works better with them doing what they do best! i also plan to make the stack self hostable in the near future :)
Re: Ask HN: What are you working on? (February 2025)
#45Re: Ask HN: What are you working on? (February 2025)
#46Re: Ask HN: What are you working on? (February 2025)
#47The SDK is open-source and on GitHub:
https://github.com/dend/decksurf-sdk
It's a hobby project, but one that I love working on because it unlocks some _really_ great hardware to be open to do anything I want it to be rather than be constrained by out-of-the-box client software that asks me to sign in with an account to get an extension installed.
Re: Ask HN: What are you working on? (February 2025)
#48Re: Ask HN: What are you working on? (February 2025)
#49Re: Ask HN: What are you working on? (February 2025)
#50Plugins can be used to add new "result actions" and new sources of entries to filter and select. Eg. recent Jira tickets, email inbox, shell history, Notion pages, etc. The result actions are a way to easily perform common transformations on selected entries (eg. wrap in triple backticks, find and parse json, trim whitespace, ...) or kickoff some script with a selected entry as an argument.
Project started as a result of having to do a lot of work using Ubuntu and sorely missing Alfred and all the workflows I'd built with it. I wanted something for which I could build workflows once and have those workflows available on whatever system I'm on. Plus to be able to build some plugins that would be usable by coworkers regardless of what operating system they're using and with minimal runtime resource usage. There are some existing cross-platform solutions which could serve this purpose, like Cerebro, Ueli, Script Kit, some others.., but I wanted something lighter weight than is possible with an Electron app. Granted the current state of Epte is that it's built with Flutter + Go + Python so the final distributable and runtime memory usage are higher than is ideal.
Basic Windows support is almost there but there doesn't seem to be a great solution to switching to existing windows of an application instead of just re-launching it. The tool isn't intended to be as good or better than any given OS's built-in launcher so I'll probably just leave that as-is and upload the current state of the Windows build.