I fed it yesterday's and it did essentially a perfect run, even though it wasn't certain about 1 of the words in the 3rd guess.
Today it got 1 error, but only because it correctly identified palindromes but there were 5 and it picked the wrong one, and it was its first guess. After that it swiftly found all the categories.
I also fed today's same prompt to the o1-mini and it just outright sucked, even repeated an incorrect guess immediately after being told it was wrong.
There's definitely quite a leap between the mini and the full o1.
Bloomberg's Austin Carr says "Any employees who do join Microsoft can’t simply replicate the work they were doing on OpenAI properties like GPT-5 without inviting a nightmare of claims over trade-secret theft."
But doesn't really explain why, I wonder if there's any substance to it in the light of Satya's comments about having the rights to "continue the innovation".
I do see this useful in cases where you might want to keep something private from the server-side and are not too concerned about server-side tampering.
Then could use basic auth to protect access from outside and a tool like this to protect access from inside.
A nice next step would be tailscale managing an ssh key that's allowed to do interact with a git(hub) repository.
So that I wouldn't have to create multiple keys or setup the same key on different machines and still be able to interact with a repo from all of them.
It'd be really nice just using git transparently and having tailscale take over the git ssh connection and authenticate using taliscale access controls.
At least for personal projects or small teams that'd be quite convenient.
> co-pilot can write 90% of the code without me, just translating my explanation into python.
I fear copilot may encourage these type of pseudo-code comments.
The most valuable thing the AI doesn't know is WHY the code should do what it does.
Months later, we'll get to debug code that "nobody" wrote and find no hints of why it should behave that way, only comments stating what the code also says.
Seems we're replacing programming for reverse engineering generated code.
I found cscope essential when working with a 10+M loc C codebase.
I wish there were more cscope like tools for other languages, easy to setup and editor agnostic.
Spotify’s discover weekly and release radar playlists which are personalized. Those two playlists make the subscription worth it for me.
For specific/niche things, certain subreddits get a fair amount of posts. I suggest reverse searching links to music you enjoy instead of trying to look up a particular sub.
From the linked pdf in the footnotes, looks like they are rolling their own network protocol:
"At launchtime, the VPN protocol will be a Google proprietary protocol; however, to ensure a high throughput while minimizing battery consumption, we will soon adopt IPsec as the data tunnel protocol due to its native support in Android.
We may eventually use other protocols, such as Wireguard, as their native support improves or on platforms where no specific protocols have a specific advantage."
You probably would be considering this opens a vector for account takeover if both auth identifiers are “lost” and you switch emails to a new one. Hope changing that is tied to sending some kind of notification to the original email when that happens, with instructions to undo.
To prevent getting there in the first place, could you do the type of “is this info still alright?” as part of the login flow every now and then?
May reduce some of the cases at least.
If this happens just too often, you may need to ask for another means of contact info. Additional email/phone, which should all be pinged whenever auth info changes.
Recently a lot of tweets in the front page, 5 tweets on the frontpage on the same day even just last week[1]
Can't help but think hn now showing the username for some domains including twitter is increasing the submissions somehow? Or maybe people just engage more in discussion around tweets lately.
Some comments here seem to focus on the “Future deprecation notice” of the ssh-rsa signatures.
That’s been there for a few releases this year, still not in effect.
Today it got 1 error, but only because it correctly identified palindromes but there were 5 and it picked the wrong one, and it was its first guess. After that it swiftly found all the categories.
I also fed today's same prompt to the o1-mini and it just outright sucked, even repeated an incorrect guess immediately after being told it was wrong. There's definitely quite a leap between the mini and the full o1.