ozr | 1 year ago | on: The "email is authentication" pattern
ozr's comments
ozr | 1 year ago | on: The "email is authentication" pattern
The article seems to lean into security and usability concerns.
On the security front: the weak-point is still the human. If you hand over your credentials to someone nefarious, well.. you handed over your credentials to someone nefarious.
Usability isn't convincing me either. One of the great things about email is that it really is the lowest-common denominator, as another commenter mentioned above. (Almost) everyone, from kids to the most tech-inept luddite have some sort of email.
ozr | 1 year ago | on: Web scraping with GPT-4o: powerful but expensive
You ship your code as a container within a library they provide that allows them to execute it, and then you're billed per-second for execution time.
Like most FaaS, if your load is steady-state it's more expensive than just spinning up a GPU instance.
If your use-case is more on-demand, with a lot of peaks and troughs, it's dramatically cheaper. Particularly if your trough frequently goes to zero. Think small-scale chatbots and the like.
Runpod, for example, would cost $3.29/hr or ~$2400/mo for a single H100. I can use their serverless offering instead for $0.00155/second. I get the same H100 performance, but it's not sitting around idle (read: costing me money) all the time.
ozr | 1 year ago | on: Web scraping with GPT-4o: powerful but expensive
With serverless GPUs, the cost has been basically nothing.
ozr | 1 year ago | on: Freetube is the best way to watch YouTube
ozr | 1 year ago | on: OpenAI is good at unminifying code
The challenge of understanding minified code for a human comes from opaque variable names, awkward loops, minimal whitespacing, etc. These aren't things that a computer has trouble with: it's why we minify in the first place. Attention, as a scheme, should do great with it.
I'd also say there is tons of minified/non-minified code out there. That's the goal of a map file. Given that OpenAI has specifically invested in web browsing and software development, I wouldn't be surprised if part of their training involved minified/unminified data.
ozr | 1 year ago | on: Judge dismisses majority of GitHub Copilot copyright claims
I don't know what the threshold is, but I'm fine with the trade-off I received.
ozr | 1 year ago | on: The 4-chan Go programmer
ozr | 1 year ago | on: The 4-chan Go programmer
ozr | 1 year ago | on: Server Setup Basics for Self Hosting
Depends on what you're deploying, really.
If it's one Go service per host, there's no real need. Just a unit file and the binary. Your deployment scheme is scp and a restart.
For more complicated setups, I've used docker compose.
> Also like setting up virtual networks among VPSes seemed like it required advanced wizardry.
Another 'it depends'.
If you're running a small SaaS application, you probably don't need multiple servers in the first place.
If you want some for redundancy, most providers offer a 'private network', where bandwidth is unmetered. Each compute provider is slightly different: you'll want to review their docs to see how to do it correctly.
Tailscale is another option for networking, which is super easy to setup.
ozr | 1 year ago | on: Bug squash: An underrated interview question
I've done similar interviews in the past and they are remarkably high signal.
ozr | 1 year ago | on: Classifying all of the pdfs on the internet
ozr | 1 year ago | on: The Authoritarian Playbook (2022)
This sort of political rhetoric has a distinct smell that is very obvious.
ozr | 1 year ago | on: The Authoritarian Playbook (2022)
ozr | 1 year ago | on: Threat actor abuses Cloudflare tunnels to deliver remote access trojans
ozr | 1 year ago | on: Why the Wisconsin pizza farm movement is an idea whose time has come
ozr | 1 year ago | on: Karpathy: Let's reproduce GPT-2 (1.6B): one 8XH100 node 24h $672 in llm.c
ozr | 1 year ago | on: In AI we trust, part II: Wherein AI adjudicates every Supreme Court case
ozr | 1 year ago | on: Boeing Starliner launches first crewed mission
ozr | 1 year ago | on: How to make a great government website
Anyone browsing the internet without it at this point is doing it intentionally to be special.