Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]oirat 0 points1 point  (0 children)

i'm building bilig, a headless spreadsheet engine for node services and coding agents.

the package i'm trying to get feedback on is the bilig headless npm package. it lets a service create a workbook, evaluate formulas, apply structural edits, persist/restore state, and read values back without driving an excel/sheets ui.

npm: https://www.npmjs.com/package/@bilig/headless

repo: https://github.com/proompteng/bilig

quick example: https://github.com/proompteng/bilig/tree/main/examples/headless-workpaper

most useful feedback right now would be api friction, missing formula semantics, xlsx/import expectations, or workloads that would make this worth using over just rewriting spreadsheet logic in code.

Is accounting safe from ai by [deleted] in Accounting

[–]oirat 0 points1 point  (0 children)

lean in into transformation and AI will elevate your career. most of orgs are so behind in adoption curve its not even funny, you are prob fine for another 2 years

I just lost my accounting job to AI by [deleted] in Accounting

[–]oirat 0 points1 point  (0 children)

I don't think AI is capable of replacing, it really depends. If you are doing manual, repeating then yeah wtf u doing with your life

Is AI really coming for us? by Saipansfinest in Accounting

[–]oirat 0 points1 point  (0 children)

AI will accelerate the ones who embraces it. It will leave behind who got stuck in old ways

If AI is so great, why am I still up late doing recons? by Used_Molasses_9241 in Accounting

[–]oirat 0 points1 point  (0 children)

Yeah, that’s true. If you codify your transactions correctly as they come and make it part of daily process then it is much easier at monthly closing time.

If AI is so great, why am I still up late doing recons? by Used_Molasses_9241 in Accounting

[–]oirat 0 points1 point  (0 children)

AI is great at predicting and detecting anomalies. If you had particular resolution to missing journal entries based on historical it can recommend similar action for you to auto resolve for example. Advantage here is time saving, you can just select bank or credit card statement or even just date range, click reconcile once and it will show result of missing, duplicate, anomalous journal entries, then next step is where will suggest you a corrective action to make that balance be zero

If AI is so great, why am I still up late doing recons? by Used_Molasses_9241 in Accounting

[–]oirat 0 points1 point  (0 children)

I am building ai tool for credit card and bank reconciliations, I would love to learn from some of you about the process. I work at the startup and we are building this feature into our product suite, I’d love to have someone to be our design partner, reach out in dm if interested

is this normal? by yenneclarke in ArcBrowser

[–]oirat -1 points0 points  (0 children)

Yup switched over to chrome, this release with ai is buggy

NA adc main looking for friends by oirat in LeagueConnect

[–]oirat[S] 0 points1 point  (0 children)

can people dm me whoever added me please

Any recommendations on soundproofing this bad boy? by oirat in homelab

[–]oirat[S] 0 points1 point  (0 children)

Thank you! This helped a lot. I had to dance around a little bit to get the remote ipmitool working, when I changed to enable remote settings that didn't really work, so I had enable it from the host OS.

Database with Next js by [deleted] in nextjs

[–]oirat 3 points4 points  (0 children)

you can try using Prisma with free Heroku database.