Uruky [1] is an ad-free, private, and personal search engine, based in Europe, launched earlier this year (a simpler Kagi alternative).
We just started experimenting with a 2h trial via PoW local captcha this week, so you don't have to pay to try it out anymore (or send us an email), but if we start detecting abuse, it'll be removed (that's why we haven't announced it, yet).
If you're a website owner and would like to offer custom search, check out Uruky Site Search [2].
I'm working on an app that searches land for the county and scores based on different filters and gives out a report I've been looking at investing in land and being a developer I can program it and use it to look for land more effectively. It is landradar.land and it's in the initial phase now.
Started working on WrenLore, a Knowledge Base / Knowledge Management system built for both humans and AI agents.
Humans review, use the nice clean UI, AI work on writing the documentaion, keeping it up to date, summarize, syntetize, have the ability to chat with the specific space or part of the documentation as per the user boundaries.
First release was mostly clean up from Docmost artefacts, added provider config for AI models, added AskAI and AI Help features, and basics from the security point of view that are a must: an MFA available for username/password users, and SAML/SSO EntraID authorization/authentication (needed it first, more options to follow).
I enjoy working on toy-languages, and I've spent the past ten days or so writing a compiler to convert a simple language into (static) linux/amd64 assembly.
It supports strings, integers, and floating-point operations, and is complete enough that I could implement a brainfuck interpreter in it. But otherwise it is very definitely a toy.
VERDURE is a creative sandbox where you grow and shape plants through trimming and pruning. You can also unlock a 'recipe panel' to further customize them and build a entire collection of your creations. I like to try and recreate real plant designs with it. It is a bit unusual.
I'm continuing to work on ChatKeeper, a desktop app (Windows, macOS, Linux) that turns official ChatGPT exports into local Markdown and image files for use in Obsidian or other local PKM tools.
One thing that sets it apart from the (many!) ChatGPT-export browser plugins out there is that it can update your local archive in-place with later exports, even if you've moved or renamed any of those files locally, or added your own front matter to the markdown.
It's not a use case for everyone, but it's very useful for people who want their ChatGPT conversations in the same place as their notes, research, project history, and other local work.
A new kind of workload scheduler. I think it's silly that it's so normal datacenters to sit at ~20% utilization all the time.
With the right scheduler I think we could get that above 90%. Would love to hear any feedback / thoughts. Here's a blog explaining: https://docs.burla.dev/blog/dynamic-hardware
I've been building out https://www.accessmrf.com/sources to index Transparency in Coverage files across insurers in a single place. Most recently I have been looking at the overlap across files using Min Hashing and found that there is a lot of duplicate data. Currently, I'm figuring out a way of making this dataset more digestible by identifying and eliminating the 90+% duplicate and ghost data.
I recently made halftrace - point it at your OpenAI/Anthropic/LangSmith agent logs and it tells you what shape your agent's rule-following has, why, and what to try. I built it to try and find smooth decay over trajectory length on Claude.
Still sending the weekly AI Hacker Newsletter, a roundup of the best AI links from Hacker News. Is not growing as fast as I hope, I just sent issue #33 to 1057 subscribers.
I believe that newsletter remain the best way of consuming content and will continue to be like this for a long time.
Learning how to use the tracking generator mode in all of our RF test gear to align IF transformers and other filters.
Turns out I was over coupling things horribly.
[NO-AI]
Uruky [1] is an ad-free, private, and personal search engine, based in Europe, launched earlier this year (a simpler Kagi alternative).
We just started experimenting with a 2h trial via PoW local captcha this week, so you don't have to pay to try it out anymore (or send us an email), but if we start detecting abuse, it'll be removed (that's why we haven't announced it, yet).
If you're a website owner and would like to offer custom search, check out Uruky Site Search [2].
[1]: https://uruky.com
[2]: https://uruky.com/site-search
Good luck on your launch! :]
I'm working on an app that searches land for the county and scores based on different filters and gives out a report I've been looking at investing in land and being a developer I can program it and use it to look for land more effectively. It is landradar.land and it's in the initial phase now.
Started working on WrenLore, a Knowledge Base / Knowledge Management system built for both humans and AI agents.
Humans review, use the nice clean UI, AI work on writing the documentaion, keeping it up to date, summarize, syntetize, have the ability to chat with the specific space or part of the documentation as per the user boundaries.
First release was mostly clean up from Docmost artefacts, added provider config for AI models, added AskAI and AI Help features, and basics from the security point of view that are a must: an MFA available for username/password users, and SAML/SSO EntraID authorization/authentication (needed it first, more options to follow).
https://github.com/wrenlore/wrenlore
Keep up the good work! i did star the repo :]
thank you so much mate!
I enjoy working on toy-languages, and I've spent the past ten days or so writing a compiler to convert a simple language into (static) linux/amd64 assembly.
It supports strings, integers, and floating-point operations, and is complete enough that I could implement a brainfuck interpreter in it. But otherwise it is very definitely a toy.
https://github.com/skx/s-lang/
It was fun writing out the assembly, e.g. writing the "standard library" functions to implement "getenv", etc.
It sounds a great language! i did star the repo :]
(No AI)
I'm working on porting my data exploration tool ColumnLens [1] to Windows and Linux. Coming from Mac it's harder than I assumed.
[1] https://columnlens.com
VERDURE is a creative sandbox where you grow and shape plants through trimming and pruning. You can also unlock a 'recipe panel' to further customize them and build a entire collection of your creations. I like to try and recreate real plant designs with it. It is a bit unusual.
https://store.steampowered.com/app/4069810/VERDURE/
I liked the design of the game :]]
experimenting with a new approach i thought of for estimating clock offsets (One Way Delay problem)
which was kinda a side track i let myself get pulled into when i was working on experimenting with building a mmo server
also a styling framework to try and leverage system 1 and system 2 brain function to reduce cognitive load while coding
I'm continuing to work on ChatKeeper, a desktop app (Windows, macOS, Linux) that turns official ChatGPT exports into local Markdown and image files for use in Obsidian or other local PKM tools.
One thing that sets it apart from the (many!) ChatGPT-export browser plugins out there is that it can update your local archive in-place with later exports, even if you've moved or renamed any of those files locally, or added your own front matter to the markdown.
It's not a use case for everyone, but it's very useful for people who want their ChatGPT conversations in the same place as their notes, research, project history, and other local work.
https://martiansoftware.com/chatkeeper/
Good project! sounds very useful
Thanks! I've found that the folks that need it REALLY need it.
Good luck!
A new kind of workload scheduler. I think it's silly that it's so normal datacenters to sit at ~20% utilization all the time.
With the right scheduler I think we could get that above 90%. Would love to hear any feedback / thoughts. Here's a blog explaining: https://docs.burla.dev/blog/dynamic-hardware
Goob job!
I've been building out https://www.accessmrf.com/sources to index Transparency in Coverage files across insurers in a single place. Most recently I have been looking at the overlap across files using Min Hashing and found that there is a lot of duplicate data. Currently, I'm figuring out a way of making this dataset more digestible by identifying and eliminating the 90+% duplicate and ghost data.
It looks a complex website! i like it
Making a crazy program that masks secret messages inside a corpus of HN comments.
Here are some examples.
https://postimg.cc/WFfzNp9W
https://postimg.cc/CZxwRTn3
https://postimg.cc/YGFZ9bRm
It sounds very useful
I recently made halftrace - point it at your OpenAI/Anthropic/LangSmith agent logs and it tells you what shape your agent's rule-following has, why, and what to try. I built it to try and find smooth decay over trajectory length on Claude.
https://halftrace.dev
I liked the landing page UI also good project!
An app which continuously tracks your maintenance calories overtime
https://macrocodex.app/
Takes 3-4 weeks for calibration.
It will provide you macros and calories you need to eat depending on the goal you set.
It's for my natural bodybuilding community, completely free.
Looks good!
I'm working on: https://www.weekhack.com/
Launch Your Side Project for a Full Week
You can submit your SaaS, app, tool, or directory to WeekHack and get 7 days of visibility, feedback, votes, and a chance to earn a high-DR backlink.
Cool!
[flagged]
Mostly learning and experimenting with different tools and ideas nothing too big yet.
Plan well!
I'm currently working on Zeno, a FlatBuffer implementation for TypeScript, and spending some time polishing up my personal website at www.makonea.com.
Good project!
I’m working on: https://omitten.com
It’s a daily word puzzle game based on polysemy.
Looks interesting i'll check it out
Being a good dad
Awesome!
Still sending the weekly AI Hacker Newsletter, a roundup of the best AI links from Hacker News. Is not growing as fast as I hope, I just sent issue #33 to 1057 subscribers.
I believe that newsletter remain the best way of consuming content and will continue to be like this for a long time.
Link to the lastest issue: https://eomail4.com/web-version?p=b1c3ff5c-551d-11f1-93cc-49...
You can subscribe here: https://hnxai.eo.page/9h7q4
An very good idea :) i subscribed
Les go
[flagged]
[dead]
[flagged]
[dead]