Live data from Hacker News

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

news.ycombinator.com

631–640 of 1001 posts

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

#632
I'm working on Briefy, an AI knowledge assistant consisting of powerful summarization tool and built-in knowledge base.

We're looking at the marketing growth so far, and we want more solid feedback and suggests with the product itself. If you are interested, please contact me and I can offer you a discount!

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

#633
In my quest to master Rust, I'm building a (toy) Soulseek client in Rust. Souleek is an old (2001) closed-source p2p network still used to share underground music.

For learning purposes, I'm imposing the following restrictions:

- I can't use external dependencies (crates)

- I have to reverse engineer the Soulseek protocol myself

So far it's been a lot of fun and rewarding as it touches upon low-level concepts I don't have to deal with normally as a web dev.

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

#634
I'm working on a web-based Indesign file translation system: https://indesign-translator.com/ It extracts all text, translate them (manually or with google translate, up to the user), and re-download with styles and layouts kept.

I started it as I was making a booklet about meteorology for kids in Lao language. I tried an automatic transation tool and was amazed to see it was keeping the format, so I dived into the markup file for Indesign, called IDML. InDesign is such a great software.

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

#635
When I was a child, my best friend and I were dreaming of making our own game. We got as far as writing (parts of) the story for a Lucasfilm Games-style point and click adventure, but my programming skills as a young teenager were too poor to actually make that game.

That idea has actually never left my mind though, and now, a few decades later, I've started to realize that if I don't get on it soon, I probably never will.

So I've started writing a game for the Commodore C64, 30 years after they stopped making them, and that's what I've been working on lately.

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

#636

Building algorithmic trading models. So far results continue to be good with every model outperforming the market on both absolute and risk-adjusted basis since going live. Since launching https://grizzlybulls.com in January 2022: Model | Return | Max drawdown ------------------- S&P 500 (benchmark) | 21.51% | -27.56% VIX TA Macro MP Extreme | 64.21% | -16.48% VIX TA Macro Advanced| 59.13% | -19.12% VIX TA Advanced |…

wont your strategies incur short-term cap gains ? so, they will have to outperform the S&P 500 index to account for it. great start, and good luck.

You have a point, but it still makes sense to report before tax performance. Before tax performance depends on model only, but after tax performance depends on model and the user. this website couldn't report that even if it wanted.

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

#637

Built a hardware device that sits between any computer and any printer and reads what is getting printed. Primary use-case is to read receipt data from legacy POS systems without having to write software integrations. Figuring out how to commercialise. Reach out if you have ideas!

Have a look at the Internet Printing Protocol. I built a NodeJS app that pretended to be a printer and could receive real time transactional data from a legacy POS/software. No drivers required… supports HTTP auth… all OS’s have great support for it.

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

#638
post #635

When I was a child, my best friend and I were dreaming of making our own game. We got as far as writing (parts of) the story for a Lucasfilm Games-style point and click adventure, but my programming skills as a young teenager were too poor to actually make that game. That idea has actually never left my mind though, and now, a few decades later, I've started to realize that if I don't get on it soon, I probably never…

Is there any place we can follow the development? I have soft spot for new games for old hardware.

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

#639
post #638
post #635

When I was a child, my best friend and I were dreaming of making our own game. We got as far as writing (parts of) the story for a Lucasfilm Games-style point and click adventure, but my programming skills as a young teenager were too poor to actually make that game. That idea has actually never left my mind though, and now, a few decades later, I've started to realize that if I don't get on it soon, I probably never…

Is there any place we can follow the development? I have soft spot for new games for old hardware.

I have an old tigsource account that in theory I could reactivate... But for now, I'm still in the pre-dev phase, i.e., I'm actively working on it but I haven't written any code yet.

Funnily, compared to my teenage self, I now think that the coding part is going to be the least of the issues. Of course, working with an old architecture that is severely limited in storage and computational capabilities raises some interesting challenges, but I do not expect them to be unsurmountable.

Doing all the graphics and the sounds all while keeping it an interesting gameplay experience (good narrative, challenging but not frustrating puzzles) will be the much harder task, I think. And ultimately there's also the problem that the majority of all indie game projects is facing: sticking with it until the end.

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

#640
During my 8 years of professional SWE career (mostly startups), I've never worked in a company that did not suffer data breach / was hacked. It was always dumb stuff like admin:admin or deploying vulnerable things and forgetting on them.

After last one, I was done, left my job and started building Recon Wave [0]. I want to build tooling that will monitor your infra for you and find vulnerable / misconfigured / forgotten things that can be easily exploited.

I believe that security is best applied in layers and we're building one of them. We can not protect you from everything, but we can protect you from shooting yourself in the leg.

Me & my co-founder decided to take a bit different approach from other attack surface management companies and we try to find patterns in the whole OSINT world (aka most misconfigurations, domain correlations and others). Among others, we scrapped most of DNS and now have pretty cool reverse DNS dataset [1].

[0] https://reconwave.com/ [1] https://search.reconwave.com/

Post reply on HN