I'm working on an app to help anyone experience their first lucid dream :) Very exciting project. It started as a dream journal app many years ago when I was a student, and will now soon have a full interactive step-by-step guide with practical tools to achieve your first lucid dream. It's android only, but I've started working on an iOS version and am thinking of raising some money or doing some crowdfunding to acce…
Ask HN: What are you working on? (October 2024)
371–380 of 1001 posts
Re: Ask HN: What are you working on? (October 2024)
#372I'm working on an app that "scans" your grocery receipts and gives you breakdown of what you're spending your money on, e.g: dairy: 50%, meat: 10%, alcohol: 5%, etc...
Re: Ask HN: What are you working on? (October 2024)
#373We've been doing tech recruitment for a while and discovered that few companies are satisfied with their current ATS. Changing systems every year is common despite being costly. The reason for this is that the needs of a company change as it grows and there are no systems that cater well to companies of different sizes.
We're aiming to build an ATS that can grow with your company through the use of a plugin architecture. We plan to charge for hosting as well as custom development.
Any feedback would be really appreciated! You can also email me at oleg@toughbyte.com
Re: Ask HN: What are you working on? (October 2024)
#374If you have multiple servers with multiple SSH users it starts to become hard to manage who has access to what. I wanted an easy way for an org admin to remove a users access (eg. If they leave the org), while also providing one place for end-users to upload their public keys to be synced across all servers. There are some compliance elements too (eg. reporting who has access to what, centralized user login history,…
Re: Ask HN: What are you working on? (October 2024)
#375I'm making a VSCode extension that can record & replay interactions with the IDE: all scrolls, selections, and modifications synced to guiding video, audio, and visual aid tracks. The result is a much more interactive way to present code than screencasts or blogs. Because at any point we can pause a session and freely explore and experiment with the codebase. I put together a demo recently [1] and written much more a…
Re: Ask HN: What are you working on? (October 2024)
#376optillm is an OpenAI API compatible optimizing inference proxy which implements several state-of-the-art techniques that can improve the accuracy and performance of LLMs. The current focus is on implementing techniques that improve reasoning over coding, logical and mathematical queries. It is possible to beat the frontier models using these techniques across diverse tasks by doing additional compute at inference time.
Re: Ask HN: What are you working on? (October 2024)
#377November is my last working month! I'm giving entrepreneurship a try to solve a huge problem: phone overuse. It's been busy: - Reading books, currently "The Mom Test" - Looking for a startup community and being disappointed with what my city has to offer - Deciding between VC vs. bootstrapping, and taking a firmer stance to try the latter first. This includes rejecting ODF. - Talking with like-minded people. I now ha…
Re: Ask HN: What are you working on? (October 2024)
#378Re: Ask HN: What are you working on? (October 2024)
#379Unfortunately, Gigabyte denied my requests to provide me with any details (board schematics/GPIO pinouts) or source code of the (partly GPL-licensed) BMC firmware, etc.), so it's been a tedious uphill battle. However, it is also a great way to learn about (some) electronics and embedded Linux development and associated challenges.
During the past few months, I have overcome the stock firmware AST2500 bootloader and made the board play ball with standard FDIs, have reverse-engineered a workable DeviceTree specification for the hardware, and am now (well, actually, not for the next three weeks or so, due to work :)) in the process of finishing up OpenBMC userspace configuration. Once this is done, and everything works well enough to use OpenBMC as a viable alternative for the stock BMC firmware provided by AMI/Gigabyte, I will try to upstream my work, and OpenBMC will have a very cheaply available AST2500 DevKit/EVB-alternative (of sorts) in its arsenal. (And I should be able to use my mainboard where the crucial OOB management function isn't serviced by Linux 3.14 any more...)
I am looking forward to documenting the lessons learned on my blog some time in the future, too :)
[0]: https://www.openbmc.org/ [1]: https://www.gigabyte.com/Enterprise/Server-Motherboard/MC12-...
Re: Ask HN: What are you working on? (October 2024)
#380Here is the repo: https://github.com/SafarSoFar/solar-system Demo: https://safarsofar.github.io/solar-system/
Any kind of feedback (good or bad) is appreciated!