It is not believable because the website transfers ~3MB of data and that's with uBlock Lite on.
HN user
macqm
I don't like how the headline reads almost as "Claude will now spy for the US".
I think it's a good thing that the government employees will be able to use LLMs (e.g. to improve language understanding) and feed it to software that is compliant with FedRamp/DoD IL. I can only imagine that there is more work to do than there is manpower and LLMs open up more opportunities to improve efficiency.
Press release from Anthropic on the matter: https://www.anthropic.com/news/claude-gov-models-for-u-s-nat...
Poland has kurnik.pl (meaning “chicken coop”) with a version of scrabble called “Literaki”. It’s been around for years.
Trino is pretty good (open source presto).
Do you know if "I can't believe it's not butter" contains butter?
And their remote key.
Now another group of researchers have the opportunity to apply for a grant and propose new research on N=10
What about: b7k
Because of this huge codebase size, I wasn't able to get VS Code's C++ extension to work very well with the project. Features like go-to definition (which I usually rely on heavily when navigating codebases) and find references didn't work well or at all, and one of my CPU cores would stay stuck at 100% permanently while the project was open.
Chromium Code Search [1] tool is very helpful with that and I believe there are some extensions that integrate with it.
I tried to launch the demo, it's stuck in "Loading Manaflow demo...".
Console has errors:
failed to load resource: the server responded with a status of 422 () clerk.browser.js:2 Uncaught (in promise) Error at s._fetch (clerk.browser.js:2:48584) at async X._baseMutate (clerk.browser.js:2:49256) ingest/static/recorder.jsv=1.139.3:1
Failed to load resource: the server responded with a status of 404
What is your pitch to existing Prismic.io customers? I didn't see Prismic in "Compare to..." section.
It actually does a lot more than you think.
For example it does pretty interesting diffing - Chrome downloads a patch and uses the previously left-behind copy of the installer to re-build new binaries from the small diff it pulled. See more:
- https://chromium.googlesource.com/chromium/src/+/HEAD/compon...
- https://www.chromium.org/developers/design-documents/softwar...
It doesn't seem to be super smart.
I tried a prompt along "candle stick chart for stock data"
and got some boilerplate div with
/\* Your candle-stick chart component implementation goes here \*/}I don't think AWS/Azure/GCP offer mainframes.
Is this a sequel to Franz Kafka's "The Trial"?
Visualization of Azure's global network.
I think Windows 10 Delivery Optimization tech is a great example of (nearly) decentralized tech:
https://docs.microsoft.com/en-us/windows/deployment/update/w...
I have a couple questions:
Why should I use your tool vs. a one line bash script for creating a directory tree?
Why would I keep any file content in the stamp file, in the version control history, if I can keep, say a bootstrap repository with some "templates" and check them out without history (git archive, git checkout-index).
Bingo you got it. https://infolupki.pgi.gov.pl/en/whats-drilled/news/3legs-res...
I can't figure out one light pollution source in Poland in Sluchowo (54.77550N, 17.94972E). The map from 2015 shows some factory of sorts, but it disappears on the map from 2020, all you can see is an outline what it was. I really wonder what kind of place this was and why it emitted relatively a lot of light.
Windows 8 Start UI was designed to take advantage of this. Theoretically it was great: when you open start menu the mouse pointer is in the bottom left corner, tiles close to you are wide and tall, tiles far from the pointer are smaller, wider at the bottom, narrower at the top. Hot corners were supposed to be easily accessible (infinite distance). Yet is was a failure, because uses were not familiar with it, it broke their habits.
Where to report bugs? E.g. some articles miss headlines.
Cool, but if you are truly concerned about privacy, I don't think that sending the pictures for facial recognition to a third party service is a great idea.
C# is missing an example using decimal type:
Decimal uses 128 bits to hold it's data and seems to handle rounding differently to System.Double, e.g. 0.1 and 0.2 using decimals evaulates to 0.3:
0.1M + 0.2M 0.3
You can read more about decimal here: https://msdn.microsoft.com/en-us/library/364x0z75.aspx