A research paper organizer https://youtu.be/YjiJ_61_zzM?feature=shared
Ask HN: What are you working on? (October 2024)
131–140 of 1001 posts
Re: Ask HN: What are you working on? (October 2024)
#132Essentially, it allows model developers (such as quants in finance, engineers, and ML specialists) to code in Python without needing to think about the performance of repetitive calculations. As we all know, Python is one of the least efficient languages when it comes to complex calculations/simulations - and we help to resolve it. Long story short, with very few tweaks to the code certain types of calculations (such as pricing of derivatives, curve building, computing financial risks, or "small" NNs) can be accelerated by 100+ in Python and x20+ in C++/C#.
We're now looking to add support for Java (but it doesn't have Operator Overloading, so it's tricky), and some customers are asking to support GPU - which is a bit tricky because it's got a closed instruction set.
Re: Ask HN: What are you working on? (October 2024)
#133We're working on a specialised graph compiler for speeding up simulations and computing derivatives automatically (backpropagation/adjoint differentiation). It now supports C++, Python, and C#; AVX2 and AVX512 instruction sets, multithreading; Windows, and Linux. Essentially, it allows model developers (such as quants in finance, engineers, and ML specialists) to code in Python without needing to think about the perf…
Re: Ask HN: What are you working on? (October 2024)
#134F*ck it, I'm not gonna sugar coat it. I was supposed to be working on a project called Tagbox... but it feels like it's never gonna see the light of day. I hope I'm wrong though, I still want this to succeed, for once in my life, I want to actually succeed on at least one thing. I want to contribute some good thing to the society. First, what is it? It's a bookmarking app alternative to Pocket or Raindrop.io. Yeah, y…
I've been there and I know what it feels like. I would try to perhaps solve the mental health problem first perhaps before tackling big projects. Maybe try gym, hiking, somehow finding friends, talk to more people, solve your sleep, eat better - something. Because again, if you don't have peace of mind, working on a project is difficult (at least for me it is).
Hope that helps.
Re: Ask HN: What are you working on? (October 2024)
#135Im exploring helping engineering managers better manage projects and people. If you're leading a team of engineers and feel strapped for time constantly, I'd love your feedback (mention the post in the waitlist form so I know to bubble you to the top of the list and reach out)
Re: Ask HN: What are you working on? (October 2024)
#136A big motivation for such a project is my passion for photography. I've taken many thousands of photos over just the last 2 years alone. A lot of them are digital, and so far a few dozen rolls of film. A big challenge for me is that I'm not satisfied with the tools available to develop the raw files that are free or open source. Either they're quite finnicky, or they have noticeable issues with color transformations.
I've done a lot of rendering projects over the last few years relating to color that have been focused on getting a better understanding of working with color spaces. Lots of 2D and 3D fractals haha.
Unfortunately I've had quite a turbulent life the last few years so development is very off/on. Every autumn for me seems to be a period of change, this one no different as I'm moving and I'm a bit uncertain of things. However, a side project to all of this has been an OpenGL project where I'm working on things related to voxels! I did a lot of research on data structures like interval trees, octrees, segment trees, etc. It does seem that a lot of people jump for the octree approach, however I've been able to render a lot of voxels with just a hashmap of chunks and a 3d array haha (albeit, mostly initial implementation of chunk generation, single threaded at that!). With this I'm hoping to explore OpenGL compute as I intend of generating world geometry in compute shaders :D
I havent published a project in a while and I'm hoping to get back to putting things out there, so hopefully some of the stuff I've been working on goes well and I can put it up on GitHub or something
Re: Ask HN: What are you working on? (October 2024)
#137I'd like to continue building fun projects like this until I find a market. I work in Phase 1 clinical trials and the end goal would be to implement some of these efficiencies into health technologies.
Re: Ask HN: What are you working on? (October 2024)
#138This way you can write all of your glue code into one platform and create an IDP at the same time.
This came from a lot of situations where I'd need like one random thing to be stored in a database, but adding that complexity is a bit of a hump for just one thing.
Also crossplane is a really cool idea but starting a kubernetes cluster so that you can manage infra sounds insane to me, even as an avid kubernetes fanboy.
Re: Ask HN: What are you working on? (October 2024)
#139A new YouTube app/player, for my kids. It allows us to control the algorithm. It’s all LLM translating to YouTube search queries under the hood. Visually it looks the same. The suggested videos come from predefined buckets on topics they love. E.g. 33% fun math, 33% DIY engineering, 33% creative activities. Video recommendations that have a banned word in the title/desc don't get displayed e.g. MrBeast, anything with…
Re: Ask HN: What are you working on? (October 2024)
#140Specifically, my team and I are making assurance cases and ontologies that can seamlessly integrate with the system and its guardrails. For example, if you want to deploy some mix of filters underneath a user-facing LLM app, you would able to: 1) express the logic of how they should be deployed and why (e.g., if X=1, then Y, else Z); 2) see how they perform over time and evaluate alternatives; 3) investigate what happened when an attack succeeds; 4) prove to the auditors that you're taking all measures necessary to be robust and compliant with the EU AI Act.
It started as an informal collab early this year, but we have since published a few workshop papers on this concept [1,2]. We're building a Python demo that would show how it all fits together.
[1] https://arxiv.org/abs/2410.09078 [2] https://arxiv.org/abs/2410.05304