devenv also has tasks/services. For example you need to start redis, then your db, then seed it, and only then start the server. All of that could be aliases, yeah, but if you define them as aliases you can have them all up with `devenv up`. It even supports dependencies between tasks ("only run the db after migrations ran")
HN user
fermuch
[ my public key: https://keybase.io/fermuch; my proof: https://keybase.io/fermuch/sigs/D8v8MszRWtOrxhdaWBL8s0ZRt_6JBe8a-ZACIlh-fj0 ]
Kagi Translate is now available as an app for Android and iOS!
The app supports over 248 languages and offers context-aware image translation, live voice-to-voice conversations, and a rich dictionary with audio, to name just a few of its features.
I use my Meta Quest 3 with Termux & Termux X11 to run full desktop apps, and it works like a charm. No emulation, too! Native ARM64!
I wouldn't put it in past tense...
The only thing you'd achieve doing that is to change the "main function" of a device to somethings silly, like a thermostat being sold as an art decor with the optional additional of functioning as a thermostat too.
A lot of times they are converted to BigInt and then stored as strings so different languages don't mess with the real value
Materialized views are a great tool for aggregating data in CH since they are automatically updated on insert from the original table. I recommend you to take a look and try it out, maybe it'll go down to single digit milliseconds!
3. Normal people accept surveillance and techies are tracked down / silenced.
Given our current surveillance state with social networks, I don't see (1) or (2) as real options.
Drowning in my own shower is a new kind of fear you've just unlocked on me
The link isn't working for me. For those who were able to see it: does it improve anything by using that instead of what ls does now??
It seems to be global. Google cloud, anthropic, everything. Even AWS it seems.
Under the "tools" part of the README it shows the following observation tools: - browser_snapshot_dom - browser_query - browser_accessible_tree - browser_read_text - browser_screenshot
So most likely the LLM can chose how to "see" the page?
Yes! There is a benchmark on ClickBench: https://benchmark.clickhouse.com/#eyJzeXN0ZW0iOnsiQWxsb3lEQi...
Going from memory, the GP comment is from a Markiplier video where he created a "game" in which you choose what path to take.
On the release stream he was asking people to "vote" which path to take, and IIRC it was by writting blue ball emoji or red ball emoji.
People were banned and he took it personally. Contacted his internal youtube contacts and all. There should be videos about him talking of it.
How is this different to winlator? It seems to depend on termux
The only true random sources in the universe are quantum. But it's not practical or performant to hook your workload up to a raw quantum measurement like the spin of a fundamental particle, or radioactive decay.
I was under the impression that's how entropy generators for servers work?
Isn't that how china works? One timezone for everyone
Official support, and more eyes seeing it. Maybe better integration since they'll need to make it integrate fully to reach mainstream kernel.
I've tried to use `fetch()` and it works. How did you handle that from WASM? Or is it cached?
This seems like a cool idea which might see some uses in the future. For now it seems like docs are lacking details, so I could not figure out how it works.
Does it only support risc? I saw the example written in C++. Which versions are supported? Is it common to use in kernel development? (AFAIK only NT uses cpp, right?)
Anyways, cool project. I could see it as an alternative for embedded development in the future.
She is also great at communicating her advancements, which is a greatly useful skill to cultivate.
I think the idea is something like "let things run normally until they don't need that extra core. If it doesn't need the core, we shut it down. And it never wakes up"
Which... Makes it hard for the user to notice the change? Cores will naturally go offline, but performance stays the same while you still use it.
I think this is just a demo of what you can do with user space scheduling and shouldn't be taken seriously...
Just like adding code to textual models helps the model develop its reasoning capabilities, it seems like adding more languages helps in other areas too. What is needed is more good quality data to train on...
Would something like this apply to MAMBA/JAMBA too?
No? I haven't tried it yet, but in the docs it says "SQLite3 file format, and import and export facility"
Ollama uses llama.cpp in the background. It's more of a tool to use models: you download models as if they were docker images, you have a centralized way to organize your models, you can create new models with `Modelfile`... It's the docker of AI.
On linux at least it already works like that
This is a very interesting initiative, and fills me with hope. Not only better temperatures, but even better air (PM2.5 levels reduced!)
But I do wonder, what about insects? Are there more insects because there are more places for them to live?
cURL is also embedded in a lot of applications. An exploit within curl could lead to a vulnerability in the host application.
Yes, all Quests are android based. You can even sideload apks!