!aRKdLCkUeIFjRPZuJT:nixos.org

NixOS JVM

121 Members
27 Servers

Load older messages


SenderMessageTime
18 Jul 2025
@msgilligan:matrix.orgmsgilliganCan I use it in Home Manager on macOS? One of my other goals for using Nix is to migrate more of my stuff to Linux from macOS and Nix and Home Manager allows me to straddle the two as I'm migrating.00:18:05
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️The 2 things I personally want for Java is operator overloading and the removal of type erasure00:18:14
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Type erasure is such a pain00:18:21
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️
In reply to @msgilligan:matrix.org
Can I use it in Home Manager on macOS? One of my other goals for using Nix is to migrate more of my stuff to Linux from macOS and Nix and Home Manager allows me to straddle the two as I'm migrating.
Should be able to!
00:18:41
@msgilligan:matrix.orgmsgilligan Yes, type erasure is one of the "original sins" of Java (though it happened as part of Java 1.5 5) 00:19:22
@msgilligan:matrix.orgmsgilliganI'm also waiting for Valhalla (which will allow value-types and more compact memory organization -- it should really help appropriately written Java apps to use a lot less memory)00:20:50
@msgilligan:matrix.orgmsgilliganNote that you can use FFM to define memory "layouts" that store data in a more packed ("flat") format and provide accessors to pull things out (like you can do in C++)00:21:43
@msgilligan:matrix.orgmsgilliganYou don't have to be calling native code to use this feature, you can just use it for memory optimization if you want/need.00:22:04
@msgilligan:matrix.orgmsgilligan Thanks, I added a comment to my home.nix reminding me to migrate from programs.neovim to programs.nixvim! 01:06:35
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Enjoy o701:07:06
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️It's helped me a lot, as otherwise I would spent far too much time tinkering with Neovim to figure out the LSPs01:07:25
@msgilligan:matrix.orgmsgilliganMy exact worry. I don't have much invested in my current configuration so it will be easy to switch.01:08:18
@samasaur:matrix.orgsamasauri find that the native way to do it is not that hard01:08:50
@samasaur:matrix.orgsamasaurlike it's really wonky but it's mostly just boilerplate that you copy once01:09:03
@samasaur:matrix.orgsamasaurthough i haven't actually tried nixvim01:09:11
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️ * It's helped me a lot, as otherwise I would spend far too much time tinkering with Neovim to figure out the LSPs01:09:17
@samasaur:matrix.orgsamasaurand also i learned last week that the way you set up LSPs has changed in 0.11 out from under me and I still haven't gotten around to swapping over01:09:31
@samasaur:matrix.orgsamasaurhmm maybe i should try nixvim01:09:45
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️My Nixvim-based config for reference: https://github.com/Infinidoge/universe/blob/master/users/modules/global/neovim.nix01:10:06
19 Jul 2025
@vog:matrix.orgvog joined the room.20:04:37
@vog:matrix.orgvog I'd like to run keycloak with PostgreSQL connected via unix sockets. For that purpose, I'd like to add junixsocket to Nix, as I assume this is useful for other Java packages as well: https://github.com/kohlschutter/junixsocket 20:07:13
@vog:matrix.orgvogHowever, I'm a bit confused on how Java packages are meant to be added to Nixpkgs:20:08:51
@vog:matrix.orgvog
  1. Looking at libraries like jogl, but also keycloak plugins, it seems to including binary releases is preferred over building Java libraries from source?
20:08:53
@vog:matrix.orgvog *
  1. Looking at libraries like jogl, but also keycloak plugins, it seems to me that including binary releases is preferred over building Java libraries from source?
20:09:19
@msgilligan:matrix.orgmsgilliganWhy not just use JEP 380: https://openjdk.org/jeps/380 (it's in JDK 16 and later)20:09:22
@msgilligan:matrix.orgmsgilligan* Why not just use JEP 380? https://openjdk.org/jeps/380 (it's in JDK 16 and later)20:09:54
@emilazy:matrix.orgemily building Java libraries from source is hard (because binary .jars are what people push to Maven or whatever) 20:09:54
@vog:matrix.orgvogIs that supported by postgresql_jdbc, and if so, which JDBC URL should I form?20:10:07
@emilazy:matrix.orgemilyit's not really that useful when a "source build" has all its dependencies precompiled20:10:12
@emilazy:matrix.orgemilyfrom-scratch source builds for entire Java dep trees would be cool and there is stuff in Gradle that could make that work, but it's not where the ecosystem is by default20:10:30

Show newer messages


Back to Room ListRoom Version: 6