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
- 1 Post
- 22 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.
Superman III
in between, we were ruled by slaveowners.
I’m excited for min/max and for log/slog!
This makes me cry.
Hal_CanarytoAll things mac and macOS@lemmy.ml•Which Mac(s) are you currently you using and how do you like it so far?English1·2 years agoM2 Air
Use: this is my main work computer, which I use to develop MacOS system software.
Peripherals: a 32-inch 4k display, which I use instead of my laptop screen.
Apps: All I use are Terminal, Firefox, Slack, Outlook, & Zoom.
I wish I worked on Linux. The system would be less opaque.
Hal_Canaryto Gaming@beehaw.org•Tears of the Kingdom: 11 Best Armor Sets To Loot ASAPEnglish2·2 years ago“This set will display your opponents’ full HP in numbers.” No it doesn’t.
I use Feeder. https://gitlab.com/spacecowboy/Feeder
Hal_Canaryto Technology@beehaw.org•[/c/linuxmasterrace@feddit.de](/c/linuxmasterrace@feddit.de)English5·2 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!
I wish I could pair a Bluetooth keyboard with my Firestick!
off the top of my head:
- vim
- git
- bash
- make
- whatever-compiler-im-using
- curl
- less
- grep
Hal_Canaryto Operating Systems@beehaw.org•Is anyone here daily driving an obscure OS like HaikuOS, ReactOS, MorphOS, etc?English2·2 years agonope. I use Debian Test. I keep it simple.
Hal_Canaryto Android@lemmy.world•Why do you personally prefer using an Android phone?English3·2 years agoyeah, even though I buy a phone more often, and even though I’m willing to buy a mid-range phone, I still spend less on average than my wife who buys iPhones.
Hal_Canaryto Android@lemmy.world•Why do you personally prefer using an Android phone?English10·2 years agoI can write my own apps without anyone’s permission!
in what way is watching YouTube on an open source web browser not open enough?
Hal_Canaryto World News@beehaw.org•Trump scrambles to find lawyer on eve of first federal court appearanceEnglish5·2 years agoThis is why you should pay the contractors you hire!
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.