HackerTrans
TopNewTrendsCommentsPastAskShowJobs

joeriddles

no profile record

Submissions

New plan, no active workflow limits – n8n's new pricing explained

blog.n8n.io
1 points·by joeriddles·hace 11 meses·0 comments

So you want to run untrusted code?

blog.josephriddle.com
2 points·by joeriddles·el año pasado·0 comments

comments

joeriddles
·hace 24 días·discuss
Do you have any favorite books or resources on how folks in the past adapted to changes in their industries?
joeriddles
·hace 2 meses·discuss
Nice! It was pretty easy to take my extension[1] from a middling Health and Review score to in the green. The obsidian eslint extension is helpful.

[1] https://github.com/joeriddles/extended-task-lists
joeriddles
·hace 6 meses·discuss
Great read. C# has the concept of nullable reference types[1] which requires you to be explicit if a variable can be null and the compiler is aware of this. I would love to see a similar feature in languages like TypeScript and Go.

[1]: https://learn.microsoft.com/en-us/dotnet/csharp/nullable-ref...
joeriddles
·hace 11 meses·discuss
I'm surprised Figma doesn't support offline mode given this blog post about how they built it.

https://www.figma.com/blog/how-figmas-multiplayer-technology...
joeriddles
·el año pasado·discuss
This looks really cool! OpenAPI for CLIs is a great idea.