Hacker Newsnew | past | comments | ask | show | jobs | submit | cmiller1's commentslogin

How timely, I was just thinking about Sun after doing some office rearranging last week and running into a bunch of sun branded ethernet cables.

Perhaps its a slight overcorrection but it's better than the past where an online shop I gave my credit card info to would reply to a forgotten password request with an e-mail with my password in it in plaintext. Security used to be awful and people suffered because of it.


I wonder how many accounts have ever actually been compromised by a MITM reading passwords out of plaintext emails. I would guess it's very, very small.


I believe the bigger failure mode in that scenario is the fact that the site was storing user passwords in plaintext (either directly or effectively). Users tend to reuse passwords, so when there's a breach, more than just the user accounts for that site would be compromised.


No site should be able to give you your password because they should never store it. They store the hash of the password and whatever password you provide is then hashed and compared to the stored hash.

That way, when their security is compromised, the attacker doesn't get your password.

Any site giving you your password is doing it wrong because they should never know it.


NSA probably read and stored a highly significant fraction of those emails.


This is a very odd take in the world where your device will connect to any old wi-fi.

On top of that any takeover of a device like an ISP router or BGP misrouting is now an automatic compromise.


I think this is less a "macOS lacks the feature to prevent focus stealing" and more they never even imagined the scenario where it takes time for the app to open. Instead of even considering that a user may add inputs while waiting for launch, potentially signaling that they are no longer requesting focus from the program they clicked on, they simply designed for the optimistic case where there never IS time for the user to give these inputs before their intention of opening the program is completed. Not saying it's any less bad from a user's perspective, but I think there's a difference in mindset here.


In my experience (admittedly a bit dated now) Mac apps always take a few "bounces" to launch and be ready. There are a lot of nice things about MacOS but snappy application launches isn't one that stands out for me.


Having owned a good number of Macs and one hackintosh in the past, that would be very bizarre assumption to overlook. App icons bouncing while something loaded was never a rare thing.

IMO, nothing should ever steal my keyboard focus. As soon as I've typed a single character, whatever happened before, too late for you.


Seems like the programmers at LinkedIn never imagined that the network isn't reliable, and can't invalidate the session on actual logout; it only happens when whatever page is replacing the logout page finishes loading.

Is it could be a bug (IMO yes, a credential disposition / security bug), or it could be a "feature tax" to keep the tracking context hot for whatever page you logged out of LinkedIn to avoid being tracked...


It’s probably the lack of distinguishing between a window obtaining focus because the application just launched and the window of a running application requesting focus for some other reason.

Nevertheless, the OS could conceivably track whether there was any focus change since the process was launched or since it received the last key-press or mouse-click event, and only allow the focus change when there wasn’t (and otherwise use a non-focus-stealing notification mechanism).


As always, Apple has designed for the happy flow, and nothing else. Mac apps have never opened instantly, this is nothing new.


They can open nearly instantly, but they need to be well-built native apps. Lumbering behemoths like Adobe CC or anything Chrome-based is going to be a bit slow, and even smaller apps that pull in a big foreign UI toolkit are going to take a tick or two longer to start.

It’s too bad that the art of building lightweight applications is becoming a lost art.


same with iphones and switching between cellular and wifi connections. I'll be walking away from or toward my home or my office and there's just barely a wifi connection, but hardly enough for any requests or responses to even make it through, yet Apple never allows the phone to fall back toward the cellular connection.

I can't believe in all these years they haven't implemented a dual setup where they connect the wifi and do some kind of test connection or request to confirm it's a stable signal before entirely switching away from cellular data.


> Apple never allows the phone to fall back toward the cellular connection.

Maybe you’ve turned off WiFi Assist? It’s an option to allow mobile data to supplement WiFi.


Nope. it's enabled.


That's the thing. I think parent question should have been the opposite.

If it's enabled, it tries as hard as can be to 'assist', even if the Wifi is bad, and it should have given up a long time ago.


On the current M series hardware, in my experience, it's rare for the icon to land from its first bounce before the software is up and ready.


Focus management has never been Quartz's strong suit.


If anything, they've already gone above and beyond by allowing users to even make inputs while an app is launching.


That is likely the case; cost savings, simplicity, etc. but the end result is USB-C does not "just work" for most consumers.


I've always found the opposite, do you have any examples where macOS falls short compared to Windows in shortcut consistency?


The "this is how you use it as a daily driver" would be for the sub project called SculptOS, you can find details on that and how to set it up here: https://genode.org/download/sculpt


Jobs was a terrible person on a personal level, all the other tech CEOs are terrible people on a societal level.


Just from afar, I'd imagine someone like Zuckerberg is terrible all around. Are there any stories of him doing anything for the greater good?


I think Zuckerberg is just wet. We've not seen his final form yet.

Musk is malevolent and Theal is a malevolent shit, but has the ability to be discrete about it.


Supposedly Zuck is good to his family.


Aside from his first wife, you mean?


Are you confusing Zuck and Elon?


His duet cover of "Get Low" with T-Pain is pretty fire.


That’s largely because Jobs didn’t care about the societal level. Creating consumer products was “changing the world” enough for him.


Not trying to nitpick you, just genuinely curious what version your first experience was with. There was no System 6.5, there was a 7.5 and System 6 ended at 6.0.8.


Lots of javascript for a "css-only" tool. Looks like just the rendering is css-only.


You can open up your terrain in codepen with nothing but CSS/HTML, and it renders fine. It's just not interactive / draggable anymore.

So the JS is only being used, essentially, as a nice UI for configuring your terrain and the camera angle from which it's viewed.

This is still an incredible feat.


I guess it'd be more accurate to call it a "Generator for CSS-Only Terrain", as the generator itself is not CSS-only.


It's a "(CSS-only Terrain) Generator", not a "CSS-only (Terrain Generator)"



Not to mention of all of those pesky HTML tags and images, clearly not CSS-only, what a fraud.


"CSS-only" colloquially tends to mean HTML and CSS without Javascript, sometimes without images.


The tone of the parent comment suggests they were writing in jest and are aware that "CSS-only" includes HTML.


Yep. Can confirm this does not work with JS disabled. I'm disappointed by the misleading title.


is it a Generator for CSS-Only Terrain? or a CSS-Only Generator which creates Terrain?

We need PEMDAS for English.


Let's use sexpr?

actual meaning -> ((CSS-Only Terrain) Generator)

incorrect interpretation -> (CSS-Only (Terrain Generator))


maybe RPN?

actual meaning -> CSS-Only Terrain + Generator +

incorrect interpretation -> CSS-Only + Terrain Generator +

Really we may need BNF here


Loglan anyone?


> Why the hell is there no key to delete a file?

Cmd+delete? I don't really want it to be a single key as it's too easy to accidentally trigger (say I try to delete some text in a filename but accidentally bump my mouse and lose focus on the name)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: