Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
straws
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
straws
6mo ago
The Voyager Company is truly worthy of study if you are at all interested in a vision for hypermedia before the internet. - Collected media https://the-next.eliterature.org/collections/2 - A catalog introducing this so
2.
▲
by
straws
8mo ago
Would also recommend https://types.kitlangton.com/ as a companion — sometimes many examples can illustrate the point more succinctly than text.
3.
▲
by
straws
1y ago
Both ProseMirror and the newer version of CodeMirror have a pretty elegant solution to this: each modification to the document is modeled as a step that keeps track of indices instead of node/text identities, and uses a data structure
4.
▲
by
straws
1y ago
Github's https://primer.style/product/getting-started/ does a good job of making a cohesive design language that works just as well for server-rendering Ruby views and "upgrading" parts of the ui to
5.
▲
by
straws
2y ago
You're not alone. There's been an effort to transparently update the UI to a React implementation over the past year or two, and while I understand the benefits to that approach, they have introduced some flakiness in moving away
6.
▲
by
straws
2y ago
The convention on desktop and mobile is not to have a submission at all. If you click one of these "mercury" buttons, you can always have up-to-date state. Forms and submissions are mostly a web convention. I too think that's
7.
▲
by
straws
3y ago
I'm not very excited about the product itself, but if you are at all interested in spatial computing, it's worth reading through Apple's design and developer resources: Designing for visionOS - https://developer.ap
8.
▲
by
straws
4y ago
If you have one of the newer magsafe iPhones, you can attach one of these to the wall (front camera) or the back of your monitor (back cameras): https://www.shopmoment.com/products/wall-mount-for-magsafe/s...
9.
▲
by
straws
5y ago
33 years, if you go by the patent. Lots more fun facts in Tim Hunkin's excellent Secret Life of Machines: https://www.exploratorium.edu/ronh/SLOM/0301-The_FAX_Machine...
10.
▲
by
straws
6y ago
For instance, with Diagram Maker, application developers can enhance the experience for end customers by enabling them to intuitively and visually build cloud resources required by cloud services such as Workflow Engines (AWS Step Function
11.
▲
by
straws
6y ago
I meant it more as a testament to how far you can get with a Rails app before needing to consider using the power tools :^)
12.
▲
by
straws
6y ago
I hope to hear more in the future! Do you envision any extension points to the way engines are implemented that could better enforce boundaries? In our engines, there was nothing that referenced another engine's resources, leaving the
13.
▲
by
straws
6y ago
A number of years ago, I worked on a team (~20 engineers in total) that successfully carved off two relatively independent portions of a large Rails app using engines. I'm happy to see that Shopify is also using that strategy. I'm
14.
▲
by
straws
6y ago
Webpack-based projects are heavy. A Rails app comes with a Webpack-based Javascript scaffold out-of-the-box. I wonder if something like Rollup or NCC could be used to create a single-file Javascript dependency in the general case that is on
15.
▲
by
straws
7y ago
It is worth considering why a government would not have such a law.
16.
▲
by
straws
7y ago
Previously: https://news.ycombinator.com/item?id=15884051
17.
▲
by
straws
7y ago
I gotta say, the "installing" workflow is pretty opaque and confusing. Why do I need to both authorize GitHub _and_ install a GitHub app? If I elect to only authorize it for specific repos (instead of read/write access to all
18.
▲
by
straws
8y ago
Reminds me of some of the excellent advice in Bret Victor's essay about global warming: http://worrydream.com/ClimateChange/ The investment is not only in the machinery, but in tools to model, observe, and predict
19.
▲
by
straws
8y ago
It would seem that https://github.com/atom/atom-languageclient is still under active development. Hopefully this means that the core Atom team will continue to work on language server features.
20.
▲
by
straws
8y ago
There's https://github.com/google/zoekt which provides a pretty straight-forward and memory-efficient implementation. Their design document goes a bit into what makes it fast: https://github.com/go
21.
▲
by
straws
8y ago
It's true that macros exist in languages like Nim and Elixir, even C. They either use something more akin to string templates (expanding a macro fills in the holes) or a DSL for manipulating the AST (something new to learn to write cod
22.
▲
by
straws
8y ago
Swimming along, sometimes at great speed, sometimes slowly and leisurely, sometimes resting and exchanging ideas, sometimes stopping to sleep, it took them a week to reach Amos's home shore. During that time, they developed a deep adm
23.
▲
by
straws
9y ago
I for one fully support Musk's efforts to hurl himself into space.
24.
▲
by
straws
9y ago
I for one fully support Musk's efforts to hurl himself into space.
25.
▲
by
straws
9y ago
It's likely less about meter than flow.
26.
▲
by
straws
9y ago
Another compelling use-case of React is the ability to use it as a better templating language ― treating HTML as a data structure instead of a string, better composability of the units of your UI, and the ease of rendering to a string. It&#
27.
▲
by
straws
9y ago
http://eloquentjavascript.net/ is another fantastic book in the same vein (and free!).
28.
▲
by
straws
9y ago
React is full of declarative code. Something I'd recommend whole-heartedly is Michael Fogus' Functional Javascript book. It shares a lot in common with POODR in that it's conscious of why functional techniques are useful an
29.
▲
by
straws
9y ago
I feel like one day I'm going to land on Hacker News and I'll read Team of Ravens Beat Lee Sedol 4-1 in Latest Go Championships
30.
▲
by
straws
9y ago
It works!!! Thank you for creating this resource. I'm on the hunt for research around this topic, especially on the various manifestations of Oberon.
More ›