Live data from Hacker News

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

news.ycombinator.com

891–900 of 1001 posts

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

#892
post #199

I‘m building https://sql-workbench.com in my spare time. It‘s a SQL Workbench in the browser, based on DuckDB WASM. You can query remote and local datasources, such as CSV, JSON or Parquet files. You can also visualize the results, and share the queries via URL. Let me know what you think!

have a button for run query - people look for something to click, and for copy, reset, add to tooltip and the location should not change for button and text should not misplace things on page.

Sorry, but I don’t understand what you‘re trying to say…

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

#893

https://bauble.studio/ is a programmatic 3D art playground that I've been working on for a while now, and I'm pretty excited about it! It's based around signed distance functions, which are a way to represent 3D shapes as, well, functions, and you can do a lot of like weird mathematical distortions and operations that give you cool new shapes. Like average two shapes together, or take the modulo of space to infinitel…

I think this is awesome and have already sent to a few people

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

#894
post #593

I've been working on an audio DSP language and IDE https://ravescript.com and a DAW https://ravescript-next.deno.dev/ - both are in a good condition but still require a ton of work to be complete. Trying also to combine the two projects into one. Key features (especially in the DAW) are that the audio engine and the graphics engine are made from scratch and utilize WebAssembly/WebGL in a very efficient/performant arc…

I love this and I remember your amazing work on wavepot from back in the day <3 It was what got me excited about audio dev, now pursuing a similar quest.

That's lovely to hear, thanks. Would love to see some of your work also, if you want to share, here or by email (it's in my profile).

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

#895

I’m working on a collaborative reading app called Rdrs. You can upload a ebook, create a reading group, invite others and your reading position, comments and highlights are synced live with the group. You can also read privately, and as its web-based is available on any device. I’m still in active development so there may be bugs or crashes, but I’d be very interested in your feedback. https://www.rdrs.app

When I click Get Started I get 404.

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

#896

https://bauble.studio/ is a programmatic 3D art playground that I've been working on for a while now, and I'm pretty excited about it! It's based around signed distance functions, which are a way to represent 3D shapes as, well, functions, and you can do a lot of like weird mathematical distortions and operations that give you cool new shapes. Like average two shapes together, or take the modulo of space to infinitel…

I think this is awesome and have already sent to a few people

hey thanks!

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

#898

Taking a break from learning Go/Rust to learn Polish. Lol

Well, that's... uncommon. What made you take the leap? Met the love of your life who is from Poland. As a Pole I'm both honored and impressed but would like to understand your motivation. People who don't move to Poland rarely want to study the language.

That's it! My girlfriend is Polish and would be great to be able to speak with her family. A lot of my friends are Polish too. She has translate between her family and me currently. It's been very hard to learn though. Haven't liked Duolingo so far so going to try Babel. If not that I may take classes.

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

#899

Im currently working on AI agents that control my chrome browser, I have a desktop app with a chat where it does various tasks for me like research/posting on sm/finding free ebooks for me. All using open source LLMs and custom code for the auto web scraping / interactions.

how does it control your browser? as in know what button to click or form to fill?

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

#900
I ran into problems trying to deploy AI agents in the wild because people were trying to hijack and jailbreak them. As a result, I started researching and have begun working on a tool to scan LLM system prompts for vulnerabilities so that they can be fixed pre-deployment or at least anticipated. I'm currently taking baby steps by pulling together various tools from the open-source domain and trying to make them easy to use.

It's completely free for now. The report gets emailed to you within 24 hours.

https://tano-ai-security-tano.vercel.app/

Post reply on HN