Live data from Hacker News

Ask HN: What are you working on? (October 2024)

news.ycombinator.com

371–380 of 1001 posts

Re: Ask HN: What are you working on? (October 2024)

#371

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…

Given my name [1], lucid dreams are something that I used to interested in and have experimented a lot with. In the Elric of Melniboné books, most of the empire spend most of their lives in dreams, as a hedonistic escape from reality. Needless to say, the empire decays.

[1] https://stormbringer.fandom.com/wiki/Imrryr#Nickname

Re: Ask HN: What are you working on? (October 2024)

#372

I'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...

I really wish we could get a privacy-respecting standard for electronic receipts. But every time a shop experiments with it, it's using a shitty app which they use to track their customers.

Re: Ask HN: What are you working on? (October 2024)

#373
We at Toughbyte (toughbyte.com) are working on an open source applicant tracking system (ATS), which we'll release within a week.

We'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)

#374

If 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,…

What am I missing here? This seems like a problem that's effectively solved by using LDAP.

Re: Ask HN: What are you working on? (October 2024)

#375
post #340

I'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…

Damn that's cool! Nice work

Re: Ask HN: What are you working on? (October 2024)

#376
Optillm - https://github.com/codelion/optillm

optillm 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)

#377

November 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…

As I suffer from phone overuse, I'm excited to see what you'll come up with!

Re: Ask HN: What are you working on? (October 2024)

#379
In my spare time, I am trying to port OpenBMC[0] to the BMC of the Gigabyte MC12-LE0[1], a cheap, workstation/server-class mainboard for AMD's AM4 platform.

Unfortunately, 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)

#380
Recently started exploring WebGL and Three.js library and currently I'm working on web-interactive Solar System simulation.

Here 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!

Post reply on HN