Viewing profile — amir_karbasi
amir_karbasi
HN member- Joined
- Tue, Oct 01, 2013, 2:41 AM UTC
- HN karma
- 26
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About amir_karbasi
Recent public activity
-
comment
Comment #48544264
Doesn't look like it. From their FAQ: "Drafted is focused on single-level floor plans today. Multi-story homes, second floors, and basements are in progress and expected to become …
-
comment
Comment #47402875
Let me rephrase my question. How exact must the address input be? Do I need to include unit numbers? What if the street number is off by a few due to the layout of a plaza? Using M…
-
comment
Comment #47401926
Really cool! We're currently using map and web searches in our agent to gather this info for our tool. Does it support an approximate address? For example, if a plaza can have mult…
-
comment
Comment #46877459
I looked into this and nothing worked well for me. I ended up just using Pandoc: https://pandoc.org/
-
comment
Comment #44227157
Looks great! I had looked at Chonkie a few months back, but didn't need it in our pipelines. I was just writing a POC for an agentic chunker this week to handle various formatting …
-
comment
Comment #43900801
Your tool has been awesome! Seeing what it can do inspired me to write a POC that connected to an enterprise IBM application that I used to implement: https://github.com/karbasia/t…
-
comment
Comment #42785204
I've used AG Grid at many of my companies and found it worth the price. I've also dabbled in Perspective ( https://github.com/finos/perspective ), but it may be overkill for you. I…
-
comment
Comment #40524354
From my experience working with IBM products at an enterprise level, a lot of the integrations only provide basic functionality or they are used to demonstrate a happy path for the…
-
comment
Comment #39917822
I believe that the issue is that graphic cards require really fast memory. This requires close memory placement (that's why the memory is so close to the core on the board). expand…
-
comment
Comment #39829864
I'm personally working on a specialized system monitor software to address deficiencies with a popular enterprise IWMS. It is aimed at companies that do not want to splurge for Spl…
-
comment
Comment #38913149
The minisforum UM790 Pro is something I've looked at too. https://store.minisforum.com/products/minisforum-um790-pro It can handle many games at good settings already. It also has …
-
comment
Comment #38530433
East end of Toronto (East York) Pros: - Great variety of foods around here (I love Hakka!) - Relatively "affordable" where you can afford a semi or detached home (albeit it'll be 1…
-
comment
Comment #38519838
How was the effort to migrate from DRF to Django-Ninja? I saw Django-Ninja mentioned in another post and am thinking of switching one of my projects over from DRF. After skimming t…
-
comment
Comment #38519795
I actually had an external integration beak because someone's last name contained "null". The integration failed with an invalid JSON error. After debugging the payload with one of…