This anecdotal, but I feel like YouTube applies a positive sentiment filter to its all of its comments. Somehow on most videos I watch never see anything critical at the top of the comment section.
For macOS you all should look into integrating with the Endpoint Security API. It also provides larger subset of events than just syscalls. You can see them all with `eslogger --list-events`.…
He has painted the Cheesecake Factory a few times. https://jakelongstreth.com/#/seasonal-concepts/
Recently a regular ferry that goes between the island and the ferry building was established. It’s a very pleasant ride and they allow you to take your bike on it.
I have one medical. Basically the value proposition for me is that its easier interface to the whole medical system. Finding a primary care physicians can be done in like 5 minutes. Stuff like scheduling appointments,…
"intellectual yet idiot" a term from https://en.wikipedia.org/wiki/Skin_in_the_Game_(book)
Amazon bought one medical earlier this year for 3.9 billion. I wonder if this is the result of that purchase.
I feel like the most Bay Area bread is Dutch Crunch. So ubiquitous here and very delicious.
Totally that's why Apple made endpoint security for security vendors. You can even pipe the events from the kernel with "sudo eslogger exec | jq" on the new macOS…
Seems like an effective way to extract the fat and get use out of whole fish. Similar to any soup. I do wish FDA regulated some supplements but I think reputable brands are doing the good for the most part.
https://danielsalami.com/ It’s a piece a salami that rotates back and forth and when you click the salami, music plays.
It is. See duckduckgo.com and check out their maps. https://duckduckgo.com/?q=san+francisco&t=h_&ia=web&iaxm=abo...
If you search on Zillow for 301 Mission St, San Francisco, you will still find condos for sale.
If you are working on the server side, ts-node has been a huge timesaver. It removes the extra step of compiling and lets you just run your script with `ts-node script.ts` or even `#!/usr/bin/env ts-node` at the top of…
I think that about right. Although I think this is slightly different than regular zip which is [a] -> [b] -> [(a,b)] and instead would be ([a],[b]) -> [c] or if I remember currying right [a] -> [b] -> [c].
Kinda gets a little hairy if you start to add more types. Example: `//fork :: [a] ->((a -> b ), (a -> c)) -> ([b] ,[c])` `fork<A,B,C>(fn1:(el:Iterator<A>)=>B,fn2:(el:Iterator<A>)=>C)`
In the context I am thinking about, writing a generic iterator, you have 0 context of the what the concrete types will ever be.
I disagree with claim that One letter generics are a bad habit. In my opinion, it is proper to use one letter generics but start with A then B, then C... so it enables to reason about generics positionally. Pseudo…
I think you are right. It has that GPT-3 feel, in my opinion, because there is no central thesis. Either way, how does a site like hackernews filter out spam like this?
You are not being too cynical. I think just yesterday there was a post about some person complaining about Google Analytics and it was a pitch for their product.
Kmart bought sears [1] [1] https://en.wikipedia.org/wiki/Kmart#Headquarters
You could always track employee productivity with traditional statistical methods and they have been doing it for years. Just because we have super fancy regression analysis with ML doesn't mean humans will loose their…
This anecdotal, but I feel like YouTube applies a positive sentiment filter to its all of its comments. Somehow on most videos I watch never see anything critical at the top of the comment section.
For macOS you all should look into integrating with the Endpoint Security API. It also provides larger subset of events than just syscalls. You can see them all with `eslogger --list-events`.…
He has painted the Cheesecake Factory a few times. https://jakelongstreth.com/#/seasonal-concepts/
Recently a regular ferry that goes between the island and the ferry building was established. It’s a very pleasant ride and they allow you to take your bike on it.
I have one medical. Basically the value proposition for me is that its easier interface to the whole medical system. Finding a primary care physicians can be done in like 5 minutes. Stuff like scheduling appointments,…
"intellectual yet idiot" a term from https://en.wikipedia.org/wiki/Skin_in_the_Game_(book)
Amazon bought one medical earlier this year for 3.9 billion. I wonder if this is the result of that purchase.
I feel like the most Bay Area bread is Dutch Crunch. So ubiquitous here and very delicious.
Totally that's why Apple made endpoint security for security vendors. You can even pipe the events from the kernel with "sudo eslogger exec | jq" on the new macOS…
Seems like an effective way to extract the fat and get use out of whole fish. Similar to any soup. I do wish FDA regulated some supplements but I think reputable brands are doing the good for the most part.
https://danielsalami.com/ It’s a piece a salami that rotates back and forth and when you click the salami, music plays.
It is. See duckduckgo.com and check out their maps. https://duckduckgo.com/?q=san+francisco&t=h_&ia=web&iaxm=abo...
If you search on Zillow for 301 Mission St, San Francisco, you will still find condos for sale.
If you are working on the server side, ts-node has been a huge timesaver. It removes the extra step of compiling and lets you just run your script with `ts-node script.ts` or even `#!/usr/bin/env ts-node` at the top of…
I think that about right. Although I think this is slightly different than regular zip which is [a] -> [b] -> [(a,b)] and instead would be ([a],[b]) -> [c] or if I remember currying right [a] -> [b] -> [c].
Kinda gets a little hairy if you start to add more types. Example: `//fork :: [a] ->((a -> b ), (a -> c)) -> ([b] ,[c])` `fork<A,B,C>(fn1:(el:Iterator<A>)=>B,fn2:(el:Iterator<A>)=>C)`
In the context I am thinking about, writing a generic iterator, you have 0 context of the what the concrete types will ever be.
I disagree with claim that One letter generics are a bad habit. In my opinion, it is proper to use one letter generics but start with A then B, then C... so it enables to reason about generics positionally. Pseudo…
I think you are right. It has that GPT-3 feel, in my opinion, because there is no central thesis. Either way, how does a site like hackernews filter out spam like this?
You are not being too cynical. I think just yesterday there was a post about some person complaining about Google Analytics and it was a pitch for their product.
Kmart bought sears [1] [1] https://en.wikipedia.org/wiki/Kmart#Headquarters
You could always track employee productivity with traditional statistical methods and they have been doing it for years. Just because we have super fancy regression analysis with ML doesn't mean humans will loose their…