A PLA chain-mail ๐
Notices by muesli (fribbledom@mastodon.social), page 7
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 09:54:24 UTC muesli -
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 09:06:41 UTC muesli That's why they're called business socks!
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 09:00:58 UTC muesli "Wrong turns on the path to success are not failures, they are simply iterations. Both science and art are iterative processes that include wrong turns. And those wrong turns aren't outliers, they are part of that process"
-- Adam Savage
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:31:58 UTC muesli You can use '-tabs=false' with gofmt, but let's just say it's not the recommend way ๐
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:29:33 UTC muesli Just a heads up: sent a pull request your way over on GitHub ๐
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:26:34 UTC muesli Gets printed in place, no assembly required!
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:19:12 UTC muesli Absolutely! ... and once you grasp how it all ties together with Go's interfaces, you'll really start appreciating the beauty of it.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:15:48 UTC muesli A sub-dir is a separate package. You can import it, but you can't have circular dependencies, and you can only access public members of that package.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:12:41 UTC muesli Yeah, in that case I'd just move FrontMatter and its data structures into a separate file, say "frontmatter.go". You don't need to change any imports, it'll still be accessible by everything else in the same package (read: directory).
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 08:10:24 UTC muesli You usually divide your code by functionality / types into various files within a directory.
That entire directory forms a package, which then can get included as a whole by other packages ("import ...")
It's not uncommon that a single library or app consists of a bunch of packages, so you can divide it up further.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:33:56 UTC muesli It is! Counts as a fabric in my hands ๐
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:28:07 UTC muesli It is printed in place as a chain-mail, indeed!
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:25:16 UTC muesli Playing with 3D-printed fabrics. Feels really weird & funny but pleasant in the hands.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:07:24 UTC muesli ...and learning Go? Maybe this helps: https://www.youtube.com/watch?v=uMA8wJ6xA_g
(shameless plug)
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:06:05 UTC muesli They are indeed if you build with 'make'.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 07:03:27 UTC muesli That's fantastic news! Let me know if it's smooth sailing or if I can help with anything.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 06:47:01 UTC muesli They call me the hunter of ineffectual assignments, the slasher of unnecessary conversions and inspector of tautological fallacies.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 06:46:30 UTC muesli Call me hunter of ineffectual assignments, slasher of unnecessary conversions and inspector of tautological fallacies.
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 05:16:15 UTC muesli 40 pull requests in one night. I think I'm done for today ๐
-
muesli (fribbledom@mastodon.social)'s status on Friday, 19-Jul-2019 03:07:12 UTC muesli Yeah, mostly dead simple fixes or corrected typos.
I don't have a stake in any of those projects: some I use, some I just find intriguing enough to check out the code. I guess I just enjoy seeing progress and things moving forward. That feeling is rewarding enough for me.