laggyluke's comments

laggyluke | 3 months ago | on: Epic celebrates "the end of the Apple Tax" after court win in iOS payments case

You have a point.

Being able to reprogram a pacemaker isn't enough!

We should require that any devices that our lives depends on, especially devices that go inside our bodies, to be open source: not just reprogrammable, but with source code available for inspection and modification.

I've been working in this industry for too long in order to trust a closed source pacemaker to be bug-free.

laggyluke | 6 months ago | on: Anthropic judge rejects $1.5B AI copyright settlement

> The studio didn't spend this money for the heck of it, they spent this money with the hope of recouping their investment.

I wonder if the world would be a better place if we had fewer financial incentives to do things, in general?

> But why would a studio spend hundreds of millions making a blockbuster movie?

Under this hypothetical scenario, I believe there wouldn't be a "studio" in the first place. There could be a group of people who want to express themselves, get famous or do something just for fun, without any direct financial gain. Sure, they wouldn't be able to pull off Avatar 2, but our expectations as consumers would also be different.

laggyluke | 7 months ago | on: Cursed Knowledge

This is hair-splitting, because it's technically not a part of _system prompt_, but Claude Code can and does run `git log` even without being explicitly instructed to do so, today.

laggyluke | 11 months ago | on: GPT-4.1 in the API

If you're asking an LLM about a particular text, even if it's a well-known text, you might get significantly better results if you provide said text as part of your prompt (context) instead of asking a model to "recall it from memory".

So something like this: "Here's a PDF file containing Being and Time. Please explain the significance of anxiety (Angst) in the uncovering of Being."

laggyluke | 2 years ago | on: Ask HN: How do you approach a problem you are not sure has a solution?

Recently I just started asking ChatGPT.

It does a very good job guiding me in areas where I'm less familiar.

That's assuming we're talking about technical problems. For non-technical problems I'd reach out to friends (or even better - a therapist). But asking on HN and/or Reddit might be a good idea too, depending on the context.

laggyluke | 3 years ago | on: EU Digital Markets Act, aimed at Google, Apple, Amazon, approved

Why not both?

Sure, it'll lead to arms race like you describe on one side, but let's say 99% of the apps won't even engage in that arms race if the fake data is generic enough to cause a high number of false positives (blocking someone who's not actually faking the data).

Then, we can focus on the remaining 1% of worst offenders to actually enforce the policy.

laggyluke | 4 years ago | on: Facebook hacker beat my 2FA, bricked my Oculus, and hit the company credit card

Yubikey is actually pretty "phishable", at least in the OTP mode. It will happily put the token into a phishing website (or literally anywhere else) as soon as you touch it.

It's also good to know that Yubikey's OTP tokens don't expire based on time, but based on a hidden counter that gets incremented with every issued token.

So if you've accidentally touched your Yubikey and leaked the token publicly, you just have to log out and then log back in using your Yubikey - that action will invalidate all tokens issued before this point.

laggyluke | 4 years ago | on: FBI Has Gained Access to Sci-Hub Founder's Apple Account, Email Claims

> And whatever happened to Apple who refused to work with FBI on the San Bernardino shooter but here is only happy to comply in a much less interesting case?

Nothing. It's just a matter of technical means. They had no means of unlocking that phone without potentially compromising all the rest of the phones they've made before that point. But Apple account / emails are "in the cloud", so Apple has full access to it.

laggyluke | 5 years ago | on: Tauri: An Electron alternative written in Rust

> most people don't bother to re-evaluate that default assumption that "the windows browser is bad"

That's one way to look at it.

Another way is to say that Microsoft has lost customer's trust and now has to work extra hard to earn it back.

IMO they've learned their lesson, at least for now, but it would also be great if others could learn from Microsoft's mistake too.

laggyluke | 5 years ago | on: Deno in 2020

> This change had a significant impact on the module ecosystem, making some popular modules unusable until maintainers adjusted the code to work with isolatedModules.

Does this mean Deno introduced a breaking change in a minor version (1.5.0)?

page 1