Viewing profile — SmellyPotato22
SmellyPotato22
HN member- Joined
- Sun, Apr 28, 2019, 3:51 PM UTC
- HN karma
- 70
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About SmellyPotato22
No profile information was provided.
Recent public activity
-
comment
Comment #43575672
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
Comment #42807836
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 --li…
-
comment
Comment #36903447
He has painted the Cheesecake Factory a few times. https://jakelongstreth.com/#/seasonal-concepts/
-
comment
Comment #35842594
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.
-
comment
Comment #35016045
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…
-
comment
Comment #34682488
"intellectual yet idiot" a term from https://en.wikipedia.org/wiki/Skin_in_the_Game_(book)
-
comment
Comment #33610474
Amazon bought one medical earlier this year for 3.9 billion. I wonder if this is the result of that purchase.
-
comment
Comment #32956142
I feel like the most Bay Area bread is Dutch Crunch. So ubiquitous here and very delicious.
-
comment
Comment #32683966
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 https://developer…
-
comment
Comment #32544146
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 t…
-
comment
Comment #30941103
https://danielsalami.com/ It’s a piece a salami that rotates back and forth and when you click the salami, music plays.
-
comment
Comment #28489474
It is. See duckduckgo.com and check out their maps. https://duckduckgo.com/?q=san+francisco&t=h_&ia=web&iaxm=abo...
-
comment
Comment #28325150
If you search on Zillow for 301 Mission St, San Francisco, you will still find condos for sale.
-
comment
Comment #26317541
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 …
-
comment
Comment #26008625
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 curryin…
-
comment
Comment #26006046
Kinda gets a little hairy if you start to add more types. Example: `//fork :: [a] ->((a -> b ), (a -> c)) -> ([b] ,[c])` `fork (fn1:(el:Iterator )=>B,fn2:(el:Iterator )=>C)`
-
comment
Comment #26005887
In the context I am thinking about, writing a generic iterator, you have 0 context of the what the concrete types will ever be.
-
comment
Comment #26005763
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 ab…
-
comment
Comment #25983126
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?
-
comment
Comment #22824716
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.
-
comment
Comment #20480730
Kmart bought sears [1] [1] https://en.wikipedia.org/wiki/Kmart#Headquarters
-
comment
Comment #19771831
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 M…