Live data from Hacker News

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

news.ycombinator.com

251–260 of 1001 posts

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

#251

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

If so good why are you selling it as a service ?

It would make more sense to start a fund.

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

#252
I'm plugging away on my BitGrid project.... a Turing complete stripped down version of an FPGA without routing fabric and with added delays (for reasons). I'm learning KiCad 8.0, so I can do schematics and build a prototype cell out of TTL.[1]

I'm also re-acquainting myself with Verilog so I can do an ASIC prototype through TinyTapeout. The main question that I hope to answer is just how much power a bitgrid cell actually consumes, both static and dynamic. If it's low enough, then it'll give Petaflops to the masses, if not.. it's a curiosity.

Along that path, I've learned that the configuration memory for the LUTs is going to consume most of the silicon. Since it's all just D flip-flops... I figured I could dual-use it as memory without loss of generalization. You can virtually add 2 bytes of memory in a cell in any of the 4 directions... so I call it IsoLinear Memory.[2] ;-)

I should be able to make the deadline for TinyTapeout 9, in November. Meanwhile I'll update my emulator to include Isolinear Memory, and figure out how to program the damned thing. My stretch goal is to figure out how to program it from TinyGrad.[3].

If nothing else, it'll be good for real time DSP.

[1] https://github.com/mikewarot/BitGrid_TTL

[2] https://github.com/mikewarot/BitGrid_TTL/tree/master/IsoLine...

[3] https://github.com/tinygrad/tinygrad

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

#253
post #63

I am busy rebuilding my music studio with only gear from the late 90s/2000. It's much more fun to relive my youth and with patience less expensive than I thought.

Oh those were golden years in the studio, hope you have a lot of fun. Just casting my mind back to the setup we had in '99: Juno 106, Korg Monopoly, TX816. Prophet 5, Seq Circuits Pro1, Novation bass station, 909, Korg Wavestation (rack), Korg M1, EMU sampler (EIII rack IIRC), Atari Mega 4 + Cubase for seqs, a IoMega zip drive for storage that killed every other project with click of death, and fucking midi cables an…

That is a heck of a setup you had!

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

#254
https://fitbee.app I'm continuing to build the nutrition tracker I've always wanted myself [1]

This month the focus is improving food data quality & search relevancy. I'm also starting to experiment with some more advanced generative AI use cases in the realm of providing suggestions on what to eat & analysis of your diet.

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

#256
post #210

Just harvested my chilies and first time trying to ferment a jar and pickle a bunch as well. Trying out https://cooking.nytimes.com/recipes/1021581-pickled-jalapeno... but using lots of different chilies instead of only jalapenos. In-progress pic: https://ibb.co/XFBpyYV

Good luck. I had mixed results making hot sauce. It seemed the first bit seemed to go well but always got off flavored later...

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

#257

I'm working on a timed audio description script for the 1994 science-fiction / adventure film “Stargate” for blind and low-vision audiences. There are a lot of older films that are not audio described, and so every now and again I pick a film and write a script, and another volunteer records and mixes the narration track. It takes about 2+ hours to describe about 20 minutes, and the film itself is 2 hours. Sample: 68…

Blind person here.

Where are you publishing this? a???ov??t.net?

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

#258
I've been working on Pyro - a video gallery & community creator. It's a tool that lets you create a video-based (your own YouTube?) community but you can collect videos from many sources.

https://www.pyro.app

Here's a video site I created using this tool - a startup pitch video site

https://video.heystartup.com/

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

#259

Building a web app that lets me do math and chemistry problems on an infinite canvas with a drawing tablet. After finishing the problem, I can open up an integrated text editor (with vim bindings) that lets me create Anki flashcards about the problem, letting me copy different portions of the handwritten/hand-drawn stuff onto the flashcard. I developed a very simple compiler to specify flashcard content. Anything ins…

Nice. SRS integration is my ultimate yak-shave when learning something new.

> I wish educators and educational institutions would make an attempt to incorporate SRS into classes. I think it would help a lot of students, especially for cumulative final exams.

Some of us try to. But when teaching middle-high school aged children the problem is almost always one of motivation and engagement rather than tooling and methodology.

You can take a horse to water, but you can't make it drink. Worst case scenario you try to enforce SRS activities and some students develop an aversion to an incredibly powerful tool.

My sweet spot was something like "here is an app called Anki, here is a deck of content we will cover in this class (tagged by week), try it out and see if its useful for you". Even then I was slightly conflicted because I've always wondered how much of the utility I've gotten from SRS came from sitting down and making the decks myself...

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

#260
I'm working on our privacy-friendly and GDPR compliant web analytics tool Pirsch Analytics (pirsch.io) :)

I've been doing this for 3 1/2 years now and I'm still super motivated, especially because it's challenging from a technical point of view, and very rewarding (I live off it now). We just released a major update, making funnels more flexible and easy to use. One of our goals is to make analytics easy to understand also for non-marketeers.

Post reply on HN