DuckDuckGo has an app which can block trackers system-wide on Android
DuckDuckGo has an app which can block trackers system-wide on Android
Yeah, never thought about this before, but how do blind users deal with captchas?
Have you used fish? The built-in fuzzy matching works pretty well for me. Wondering if there’s any reason to add atuin in. Sync seems like a negative to me more than a positive.
What do you have against the number 4?
That’s what decentraleyes does as well
This is a fantastic write-up, thanks for sharing!
I use Jenkins for work, unfortunately, so I have plenty of experience
FYI, Jenkins has an endpoint to validate the pipeline without running it, and there’s a VSCode extension to do this without leaving the editor: https://www.jenkins.io/blog/2018/11/07/Validate-Jenkinsfile/
FYI you can (sorta) redirect searches from the start menu: https://www.windowscentral.com/how-let-google-handle-cortana-web-search-results-windows-10
Mine all go to DDG in FF
The WinAmp maybe sorta open-sourcing is interesting. I’ve never used it (aside from downloading it to get MilkDrop working in Foobar2000).
I feel the same way. Designing good, opinionated APIs is HARD, but it also provides the best experience for both the author and the consumer.
Among other examples.
In a world where your IDE and maybe also compiler should warn you about using unicode literals in source code, that’s not much of a concern.
VSCode (and I’m sure other modern IDEs, but haven’t tested) will call out if you’re using a Unicode char that could be confused with a source code symbol (e.g. i and ℹ️, which renders in some fonts as a styled lowercase i without color). I’m sure it does the same on the long equals sign.
Any compiler will complain (usually these days with a decent error message) if someone somehow accidentally inserts an invalid Unicode character instead of typing ==
.
Yeah, also a bunch of other details, and the whole plot is way more focused on the war in the movie. In the book it’s more of a backdrop. You should give it a read, it’s worth it :) I also like her other books!
I don’t know the answer, but happy to see someone talking about this book. I feel like so many people know the movie and have no clue that it’s based on the book, nor how much they changed it. I personally love the book and am happy to see it.
These names are really fun! Good ones to add to my list…
Cool to see the Immich team going full time. I don’t use it personally but I hear great things
I have questions. Is this something in use today? Who is manufacturing them? Is this something you’re personally familiar with or just aware of?
You mean like git sparse-checkout
? Admittedly experimental but useful
Swift:
: Equatable
(assuming all the members of the struct are themselves equatable, if not the compiler will tell you to implement the
==
method)