Live data from Hacker News

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

news.ycombinator.com

991–1000 of 1001 posts

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

#994
https://SharpAPI.com/ is a set of APIs to help leverage AI for workflow automation in E-Commerce, Marketing, Content Management, HR Tech, Travel, and other areas.

What can it do for its users? - Product categorization for well-organized product catalogues. - Generating engaging product descriptions and tagging. - Filtering out spam content. - Allowing understanding and analysis of sentiment in product reviews, comments, and users' Feedback for data-driven decision-making. - Generating complex job descriptions and extracting information from resume files for easy processing - and more.

I've also created a set of SDK Clients for it like PHP, Laravel, .NET, Flutter to make it a plug-and-play solution for developers.

Would love to get your feedback about it.

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

#996
post #59

I recently created a custom 220gsm pre-washed cotton fabric by twisting thrice a 60s yarn (60/3 Ne) into 20s before knitting. It could never be commercially viable so released something similar. Essentially combining the softness of fine count cotton with the weight and durability of a heavier garment. https://www.marchtee.com/ Also a lot of ERP, warehouse, UI work and fun with Cursor.

Just tried to order but looks like you don't ship to US yet?

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

#997

https://bauble.studio/ is a lisp-based procedural 3D art playground that I hacked together a while ago. It's fun to play with, but it's a very limiting tool: you can do a lot to compose signed distance functions, but there's no way to control the rendering or do anything "custom" that the tool doesn't explicitly allow. So lately I've been working on a "v2" that exposes a full superset of GLSL, so you can write arbitr…

He made quite a few useful videos demoing it.

@ian Adding this to your help page would be helpful.

https://www.youtube.com/@ianthehenry/search?query=livecoding

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

#998

Hi! This year I quit my corporate job to work full time on https://crucialexams.com/ . This month I am working on expanding our new offerings at https://pmpready.com/ and https://vitalnursingexams.com/ . Our platform provides a fun way for students to test their readiness for industry certification exams like the PMP, BCEN, CompTIA, AWS and more. Written in ASP.NET, MySQL as backend and good old Javascript/Bootstrap…

MySQL with .NET instead of MSSQL?

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

#999
post #595

I have a. suite of tolls for developers: https://www.punycoder.com/ (a tool for Punycode to Text/Unicode and vice-versa conversion), https://www.htmlwasher.com/ (a tool if you have some dirty HTML and need to clean it up), https://www.htmlcorrector.com/ (a tool if you have some not so well-formed HTML and need to fix it), https://www.htmlenc.com/ (a simple tool to HTML encode (escape) a text), https://www.urlenc.com/…

Have you seen CyberChef?

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

#1000
I'm a Master's student in Artificial Intelligence at UofT. Right now, I'm adding the "ML (Machine Learning) Streaming" feature to PyMilo. PyMilo is an open-source Python package that provides a transparent, safe, and end-to-end way for users to export pre-trained machine-learning models.

Transparency and non-executable export format is a serious thing, take a look at https://embracethered.com/blog/posts/2022/machine-learning-a....

After version 0.9 release, PyMilo became feature-completed with full support of scikit-learn models, now it's time to move on to PyTorch and then Tensorflow. But we decided to add the "ML Streaming" feature before getting into PyTorch, in order to provide an easy way to smoothly stream your ML model. By using the "ML Streaming" feature you can easily deploy your model into the remote server, connect to it from the client side, and choose the working mode, either delegation or local mode, through delegation mode your requests will be relayed to the remote server and you can easily work with your remote model from any devices without any further dependencies, and finally, you can download model for local use.

We will release the 1.0 (tenth) version of PyMilo around Sep 16th, this release will be the first release to have the "ML Streaming" feature with support of REST API, and we will next add other protocols such as Websocket.

Here is PyMilo: https://github.com/openscilab/pymilo Thank you for your time

Post reply on HN