Skip to content

Instantly share code, notes, and snippets.

View crfroehlich's full-sized avatar

Christopher Froehlich crfroehlich

View GitHub Profile
@crfroehlich
crfroehlich / review.md
Created October 28, 2021 23:04
Review of Retreat Behavioral Health

I'll start by recapping my Covid concerns (which I think are the most important). tl;dr: Do not come here; do not send anyone here. This is a toxic, for-profit facility with no regard for safety, health, sanitation or therapy.

Covid-19:

  • RBH has no facilities for on site testing for Covid. Any testing that does occur (and I am unaware of this ever happening) would be performed at the nearest hospital, which is 20 minutes away from the facility.
  • RBH has no ability to collect samples for Covid or any infectious disease (they have no swabs in their inventory, so cannot collect samples for Covid, strep throat or similar upper respiratory diseases).
  • While RBH does have signs posted around the facility stating that the use of masks is required, this policy is not enforced. Staff (including nurses) regularly interact with each other and patients without wearing masks. Less than 10% of patients wear masks given the lax to non existent enforcement.
  • The only location on site where mask use is enforced is in
CREATE NONCLUSTERED INDEX [DocEntityAuditRecord.IX_User] ON [dbo].[AuditRecord]
(
[ChangedByUser.Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
@crfroehlich
crfroehlich / main.cs
Last active September 15, 2016 00:04
JObject Test
using System.Linq;
using ServiceStack;
using ServiceStack.Text;
var name = "World";
var greeting = $"Hello, {name}!";
@crfroehlich
crfroehlich / README.md
Created September 29, 2014 00:18
binding list (sorted) 1

README is empty

@crfroehlich
crfroehlich / gist:da0b56be9d2015c8cb2a
Created May 18, 2014 00:33
Gulp Pipe Wiredep error
C:\pathToFolder>gulp init2
[gulp] Using gulpfile C:\pathToFolder\gulpfile.js
[gulp] Starting 'init2'...
[gulp] 'init2' errored after 57 ms Object #<Object> has no method 'on'
[gulp] gulp-debug: (2014-05-18 00:28:02 UTC)
File
cwd: C:\pathToFolder
base: C:\pathToFolder\src\
path: C:\pathToFolder\src\dev.html
@crfroehlich
crfroehlich / npm-debug.log jsbin_fail_1
Created September 30, 2012 00:13
jsbin failure last
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli '-dd',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'jsbin' ]
2 info using npm@1.1.62
3 info using node@v0.8.10
4 verbose node symlink C:\Program Files\nodejs\\node.exe
@crfroehlich
crfroehlich / about.md
Created August 9, 2011 21:55 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer