Viewing profile — bweitzman
bweitzman
HN member- Joined
- Fri, Jul 18, 2014, 9:11 PM UTC
- HN karma
- 331
- Public activity
- 194 items
- HN profile
- View on Hacker News ↗
About bweitzman
No profile information was provided.
Recent public activity
-
comment
Comment #35865096
Pretty neat. I adapted the state management of hooks to Haskell a few years ago. Could be used for similar purposes, but there's no support for templating or styling yet: https://g…
-
comment
Comment #34312426
https://www.youtube.com/watch?v=jlnBo3APRlU The gist of the argument is that addition + other operations on non-computable numbers (which the real numbers contain) require infinite…
-
comment
Comment #33470060
What if the voter doesn't deposit the receipt?
-
comment
Comment #31072760
Applying the incompleteness theorem wouldn't say that every piece of complex code has unpredictable outcomes, but that there exists some pieces of code that have unpredictable outc…
-
comment
Comment #31005113
How do you tell if something you're trying to determine as intelligent or not has formed a model?
-
comment
Comment #28624873
The meat industry is also cost effective due to massive government subsidies, at least in the US. Would these subsidies be available to lab grown meat operations?
-
comment
Comment #27184537
What does xoring mean for combining two boards that have pieces in the same position? Is there a use for such an operation?
-
comment
Comment #26320859
How are you comparing nutritional value between meat and plant products? There are literally hundreds of millions (if not billions) of people that have been eating vegetarian diets…
-
comment
Comment #26195161
Strict by default is becoming increasingly popular in production. It makes programs behave a lot more predictably for many common use cases. Extensions are enabled on a module by m…
-
comment
Comment #26194669
I've used Haskell + Servant help reduce backwards compatibility issues with an iOS app depending on the API. We had Servant automatically generate OpenAPI specs from the API, and t…
-
comment
Comment #25784606
I made a vegan pavlova just the other week. Took chickpea juice straight out of a regular can of chickpeas and whipped it up with sugar. No adjustment necessary.
-
comment
Comment #25723954
Thanks for the bug report!
-
comment
Comment #25723865
I've been working on https://align.link/ to help make it easier for people to extend their online meetings with custom apps
-
comment
Comment #25577428
The logic is not "if people buy it, it must be good", but more "if people buy it, there must not be something else that they can buy that gets them what they want for less".
-
comment
Comment #25560611
I like using the layering with my Ergodox keyboard because it helps keep special characters I frequently use (parens, braces, brackets, etc) right under my fingers in a relaxes pos…
-
comment
Comment #25432877
`select.project(sum(orderTable.amount) / sum(orderTable.quantity) * 100)` How does this work? I thought Java didn't have operator overloading. Are expressions represented as number…
-
comment
Comment #25379722
This looks really nice and convenient! Nicely done. Is there any way to add custom logic to the site once it needs it?
- story
-
comment
Comment #25298851
I've paid candidates and been paid by potential employers to complete take homes. I've also given candidates the opportunity to substitute a piece of open source code in place. Thi…
-
comment
Comment #25283357
FYI 0.129 = 1 / 7.75. I think you and person you're responding to are doing the same calculations, but inverted.
-
comment
Comment #25214025
We don't check all of your boxes right now, but we've been working on an API + app store for video chat apps. https://align.link/
-
comment
Comment #25213989
We've been working on something to help out with this: https://align.link/
-
comment
Comment #24821451
The concept of a constant distance orbit doesn't make much sense in 1D. A horizontal line in this model wouldn't indicate an orbit, but rather a completely stationary object. It wo…
-
story
Ask HN: How do you keep track of company specific lingo?
At almost every place I've worked, I've ran into issues when people overload normal words to refer to very specific work related concepts. * These terms often pop up organically, w…
- comment