This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-10
Channels
- # admin-announcements (1)
- # aleph (1)
- # asami (9)
- # babashka (30)
- # beginners (83)
- # calva (8)
- # cherry (4)
- # cider (4)
- # clj-kondo (15)
- # cljs-dev (11)
- # cljsrn (8)
- # clojure (85)
- # clojure-europe (87)
- # clojure-losangeles (9)
- # clojure-nl (4)
- # clojure-norway (4)
- # clojure-spec (3)
- # clojurescript (12)
- # community-development (5)
- # conjure (1)
- # core-typed (3)
- # datomic (21)
- # docker (13)
- # emacs (13)
- # funcool (1)
- # google-cloud (1)
- # graalvm (12)
- # gratitude (14)
- # holy-lambda (6)
- # introduce-yourself (18)
- # lsp (15)
- # malli (6)
- # matcher-combinators (15)
- # nbb (15)
- # off-topic (37)
- # pathom (31)
- # portal (23)
- # rdf (3)
- # releases (2)
- # reveal (2)
- # sci (4)
- # scittle (3)
- # shadow-cljs (14)
- # squint (2)
- # tools-deps (29)
It's pretty sad that upon visiting twitter I get this new notification that says to log in with google (edit: this is not forced but still an included script). But this notification doesn't appear out of thin air -- the page notifies google about my presence in twitter and asks for the content of the notification... If they know my language by my IP then they must be deciding that in back-end... but I didn't even ask. I never logged in using google... why is it checked... 😞 Why would I even care about google login if I wanted to read some useless thing on twitter... 😞
My only other question is "why didn't they also check if I'm logged in to Facebook as well"...
Ah right, they also ask apple that same question (yes, apple's scripts are also executed as well as google's). But for some reason it didn't show up.
Also several months ago google has consolidated their scripts of captcha under the same domain name so now it's harder to block it by domain (previously it was
and now it's just
. So now I can't use an extension to selectively allow only captcha but not tracking. This is really sad.
In a gesture of solidarity with twitter employees and promoting healthy work culture, I gave up on using twitter maybe that's the another reason to do so 😉
For what it's worth, I had a twitter account ages ago. At some point I realized I didn't need the account, so I've been using nitter instead for years. After the Musk takeover of twitter, I joined mastodon and it seems really nice.
I didn't have twitter, created mastodon just for kicks to see what's happening. Turns out I don't use it 😄
Oh wait, so you can't even read tweets now if you don't have an account?
> Oh wait, so you can't even read tweets now if you don't have an account? You totally can. But I found it alarming that if I don't disable scripts it sends my info to google and apple
Ah, now I get it. Sorry, I didn't catch that the first time. And yes it is alarming (although not unexpected I suppose).
There's some ambiguity in terminology which is convenient for a large instance which can pretend it is mastodon. Since they all implement ActivityPub, Pleroma instances and Mastodon instances can communicate just fine. But the owner of mastodon social (I think) had a fight with the pleroma dev and decided to behave like mastodon is the entirety of the network
If you just want to read twitter in a privacy respecting manner, use nitter, which runs many instances, see http://nitter.net
What's funny is that nitter
loads almost instantly whereas twitter
loads kind of slow. And I do have quite a serious laptop with ryzen9 processor that can handle some load. 🤷
The render of the webpage is instant. No bullshit loaders or anything of that sort...
you can install a browser plugin which automatically redirects twatter links to nitter
I see that "login with Google" prompt appearing all over the place and I assumed it was coming from Chromium itself since I find it hard to believe so many websites have suddenly added this functionality?
Also, regarding language, that's not done via IP but via the language settings in your browser, which then typically sends additional headers (to all websites) saying that you'd prefer specific languages if they have them.
> not done via IP but via the language settings in your browser My language throughout the system is EN in all places. There is no translated thing at all. If I go to console I get this (I'm on Firefox):
navigator.language
"en-US"
If I open Tor and type the same thing into console I get this:
navigator.language
"en-US"
But the google login button looks like from Netherlands (I was connected to that kind of circuit) and then it changes to English after several seconds:So yes, the headers about language preferences are probably there. But the initial load is still based on IP address. It doesn't mean that your data is already profiled at that stage because it's only language. They could display nothing or gray area but they chose to translate by IP.
https://github.com/hackademix/noscript/issues/120#issuecomment-1310582369
> "you can install a browser plugin which automatically redirects twatter links to nitter" https://libredirect.github.io/ forwards all the things
I've been using https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/ which seems to be equivalent (?) edit: libredirect seems to support more services, interesting...
This link can be found in libredirect
webpage:
https://addons.mozilla.org/en-US/firefox/addon/libredirect/
I'm thinking of writing a book and implementing it as a react native app, mostly just a bunch of HTML content but also with a couple of interactive widgets that I develop and use to illustrate the content. Might be an interesting experiment in how to distribute and monetize my content. Has anybody ever done anything like that or thought about it or have thoughts about it now?
I think you'll find pollen
interesting: https://docs.racket-lang.org/pollen/
From the page... ----- Pollen: the book is a program Pollen is a publishing system that helps authors make functional and beautiful digital books. I created Pollen so I could make my web-based books http://practicaltypography.com, http://typographyforlawyers.com, and http://beautifulracket.com. Sure, go take a look. Are they better than the last digital books you encountered? Yes they are. Would you like your next digital book to work like that? If so, keep reading. At the core of Pollen is an argument: 1. Digital books should be the best books we’ve ever had. So far, they’re not even close. 2. Because digital books are software, an author shouldn’t think of a book as merely data. The book is a program. 3. The way we make digital books better than their predecessors is by exploiting this programmability. That’s what Pollen is for.
Very cool, thank you.
See #C035GRLJEP8 too!!
I’m working on a bunch of interactive viewers and physics tooling for a dynamic book
As a first pass example
(apologies, changed the project name and broke the link, up soon!)
Can clerk notebooks be published as apps in an app store?
@UDF1WUJTH not out of the box but that’s an interesting idea for a static publication target cc @U5H74UNSF