I suspect the TOS say google can remove or deny apps for any reason. If in the EU, there might be a DMA claim though.
No - this is a false equivalence. Transaction processing companies for the most part handle the in-and-out flows as a single transaction. Insurance companies hold on to the premium pool ("float") for long enough that…
Isn't most of this already in xlibre?
Out of curiousity, how does this apply to nightmares ending in certain death or grevious injury (driving off a bridge, falling down a well, being chased by zombies and unable to move, etc.)?
Harness refers to the tooling that allows you to interact with an LLM. Web chat interface is a harness, CLI coding tools (claude code, codex, opencode, pi, etc.) are harnesses, agent systems (openclaw, hermes, etc.) are…
Why qwen 2.5 everywhere? Why not 3.5?
How does this work on pages that require JavaScript in order to render?
I'll sometimes use agent swarms for triaging quickly through a number of possible issues. For example, a single request for a code review to uncover all possible issues, followed by an agent swarm to dig deep into each…
I have to disagree with the fundamental premise here. LLMs do indeed have an internal "concept" mapping - the embedding layer. There's some fun demos on youtube[1] where you can manipulate embedding vectors (such as…
Domo Says No Mo' to AI FOMO
Hey, fancy seeing you up here on HN! Fun article
You can use something like flyway on top of your existing git/cicd stack. Write the query as a migration, have it reviewed using your git code review process, and merge to run the migration.
It doesn't even need to be a third party. Documents you make for yourself but never send to a third party could still be seized in a criminal context or subject to discovery in a civil one. Attorney-client privilege is…
Pretty much any legacy system can have a modern reverse proxy in front of it. If the legacy application can't handler certs sanely, use the reverse proxy for terminating TLS.
Upper-end estimates for typical web traffic CPC/CPM rates are around 10¢ per click and 0.5¢ per impression. I never click on ads, but let's hypothesize that with very-well targeted ads 5% of people click through. That…
The problem is there's not really a good way to subscribe to these things. I'd gladly pay a nominal fee (~$6 USD/mo) for access to media, but I'm not about to subscribe individually to each site. Ideally, I'd subscribe…
I've been doing this for most of my games too. I find I'm less likely to release a piece somewhere I don't want with this method.
Completely blank for me on mobile (javascript disabled)
My usual go-to for a quick static server is: python -m http.server But variations exist for a lot of languages. Php has one built-in too
> who cares what experience in your resume was a lie and what not Just being blunt: that's called Fraud. Making false representations for personal gain (employment, in this case) is one of the classic examples. It…
The punishment needs to be commisserate with the crime, and dealt with through due process; to do otherwise is distinctly un-american (see 1st amendment on freedom of assembly, 4th amendment on freedoms from…
1M revenue isn't that high a bar to clear in retail, just takes one popular/meme product. After all the COGS/fixed costs are tallied up, that could leave you with significantly less with which to contemplate custom…
I'm not seeing them show up, with or without JS enabled (firefox on android). I might suggest having some interaction for non-js users though (details element, perhaps?)
Most likely, yes. Then it wouldn't have mattered that the `sl` package was installed.
Sometimes a KV datastore is the right abstraction, though. Caching is an excellent example, but also for distributed session storage, configuration management, nonce enforcement, etc.
I suspect the TOS say google can remove or deny apps for any reason. If in the EU, there might be a DMA claim though.
No - this is a false equivalence. Transaction processing companies for the most part handle the in-and-out flows as a single transaction. Insurance companies hold on to the premium pool ("float") for long enough that…
Isn't most of this already in xlibre?
Out of curiousity, how does this apply to nightmares ending in certain death or grevious injury (driving off a bridge, falling down a well, being chased by zombies and unable to move, etc.)?
Harness refers to the tooling that allows you to interact with an LLM. Web chat interface is a harness, CLI coding tools (claude code, codex, opencode, pi, etc.) are harnesses, agent systems (openclaw, hermes, etc.) are…
Why qwen 2.5 everywhere? Why not 3.5?
How does this work on pages that require JavaScript in order to render?
I'll sometimes use agent swarms for triaging quickly through a number of possible issues. For example, a single request for a code review to uncover all possible issues, followed by an agent swarm to dig deep into each…
I have to disagree with the fundamental premise here. LLMs do indeed have an internal "concept" mapping - the embedding layer. There's some fun demos on youtube[1] where you can manipulate embedding vectors (such as…
Domo Says No Mo' to AI FOMO
Hey, fancy seeing you up here on HN! Fun article
You can use something like flyway on top of your existing git/cicd stack. Write the query as a migration, have it reviewed using your git code review process, and merge to run the migration.
It doesn't even need to be a third party. Documents you make for yourself but never send to a third party could still be seized in a criminal context or subject to discovery in a civil one. Attorney-client privilege is…
Pretty much any legacy system can have a modern reverse proxy in front of it. If the legacy application can't handler certs sanely, use the reverse proxy for terminating TLS.
Upper-end estimates for typical web traffic CPC/CPM rates are around 10¢ per click and 0.5¢ per impression. I never click on ads, but let's hypothesize that with very-well targeted ads 5% of people click through. That…
The problem is there's not really a good way to subscribe to these things. I'd gladly pay a nominal fee (~$6 USD/mo) for access to media, but I'm not about to subscribe individually to each site. Ideally, I'd subscribe…
I've been doing this for most of my games too. I find I'm less likely to release a piece somewhere I don't want with this method.
Completely blank for me on mobile (javascript disabled)
My usual go-to for a quick static server is: python -m http.server But variations exist for a lot of languages. Php has one built-in too
> who cares what experience in your resume was a lie and what not Just being blunt: that's called Fraud. Making false representations for personal gain (employment, in this case) is one of the classic examples. It…
The punishment needs to be commisserate with the crime, and dealt with through due process; to do otherwise is distinctly un-american (see 1st amendment on freedom of assembly, 4th amendment on freedoms from…
1M revenue isn't that high a bar to clear in retail, just takes one popular/meme product. After all the COGS/fixed costs are tallied up, that could leave you with significantly less with which to contemplate custom…
I'm not seeing them show up, with or without JS enabled (firefox on android). I might suggest having some interaction for non-js users though (details element, perhaps?)
Most likely, yes. Then it wouldn't have mattered that the `sl` package was installed.
Sometimes a KV datastore is the right abstraction, though. Caching is an excellent example, but also for distributed session storage, configuration management, nonce enforcement, etc.