Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bodhi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bodhi
1y ago
I’ll preface with IANACL, but you seem to be making a moral argument yourself about A), that it is not reasonable. You have, I assume, a licensed copy of Harry Potter. That license restricts you from doing certain activities, like making (d
2.
▲
by
bodhi
2y ago
Calibre-web can, I use it with an app on an iPad. It’s not immediately obvious how to access it, but here’s a GitHub issue with good info: https://github.com/janeczku/calibre-web/issues/2103
3.
▲
by
bodhi
5y ago
Do you mean SAML and/or generic OIDC? We’ve got a Metabase instance authenticating people via Google Workspaces (G Suite).
4.
▲
by
bodhi
5y ago
Its a loquacious take on “fell off the back of a truck”.
5.
▲
by
bodhi
6y ago
“Nightmare” is too strong, but it looks from the simple example that generators are managed by jumping between coroutines, and one of the coroutines is the renderer? (Sorry, I’m on my phone and probably not conveying my point very well) I’d
6.
▲
by
bodhi
6y ago
The way the generators appear to work reminds me a lot of Concur: https://github.com/ajnsit/concur-documentation But controlling or understanding the control flow in Crank generator components, ie. when does ‘yield‘ re
7.
▲
by
bodhi
7y ago
How about phishing?
8.
▲
by
bodhi
7y ago
It’s not exactly what you were after, but there’s a paper called “The Expressive Power of Programming Languages” that might be worth a look: https://www.sciencedirect.com/science/article/pii/0167642391...
9.
▲
Deis Workflow Final Release
(deis.com)
1 points
by
bodhi
9y ago
|
0 comments
10.
▲
by
bodhi
9y ago
What are peoples thoughts on using TLS client certificates for authentication? Given we're talking about APIs, we avoid many of the UX problems, but it feels like taking on a different set of problems than just using a bearer token. It
11.
▲
by
bodhi
10y ago
Here in Australia we get a mix of US and British kids shows (on ABC Kids, have no idea what is shown on commercial channels), and its trivially easy to pick the US ones because they are dripping in morals, lessons, and such (and are also
12.
▲
by
bodhi
10y ago
If I understand you correctly, you've just increased your output latency by 50% ;)
13.
▲
by
bodhi
10y ago
You might be missing the "down" part of each slide? In the bottom right corner there's the 4-arrow thing, and if down is 'not disabled', there are more slides to see. I can't stand this kind of "2-d"
14.
▲
by
bodhi
11y ago
It already appeared, and is called Purescript. It's great, and it's about as likely to gain traction as Haskell.
15.
▲
by
bodhi
11y ago
Perhaps it's related to self-identification? People don't self-identify as cancerous, the cancer (or disease?) is an external actor invading the body. Whereas a disability is a feature or aspect of one's body. (I don'
16.
▲
by
bodhi
11y ago
Similar: http://httpstat.us
17.
▲
by
bodhi
11y ago
I agree. Also, I think the amount of input you have into an activity is also somewhat inversely proportional to the shock when the accident happens. People actively drive the car, so they may think "I have a chance to affect the outcom
18.
▲
by
bodhi
11y ago
That was my thought as well. Just to drive the point home: > costs some 10,000 Americans their lives each year with > Maybe a plane load every month or two. Would have to be 100 planes/year (at ~100 people/plan)! Imagine i
19.
▲
by
bodhi
11y ago
Here's another reference: http://blog.sigfpe.com/2006/11/from-l-theorem-to-spreadsheet... (I completely missed your GitHub link the first time I read this comment)
20.
▲
by
bodhi
11y ago
Huh, my joke actually turned into me learning something, thanks!
21.
▲
by
bodhi
11y ago
If we're golfing, $ = document.querySelector.bind(document); would be sufficient? ;)
22.
▲
by
bodhi
11y ago
> they just say; he/she died of X That's what my sneaking suspicion was. I recall having heard expressions like "after a long battle with illness", but your point makes a lot of sense. Actually, I realise there's
23.
▲
by
bodhi
11y ago
> Stop saying that please. Might come across as snarky, but really meaning not to: What's an expression that would be more acceptable?
24.
▲
by
bodhi
11y ago
In the picture you linked, he's not wearing two arm guards. He has an arm guard on his left arm (the one holding the bow), and a finger guard on the right (the one drawing the string).
25.
▲
by
bodhi
11y ago
> Still, essential services like [...] chiropractors Is it just me that finds this odd? Or are Chiropractors much more common in Denmark?
26.
▲
by
bodhi
11y ago
> As far as I can see, you need to use `Box` Which is exactly what you said in the first place! > So you can have a list of Box<Show> in Rust, but you can't have a list of Show in Haskell. But isn't this comparing two
27.
▲
by
bodhi
11y ago
This works on single instances, but I'm trying to see how it plays out with lists of `Bar`. As far as I can see, you need to use `Box`: https://play.rust-lang.org/?code=struct%20Foo%3B%0Astruct%20... Which seems to me
28.
▲
by
bodhi
11y ago
Aha, thanks (to twic also). Now I get it!
29.
▲
by
bodhi
11y ago
> but you can't have a list of Show in Haskell I'm not sure exactly what you mean, but my naive interpretation is that you can: Prelude> :t map show map show :: Show a => [a] -> [String]
30.
▲
by
bodhi
12y ago
> you cannot have two records share a field name in a single module (emphasis added.) I'm still a Haskell beginner, so I'm not the best person to comment on how this works out in practice.
More ›