Fork me on GitHub
#off-topic
<
2017-10-24
>
chrisblom11:10:28

is there a bash/unix equivalent to clojure's juxt?

hmaurer12:10:30

Shameless promotion of a little one-evening project I did last year (I hope it’s allowed here!): https://lobste.rs/s/zkb80l/visualisation_langtons_ant

val_waeselynck14:10:48

Awesome, even better than game of life :)

hmaurer15:10:31

@U06GS6P1N I know! Simpler rules and similar effect 🙂

borkdude14:10:46

What are your favorite DB gui programs? I use PGAdmin a lot, but it crashes

borkdude14:10:52

and PGAdmin 4 was even worse than 3

borkdude14:10:07

It has to work with postgres in my case

bronsa14:10:02

M-x sql-postgres :P

borkdude15:10:31

Trying it now. It doesn’t ask for a port… hrm

borkdude15:10:37

ah it just runs psql, ok

bronsa15:10:13

yeah i was kinda joking when suggesting that

borkdude15:10:29

I was also curious what it was, so thanks 😉

bronsa15:10:31

altho that's what i actually use, i wouldn't call it a gui program

bronsa15:10:01

it's just comint over whatever repl the database provides

borkdude15:10:44

yeah well, I have a huge ass xml string in the database, so it’s not reading very well when I select only one record even

borkdude15:10:58

I’m sure you can customize this, but I’m too lazy

borkdude15:10:33

I wonder why all those DB GUI tools kind of suck. Did anyone try the Jetbrains one?

tatut15:10:28

I like Postico for OS X

borkdude15:10:15

@tatut cool, I’ll try it

bherrmann16:10:44

I've used https://www.dbvis.com/ with Oracle and MySQL for a few years... It it pretty decent... although the free version is limited....

seancorfield17:10:11

I've used Sequel Pro for OS X for years. Seems rock solid. I've only used it with MySQL tho'...

qqq18:10:01

I'm adding timestamps to my boot builds. I need a subtask which does "mv main.js main_timestamp.js" -- I have the timetamp computed already. I just need to do the "mv" aprt, Is there a task for this?

seancorfield18:10:06

has some useful functions for file manipulation @qqq