HN user

johnmw

193 karma

Wandering developer currently living in New Zealand.

Posts9
Comments92
View on HN

I really like what you have done.

I know you are trying to avoid boiler plate but I'm wondering how technically difficult it would be to provide an alternative for those of us who really like named components? Something like:

  <script>
    ZjsComponent.register("counter-component", "counter.zjsc");
  </script>
Then I can just use in the named way, like:
  <counter-component start-at="100"><counter-component>

Edit/Addendum: the full title of the video is "A.I. is a Religious Cult with Karen Hao". Karen Hao recently released a book called "Empire of AI - Dreams and Nightmares in Sam Altman's OpenAI".

I don't think the video title is great. The interview covers a wide range of topics around AI companies (often quite critically) and makes some interesting points.

It doesn't look like anyone has mentioned Beorg yet? [1]

I'm not an org power user (yet), but I find this iphone app works great to quickly add todos, view outlines, see my agenda, etc whilst I am out. I have it synced via Dropbox so when I get back to my desktop everything is waiting to be properly organized.

[1] https://www.beorgapp.com/

I was sad to read this and thought "this is why we can't have nice things."

But following the links was fun and educational:

"The end goal here [of the Tea protocol] is the creation of a robust economy around open source software that accurately and proportionately rewards developers based on the value of their work through complex web3 mechanisms, programmable incentives, and decentralized governance."

Which lead to:

"The term cobra effect was coined by economist Horst Siebert based on an anecdotal occurrence in India during British rule. The British government, concerned about the number of venomous cobras in Delhi, offered a bounty for every dead cobra. Initially, this was a successful strategy; large numbers of snakes were killed for the reward. Eventually, however, people began to breed cobras for the income. When the government became aware of this, the reward program was scrapped. When cobra breeders set their snakes free, the wild cobra population further increased."

Which lead to:

"Goodhart's law is an adage often stated as, 'When a measure becomes a target, it ceases to be a good measure.'"

The BBC released an online version for the 30th Anniversary of the Hitchhikers Guide with some additional graphics if anyone would like some nostalgia [1].

I don't know anyone who finished that game. It could be very frustrating. I was very pleased just to get the babel fish. Since then I have read the walk through and I doubt could have ever completed it without help. [2] (spoilers!)

[1] https://www.bbc.co.uk/programmes/articles/1g84m0sXpnNCv84GpN...

[2] http://www.eristic.net/games/infocom/hhg.html

Thanks, I've been looking for something like this for a while!

Hope you don't mind a few additional suggestions/feature requests!

- Single key scroll up/down a page of text (can work around it on my laptop keyboard with fn-down but would prefer not to have to use two hands).

- Maybe customizable key bindings? (i.e, I'm used to hitting space to scroll down a page of text, and don't need to open the story in a browser so often)

- Key binding to toggle "best", or even better, filters to view only the top N stories (I use this[1] site a lot for that).

[1] https://hckrnews.com/

It seems to be working great for me.

One thing I needed to do in iTerm2 to get some of the Alt- commands to work was to change the option keys from "Normal" to "Esc+". (Settings -> "Profiles" tab -> "Keys" sub-tab -> Click "Esc+" radio for Option Keys.

I think the point was that the current transformer model paradigm will never be able to reach AGI, no matter how far you take it. It needs something fundamentally more to be able to do that. But maybe as you say, that something will be built on top of transformer technology.

This app looks great. As a tourist currently in India I am very interested.

Handing over my passport doesn’t bother me as most hotels ask for it and take a copy at check in.

However I am in Leh.

And your link above doesn’t seem to open on my phone here (Airtel SIM).

I hope you manage to make it easier to apply - sounds like a great idea.

I'm not sure I follow? I think the GP was just talking about the ability to import other HTML fragments without JS? Something like:

  <fragment href="site-menu.html"/>
Which would load my shared site wide menu html into the parent div.

I'm not sure why JS would be needed here? (i.e in the same way html <select> elements are interactive without needing "JS").

Going a little more out there, what about cross domain imports for easy web component consumption?

  <fragment href="https://weather-widget.org?location=london" />
I can't see how this would be less secure than current cross domain JS imports?

It used to be sorta possible with HTML Imports but that spec got dropped [1].

[1] https://www.w3.org/TR/html-imports/

I like the sci-fi extension of this idea - pre-AI texts become as valuable as such steel, until they are able to successfully synthesize pre-AI data - in this case by running real world simulations.

Do you really think it is just a coincidence that you happen to exist at the very last point of high value pre-AI data? ;-)

Alpine.js 4 years ago

“petite-vue is indeed intended to fill the gap for progressive enhancement cases where Vue 3 would be too heavy-handed.

It is not abandoned, but rather it is considered "done" because the scope is well defined. I don't think it needs more features (as that would defeat the purpose of being lean and minimal). If you find yourself needing more than what petite-vue provides, you can either go up to Vue proper, or try https://alpinejs.dev/.

That said, I should update the README to indicate this more clearly.”

Github discussion: https://github.com/vuejs/petite-vue/discussions/53