brian

joined 2 years ago
[โ€“] brian@programming.dev 13 points 1 month ago (1 children)

they might ship a proprietary lib with their os, encourage developers to use it, then license it out of being distributed

[โ€“] brian@programming.dev 10 points 1 month ago

no it doesn't, you just have to add them for apps yourself. the readme has a whole section dedicated to live tiles.

[โ€“] brian@programming.dev 7 points 1 month ago

wait until you hear about jazelle

[โ€“] brian@programming.dev 4 points 1 month ago

yeah but like, his other comments are purely inflammatory, there's even a "you can't hold me accountable, I was quoting the bible!" line

sorry, entirely unrelated to the original post, just bothered me that this guy was being discussed in a positive light lol

[โ€“] brian@programming.dev 5 points 1 month ago (2 children)

I went and read Rob Pike's comments in the thread linked (I'm not a Go person so don't see anything he normally says). It's crazy that this person is listing his comments as a pro, or that he gets any reverence whatsoever. he seems absolutely insufferable.

[โ€“] brian@programming.dev 2 points 1 month ago

I'm not sure to what extent anymore, but theia does depend on some vscode components, at least monaco. it's a little distance but still the same family.

[โ€“] brian@programming.dev 3 points 1 month ago (2 children)

if they're against vscodium I'm not sure if theia is significantly better

[โ€“] brian@programming.dev 3 points 1 month ago

Bob Martin himself having moved to a different category

[โ€“] brian@programming.dev 2 points 1 month ago

yeah, it's a setting in the official rpi imager nowadays

[โ€“] brian@programming.dev 1 points 1 month ago (1 children)

No, CI validates that the hooks or formatter ran, and fails if not. in theory it shouldn't ever fail but it's to catch the stuff that couldn't have passed the commit hook.

the hooks are easy to turn off and can be hard to get to reliably run (90% of the time they're fine, but all of the tools that run git commands sometimes do weird things), but they're a best effort kind of thing.

unit tests on precommit are a little annoying, especially when it takes that long. that's better suited to running in ci afterwards since there's no advantage to running before you commit. formatter takes like 200ms max for affected files? you won't notice, and it ends up as part of the one commit

[โ€“] brian@programming.dev 2 points 1 month ago (3 children)

pre commit hook and ci task. even with common formatters like prettier I do that on anything somewhat large

[โ€“] brian@programming.dev 3 points 2 months ago

are there not just 2 main libraries or so that all the compositions implement it via?

view more: โ€น prev next โ€บ