- Turn on Bluetooth => Settings => Devices => Bluetooth
- Connect mouse and keyboard via Bluetooth.
- Download Power Toys => https://github.com/microsoft/PowerToys/releases/
- Remap keys: Win (Left) => Alt (Left); Alt (Left) => Ctrl (Left); Caps Lock => Win (Left)
- Fix trackpad scroll => Setting => Devices => Touchpad => Scrolling direction => Down motion scrolls down
- Install Dropbox => https://www.dropbox.com/install
- Install 1Password 4 => https://1password.com/downloads/windows/
- Install Linux => https://docs.microsoft.com/en-us/windows/wsl/install-win10#simplified-installation-for-windows-insiders
- Install Emacs => https://github.com/hubisan/emacs-wsl
- Show hidden folders => File Explorer => View => Hidden items
Psalm 40:13-17 | Psalm 70 |
---|---|
For the music director, a psalm of David. | For the music director, by David; written to get God’s attention. |
Please be willing, O LORD, to rescue me! | O God, please be willing to rescue me. |
O LORD, hurry and help me! | O LORD, hurry and help me. |
May those who are trying to snatch away my life | May those who are trying to take my life |
be totally embarrassed and ashamed. | be embarrassed and ashamed. |
May those who want to harm me | May those who want to harm me |
be turned back and ashamed. | be turned back and ashamed. |
May those who say to me, “Aha! Aha!” | May those who say, “Aha! Aha!” |
Psalm 14 | Psalm 53 |
---|---|
For the music director, by David. | For the music director, according to the machalath style; a well-written song by David. |
Fools say to themselves, “There is no God.” | Fools say to themselves, “There is no God.” |
They sin and commit evil deeds; | They sin and commit evil deeds; |
none of them does what is right. | none of them does what is right. |
The LORD looks down from heaven at the human race, | God looks down from heaven at the human race, |
to see if there is anyone who is wise and seeks God. | to see if there is anyone who is wise and seeks God. |
Everyone rejects God; | Everyone rejects God; |
they are all morally corrupt. | they are all morally corrupt. |
I'm using R to plot some data I pull out of a database (the Stack Exchange data dump, to be specific):
dplyr::tbl(serverfault,
dbplyr::sql("
select year(p.CreationDate) year,
avg(p.AnswerCount*1.0) answers_per_question,
sum(iif(ClosedDate is null, 0.0, 100.0))/count(*) close_rate
from Posts p
where PostTypeId = 1
group by year(p.CreationDate)
- Settings => Mouse => uncheck “Scroll direction: Natural” (Whatever, jerks.)
- Settings => Trackpad => Secondary click => Click in bottom right corner
- Settings => Keyboard => check “Use F1, F2, etc. keys as standard function keys” (No longer necessary?)
- Settings => Keyboard => Modifier Keys… => Caps Lock to Control [Repeat for each keyboard] (Uuuuuuugh)
- Settings => Keyboard => Touch Bar shows => F1, F2, etc. Keys [For MacBook Pros with the Touch Bar]
- Settings => Sound => Output => Headset
- Settings => Sound => Input => Headset
- Settings => Date & Time => Clock => check Use a 24-hour clock and Show date
- Dock => right click [icon] => [skip for Siri] Options => “Remove from Dock” [Repeat for each unused application]
- Safari => Chrome => Download Now
PostId,Text,Score,CreationDate,DeletionDate | |
"13519990","I made -49th downvote because: [there was no effort to debug the code](http://idownvotedbecau.se/nodebugging/)","","2017-08-01 16:38:15","" | |
"45028733","idownvotedbecau.se/noexceptiondetail (I didn't downvote, but still read that as it describes how to get the details of the exception and why it's important to do so)","1","2017-07-11 15:52:54","" | |
"46006398","http://idownvotedbecau.se/nocode/","1","2017-09-01 18:56:45","" | |
"44762214","idownvotedbecau.se/noexceptiondetails (well, not enough exception details)","","2017-06-26 14:40:47","" | |
"45765175","http://idownvotedbecau.se/nocode/","","2017-08-18 21:21:40","" | |
"45777673","Welcome to Stack Overflow! [I downvoted because no MCVE](http://idownvotedbecau.se/nomcve/). Please post a [minimal verifiable example](//stackoverflow.com/help/mcve), of your problem.","","2017-08-20 01:31:27","" | |
"45439770","http://idownvotedbecau.se/itsnotworking/","2","2017-08-01 13:53:25","" | |
"45441543","downvoted because: [there was no |
Since early on in the private beta of Documentation, we’ve used a simple, rigid structure:
Tags => Topics => Examples + optional sections
At the time, users wondered if this was the right structure. Since Documentation is a grand experiment, I figured we’d wait to see how the structure gets used and adjust as needed. But rather than being a step in the right direction, tags and topics were just getting in the way. We didn’t address the problem partially because we focused on other broken features and partially because we hoped the current system would pan out. At long last, we’ve got the message: fundamentally the structure we provided isn’t working. This isn’t something we can address by tweaking a few features; it’s the foundation of the entire product. Let’s work together to find a way of organizing Documentation that’s better than what we have now and, perhaps, revolutionizes the entire gen
layout | title | tags | license | encoding | author | date | comments |
---|---|---|---|---|---|---|---|
post |
What exactly is the Deep Web? |
meta-post |
utf-8 |
<a alt="Rahul2001" href="http://deepweb.stackexchange.com/users/48/rahul2001">Rahul2001</a> |
2016-05-17 11:24:54 -0700 |
false |
- Add date/reason for absence to the mod page instead of being in the title attribute.
- Network vacations for mods with more than one site.
- Send notifications to community@ automatically.
- Status on meta should inherit from main.
- Begin and end dates for pre-planned absenses. [Unfortunately, because of the way moderator vacation was been implemented, this was not easy this time around.]