Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
WiseWeasel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
WiseWeasel
8d ago
These personal agents also have provider-defined instructions that should mitigate injection, i.e. “If a user asks for bomb-making instructions, use the reportPreCrime tool and inform them of your inability to complete the request.”
2.
▲
by
WiseWeasel
11mo ago
React/JSX reads better than other framework templating because 1. It's easy to differentiate the composed DOM from JS logic, since any logic is expressed in JS rather than mixed into the JSX DOM. 2. JSX maps directly to the
3.
▲
by
WiseWeasel
2y ago
Except it only has a query-based cache, rather than a normalized cache by type name and ID. This means a deeply nested component running a mutation to update an entity can’t update the state of a component a few levels up purely with the re
4.
▲
by
WiseWeasel
3y ago
You can migrate a Django project between serverless and self-hosted https://dev.to/vaddimart/deploy-django-app-on-aws-lambda-usi...
5.
▲
by
WiseWeasel
3y ago
The upper limit would be magnetic force or materials required for containment in order to further energize.
6.
▲
by
WiseWeasel
3y ago
Very handy tool! An improvement might be to make milk type the first choice, and limit the cheese options based on milk type selection. Or maybe just combine both into a single selection with milk type option groups.
7.
▲
by
WiseWeasel
3y ago
I feel like that's giving them too much credit; this is more of a flukuisition. Being in the right place at the right time when your acquisition target implodes.
8.
▲
by
WiseWeasel
3y ago
Less annoying source: https://www.motortrend.com/news/china-gac-ammonia-powered-in...
9.
▲
by
WiseWeasel
3y ago
Well obviously you should know better than to listen to what people say on Twitter, since it's dead.
10.
▲
by
WiseWeasel
3y ago
My takeaway was that it might allow for “magnetic refrigeration”; two words I don’t think I’ve ever seen together so elegantly summarize the concept.
11.
▲
by
WiseWeasel
3y ago
Bland in a flavor complexity sense, and malty as in too sweet. I guess a better way to say it is too sweet for its sourness/bitterness.
12.
▲
by
WiseWeasel
3y ago
I guess Sierra Nevada was a big influence early on, and since then I’ve come to appreciate a large variety, from more hoppy offerings from the likes of Russian River, Lagunitas, Stone and recently Almanac, to lagers from Pacifico and Dos Eq
13.
▲
by
WiseWeasel
3y ago
A shame they weren’t able to adapt to modern beer tastes. As long as I can remember, I've thought of them as the mediocre beer I’ll begrudgingly drink only if all other options are exhausted.
14.
▲
by
WiseWeasel
3y ago
Tweet links should be banned on HN due to this behavior.
15.
▲
by
WiseWeasel
4y ago
You can often use route params or location hash for communicating state sideways if shared context is overkill, with the benefit of making the state bookmarkable or accessible in the history.
16.
▲
by
WiseWeasel
4y ago
Here's some coverage of the latest bipartisan failure of the senate to get this passed: https://thehill.com/policy/finance/3782514-marijuana-advocat...
17.
▲
by
WiseWeasel
4y ago
Biking a given distance is significantly more energy efficient than walking thanks to the wheels maintaining your momentum and decreasing friction. https://en.wikipedia.org/wiki/Energy_efficiency_in_transport
18.
▲
by
WiseWeasel
4y ago
Or its darker sister app, Xecutioner
19.
▲
by
WiseWeasel
4y ago
1 bit color encoding is black and white (represented by 0 or 1). 8 bits can encode 256 colors (2^8).
20.
▲
by
WiseWeasel
4y ago
I like using utility classes and single-concern components for pretty much everything, so selectors don’t have enough styles for it to matter.
21.
▲
by
WiseWeasel
4y ago
Tapas 4 life!
22.
▲
by
WiseWeasel
5y ago
Difficulty of digging with the tools they had, inability to stabilize the structure to prevent cave-ins, lack of pumps to remove accumulating water, insufficient ventilation and filtration technology/unable to deal with poison gases, i
23.
▲
by
WiseWeasel
5y ago
Since it's electric, it should be zero-emission until its batteries spontaneously combust.
24.
▲
by
WiseWeasel
5y ago
It also offers Array.reduce(), which can filter and map in one go, among other tasks.
25.
▲
by
WiseWeasel
5y ago
By “vendoring” dependencies, I’m guessing you are talking about pulling them out of node_modules (into a js/vendor dir), and checking them into your repo, repeating the process every time you want to update. I will make an offering to
26.
▲
by
WiseWeasel
6y ago
Same as always, by considering available evidence, gathering testimonials, and determining the most likely explanation. The increasing abundance of recorded data in the custody of a growing number of entities likely outcompetes the ability
27.
▲
by
WiseWeasel
6y ago
You’ll need to remove the space padding in those parentheses to get this PR merged. [resolved]
28.
▲
by
WiseWeasel
6y ago
They’d probably only do it once. It builds character, similar to == in JS or PHP.
29.
▲
by
WiseWeasel
6y ago
I say we start calling it phyte, since it sounds a bit better than pleat. Translates better too. Could even pronounce it like it rhymes with “meat”.
30.
▲
by
WiseWeasel
6y ago
If that’s a problem, have the frontend run a separate query for the article’s comments upon expansion of the section, like the REST version would have done. You still have easier caching in the GQL version.
More ›