> Cut and paste is a poor analogy in the file explorer, what the file explorer does is a move, "cutting" fills the first parameter and "pasting" fills the second. Hence the greying out and not doing anything until you paste. There is no clipboard for the filesystem. Also in the file browser it's extremely unlikely you would want to paste into multiple places, something not true in text editors.
Yep, which is why the dislike for macOS's finder workflow of copy a file: ⌘+C (irrespective of cut/move/copy) -> decide at destination: ⌘+⌥+V (move) or ⌘+V (paste) confuses me. It's the best intuition imo.
Weirdly, Windows does the same thing which doesn't garner enough hate as it also excludes the associated good UX. Cut fades a file out in the explorer (akin to this "Ghost cut" concept) then a paste moves it (so you don't end up losing files).
Is this the same as Dinitz Theorem[1] which seems to have been proved in 1994? This is the only result I keep stumbling upon when trying to understand the problem formulation
> It seems what people like about Kagi is the customization and surrounding tooling
I've been paying for Kagi since March 2025, so about a year and a half and this is precisely why. The search quality is far better than Google of 2025 (last I used Google at least). Yes, it is probably worse than Google from a decade or two ago, but no one's getting those days back after Google decided that prioritizing garbage links for ads > getting people off the search results page quickly.
I think what you are missing is that the customization is *extensive* for the search results. You can pin/raise/lower/block specific websites: so no more GeeksforGeeks if you don't want to see it, (or outright block specific image websites that flood results like pinterest), and pin (niche forums, reddit etc. that you like to see) to the top of your results page instead of having to add site:<domain here> every time to the box to get usable results.
URL rewriting lets you redirect any results URL to any other URL. Which means you can redirect youtube links to your self hosted instance of PeerTube if you like or redirect x.com links to xcancel.
Plus, you can create custom lenses to scope your results. (lenses are akin to "images", "News", "Videos" etc. on the top bar of google) but defined by you. I have one to return academic articles, and a developer-focused one (like documentation and SO). Another example of a lens that I use occasionally, is to only return results that have PDFs.
This is where the power of Kagi is tbh. The raw search results are a blank sheet you massage into the output you want to see.
> And then I discovered SO meta. Holy cow. Those people were so far up their own butts, they couldn't see daylight. I was morbidly transfixed.
It's validating to see that I wasn't wrong in my assessment. The comments and takes under the post which showed the drop in traffic was eye opening. That website was just a walking corpse if they weren't seeing the plain truth and spinning the drop in traffic as a good thing, because apparently it meant that they were not getting stupid questions anymore and those were going to AI now.
Not realizing the kind of mind share loss here. The next generation of developers aren't going to go through a phase where they rely on SO.
> They were up your ass about minutia that really didn't matter. Good riddance and can't wait to visit the site and see an EOL static page.
Well said. It was just something I (and I'm guessing other software devs) put up with because that was the only option. The "ask a question" button was radioactive to me having seen the kind of dogpiling onto people who were asking clearly relevant questions but breaking imaginary rules.
Plus with how much "reputation" early users had amassed just for asking basic questions constituting low hanging fruit, there was no way for any new participant to get enough rep or whatever to begin contributing back to the community. IMO they pioneered the first K-shaped economy.
I felt a little bad when I saw the graph of their traffic fall precipitously, just to be replaced with schadenfreude with the insane takes of their community moderators blaming everything but the culture they'd cultivated ("less questions is actually good, because that's the goal of SO").
In short, I'm eagerly awaiting the death of that rotten place.
Huh what? Since when is OpenAI's IOU's and paper money worth more than Apple's cold hard cash? They have been backing away from their infrastructure commitments and literally pushing their IPO out.
Their "value" might fly with idiot VC's that are willing to throw money at them based on vibes. They are "big" on paper, nothing close to the financial heft of Apple. If anything this is where Sam Altman’s reality-distortion-field isn't going to fly.
> ... it results in these bizarro takes that OpenAI is finished as a company lol.
Meanwhile there's repeated news of OpenAI barely making ends meet and poised to run out of money mid next year. Unfortunately, OpenAI being 'well-capitalized' just doesn't hold up to what we've been actively seeing.
> Proprietary platform-specific software has had its day.
If the purported benefits of agentic-coding systems are real, it should have been trivial for Anthropic to implement a native macOS application, and sell it as a benefit, no? The whole reason Electron was being pushed is because it reduces development effort, but AI should be able to nullify it based on Anthropic's own messaging.
> Wish there was a way to enable low power on a per-app basis.
Since you can control the low power mode setting from the command line: `sudo pmset -a lowpowermode 1`.
It should be pretty straightforward to hook this up to Hammerspoon[1] using hs.application.frontmostApplication() to apply the setting based on whatever foreground application you choose.
Thinking out loud, that being said, the necessity of sudo might make this slightly more complex. An always on background admin agent might be needed I suppose to bypass the password prompts (or add pmset to the sudoers file, if you prefer).
Digressing a bit, the link [2] feels off to me borderline scam-like. The URL points to "littlesnitchfirewall" which is not the official link to the well known macOS firewall application: https://obdev.at/products/littlesnitch, and this doesn't seem to be affiliated with Objective development in any way.
Also, the home page of that "blog" points to a 404 not found, and the footer of the blog says: "Official blog of NetworkMonitor — network monitoring and macOS privacy insights." and I can't seem to find any application made for the Mac called "NetworkMonitor".
Is it that surprising given Deepseek is great enough for most use cases (like implementation) and prices are off by an order of magnitude?
DeepSeek: DeepSeek V4 Flash $0.098/$0.196
DeepSeek: DeepSeek V4 Pro $0.435/$0.87
v/s
Anthropic: Claude Haiku $1/$5
Anthropic: Claude Sonnet $3/$15
Anthropic: Claude Opus $5/$25
Many people (me included) sometimes use Opus-class models to plan then swap to Deepseek and/or local models for implementation. The real AI war is in the pricing/performance ratio, and it doesn't look like any of the US-based models are winning on that front.
This was true at least as of 2023-25 when last checked, having been super annoyed by HDR just looking flat out wrong on my PC vs my Mac (which is probably the only OS that gets everything right given their large audience of Creative/visual professionals and mobile experience).
Which is why I honestly believe they should have fixed this in the design stage itself. Post-facto reframing/renaming never seems to go well.
Especially once the mass produced cheap stuff starts being churned out, and there's no cost incentive to go back and fix wrong messaging. USB-IF constantly drops the ball around this ngl, feels like they're a pure scientific community that doesn't think about consumer adoption and UX.
Yep, which is why the dislike for macOS's finder workflow of copy a file: ⌘+C (irrespective of cut/move/copy) -> decide at destination: ⌘+⌥+V (move) or ⌘+V (paste) confuses me. It's the best intuition imo.
Weirdly, Windows does the same thing which doesn't garner enough hate as it also excludes the associated good UX. Cut fades a file out in the explorer (akin to this "Ghost cut" concept) then a paste moves it (so you don't end up losing files).