HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jxdxbx

no profile record

投稿

Apple's IP Pretext

bergmayer.net
4 ポイント·投稿者 jxdxbx·7 か月前·0 コメント

コメント

jxdxbx
·先月·議論
It's one for one or two items to have icons. The vegetarian dishes on a restaurant can have the leaf icon for instance. But it would be stupid if every single dish did. The whole point is that icons pop out so putting them on EVERY item is just counterproductive.
jxdxbx
·2 か月前·議論
Yeah, but there are a TON of things that trademark lawyers do that are counter-productive. I put vaguely aggressive letters from trademark owners in that category, such as Monster energy drinks thinking they get to control how others use the word "monster."

I remember when the Apple logo stickers Apple packed in had a little (R), which was later dropped, since it's ugly and not legally required. But no doubt some lawyer advised putting it there to begin with.
jxdxbx
·2 か月前·議論
The top comment there is not correct. You do not have to "defend" trademarks or they "expire."

You lose a trademark if it becomes generic, regardless of how hard you tried to keep it from being so. Obviously if you let a bunch of actual infringements slide you're on the way to becoming generic, but all that matters is whether the trademark IS generic.

But, when lawyers write letters to people saying "you can't say escalator or Zamboni" you can just ignore them. Using a trademark in writing in a way that a trademark owner does not like is not infringement.
jxdxbx
·2 か月前·議論
I want the opposite: something like https://infinitemac.org/ but 100% downloaded and local.
jxdxbx
·4 か月前·議論
It's hard to use in so many apps unless you lock the keyboard.
jxdxbx
·4 か月前·議論
I am hardy a fan of these processes but they are not "extraterritorial" in the same way, since the registrars were generally US-based.
jxdxbx
·4 か月前·議論
I have a Neo and 16GB Thinkpad and the Neo smokes it.
jxdxbx
·4 か月前·議論
When I complain about a lack of “native” software I pretty much always mean the platform-provided defaults. Not some cross-plaform UI toolkit that happens to be “native” code. Most apps that I see using QT on Mac or whatever would provably be better as Tauri apps.
jxdxbx
·5 か月前·議論
I like the 32 bit era because it's the only time we had symmetrical data and address buses. 32 bit data bus on chip. 32 bit addressable RAM, 4 GB. Used to be 8/16 and now it's 64/whatever. Understandable decisions given needs/constraints but sort of messy.
jxdxbx
·5 か月前·議論
No. Good TUI apps are predictable and fast, like good native GUI apps. They follow set patterns. Familiarity and following standard conventions is not just "nostalgia" -- maybe a little is in there -- but it makes apps more usable. And, for cross-platform apps, it's a cross-platform standard. I'd rather have a TUI app following TUI conventions than a cross-platform app that is just a freeform mish-mash. Like, this week I've been making a TUI replacement for Plexamp which has great features but its Mac app is just like a scrolling webpage. If I am going to have a GUI app that is more than a tiny toy or utility I want it to follow each platform's native conventions and use its native GUI components or to not even bother. I will grant that Electron has made strides in terms of properly integrating into each host OS (using the full Mac menu bar, the correct keyboard shortcuts, accessibility features and so on) so the situation is not as bad as it once was. And also, plenty of people use and have used terminal editors and other tools by choice, for years, and not just because they are connecting to remote servers. A keyboard-first interface can be quite fast and they are more natural in TUIs.
jxdxbx
·5 か月前·議論
Yes, because it means that as Liquid Glass improves with Alan Dye out the door, NNW will automatically benefit from the improvements. Having an app that just follows the current standard native platform conventions is better for users and leads to apps that behave in a predicable way.
jxdxbx
·5 か月前·議論
A TUI app feels like a native terminal app like I have used for my entire computing life, in DOS and then Linux. Electron apps feel like web apps no matter how good they are. I stopped using 1Password when it became an Electron app and became super janky. Discord, Slack, VS Code, the Signal desktop app, all suck UI-wise compared to actual native Mac apps, which even with Liquid Ass, are still better than using web technology for desktop apps. I know that lowest common denominator cross platform apps make economic sense to develop, whatever. They still suck to use.
jxdxbx
·5 か月前·議論
I've use Claude to make myself a number of little tools and weird apps that only I would want lately. They need to be cross-platform between Linux and Mac and sometimes Windows. The best approaches I've found are Tauri (+Svelte for making layout easier) for lightweight GUIs but for anything more complex I prefer a TUI. The Ratatui framework works very well. A TUI feels like a "real" app as opposed to a glorified webpage. For actually serious software I'd want a native GUI on each platform.
jxdxbx
·5 か月前·議論
Well I think the iOS version is better! I don't like Liquid Glass on Mac though.
jxdxbx
·5 か月前·議論
I think it looks better (on Mac and iOS) than any other Liquid Glass app. And I can’t blame Brent for adopting it. One of the standout features of the app is just being native, not trying to re-invent the wheel with custom GUI, and taking advantage of built-in platform features.

My favorite NNW feature is iCloud syncing: Not needing a separate RSS back-end (but of course you can use one if you want to sync with other clients).
jxdxbx
·5 か月前·議論
Ok, so the air would be red from one angle, blue from another. In each case, that is what color the air “really” is, in the same sense that a butterfly’s wings are blue (but not from every angle)
jxdxbx
·5 か月前·議論
If you say that air isn’t “really” blue because the reason it is blue is different than the reason that other things are blue (e.g. most blue things in daily life absorb frequencies other than blue), this is equivalent to saying that birds with blue feathers due to structural coloration—where instead of pigment, microscopic structures interfere with light—don’t “really” have blue feathers.

This is just silly. Some birds have blue feathers. There are various ways to be blue. Similarly, air is blue.
jxdxbx
·5 か月前·議論
If something appears blue, it is blue. That’s all color is.

Also, if you took a sufficiently large quantity of air and put it into empty space and shined very bright white through it, it would experience rayleigh scattering—-meaning that air, when you have enough of it and shine a bright enough light through it, is blue.
jxdxbx
·5 か月前·議論
Yes, I came here to say this. The whole topic drives me crazy. Air is just blue. Everything is a color because of some physics reason. Some birds have blue wings due to microscopic structures and how light interacts with them, rather than pigment.

If you took a large column of air into space and shined white light through it, it would be blue.
jxdxbx
·5 か月前·議論
WebView on Windows is pretty good, and Chromium-based, so I think that something like Tauri is preferable to Electron.