separate switch for KM (a usb3 switch+hub) and for V.
Hal_Canary
https://halcanary.org/ https://mastodon.sdf.org/@hal_canary/ https://twitter.com/halcanary https://www.reddit.com/user/hwc PGP Key: 9E4B56B252BA5544135A6146BDA20B3DBAF71EE3
- 0 Posts
- 15 Comments
[issue number] short summary
description of main changes, bullet list if there are lots.
description of minor changes.
motivation of this change, if unclear.
Hal_Canary@lemmy.sdf.orgto
Asklemmy@lemmy.ml•What movie scared you shitless when you were a child?
2·3 years agoSuperman III
Restart the broadband modem too?
Hal_Canary@lemmy.sdf.orgto
Programmer Humor@lemmy.ml•FizzBuzz: Enterprise EditionEnglish
1·3 years agoThis makes me cry.
Hal_Canary@lemmy.sdf.orgto
Gaming@beehaw.org•Tears of the Kingdom: 11 Best Armor Sets To Loot ASAPEnglish
2·3 years ago“This set will display your opponents’ full HP in numbers.” No it doesn’t.
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]
Hal_Canary@lemmy.sdf.orgto
Technology@beehaw.org•[/c/linuxmasterrace@feddit.de](/c/linuxmasterrace@feddit.de)English
5·3 years agoI 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!
Hal_Canary@lemmy.sdf.orgto
Android@lemmy.world•Why do you personally prefer using an Android phone?English
7·3 years agoI can write my own apps without anyone’s permission!
Hal_Canary@lemmy.sdf.orgto
Free and Open Source Software@beehaw.org•Alternative for YouTube?English
1·3 years agoin what way is watching YouTube on an open source web browser not open enough?
Hal_Canary@lemmy.sdf.orgto
World News@beehaw.org•Trump scrambles to find lawyer on eve of first federal court appearanceEnglish
9·3 years agoThis is why you should pay the contractors you hire!
Hal_Canary@lemmy.sdf.orgtoNintendo Switch@lemmy.ml•Lemmy seems to be a worse place to have conversations about Nintendo than Reddit.
4·3 years agogive it time for people to switch over.
Hal_Canary@lemmy.sdf.orgto
Lemmy.World Announcements@lemmy.world•How do I *properly* link to a post?
2·3 years agoit ought to be something simple like
/p/<ID>



I came here to say this.
Declare
resultin the first line of the function andreturn resultis the last line. In C++, this is a big hint to the compiler that you want return value optimization to kick in.