HN user

lvillani

801 karma
Posts7
Comments157
View on HN

Not the OP, but I just downloaded the latest stub from an M2 MacBook Air using Safari and it appears to be an x86_64-only binary:

  % file /Volumes/Steam/Steam.app/Contents/MacOS/steam_osx 
  /Volumes/Steam/Steam.app/Contents/MacOS/steam_osx: Mach-O universal binary with 1 architecture: [x86_64:Mach-O 64-bit executable x86_64]
  /Volumes/Steam/Steam.app/Contents/MacOS/steam_osx (for architecture x86_64): Mach-O 64-bit executable x86_64

On macOS you can search menu items via Shift–Command–QuestionMark (or by opening the Help menu). Most toolbar actions are also exposed as menu items, so this lets you essentially search for almost every function of every application that plugs into standard macOS frameworks.

Some applications have features that extend beyond what can be surfaced through the standard menu bar but the infrastructure is there for "normal" apps.

Ubuntu used to have something similar in earlier versions of Unity. It would surface Gtk and Qt menu trees in a searchable interface.

Another reason could be to ensure that you have at most one copy of the application ever, since you can force it to install stuff always at the same location.

On an unrelated product we learned that users ended up with many different copies of the app scattered throughout the system, if they were allowed to use the traditional bundle + DMG distribution method. Spotlight would then helpfully pick one random copy, with obvious consequences wrt. project file versioning. That is despite the DMG having the usual symlink to /Applications for a drag-and-drop installation.

You have to take into account the helper and renderer processes. A freshly launched instance takes around 250 MB on my system. It consumes more as you open files that trigger lazy loading of additional extensions. Still less than other IDEs, though.

Yes! Thanks for releasing this and making my life easier :)

I have an old app deployed to App Engine. The app itself is rock solid and chugging along fine (I touch it once a year or so), but I dreaded having to deploy it due to the lack of vendoring support and other... peculiarities of the Go runtime. Glad to see this is no longer an issue!

It depends.

I used to have my own email server.

Having to manage yet another public server is a stress on its own. Having to worry about server backups, security, DKIM, SPF, DMARC, avoid being blacklisted, etc made it even worse. Despite all of this I couldn't shake off the feeling that my mails went directly to the recipient's spam folder.

I'm not interested in maintaining mail servers. I can certainly do it, but my spare time is scarce.

Nowadays, I periodically sync all mailboxes to my laptop, so that they enter the backup chain I already have. If GSuite goes down or Google disables my account, I'll upload my backups to Fastmail, point the MX records there and go on with my life.

I find this setup way easier to understand and maintain than a mail server.

since modern thermal pastes are non-conductive, there is no real downside to an enthusiastic application of paste except for making a mess

I recently re-applied thermal paste (an old Arctic MX-2 I had lying around) on a late 2013 MacBook Pro which has bare-die CPU and GPU. The first time I did it, I applied too much paste and it had an observable negative effect on thermal dissipation. Once I applied the correct amount, I got slightly better results than stock paste.

I tried to create a secondary email address on Gmail and Outlook.com and they both required me enter a phone number.

Ended up using Protonmail instead, which allowed me to register with username and password and nothing else.

His knowledge is solid, sure, but would you really want to work with someone who has such a strong inclination to cheat and deceive? I certainly wouldn't.

HomePod 8 years ago

I strongly doubt that they were able to shrink Darwin/iOS down to the Cortex M0+ that the AirPods have. I would love to be proven wrong, though.

written by Zuse (after whom SuseLinux is named)

I was under the impression that SuSE (now SUSE) stood for "Software und System Entwicklung" (Software and System Development, translated from German), are we referring to the same Linux distribution?

I wish there was an equally useful feature to get back to the bottom.

WhatsApp shows a small button in the lower-right corner once you scroll up a few messages for this purpose. iMessage scrolls back to the bottom as soon as you focus the input field. I don't know about the others.

