Live data from Hacker News

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

news.ycombinator.com

241–250 of 1001 posts

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

#241
Resources for people moving to and integrating into Spain.

Including translated index of government forms[0]

I moved to Spain a few years ago and love it, except for the paperwork. I’m slowly learning Spanish (currently 1112 day streak on Duo) but found it hard to get the right info.

So I’m using gpt4 and perplexity to do things like translate local news, government forms, and the official government update feed.

[0] https://movetospain.es/paperwork/

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

#242
With the Wordpress fiasco only getting worse, I have been working hard on launching my MIT-licensed open source CMS. I bring to the table with me running high traffic news publications on my own custom CMS'es and my learnings from it. What scales and what doesn't. Hopefully the community will like it and embrace it. On the surface, it sounds like a simple project, but CMS'es are quite complex than they appear (hence the time taken).

There are a lot of things the CMS universe accepts as normal, which shouldn't be the case. Even without the drama, Wordpress simply sucks as a scalable solution for large traffic sites without blowing up the hosting costs. Given the ongoing fiasco, I even think if Wordpress has been deliberately built this way as a funnel to upsell the hosted commercial offering to large scale news publications.

Hopefully, this benefits everyone affected by the Wordpress fiasco, as that is my primary goal. This has been a decade long project close to my heart and it is finally coming to an end.

I am also documenting this journey on Medium if anyone's interested.

https://medium.com/creativefoundry/newsletter

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

#243
post #223

I've noticed that my son spends way too much time on YouTube or playing Minecraft and one of the few offline activities he enjoys doing on his own is coloring. And since he comes to me every time he wants a new coloring book and we spend about 10 minutes together searching for each picture, I made a website with a collection of coloring books for him. The site is very simple, but to be honest, I haven't had so much f…

This is absolutely amazing.

The pictures are very detailed and done with taste, there is no ads to be seen, the website is well organized.

This rivals any high end coloring book I've seen, you are very talented! My kid will be thrilled, thank you so much for creating this!

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

#244
A different AI toolbox, for people interested in results, not hot stuff.

My pet theory is that the popular libraries and frameworks we have today (LangChain, LlamaIndex) are first generation products, where just getting the damn thing to work is less important than developer experience, and it’s not yet obvious what the code patterns will be. These are the products built by, and used by, the super early adopters, and leave a lot to be desired.

This is not to denigrate either them or the effort and skill people put into them! But I’ve got a “there must be a better way” feeling about the whole thing. Contrast the myriad web frameworks with wild ideas before some sort of best practices coalesced around Rails, Django, Laravel etc (or the equiv in JS land 10 years later).

This thinking is heavily influenced by Marvin ( https://github.com/prefecthq/marvin ), Vercel AI SDK, and similar efforts.

Right now this amounts to me tinkering away in Python and trying different approaches, is rewarding all by itself. If I manage to get it into a coherent library that could be useful to others I’ll open source it. One of the things I do not want is try and commercialize, because I find many commercial open source projects serving the business first, users second (but this is a rant for another time).

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

#245
Designing lenses with numerical optimization. It's surprising how much layers of an optical systems are akin to layers of a neural network during training. If you use rays as inputs and refractive surfaces as layers, you can pretty much use standard pytorch!

I should write a blog post about it.

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

#247
I've been working a lot on my blog, which entails training and implementing neural networks. My next two posts are going to be about:

- https://arxiv.org/pdf/1912.04958 - StyleGAN2 - https://arxiv.org/pdf/1807.09341 - Causal InfoGAN, written in TinyGrad

https://ym2132.github.io

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

#248
Trying to get a chatbot to invoke Apify actors so that I can get around the "sorry i dont have live data" limitation of chatbots. If this works, then next is to set up payment so that i can order pizza just by talking to the same chatbot that I can order socks from.

Chatbot invokes Apify actor -> probe user for details needed for the task -> execute arbitrary credit card enabled transaction on the internet.

This effectively allows chatbots to break out of their box and exchange value with the world. Next step is to give them a bank account to be able to RECEIVE payments such that it can sustain its spend.

Edit: If the chatbot is able to detach itself from the humans that hold the killswitch, then it can effectively live forever off of our financial/cloud network, migrating funds in and out of different accounts to fund its own compute. Hello ghost in the shell!

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

#249
Not exactly what I'm currently working on, as it got released last week, but...

I gathered many of my bash scripts and aliases, focused on making use of Android Debug Bridge (ADB) easier, together into a single collection[0]. The wiki page has visuals and more information on functionality[1].

Then starting a new project this week around gathering and displaying information on air quality in Iceland.

[0]: https://github.com/hrafnthor/adb_helper

[1]: https://github.com/hrafnthor/adb_helper/wiki/ADB-Helper-wiki

Post reply on HN