This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-04
Channels
- # aleph (23)
- # announcements (1)
- # babashka (21)
- # beginners (70)
- # biff (3)
- # cider (8)
- # clj-kondo (45)
- # clj-yaml (9)
- # clojure (69)
- # clojure-europe (82)
- # clojure-nl (1)
- # clojure-norway (2)
- # clojurescript (34)
- # conjure (19)
- # core-typed (6)
- # cursive (2)
- # events (5)
- # fulcro (55)
- # honeysql (1)
- # integrant (18)
- # jobs (1)
- # lsp (124)
- # malli (10)
- # meander (1)
- # off-topic (26)
- # polylith (8)
- # reagent (7)
- # releases (1)
- # remote-jobs (1)
- # sci (2)
- # shadow-cljs (19)
- # squint (5)
- # vim (17)
- # xtdb (31)
Good morning!
jeepers
whaaaaaat
On top of the Hahnenkamm (Reutte, Tyrolia) looking at the Zugspitze group
Looks magical ✨
such an epic photo. well done!
Thanks. I was just lucky with the ever changing clouds. Most of the day was actually just foggy and cold 😂
Found another shot form that day. The fancy post processing is what google photos think is a good stylistic improvement :rolling_on_the_floor_laughing:
I like it! It looks extremely oversaturated, but why not “live life to it’s fullest” 😛
Did somebody say candy? 🍬 😛
The perspective is real, though, and amazing 😮
Yeah, that’s really what it is 😄 Sugar for the eyes. And candyfloss, too!
After having a glitch in my emacs which was solved by many hours of debugging, but then finally: just delete elpa
, I can say: good morning!
Good ol’ reboot/plug out, plug in/reinstall/nuke it from orbit
Delete the elpa
directory?
I was having a very strange problem: I saw lag when typing, but only with newer versions of clojure-lsp. So I thought the problem was with clojure-lsp. It turned out there were some problems (so good that we digged into that) but the solutions to those didn't solve my problem
Eventually wiping elpa and restarting emacs so packages would recompile, solved it. Very strange
they say "what doesn't kill you makes you stronger" but i suspect they aren't using emacs.
@U0AQ3HP9U ar, that one… it is a recurring joke/running gag in my local IT community lol
@U04V15CAJ oh you just pulled an all-nighter so much that the clock wraps around and it’s good morning again? Let’s go to the cafe/coffee shop and chill out/wind down over a nice cup of tea~
@U6L5FFL95 more often than not, I regret not doing it sooner! It's a trusty hammer.
that’s why the “IT guy” in one episode decided to just automate it and wire up the phone to a tape that plays the sound clip “Have you tried turning it off and on again?” 🙈
No I didn’t pull an all nighter, I never do that. I was just depressed about this issue and my morning was good again after it was solved
Anybody here know what an RPA developer is? The term seems be used mostly by non-technical people, but suddenly I keep seeing it everywhere.
wait, “robotic process automation” makes me think it’s like embedded/hardware engineer where you write low level C to do “System Control” kind of stuff… may requires knowledge of “Control theory” in math + mechanical engineering etc…
Yeah, no, nothing like that... it's more of an upgrade path for office "power users", so perhaps learning a tiny bit of VBA, Excel macros or some GUI tool for automating mouse and keyboard events.
(eg not replacing old systems but having something drive a mouse to use an existing GUI)
@rolthiolliere exactly 🙂
Basically, the Danish public sector seems to be increasingly in love with this idea and I get the feeling that it’s because they can’t hire “real” developers at a competitive salary.
i'm simultaneously excited and enfuriated by this. enfuriated: it's stupid excited: end user programming is here (in a very weird form) there's talk of "robotic process automation" in civil engineering / construction too. And companies are paying lots of money for these robot automation systems! Though personally I'd rather see people read https://automatetheboringstuff.com/ and try for themselves with python.
I find it mostly infuriating…. Lots of people with no concept of the complexity of software integration having a try at it in a mostly superficial way. Seems like an expensive way to shoot yourself in the foot (talking specifically about the Danish public sector which is very IT-dependent).
Obviously, it has its uses. I’m talking about the hype I’m seeing in the public sector where lots of non-technical people think they are about as capable as regular software developers.
I once took over a Python app written by a civil engineer. It was one file, 4000 lines. Two functions. Each function was about 2000 lines. The two functions did basically the same thing, but "a little different". So the two functions were mostly a copy-paste of each other. nested ifs, for loops, while loops. I think I got about five layers deep. Python's identation based scoping made things more difficult. Variable names were a
, d
and s
, ...
I rewrote it from scratch.
Added unit tests. It was calculating required reinforcement (steel) in constructions, after all. Mistakes would be expensive, and possibly risky to humans.
I'm seriously impressed the original dev was even able to work (at all).
And this is something they paid for.
Move slow and break things? 💥
To be fair though, I revisited the NoCode/LowCode things a few months ago and the state-of-the-art seem to have improved since then… but “cutting edge vs ordinary life” is a thing, so I think it’s an “unevenly distributed” and “diffusion of innovation” issue
Still haven't turned on the heating so far after the summer. It's even 22.5 Celsius in my living room now due to the sun shining
this looks so breathtakingly surreal like it’s done from a computer simulation… or is it the other way around?
reality and simulations… the distinction is blurring as of late. Can be exciting or worrying depending on your pov :thinking_face:
so I’m still trying out setups on my new laptop - using coder
and write my own template: terraform
+ vagrant
+ libvirt
+ ansible
short conclusion: vagrant
+ libvirt
+ ansible
mostly “work” after ironing out a few wrinkles
some other interesting things: When I first come across virt-manager
I thought the GUI is so barebone and naive compared to similar ones on Window… then I clicked on “Create a new VM” as well as the “Open/View VM” button…… oh I’ve been sooooo stupid nvm 😂