Skip to main content

Search

Items tagged with: Macos


Does it matter to you where your browser company is located and where your browser is made?

@Vivaldi is a Norwegian & Icelandic company. Team is in Norway and Iceland for the most part with some team members working from home as well across Europe.

#Vivaldi #browser #Windows #macos #Linux #Politics

  • Yes (91%, 44 votes)
  • No (8%, 4 votes)
48 voters. Poll end: in 2 days


Note: if you want to avoid above-mentioned case sensitivity issues with the rest of your team on Node.js projects if you’re on macOS (the extension quirk appears to be a Node quirk), add this to your jsconfig.json (or TypeScript configuration file if, for some reason, you love having a build process):

{
"compilerOptions": {

"forceConsistentCasingInFileNames": true,

}

}

More: typescriptlang.org/tsconfig/#f…

#NodeJS #macOS #caseSensitivity #JavaScript #TypeScript


If you are looking to move away from your Big Tech browser, maybe it is time to give Vivaldi a try?

A few things worth mentioning:

1. Workspaces and tab stacks.
2. Tab tiles.
3. Vivaldi Social, Mastodon server.
4. Encrypted sync.
5. Built in tracker and ad blocker.
6. No crypto built in.
7. No AI built in.

Vivaldi is made in Norway and Iceland and our servers are hosted in Iceland.

vivaldi.com

#Vivaldi #Browser #Windows #Macos #Linux #Android #iOS @Vivaldi


Protip: On Linux, if you rename a file, changing only the case of the file name somehow, e.g.,

main.layout.js → Main.layout.js,

Git will pick up the change immediately.

On macOS, because it Just Works™ and you’re holding it wrong, you have to manually tell it:

git mv main.layout.js Main.layout.js

🤷‍♂️

#macOS #caseSensitivity #git #dev


Warning: macOS 15.3 leaves embedded system extensions behind and running when you delete the parent app (despite claiming to delete them). #macOS
mastodon.obdev.at/@littlesnitc…

/via mjtsai.com/blog/2025/01/27/mac…


Six Sines - FM/PM/AM Synth Linux/Windows/Apple

baconpaul - Six Sines is a small synthesizer which explores audio rate inter-modulation of signals. Some folks would call it "an FM synth" but it's really a bit more PM/AM, and anyway that's kinda not the point.


Site - github.com/baconpaul/six-sines
Release Download - github.com/baconpaul/six-sines…
Manual - github.com/baconpaul/six-sines…
#Plugin #SurgeXT #CLAP #VST #Linux #Windows #Macos


"stats" is a #macOS system monitor in your menu bar.

github.com/exelban/stats

CPU utilization
GPU utilization
Memory usage
Disk utilization
Network usage
Battery level
...and more.

#opensource #Swift

Also: bjango.com/mac/istatmenus/


"Voice input is processed on Mac, but transcripts of your requests may be sent to Apple.
About Siri, Dictation & Privacy...

Apple Intelligence is built for privacy. Your data is not shared with Apple.
About Apple Intelligence & Privacy..."

Still wondering how I bring this all together in my head. Also why send transcripts of what I am saying to Apple?!

By the way: Apple Intelligence defaults to on. So opt-out not opt-in.

#macOS 15.3


Ryan Chenkie:

Developers, please be careful when installing Homebrew. Google is serving sponsored links to a Homebrew site clone that has a cURL command to malware. The URL for this site is one letter different than the official site.


Note: Google allows the ad sponsors to specify an URL that will be displayed on the ad (original brew.sh here), but the click takes you to the malware domain brewe.sh.

#Apple #HomeBrew #Google #MacOS