Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
laminatedsmore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
laminatedsmore
2y ago
I didn't get this either until I looked at the linked doc, which breaks it down more obviously imo (section 6.1 for examples). Looks interesting to me, seems nice to be able to handle refreshing content with pure http as described here
2.
▲
by
laminatedsmore
2y ago
Thanks!
3.
▲
by
laminatedsmore
2y ago
That's interesting, thanks for sharing. It's got me interested in trying this out for myself, do you happen to have / know of any other writing about workflows for setting up remote dev environments using prox mox?
4.
▲
by
laminatedsmore
3y ago
"grateful that literacy, the printing press, computers and the internet became normalised before this notion of "harm" and harm prevention was" Printing Press -> Reformation -> Thirty Years' War -> Millions
5.
▲
by
laminatedsmore
3y ago
I'd say that knowledge (stored as weights) is acquired through experience (starting from a mostly blank start, weights are formed through exposure to training data). For me that's a useful mental model which helps me think about w
6.
▲
by
laminatedsmore
3y ago
The googled definition says "the mental action or process of acquiring knowledge and understanding through thought, experience, and the senses.", which I think fits ok. Do you have a word that you prefer?
7.
▲
by
laminatedsmore
3y ago
I had a chat with GPT about this and it came up with the term 'data grounded cognition' to describe an 'intelligence' that is derived purely from (and expressed through) statistical patterns in data. I quite like the ter
8.
▲
by
laminatedsmore
5y ago
If you feel this is a problem for you, and you haven't already, it's worth checking with a doctor for blood tests. I felt similarly in the mornings and being diagnosed + treated for an underactive thyroid was a huge improvement
9.
▲
by
laminatedsmore
5y ago
afaik the aim is to provide enough warning to protect transformers, I guess by powering them down in some way? Not sure it answers your question but in case interesting here's a link to a UK document describing 'space weather prep
10.
▲
by
laminatedsmore
5y ago
We try to use a Community of Practice framework, e.g. https://en.m.wikipedia.org/wiki/Community_of_practice . Active members of a CoP might then decide to set up a book club etc. It's quite easy to draw a line from
11.
▲
by
laminatedsmore
5y ago
Conda has been a lifesaver for me in the past, but it got so slow in ~2019 (minutes+ to resolve dependencies) that I've switched back to pip whenever possible. Maybe things have been resolved now though? E.g. https://github.
12.
▲
by
laminatedsmore
5y ago
This is cool, but the high cost of using step functions ($0.025 per 1,000 state transitions) makes me pretty wary of using it for anything that doesn't really need the orchestration functionality (i.e. long term wait / retry logic
13.
▲
by
laminatedsmore
5y ago
Do 4xx responses count against your SLO? For me they don't, but an abnormal increase might still signify that something is actually wrong. (I haven't yet found a useful tool for highlighting this kind of abnormality though)
14.
▲
by
laminatedsmore
6y ago
I also like to chain functions in sequence like this, I use the toolz library to do it in Python. https://toolz.readthedocs.io/en/latest/api.html#toolz.functo... "I.e. pipe(data, f, g, h) is equivalent to h(g
15.
▲
by
laminatedsmore
6y ago
From https://www.ecmwf.int/en/about/media-centre/science-blog/201... , more plain language discussion about low cloud at https://blog.metoffice.gov.uk/2017/04/07/why-is-fore
16.
▲
by
laminatedsmore
6y ago
That link explains that this is just a protocol update not a security thing. (confusing word choice imo)
17.
▲
by
laminatedsmore
6y ago
I think a python implementation of flow is in the toolz library as compose_left. I find myself often using the similar pipe function. - https://toolz.readthedocs.io/en/latest/api.html#toolz.functo... - https:
18.
▲
by
laminatedsmore
6y ago
Thinking about this further, the benefit of these restrictions is in avoiding conflicts where dependant infrastructure is updated in place before the blue green has completed. Lack of inputs and outputs still seems killer though.
19.
▲
by
laminatedsmore
6y ago
The list of restrictions in the user guide seems painful - cannot be used in the same template as nested stacks, cannot start a blue green deploy if other infrastructure would be modified at the same time, cannot import properties from othe