Ex: Could I have a store of articles and run NLP tasks against it?
Ex: Could I have a store of articles and run NLP tasks against it?
I am doing a giveaway for folks who can't afford the zine though -- if $12 is a lot of money for you but you think the debugging advice in there would be helpful, you can use code BUYONEGIVEONE at checkout to get the PDF version for free. (it'll ask you for a billing address but if you dislike sharing your address unnecessarily like I do, you can just put a fake address)
I have been following your blogs and zines for years now. Keep up the good work and vibes. Peace.
There are some series they sometimes do, which are entertaining to follow. I also enjoy things like Journal club, where they pick a paper and deep dive into it. The audience also participates, in a way, where they pick the questions/comments from the previous video and answer them.
However, it's not all academic either. There are some running jokes etc, which keep the content entertaining, while being informative, a format that I see common in some of the best Youtube channels.
I'm one of the developers at Sublime HQ. We're all very excited about this release. If you have any questions you'd like to ask I'll do my best to answer them.
However, since we started using Yarn workspaces (for JS), I've needed to switch to VSCode because its auto-import is just so much better, and it's one of those things that's hard to go back from, once you're used to it. Sublime text already indexes my code for search, which can probably be used for path suggestions / automatic imports without affecting performance too much maybe? I dunno.
I wouldn't mind it being a plugin either (before Yarn workspaces, I'd use FuzzyFilePath plugin which worked pretty well). But native support would mean the performance would be on par with what I've come to expect from Sublime Text :)
My first website was about about TNG and why DS9 sucked balls.
Ironic since I now consider DS9 the better series (but TNG still has the truly stand out episodes, I think young me was just oblivious to a lot of the subtler stuff but I digress), it was shockingly bad (and I'd been programming since the 80's, HTML was just weird).
I spent about five years hating the crap out of it and never even considered web development as a career, if you'd have asked me back then I'd have said you'd claw the compiler out of my cold dead hands.
20 odd-years later and I do enterprise web dev (and C#/WPF and Java)
If you’re running Sidequest entirely on your own infrastructure to orchestrate jobs across your backend, you’re not distributing the software at all, you’re providing a service. The tight coupling does not itself trigger extra obligations. What matters legally is distribution, not architecture.
Edgecase is if you give your software to a customer to run on their own servers (self‑hosted deployment/docker image shipped to customer). In those cases, you would need to allow them to replace Sidequest.js (ie, not obfuscating it away).
Someone more knowledgeable can correct me, if I'm wrong