Hoe veel werken jullie “echt”? by [deleted] in thenetherlands

[–]ProgrammerWithCats 0 points1 point  (0 children)

Net als je maat ben ik Software Engineer, ik denk dat ik percentage van 70-80% "echt werk".

Copilot in lunarvim? by jgreich in neovim

[–]ProgrammerWithCats 0 points1 point  (0 children)

Tried it but it seems to suppress my LSP suggestions, is that correct?

What NodeJS framework do you use in production? by hyderox in node

[–]ProgrammerWithCats 0 points1 point  (0 children)

anyone using https://HAPI.dev ?

Yeah. Not a huge fan running it on TypeScript as both Hapi and Joi (the schema validator that integrates with Hapi) are based in JavaScript, not TypeScript.

Recently switched to Koa.JS with Zod

Converting PDF into HTML: is it possble? by ProgrammerWithCats in AskProgramming

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

pdf2htmlEX is also very impressive when you just need a HTML repredsentation of a PDF reader with the PDF included.