Viewing profile — maouida
maouida
HN member- Joined
- Sun, Dec 01, 2013, 6:37 PM UTC
- HN karma
- 313
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About maouida
No profile information was provided.
Recent public activity
-
comment
Comment #49166644
Location: Tunisia Remote: Yes Willing to relocate: No Technologies: .NET, C#, Node.js, Postgres, Angular,... Any tech/framework. Résumé/CV: https://cv.marwan.dev/marwan-aouida-cv.p…
-
comment
Comment #49150419
I continue working on FluidCAD, a hybrid CAD by code (JS) + mouse based modeling. I'm focusing on improving the 2D sketcher this week. https://github.com/Fluid-CAD/FluidCAD
-
comment
Comment #49088231
I work on FluidCAD on my free time. I published v0.0.40 last weekend with some big updates. https://github.com/Fluid-CAD/FluidCAD
-
comment
Comment #47805288
Replicad is designed primarily to be used as a library with the web editor as a helper. FluidCAD is designed to be used as full CAD package code + UI. I've outlined some of my moti…
-
comment
Comment #47804901
Only step import at the moment. I'll add svg next.
-
comment
Comment #47804596
+1 for what adrian_b answered above. All the promotion are for free open source projects and none of them is profitable. I think this is totally fine, people like to know about alt…
-
comment
Comment #47803846
CadQuery was an inspiration when I built FluidCAD. I wanted the workflow to be as close to traditional CAD as possible with more interactive UI. https://fluidcad.io
- story
-
comment
Comment #47729086
I have added a caching mechanism; objects are computed only when their parameters change. When an object change, all objects after it will recompute. This will probably need to be …
-
comment
Comment #47728971
Yep, topological naming solving is a hard problem to solve. It took FreeCAD many years to get it to work correctly. That's why I went with indices for this version. You can also us…
-
comment
Comment #47727946
The interactive region extrude feature is designed specifically for fast modeling at the expense of making the model "not so parametric". When user pick a region, the raycasted poi…
-
comment
Comment #47727925
The constraints solving took a good amount of thinking while designing FluidCAD. At first I tried to make it all declarative where user just create unconstrained geometries then de…
-
comment
Comment #47727893
It seems from what you are describing your software is more like (replicad)[ https://github.com/sgenoud/replicad ] The user can create planes with plane() command e.g plane("xy") o…
-
comment
Comment #47727861
Most of the CAD operations are supported, some are just basic implementations which will be improved soon. https://fluidcad.io/docs/category/3d-operations Assemblies will come but …
-
comment
Comment #47727854
Yes, PRs will be open on v0.1.0 I just want to finalize some design decisions and create a roadmap first.
-
comment
Comment #47723572
You are welcome. There is a guide section and one tutorial: https://fluidcad.io/docs/guides/ This week will be all for documentation. It is only a subset of features focused on sol…
-
comment
Comment #47722347
Based on opencascade wasm. Features in the docs. Api coming soon. No it was not, I started this before I even started using coding agents. It took many iterations and rewrites befo…
-
story
Show HN: FluidCAD – Parametric CAD with JavaScript
Hello HN users, This is a CAD by code project I have been working on on my free time for more than year now. I built it with 3 goals in mind: - It should be familiar to CAD designe…
-
comment
Comment #47578370
I'm working on one with features you mentioned, with the main goal to make the workflow similar to mainstream CAD. Will release the first dev version in less than a month.
-
comment
Comment #46891464
I'm working on a parametric, feature based CAD by code software which should be released next month. LLMs are good at generating code. It should be able to handle any complex task …
-
comment
Comment #46647415
Never encountered this issue until I tested GLM and Kimi K2 models. Opus and Sonnet seems to be good at handling this, even when giving them a code with open tags, they'll know whe…
-
comment
Comment #46086613
nvim, yt-dlp, gnome I'm sure there are many more I don't recall right now
-
comment
Comment #44770142
I use neovim so claude code makes more sense to me. I think having the code agent independent from the code editor is a plus.
-
comment
Comment #43935798
What we need is not an editor. We need a coding agent server which we can use from any editor we want.
-
comment
Comment #43100733
Github copilot supports neovim