Viewing profile — crschnick
crschnick
HN member- Joined
- Mon, Feb 27, 2023, 7:53 AM UTC
- HN karma
- 149
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About crschnick
No profile information was provided.
Recent public activity
-
story
Show HN: KickstartFX – The most advanced JavaFX template for your app with JDK25
Hello there, I am proud to present KickstartFX, a ready-to-use JavaFX desktop application template. You can clone it and get started instantly or try out the pre-built releases on …
-
comment
Comment #43370901
Ah I see. The reason it complains now is that the LTSC systems are called Windows Enterprise LTSC, didn't even know that they fell under the Windows Enterprise category. You can ru…
-
comment
Comment #43359617
Yeah I remember that some time ago there was an attempt to make it run on BSD by some BSD users, but that didn't work out as some dependencies like the latest JavaFX version was no…
-
comment
Comment #43359613
There isn't good support for nested RDP connections, didn't even know that some people used something like this. But there is very good support for nested shell connections and tun…
-
comment
Comment #43359600
- When XPipe will open a terminal connection and you have specified custom shell environments / init scripts for a certain system, it will first automatically create a temporary in…
-
comment
Comment #43351419
The current KVM integration is actually more formally an integration for libvirt and the virsh command-line tool. If your hypervisor is supported by libvirt, you should already be …
-
comment
Comment #43348903
Interesting, haven't heard of that before. That is not supported right now, but I can look into it. It also depends how good their CLI works for me to integrate it
-
comment
Comment #43348886
On macOS there are still a few reliability problems, mostly caused by misbehaving zsh extensions that I have to work around. I replied to your issue report, I think this should be …
-
comment
Comment #43348835
There's only one release build which contains all feature implementations, but some of them are locked behind the plans. So to some degree, they are artificial as there isn't curre…
-
comment
Comment #43348819
Are you using the LTSC version on your desktop or also for some of your remote systems? I think if it's only for the desktop, I can fix that as that isn't really intended to be lim…
-
comment
Comment #43348793
Yeah, I think something like that will be properly supported once I get around to implementing an aws integration in the future
-
comment
Comment #43344491
That is true, but ideally with XPipe you can do that easier and faster. And with the time and effort you save each month, the few $ per month can be good deal for you.
-
comment
Comment #43344077
Now I don't fully know the details of your setup, but in general XPipe just works on top of your kubectl installation. So it will only work if you could manually connect to your cl…
-
comment
Comment #43344048
Whoops, it seems like some links were not updated yet. That should be just https://docs.xpipe.io/cli To preface that, the CLI is only very basic. The only real thing you can do wit…
-
comment
Comment #43343491
I think everyone cares about updates to some degree. Doesn't have to be about big feature updates, just continuous fixes for various small bugs and performance improvements can imp…
-
comment
Comment #43343008
If you're looking for security details, you can find them at https://docs.xpipe.io/reference/security
-
comment
Comment #43342740
Considering the costs of a more serious homelab, I think paying $5 a month for a tool that can save you some time and effort, can be reasonable. Of course only if you see the value…
-
comment
Comment #43342464
On the pricing page, you can find a feature matrix. The advanced SSH features are basically things like smartcard support, custom Pkcs#11 libraries, etc.
-
comment
Comment #43342047
The goal of XPipe is to be connection hub that brings together your tools, not really replace them. For example with RDP and remmina, XPipe has an integration for remmina to launch…
-
comment
Comment #43341329
What os are you using? And about adversity to subscriptions, note that you can also obtain lifetime licenses further down the pricing page.
-
comment
Comment #43341287
Not yet. But it is definitely on my roadmap for the future to provide an integration for aws in general, maybe also including SSM
-
comment
Comment #43341208
Note that there are also lifetime plans available later down the pricing page.
-
comment
Comment #43340911
Alright, fair point. I will change that on the website, you can still write me an email to request that
-
comment
Comment #43340706
So far I'm happy with the choice. The ecosystem is mature, the build tools (maven/gradle) are solid to build this more complicated project, JavaFX works well enough to realize cros…
-
comment
Comment #43340655
Great that it works for you. I also struggled a lot with setting up various different types of tunnels initially, especially more complex ones. That was one of the motivations why …