This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-26
Channels
- # announcements (10)
- # aws (5)
- # babashka (27)
- # beginners (175)
- # boot (1)
- # braveandtrue (2)
- # calva (11)
- # cider (13)
- # clj-kondo (91)
- # cljs-dev (54)
- # cljsrn (20)
- # clojure (164)
- # clojure-gamedev (3)
- # clojure-uk (43)
- # clojurescript (185)
- # core-async (6)
- # core-typed (1)
- # cursive (1)
- # docker (2)
- # emacs (2)
- # figwheel-main (78)
- # fulcro (69)
- # off-topic (20)
- # pathom (30)
- # planck (3)
- # re-frame (6)
- # reagent (70)
- # reitit (26)
- # ring (1)
- # shadow-cljs (120)
- # tools-deps (6)
- # vim (9)
unpopular opinion: slack threads are a half-assed attempt at nested comments
like, here we are stuck on this level, unable to comment on comments in an analogous fashion. the comments we are making here are one level down from an original "comment". it is not obvious how to "go to the next level down". in an odd way it is worse than "half-*ed" because half would likely be half of whatever max levels there areat reddit...or something like that :)
Classic example: I'm having a conversation at work with 3-4 people. It's a chat, so we are all talking, things are mixing, normal chat stuff, like if we were on IRC or on a whatsapp group
and all of the sudden, I'm still talking to the same number of people, 3-4, but I have to click click click to read the different messages that are being added to multiple threads
In my case its more apathy; this fulfills my needs, but I'd be ok seeing what reddit-styled-threads are like
This is a very contentious issue, perhaps only a step away from a bona-fied Holy War: https://blog.codinghorror.com/web-discussions-flat-by-design/ https://github.com/vector-im/riot-web/issues/2349
Hey
I'm trying to setup a Windows 10 dev, more for help starters/write tutorials
I'm using Windows "native" ssh C:\Windows\System32\OpenSSH\ssh.exe
And "vanilla" git C:\Program Files\Git\cmd\git.exe
My ssh-add -l
show my key. its "active"
But every time that I "git pull ..." or "git clone" it ask my password (prompt in the shell itself)
It's really annoying. How to setup this in windows?
Here a terminal dump
C:\Users\Enzzo Cavallo>ssh-add -l
16384 SHA256:RsgFwbjBDMvweal2LkGv1RfDDerCKH8vjRqTnqG6nDU souenzzo@bmo7 (RSA)
C:\Users\Enzzo Cavallo>ssh -i .ssh/id_rsa
warning: agent returned different signature type ssh-rsa (expected rsa-sha2-512)
PTY allocation request failed on channel 0
Hi souenzzo! You've successfully authenticated, but GitHub does not provide shell access.
Connection to closed.
C:\Users\Enzzo Cavallo>git clone [email protected]:souenzzo/souenzzo.github.io.git
Cloning into ''...
Enter passphrase for key '/c/Users/Enzzo Cavallo/.ssh/id_rsa':
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.