off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
chepprey 2021-02-12T00:39:51.276200Z

There's another technique, may be somewhere between "interesting" and "ridiculous security through obscurity", but have you heard of "port knocking"?

chepprey 2021-02-12T00:40:37.276400Z

https://en.m.wikipedia.org/wiki/Port_knocking

vemv 2021-02-12T01:23:35.277Z

> Hey guys, do you sometimes experience reluctance of "calling it a day" out of fear of losing your mental context while working on some stuff? Just did today! I went on bit of a coding rampage, as I knew that if I wasn't done with it, the whole initiative would lose momentum. my boss isn't running a charity is a great point. But maybe in covid times I'm more willing to borrow hours from my non-work life - I can 'return' them later without having missed any concert or football game ;p

oxalorg (Mitesh) 2021-02-12T07:00:51.278900Z

> Just did today! I went on bit of a coding rampage, as I knew that if I wasn't done with it, the whole initiative would lose momentum. Exact same thing happened with me yesterday and I ended up working for around 11 hours, luckily I have the freedom to choose my own times. So if I work a bit more today, I can work less tomorrow 🙂

Thomas Moerman 2021-02-12T08:31:56.279400Z

@jayzawrotny a while ago I switched to Roam Research (fun fact: powered by Clojure) for note taking in the vein of Zettelkasten, that definitely helps to "let go" of something for a while. I do get stuck sometimes when trying to explain something abstract/complicated in prose to my future self, clarity takes practice.

danieroux 2021-02-12T09:32:58.281500Z

Also a fun fact, that I just discovered about Roam: If you export your database as EDN, the file starts with #datascript/DB! … a self-described, schema-in-band dump of my whole Roam DB, with Datalog as my query language. All lock-in concerns I had just vanished.

euccastro 2021-02-12T10:08:33.281700Z

there's a org-roam too, if you're using emacs

euccastro 2021-02-12T10:09:05.281900Z

it doesn't interface with roam AFAICT, it's just an implementation of some of the core ideas in emacs

Thomas Moerman 2021-02-12T11:02:10.282200Z

https://youtu.be/RCCigccBzIU?t=392 "For myself, the most important thing has been the daily discipline of neatly writing down your thoughts and what to do" -- E. Dijkstra

2021-02-12T14:04:37.282400Z

That sounds interesting. I wouldn’t call it security through obscurity, I’d call it “shared secret.” It’s no less secure than entering a pin, and pins only have 10 digits.

2021-02-12T14:10:00.282600Z

By the way, as a follow-up to my original question, our overworked sysadmin guy finally had time to sit down (virtually) and talk to me, and it turns out we’re not even using nginx for the proxy, it’s all on a load balancer on a completely different machine. It fooled me because I ssh in over vpn to an internal numeric IP, but my browser connects over a public .com address. It was nice to think back to the “good old days” of inetd tho. 🙂

tvaughan 2021-02-12T14:24:29.282800Z

> It was nice to think back to the “good old days” of inetd tho. :hugging_face:

2021-02-12T15:58:12.283200Z

In how to Take Smart Notes by Sönke Ahrens which covers more about zettelkastens. One particularly applicable quote: > The brain doesn’t distinguish between an actual finished task and one that is postponed by taking a note. By writing something down, we literally get it out of our heads. This was in response to the findings now known as the Zeigarnik effect: > Open tasks tend to occupy our short-term memory - until they are done