Scicloj AI Meetup 1: voice-fn - real-time voice-enabled AI pipelines
Published: February 19, 2025 12:21
See you on Saturday!
@clojureverse.org@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.
---
Latest posts
Site URL: clojureverse.org
Feed URL: clojureverse.org/posts.rss
Posts: 10
Followers: 1
Scicloj AI Meetup 1: voice-fn - real-time voice-enabled AI pipelines
Published: February 19, 2025 12:21
See you on Saturday!
London Clojurians Talk: Intro to Collet. A low-code ETL management tool (by Sergei Tkachenko)
Published: February 19, 2025 12:18
Hi all, the recording of this event is now available on YouTube: Intro to Collet. A low-code ETL management tool (by Sergei Tkachenko)
"Clojure in Product. Would you do it again?" podcast
https://clojureverse.org/t/clojure-in-product-would-you-do-it-again-podcast/11053#post_13
Published: February 18, 2025 18:07
Don’t miss our milestone 10th episode of “Clojure in product. Would you do it again?” featuring Cam Saul – Founding Engineer & Chief Architect at Metabase. He shares open-source challenges from rewriting Metabase in Clojure to navigating hiring and scaling…
Clojure real-world-data meeting 25 - prep meeting for conference cfp
Published: February 17, 2025 13:55
At the Scicloj group, we have a habit of helping each other prepare talks (and talk proposals). If you are consideing a data-related topic for a talk proposal, or just wish to brainstorm possible ideas, we may be able to help you. Let us talk. More info…
Let us help each other prepare conference talks
https://clojureverse.org/t/let-us-help-each-other-prepare-conference-talks/11191#post_2
Published: February 12, 2025 23:21
Shared on Slack by Magda Useglio: Hey Clojure Enthusiasts! Devoxx Poland, a premier Java conference, is ready to host Clojure talks, and it would be awesome if you could join! Date: June 11-13, 2025 Venue: ICE Krakow Congress Centre, Poland :flag-pl: …
How to use 'clj-time' to get current time by LocalDateTime?
https://clojureverse.org/t/how-to-use-clj-time-to-get-current-time-by-localdatetime/11209#post_4
Published: February 12, 2025 03:03
As the primary maintainer of clj-time, I’ll point out that it is deprecated and no longer maintained – and the README asks folks to either switch to Java Time directly with interop, or use one of two actively maintained alternatives.
How to use 'clj-time' to get current time by LocalDateTime?
https://clojureverse.org/t/how-to-use-clj-time-to-get-current-time-by-localdatetime/11209#post_3
Published: February 11, 2025 23:43
Thank you very much, now I understand.But still have risk of confusion by DateTime and LocalDateTime, so need I unparse the DateTime and parse it again to LocalDateTime for better?
How to use 'clj-time' to get current time by LocalDateTime?
https://clojureverse.org/t/how-to-use-clj-time-to-get-current-time-by-localdatetime/11209#post_2
Published: February 11, 2025 10:06
ninesolaries: (type (l/to-local-date-time (l/local-now))) The issue seems to be described in Please support custom format-local-time formats · Issue #131 · clj-time/clj-time · GitHub Basically the meaning of ‘local’ in the .local namespace is that…
How to use 'clj-time' to get current time by LocalDateTime?
https://clojureverse.org/t/how-to-use-clj-time-to-get-current-time-by-localdatetime/11209#post_1
Published: February 11, 2025 08:41
(require '[clj-time.local :as l]) (type (l/to-local-date-time (l/local-now))) => org.joda.time.DateTime but how to get the object by “org.joda.time.LocalDateTime”? thank you.
"Clojure in Product. Would you do it again?" podcast
https://clojureverse.org/t/clojure-in-product-would-you-do-it-again-podcast/11053#post_12
Published: February 10, 2025 17:34
In Episode 9 of “Clojure in product. Would you do it again?” meet Alexander Johannes, Head of Development at JustOn, where they’ve been transforming Salesforce accounting automation since 2010. In this candid conversation, Alexander shares how a hobbyist’s…