separate switch for KM (a usb3 switch+hub) and for V.
hal_canary
joined 2 years ago
FTFY:
- Nes: [/c/nes@sh.itjust.works]
- Snes: [/c/snes@sh.itjust.works]
- N64: [/c/n64@sh.itjust.works]
- gamecube: [/c/gamecube@lemmy.world]
- wii and wii U: [/c/wii_and_wii_u@sh.itjust.works]
- wii: [/c/wii@lemmy.ml]
- wii U: [/c/wiiu@lemmy.world]
- switch: [/c/switch@lemmy.ml]
- DS: [/c/3ds@lemmy.world]
- 3DS: [/c/3ds@lemmy.world]
- gameboy: [/c/3ds@lemmy.world]
- all: [/c/nintendo@lemmy.ml]
- all: [/c/nintendo@lemmy.world]
- Mariokart: [/c/mario_kart@sh.itjust.works]
- Zelda: [/c/zelda@lemmy.ml]
- Pikmin: [/c/pikmin_fan@sh.itjust.works]
I like Mastodon (and I wish more Twitter users would switch over!). I wish Lemmy was as polished as Mastodon. For example, Mastodon has the rel="me"
profile link verification while Mastodon does not.
I hate that a single company controls all of Reddit.
Reddit really benefits from the network effect of having many millions of users.
I'm not sure how Lemmy instances will end up paying for themselves, but it they don't allow images or video, it might be supported with donations.
I wish Lemmy integrated with Mastodon more. For example, I should have a single login for both, when they have the same host!
Lemmy needs better ways to discover and organize communities, even more so than Reddit does!
view more: next ›
I came here to say this.
Declare
result
in the first line of the function andreturn result
is the last line. In C++, this is a big hint to the compiler that you want return value optimization to kick in.