But yeah, it highly depends on how the developers decide to implement it, which is suboptimal :(

If you think this is weird, what about the "shake to undo" thing? :-)

Seriously, try to e.g. delete an email from the system's mail app, then vigorously shake your phone in anger. A popup asking you to "Undo delete" should appear on the screen (Many applications hook into this seemingly standard undo mechanism on iOS).

Some things in iOS are objectively weird and unintuitive but I miss them so much whenever I use an Android phone.

on iPhone X when you accidentally click top left corner of the phone where the clock is - for some inexplicable reason the whole conversation scrolls all the way to the top, which is incredibly annoying!

That's by design and standard iOS behaviour (it has been there for years). Tapping anywhere on the system toolbar (i.e. where the clock, wifi, signal strength indicators are) brings the main scrollable view to its "topmost" position.

shellcheck (https://www.shellcheck.net) is an absolute godsend when writing Bash/POSIX sh scripts.

It catches so many errors that I think it's a must have in every programmer's toolbox. It even catches bash-isms when you are targeting POSIX sh. It saved me many many hours of grief trying to debug shell scripts I wrote and changed the way I write them for the better.

I was under the impression that they were going to decommission the EdgeRouter line as more and more features get added to their UniFi line.

(I have both and my EdgeRouter X feels definitely in “maintenance mode”).

I keep reading this but my experience is different: I have built and installed two applications on my iPhone more than a month ago and they still run just fine. I didn't have to re-install them every week.

My paid developer subscription expired two years ago. I suffer from all restrictions of the free tier (can't publish to App Store, can't use StoreKit, SiriKit, etc) except for the need to re-install the app every week.

¯\_(ツ)_/¯

Privacy 9 years ago

That only applies for location access. Even then, you'll see an arrow in the status bar and there's a page in the settings that lets you see which applications are actually accessing your location in the background, and how often.

Mic recording, on the other hand, is always user-initiated and very explicit.

Privacy 9 years ago

I don't think privacy can be measured by counting the number of lines of code that are open source.

A device can be perfectly respectful of your privacy despite being closed and proprietary.

The only difference (IMO) between open and closed platform is that with the former you can have 3rd parties inspect it.

However, unless you have the resources to fully audit an open platform (either yourself, or by paying someone else) I believe you should assume the worst from both open and proprietary platforms.

Privacy 9 years ago

iOS is different in a subtle way: once you grant an application permission to use location/microphone, it will show a banner if a background app is using it.

Once you grant e.g. permission to access the microphone to an Android app, it can do so at any time without you noticing. Until you manually go to the settings and revoke the permission, that is.

MacOS High Sierra 9 years ago

If you have an all-SSD Mac, the file-system will get converted during the upgrade. I think you still have the option to choose HFS+ when you perform a clean install.

Anyway: I installed the GM with an HFS+ boot volume that would fail an `fsck_hfs` (and when attempting to fix inconsistencies, it would get stuck indefinitely). Given the amount of bitrot I experience with HFS+ I welcomed the in-place conversion to something (hopefully) better and I'm surprised it worked so well.

Are you sure that's true? I have an app on my phone that I last built and installed more than a month ago and it's working just fine.

Thinkpad X62 9 years ago

on Mac they leave your iCloud email in in plaintext on the UEFI after the computer is wiped.

You are probably referring to the "Find My Mac" token that's stored in the NVRAM. It's fairly easy to wipe it with one of these commands/procedures:

  - sudo nvram -d fmm-mobileme-token-FMM
  - sudo nvram -c # this one will wipe the entire NVRAM, use with care!
  - https://support.apple.com/en-us/HT204063
> For computers, expect 6 to 7 years of macOS updates at most

High Sierra can be installed on "Late 2009 iMacs", that right there is 8 years of security and feature updates. Those models will get security and point updates, at the very least, until the next version of macOS, for a total of 9 years (if not more, we'll see).