Viewing profile — SquareWheel
SquareWheel
HN member- Joined
- Tue, Nov 08, 2011, 10:52 PM UTC
- HN karma
- 5,676
- Public activity
- 2,033 items
- HN profile
- View on Hacker News ↗
About SquareWheel
No profile information was provided.
Recent public activity
-
comment
Comment #49116310
I would imagine that both companies have extensive internal tooling to address this concern; likely at multiple levels.
-
comment
Comment #49068479
I'm not sure how much insight we can glean from looking at the number of commits and release cadence here. In the aftermath of such a major refactor/rewrite, I would expect it to t…
-
comment
Comment #48910003
If anyone wishes to remember what that looked like. https://web.archive.org/web/20071012231544/http://www.apple.... https://web.archive.org/web/20071012025941/http://www.apple....
-
comment
Comment #48646843
Well, I wasn't intending to violate any guidelines, and I don't believe I've dismissed the article besides. I was just trying to save some people from potential frustration, as the…
-
comment
Comment #48642944
Note that this post includes a major spoiler for the show The Good Place . The show is fantastic, so I'd suggest not reading unless you've already finished season 1, or have decide…
-
comment
Comment #48467304
I know that an uncommon name needed to be chosen, but something about the hyphenated /.well-known/ just turns me off. I'd have really preferred another term: registered, reserved, …
-
comment
Comment #48167245
Yep, they solve the same problem. I built my blog on Harry Roberts' ITCSS paradigm some ten years ago, and found it extremely easy to migrate to cascade layers. They're an underuti…
-
comment
Comment #48163502
Personally, I forget syntax all the time. There's always a warm up period after I switch languages, and it takes me longer to be start writing good, idiomatic code. Like sure, I ca…
-
comment
Comment #48116980
Sure, and Microsoft acquired DOS, and Adobe acquired Photoshop. At a certain point though, after 20+ years of development, you need to give some credit to the new owners for making…
-
comment
Comment #47945412
> Did vibe coding the business page inject it into ChatGPT's training data? No, at least not directly. Inference does not train models. It is possible that OpenAI may separately co…
-
comment
Comment #47899313
"Open source" as a term has evolved due to its success. It wasn't some malicious attempt at redefining things from the technical elite. It was a natural shifting of language, as ha…
-
comment
Comment #47888187
Sorry, too busy "stealing code" to answer right now.
-
comment
Comment #47887769
This is a pretty banal comment at this point. Open source is the term used in the LLM community. It's common and understood. Nobody is going to release petabytes of copyrighted tra…
-
comment
Comment #47769013
Well, yes, but that's why it's behind an about:config flag and users should not enable it without understanding its effects.
-
comment
Comment #47768844
Single Page Applications use the History API to create a working back/forward history within the SPA. This will cause you to navigate away on use, and potentially lose data.
-
comment
Comment #47723935
Chromium does include an ad blocker for "intrusive ads". ie. Those using many resources, flashing, auto-playing sounds, or otherwise behaving badly. https://support.google.com/chro…
-
comment
Comment #47723900
Manifest 3 explicitly enables ad blocking through the declarativeNetRequest API. It's trivial to do so, and many blockers exist in the Chrome Web Store.
-
comment
Comment #47670320
Removing film crew, boom mics, and missed props from a scene would surely be useful to studios. It may even enable some shots that previously would have been impossible due to the …
-
comment
Comment #47670299
Windows has a native (cloud-based) dictation software built-in[1], so there's likely less demand for it. Nonetheless, there are still a handful of community options available to ch…
-
comment
Comment #47611171
Bazzite KDE picked up my 8BitDo controller immediately, with no prior configuration. I didn't even have to manually pair the Bluetooth. I was very impressed.
-
comment
Comment #47057790
Many people will likely be watching this show for the first time based on this thread. Please don't spoil major plot events for them.
-
comment
Comment #46840153
Just in case you missed it, your quote was referring to encoding requirements. Decoding (eg. Netflix users) will have a different set of requirements. The situation will also impro…
-
comment
Comment #46630484
Contextual permissions are a big improvement over early and uncertain prompts. I will never agree to grant my permission when first loading a page, however, I may do so if intentio…
-
comment
Comment #46579983
Well, because it means that other energy generation sources like oil, gas, and coal aren't being used there instead. Since they cause far, far more harm than nuclear waste does, it…
-
comment
Comment #46353675
Thanks for clarifying. It looks like I needed to refresh my memory of the browser APIs. Reading further, this API only works remotely for CSS via chrome.scripting.insertCSS. For JS…