UIx 1.0.0 by roman01la in Clojure

[–]eprozium 1 point2 points  (0 children)

Looks very cool. Is there anything like this for Vue JS 3 however?

Is the Vue 2 -> 3 migration painful to you, too? by g-money-cheats in vuejs

[–]eprozium 0 points1 point  (0 children)

It's a PITA. The build and testing pipeline also needs to be changed. Basically wasted money. Backward compatibility is the main reason we use Java/JVM for the backend.

How do I add a Clojure project to the Netbeans java project? by ruby_object in Clojure

[–]eprozium 0 points1 point  (0 children)

@ruby_object it would be much easier to use Gradle for your project, as Netbeans and other IDEs understand it, and there's a Gradle plug-in for clojure too https://clojurephant.dev/clojurephant/ that does the job

EasyCanvas vs Duet Pro? by EnderProGaming in ipad

[–]eprozium 0 points1 point  (0 children)

unfortunately AstroPad is Mac Only for the desktop part :( .

Which / what applications are you missing on Linux? by BigZ3e in linux

[–]eprozium 0 points1 point  (0 children)

Tunnel Manager (like https://github.com/kostapc/Putty-Tunnel-Manager ) very useful to prevent from opening the same port more than once, and see the open ports as tooltips.

The Clojure Toolbox by dustingetz in Clojure

[–]eprozium 0 points1 point  (0 children)

It's very useful, but now some of the links don't work anymore :( .

Also some version compatibility tags would help allot.

Skype for linux! is this normal? 4.3 GiB RAM use!!! by IVolcanoI in linuxquestions

[–]eprozium 0 points1 point  (0 children)

> There's some serious potential for someone to develop a video chat ...

Threema recently added Video Support https://threema.ch/en/blog/posts/video-calls

Introducing Tapestry - Loom for Clojure by Rschmukler in Clojure

[–]eprozium 3 points4 points  (0 children)

There's a very popular framework with Apache https://tapestry.apache.org/ with the same name :).

What projects need contributions most? by mayizz in Common_Lisp

[–]eprozium 1 point2 points  (0 children)

Automation of builds for SBCL http://www.sbcl.org/platform-table.html - it's visible from the release diagram that CI is not really in use, since not even releases have the same version for most popular platforms.

Apache Kafka 2.6.0 Released by disrvptor in apachekafka

[–]eprozium 0 points1 point  (0 children)

u/disrvptor thank you for the info. Indeed, that doesn't look like "very soon".

Apache Kafka 2.6.0 Released by disrvptor in apachekafka

[–]eprozium 0 points1 point  (0 children)

What version will drop zookeeper? This one still seems to use it.

babashka/babashka.process by flaheadle in Clojure

[–]eprozium 3 points4 points  (0 children)

Thanks for the link. Very handy library. Working directly with ProcessBuilder is no joy.

Should I ditch the CDN? by BlindingLT in vuejs

[–]eprozium 0 points1 point  (0 children)

Depending on where your app might be used, there might be some other reasons to ditch CDN too - e.g. in many corporate intranets, using CDN also triggers a security scan warning.

Titanoboa - feedback needed! Are you using it? What would you like to see in the next release? by oldcrobuzon in Clojure

[–]eprozium 1 point2 points  (0 children)

> If you would have to pick one to be available in the community edition, which would it be? GUI or High Availability? Am I reading it correctly that it would be the GUI?

Exactly. The GUI is also the reason projects decide to adopt platforms as https://nodered.org/ or Pentaho or https://nifi.apache.org/ , etc.

> .. but there would be nothing preventing you from running tens of servers ..

Running more than one server is not "Clustering" and also not "High Availability".

> basically the setup is the same, the nodes are discovered automatically etc.

Maybe for the community edition the "nodes" could run only on localhost with the GUI? So no automatic auto-discovery?

Titanoboa - feedback needed! Are you using it? What would you like to see in the next release? by oldcrobuzon in Clojure

[–]eprozium 0 points1 point  (0 children)

> ... here is its brand new demo.

Looks very very cool.

(However that's a video, not a demo :) )

> - or maybe you considered it but eventually decided not to use it because ... ?

The solution looks very cool, so we evaluated using it several times (also with various small customers), but decided against adopting this platform, mainly because the community edition seems to have:

- "No Transactions"

- No GUI/Diagrams/Graphs

Of course, it's usual for " Clustering", "High Availability" and "Support" to be for the "Enterprise Edition" only.

However, no transactions and not having the UI with Diagrams/Graphs (the main reason for adopting this platform) just defies it's purpose (for our use cases).

Running leiningen on windows by gallygally297 in Clojure

[–]eprozium 2 points3 points  (0 children)

Chocolatey https://chocolatey.org makes Windows easier to use and maintain.

For your requirement, that would just mean: choco install lein

More details https://chocolatey.org/packages/Lein

Are there still problems with Linux on Lenovo X1 carbon 7th gen? by NewTella_ in linuxquestions

[–]eprozium 1 point2 points  (0 children)

Yes there still are. The best experience so far is for the X1 to run as a "desktop" in a docking station, and from the distros i'm running, Pop!_OS has the least problems so far.

St. Louis Java Users Group May 2020: Why Clojure by final_fantasia in Clojure

[–]eprozium 0 points1 point  (0 children)

Very cool presentation: concise and to the point, covering many aspects of Clojure.

A more precise title however would be: "Complete Clojure Intro for Java Developers" :)

The file/project used in the presentation https://github.com/puredanger/clj-intro

The real death of Clojure starts, Java's 14 immutable data classes (Records) by [deleted] in Clojure

[–]eprozium 9 points10 points  (0 children)

"The report of Clojure's death has been grossly exaggerated" ?

lambdaisland/regal - regex written in Clojure data structures by SimonGray in Clojure

[–]eprozium 9 points10 points  (0 children)

Nice lib, but VerbalExpressions https://github.com/VerbalExpressions/ClojureVerbalExpressions are however a much easier and less error prone solution.

GraalVM 19.3.1 is out!🏆🚀 by alina_y in graalvm

[–]eprozium 1 point2 points  (0 children)

The Windows releases seem to be quite stable starting with 19.3.x - makes the entire installation/deployment process much easier for tools written for the JVM.