Hacker News new | past | comments | ask | show | jobs | submit | grey8's comments login

I missed this the first time, too - they have an implementations page:

https://crdt.tech/implementations


Hey! While I was similar to your child (now a good few years older), I'm not a parent or really knowledgeable in these situations, but I'd highly recommend checking out Dr. K ("Healthy Gamer").

He's an actual psychiatrist from Harvard and has a YT channel focused on mental health for gamers (https://youtube.com/@healthygamergg) but also for parents, https://youtube.com/@healthygamerfamilies

His resources helped me personally, and I'm confident his parent channel is just as good!

Good luck!!


I am not a gamer, but I discovered Dr. K on a podcast talking about issues with young men. He spoke a lot about incels. Really interesting and smart man. Definitely a voice worth listening to. Especially if you're concerned about the health of young men. Great recommendation.


Could you link (or just give a search term) to whichever podcast you're referencing? Seems like this guy has been on quite a few.


Dr K has his own channel at https://www.youtube.com/@HealthyGamerGG

Very good IMHO.


It was a two part episode called "This Keeps People Lazy & Pathetic! - Porn, Sex, Women, AI Girlfriends & Weak Men | Healthy Gamer" on the podcast Impact Theory.

There are two episodes one from March 5 and 6 of this year.


He also wrote a book for parents named How to Raise a Healthy Gamer.


I have recently heard or read somewhere that 20mg of Botulinum Toxin is enough to kill the whole human population - multiple times.


"A truly sentient animal"?

Aren't all animals sentient? And what is the difference between "truly sentient" and "sentient"?


They probably mean sapient. We consider most animals sentient but only humans sapient.

That said, rights don't happen through scientific discovery but through reform or revolution. There are strong economic incentives to keep animal rights minimal and there is only very weak political will to change that. It also doesn't help that in the US there are strong religious doctrines that oppose the notion of animals deserving rights at all.

It's worth mentioning that there are indeed jurisdictions (not sure about the US) where animal cruelty laws are actually framed as animal rights (usually with some limitations, e.g. only considering vertebrates) rather than as protection of private property but even they usually don't include a right to life or bodily integrity and are flexible about what constitutes cruelty and what can be done to reduce it.


> Aren't all animals sentient?

How far are you willing to go with this? Is a roundworm sentient? An amoeba? A bacterium?


Ha, thank you for that - I had the exact same idea, down to the extensibility, but I'm currently working on something else.

Looks awesome, I will check it out!


It's not about the model. The model can output more - it's about the API.

A better phrasing would be that they don't allow you to output more than 4k tokens per message.

Same with Anthropic and Claude, sadly.


transformers.js is such a cool library.

I made a small web app with it that uses it to remove backgrounds from images (with BRIA AI's RMBG1.4 model) at https://aether.nco.dev

The fact you don't need to send your data to an API and this runs even on smartphones is really cool. I foresee lots of projects using this in the future, be it small vision, language or other utility models (depth estimation, background removal, etc), looks like a bright future for the web!

I'm already working on my next project, and it'll definitely use transformers.js again!


I’m using it for a simple project: https://github.com/sroussey/ellmers

My plan is to test embedding and retrieval strategies for different RAG strategies to be used by a server or electron app.


If I'm not mistaken, this is not on the models itself, but rather on the implementation of the addon.

I haven't found an open source VSCode or WebStorm addon yet that allows me to use a local model and implements code completion and commands as good as GitHub Copilot.

They either miss a chat feature and/or inline action / code completion and/or fill-in-the-middle models. And if they do, they don't provide the context as intelligently (? an assumption!) as GH's Copilot does.

One alternative I liked was Supermaven: It's really really fast and has a huge context window, so it knows almost your whole project. That was nice! But - one thing I ultimately didn't continue using it for: It doesn't support chat and/or inline commands (CTRL+I on VSCode's GH Copilot).

I feel like a really good Copilot alternative is definitely a still missing.

But: Regarding your question, I think GitHub Copilot's VSCode extension is the best - as of now. The WebStorm extension is sadly not as good, it misses the "inline command" function which IMHO is a must.


Could you use one tool for code completion and another for chat?


Continue.dev allows for this. You can even mix hosted Chat options like GPT-4 (via API) with local completion. I typically use a smaller model for faster text completion and a larger model (with a bigger context) for chat.

https://github.com/continuedev/continue


I think most of them allow for that. Works in vscode and vscode-derived (e.g., cursor) editors.


Just a thought, but what happens if you use orchestrate a browser instance with an installed ad blocker like uBlock Origin?


This works well, I've done it before with Selenium and a headless Firefox with uBlock Origin and Bypass Paywalls installed.


Why is that relevant to the size?

Post search on X is done as it is with any other data from any other source, you use RAG and function calling to insert the context.

< 7B open source models can function call very well. In fact, Nous Hermes 2 Pro (7B) is benchmarking better at that then GPT-3.5.

Not related to the size, if I'm not mistaken.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: