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

And how many people who use git on github go to the website? I only do when my token has expired and I need to grab a new one to push again. Which is every 90 days. Github.com is mostly invisible infrastructure to me.

I've worked with a lot of QA folks that just repackage up the unit tests the dev already writes. And I've met a few that strikes out on their own and comes up with real tests.

The latter is much more high touch, but they're often worth their weight in gold. The former is kinda pointless.


Exactly. I think AI tooling will make that good group even more effective. And it will make the bad group even more pointless.

Why do you say that?

A lot of shortcuts are shared between windows and linux and fairly consistent across applications. Mac is the one that takes a decided "we're different" approach to shortcuts. I.e., Alt+L for address bar instead of Alt+D, Command swapping with Control, Q instead of W for closing tabs, Command+Control+Q for locking a computer instead of Super+L, etc


They didn't mention cross-OS shortcuts, though. I interpreted "across the operating systems" as meaning "across the various versions of Windows". Yes, Windows is more consistent with their own common shortcuts. But Macs have exceedingly consistent shortcuts across Mac applications, compared to my experience with Windows and especially Linux.

I might also point out that Mac had keyboard shortcuts before Windows existed, so it's not really fair to describe them as the "different" one when MS chose their own, different shortcuts for Windows.


Apple also invented their own key “Apple” now “CMD” for operation like copy / paste to explicitly not have the issue to overload the already know escape sequences. Windows being on a system without a normalized keyboard had to reuse keys that are common to keyboards used back then. Vertical integration played into apples cards even back then.

With regards to the windows key, I have grown to appreciate it, I am on a X11 desktop and map all my window functions to it which makes a lot of sense, then ctl and alt can be freely used by applications however they like. I suspect this is sort of what microsoft wanted when they specified it but were hamstrung by their own backwards compatibility(they were not able to make the hard decision to move close to window+f4 for example).

The otherwise useless context key makes a great compose key.

On a theoretical level one would almost want one dedicated control key per level(os_key to send commands to the kernel, window_key to send commands to the windowing system, program_key to send commands to applications, user_key reserved for user custom bindings not to be pre bound by applications) I am not sure what role chording should have under this scheme. allowing a higher level to use the lower level button? a window manager cannot use os+key or app+win+key but they can use win+os+key. an app could use app+win+key. I would also like a unicorn, oh well, fun to think about.


The location of the command key is also a lot more comfortable. Thumb vs pinky.

It takes thirty seconds to remap anyway

I setup my Linux system to use it because it's more consistent for copy pasting in a terminal.

Aren't the Apple key and the Windows key just corporate branding on a super key?

Many of those shortcuts already existed in macOS before they were added in Windows. Inversely, a lot of desktop Linux stuff was designed specifically to mimic the Windows behaviour.

So, really, it's Microsoft that decided "we're different".

Also, as somebody who sort of lives in the terminal, the lack of the Command/Ctrl distinction is one of the things that really bothers me about Windows. In default GUI applications, application shortcuts use Command, and Ctrl is used almost exclusively for headline-style shortcuts (ctrl-k for kill line, ctrl-a for home, ctrl-e for end, etc). Ctrl-a Ctrl-shift-e is kind of baked into my brain as "select whole line".


This is definitely a Mac-apologia to the extreme argument. Microsoft isn’t event the one that came up with the layout, it was the IBM compatible PC keyboard layout that was specifically designed as a keyboard standard to be used across the whole industry: https://en.wikipedia.org/wiki/IBM_PC_keyboard

And then Windows gained critical market share mass long, long before macOS did, and when it did they simply adopted the already popular IBM keyboard layout, which is common sense. Common sense would be for Apple to do the same when their mass market PC OS came along later down the road, even if technically neXTSTEP Classic macOS had their own layout, that OS was essentially irrelevant in the computing industry until Apple used it as the basis for modern macOS (and thus their macOS keyboard layout was not known to basically any normal person). macOS/OSX as we know it didn’t launch until well after windows was already very popular and thus had continued the already cemented IBM PC keyboard layout.

I’m all for Apple being unique and using their own layout if that’s what they wanna do/design around, but there’s exactly zero arguments available that actually they had the standardized and popular keyboard layout first and IBM/microsoft were the weird ones. That’s simply not accurate whatsoever.


On the other, as a Windows desktop person I can't live without Home/End/PgUp/Pgdown, and in different combinations with Shift/Control. That's one of reason I can't fully enjoy MacBook, not to mention the incredible fact that it doesn't have a Delete key. No, it's not the same that you can use modifier key with backspace, modifier keys are used for extra functionality, i.e. to delete to begining or end of the word, etc.

Macs have every one of those, just with different shortcuts: https://support.apple.com/en-us/102650

Sure, but using modifier keys. What if I want to add shift to the mix to select, let's say to the beginning of line or document? You'll need to press two modifiers. That's not optimal. And I use these all the time while editing.

And I don't consider this a MacBook flaw particularly, it's more or less general laptop flaw nowadays. If anything, other manufacturers have even more imagination to mess up keyboard layout.


I'd rather use more modifiers than reach for a key that's far away from home row. ctrl-a/e for start/end of line works pretty much everywhere.

Eh, I dunno. I played piano, so I'm not allergic to pressing 10 keys and a couple of foot pedals at once if needed. Here, that means I rarely consciously think about what chord I'm pressing to select from here to the beginning of the word/line/document.

On a related note, I've half-seriously considered wiring up a switch pedal[1] as a modifier key in Emacs through MIDI.

Where I really want chording to be universally available, though, is in video games when playing cross-input games on controller.

[1] https://www.sweetwater.com/store/detail/FC5--yamaha-fc5-foot...


The big one for me on Mac was refreshing a web page being CMD+R rather than F5.

Not to mention the muscle memory for pressing CTRL in the corner of the keyboard rather than CMD where Alt is.

Though I will say that having "Copy" (cmd-c) being different from ^C (ctrl-c) was kind of nice. Though Terminal has done a nice thing of making it so if you highlight text, Ctrl-C copies the first time you press it, and sends ^C the second time.


Conversely, when I use a PC, I have to stop and wonder why alt-R doesn't reload the web page like it's supposed to, and alt-C doesn't copy, and I have to stretch my pinky all the way over to use that shortcut. And what's the mnemonic for "F5 means reload"?

Which is to say that neither Windows nor Mac shortcuts are inherently better. It's just what we're used to. IME, the main difference is that once you learn the Mac shortcuts in a handful of apps, they'll pretty much work on the other apps you encounter, too.


Ctrl-R reloads the page in every browser that I have used, so perhaps that's what you're looking for.

F5LOAD doesn't look entirely unlike RELOAD if you squint?

The real WTF is who thought putting "close window/tab" and "exit browser" on adjacent keys was ever a good idea.


A big issue with the macOS style I'd that there isn't a modifier key free for the user to build their own shortcuts around. The Win/Super key is a very good place to hang custom shortcuts off of on Windows and Linux.

> The big one for me on Mac was refreshing a web page being CMD+R rather than F5.

It's not like you can't change it.

System Settings > Keyboard Shortcuts > App Shortcuts > add your browser > remap the Reload menu item to F5

Along with Karabiner you can pretty much make Mac OS work however you want it to when it comes to keyboard shortcuts.


If you want a little more consistency for muscle memory, ctrl+L goes to the address bar on Windows the same way cmd+L goes to it on Mac. Same for ctrl+W and cmd+W to close tabs.

That's why the metaverse happened. Lots of money bet on it's success

That "show fewer shorts" button doesn't do a damn thing. I click it, refresh the page and whala, shorts.

Previously I made a chrome extension that removes them from web... But I haven't updated it in a while. Basically just inspects the HTML/CSS patterns of the shorts components and removes them from the page. You could probably code/vibe code a similar extension in 10m.

I would reply to your comment, but my 2GB data allocation for my cell phone is already spent this month.

If it's built to federation specs, we even have redundancies for the redundancies.

None of it matters if the controls aren’t responding. You’ll know, too, because they make that sad static beepy noise like some sort of Tactile Control Panel ACKnowledgement failure.

I’m betting they sprung for the cheaper Cardassian ones without the redundancies. O’Brien is not going to be happy.

He does feel more comfortable having those Federation tertiary backups in case.

Considering all the weird encounters Star Fleet vessels encounter over the run of a TV series; who can blame him?


Well, in a crunch I wouldn't like to be caught without a secondary backup.

You created this account 14 minutes prior to this post. Forgive me if I don't trust your testimonials. Feels very astroturf

Haha i knew i was going to get this reply. Long time lurker first time poster. My instagram backs up the story @bodhihawken

Honestly have just been using Flighty for 4 years


Take it from an older account then. Flighty has been amazing, I can attest to every point above (except sleeping in airports, I don't do that)

Flighty was recommended to me by a flight attendant and I also have been notified hours ahead of the airlines by it.

You logged in after a 5 year hiatus to advertise for an app?

As not a shill myself, who comments on a variety of stuff regularly, I could totally see why the mention of a product someone loves is the thing that pulls them out of lurking.

Keep it up, I think you’re onto something. Sus

I’m regular commenter with an old (er) account. Flighty is an 11/10 experience.

Which country is engaging in antisocial behaviors again? I can't keep it straight. Is it the country that started an unprovoked war or the country defending themselves?

If you take a step back even further, perhaps you don't bomb a girls school three times because someone 47 years ago said something mean about your country and then never followed up.

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

Search: