Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bweitzman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
bweitzman
3y ago
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://github.com/benweitzman/hooks
2.
▲
by
bweitzman
4y ago
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 algorithms or something similar (unlike ad
3.
▲
by
bweitzman
4y ago
What if the voter doesn't deposit the receipt?
4.
▲
by
bweitzman
4y ago
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 outcome. Seems like in this case the outcomes were entirely
5.
▲
by
bweitzman
4y ago
How do you tell if something you're trying to determine as intelligent or not has formed a model?
6.
▲
by
bweitzman
5y ago
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?
7.
▲
by
bweitzman
5y ago
What does xoring mean for combining two boards that have pieces in the same position? Is there a use for such an operation?
8.
▲
by
bweitzman
6y ago
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 for their entire lives, and these types of diets have been
9.
▲
by
bweitzman
6y ago
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 module basis so if you turn on strictness by default, you ca
10.
▲
by
bweitzman
6y ago
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 then diff them against the version in prod during CI tes
11.
▲
by
bweitzman
6y ago
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.
12.
▲
by
bweitzman
6y ago
Thanks for the bug report!
13.
▲
by
bweitzman
6y ago
I've been working on https://align.link/ to help make it easier for people to extend their online meetings with custom apps
14.
▲
by
bweitzman
6y ago
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".
15.
▲
by
bweitzman
6y ago
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 position. It alleviated a lot of finger strain I was feeling re
16.
▲
by
bweitzman
6y ago
`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 numbers somehow??
17.
▲
by
bweitzman
6y ago
This looks really nice and convenient! Nicely done. Is there any way to add custom logic to the site once it needs it?
18.
▲
Show HN: Realtime virtual White Elephant gift exchange
(align.link)
1 points
by
bweitzman
6y ago
|
0 comments
19.
▲
by
bweitzman
6y ago
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. This is admittedly still biased towards people who h
20.
▲
by
bweitzman
6y ago
FYI 0.129 = 1 / 7.75. I think you and person you're responding to are doing the same calculations, but inverted.
21.
▲
by
bweitzman
6y ago
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/
22.
▲
by
bweitzman
6y ago
We've been working on something to help out with this: https://align.link/
23.
▲
by
bweitzman
6y ago
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 would then make sense for the world line to curved b
24.
▲
Ask HN: How do you keep track of company specific lingo?
2 points
by
bweitzman
6y ago
|
2 comments
25.
▲
by
bweitzman
6y ago
If you don't publish packages anywhere, wouldn't that mean that if you update some library with a breaking change, you have to update all call sites? Maybe the fix for that is to never make breaking changes, but that has drawbacks
26.
▲
by
bweitzman
6y ago
We've a few spatial chat apps pop up in the past few months. It's part of the reason we set out to build https://align.link/ , an extensible video chat platform. Products like these (and others like https:/&#
27.
▲
Show HN: Align – An extensible video chat platform with custom in-meeting apps
3 points
by
bweitzman
6y ago
|
0 comments
28.
▲
by
bweitzman
6y ago
I agree, things that change frequently need more attention to make sure you're not spending more time than you need to make changes. Acknowledging that I'm changing the goalposts a bit, I would consider a lack of understanding abo
29.
▲
by
bweitzman
6y ago
On the flip side, why bother spending time optimizing a process if nobody notices when it fails? Aren't there more important problems to be solving in at scenario?
30.
▲
by
bweitzman
6y ago
Wow this is great! Fixing Haskell's arcane record system would be a huge step towards more mainstream adoption. It was certainly my largest pain point with the language over years of use in production.
More ›