HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Deathmax

no profile record

comments

Deathmax
·vor 23 Tagen·discuss
autokbisw solved the per-physical keyboard layout problem for me, switching between the Macbook's layout, a US keyboard, and a UK keyboard.
Deathmax
·letzten Monat·discuss
All new/renewing enterprise contracts with Claude Enterprise and ChatGPT Enterprise no longer offer usage-based subscriptions, but instead will charge API pricing for all tokens consumed, and as you've said, the subs are better deals than raw API pricing.
Deathmax
·vor 3 Monaten·discuss
There's prior art from Claude's own scheduled tasks' jitter: https://code.claude.com/docs/en/scheduled-tasks#jitter

> Recurring tasks fire up to 10% of their period late, capped at 15 minutes. An hourly job might fire anywhere from :00 to :06.

> One-shot tasks scheduled for the top or bottom of the hour fire up to 90 seconds early.
Deathmax
·vor 3 Monaten·discuss
OpenRouter tells you if they submit with your user ID or anonymously if you hover over one of the icons on the provider, eg OpenAI has "OpenRouter submits API requests to this provider with an anonymous user ID.", Azure OpenAI on the other hand has "OpenRouter submits API requests to this provider anonymously.".
Deathmax
·vor 3 Monaten·discuss
The comments are all from the same author.

OpenRouter recently started enforcing account-level regional restrictions for providers that enforce it (OpenAI, Anthropic, Google) - ie blocking accounts that look like they are being used by users in China. The regional restriction used to be based on the Cloudflare edge worker IP's geolocation and enforced upstream, so a proxy/server running inside of supported regions would get around the geoblocks, but now OpenRouter are using (unspecified) signals like your billing address to geoblock. People say "banned" because the error message says "Author <provider> is banned", which really should be read as "Unable to use models from provider due to upstream ban".
Deathmax
·vor 3 Monaten·discuss
Microsoft has been taking steps to mitigate the leaked code signing certificate problem.

On the driver side of things, new versions of Windows no longer trust the cross-signed certs, so you must submit your driver to Microsoft to validate and sign, so no private key to go missing. https://techcommunity.microsoft.com/blog/windows-itpro-blog/...

On the regular Authenticode side of things, the new CA/B Forum rules have prohibited storing new private keys outside of hardware modules for a while now, so eventually you won't be able to find a leaked private key for code signing that would still be valid.
Deathmax
·vor 7 Monaten·discuss
NordVPN calls out when a location is virtual, so unless ipinfo is claiming they have virtual locations that are not labelled as such, they are at least transparent about it. They did document the physical server locations of their virtual locations at launch, but I'm not sure if there's a live doc for new locations. https://nordvpn.com/blog/new-nordvpn-virtual-servers/
Deathmax
·vor 7 Monaten·discuss
The author was running a quantised version of GLM 4.5 _Air_, not the full fat version. API pricing for that is closer to $0.2/$1.1 at the top end from z.ai themselves, half the price from Novita/SiliconFlow.
Deathmax
·vor 8 Monaten·discuss
You sort of can on Android, but it's a few steps:

1. Trigger Circle to Search with long holding the home button/bar

2. Select the image

3. Navigate to About this image on the Google search top bar all the way to the right - check if it says "Made by Google AI" - which means it detected the SynthID watermark.
Deathmax
·vor 8 Monaten·discuss
Depending on which shared GCP project you get assigned to, mine had a global 300 million tokens per minute quota that was being hit regularly.
Deathmax
·vor 8 Monaten·discuss
Bad news then, they've bumped 3.0 Pro pricing to $2/$12 ($4/$18 at long context).
Deathmax
·vor 8 Monaten·discuss
So the Bigscreen Beyond 1 and 2? They've optimised entirely for weight at ~100 grams.
Deathmax
·vor 8 Monaten·discuss
I can finally tear down my custom DERP server that I was using to get higher throughput between two NAT'd clients.
Deathmax
·vor 9 Monaten·discuss
Not anymore, especially after other routers like Vercel's AI Gateway and proxies from LLM providers like Fal, DeepInfra, and AtlasCloud didn't get the memo of enforcing BYOK for ID verification required models after GPT-5's release.
Deathmax
·vor 9 Monaten·discuss
As if the App Store had any sort of those guarantees. I know of people have been scammed via WebView wrappers that purported to be some benign app to pass app store review, which were then pointed at fake exchange websites afterwards. GitLab which was hosting their C&C mechanism took action faster than Apple or Google did to take down multiple scam apps across multiple different developer identities, but the scammers spun up new apps the next day.
Deathmax
·vor 10 Monaten·discuss
Victims would almost certainly have transferred funds to money mules, who would have then immediately broken digital audit trails to the ultimate destination by withdrawing as cash before passing it around.
Deathmax
·letztes Jahr·discuss
I did read it, and I even went to their eval repo.

> At the time of writing, there are two major versions available for GPT-4 and GPT-3.5 through OpenAI’s API, one snapshotted in March 2023 and another in June 2023.

openaichat/gpt-3.5-turbo-0301 vs openaichat/gpt-3.5-turbo-0613, openaichat/gpt-4-0314 vs openaichat/gpt-4-0613. Two _distinct_ versions of the model, and not the _same_ model over time like how people like to complain that a model gets "nerfed" over time.
Deathmax
·letztes Jahr·discuss
Your linked article is specifically comparing two different versioned snapshots of a model and not comparing the same model across time.

You've also made the mistake of conflating what's served via API platforms which are meant to be stable, and frontends which have no stability guarantees, and are very much iterated on in terms of the underlying model and system prompts. The GPT-4o sycophancy debacle was only on the specific model that's served via the ChatGPT frontend and never impacted the stable snapshots on the API.

I have never seen any sort of compelling evidence that any of the large labs tinkers with their stable, versioned model releases that are served via their API platforms.
Deathmax
·letztes Jahr·discuss
Gemini's free tier will absolutely use your inputs for training [1], same with Mistral's free tier [2]. Anthropic and OpenAI let's you opt into data collection for discounted prices or free tokens.

[1]: https://ai.google.dev/gemini-api/terms#data-use-unpaid

[2]: https://mistral.ai/terms#privacy-policy