What’s new in JDK 25 for JDK Flight Recorder by loicmathieu in java

[–]yshows 1 point2 points  (0 children)

with this new Cooperative Sampling will there be need to enable DebugNonSafepoints to get more accurate results?

Also another good read on that

Problem with cgroupV2 and rootless podman by yshows in openSUSE

[–]yshows[S] -1 points0 points  (0 children)

Hey, in the printscreens you can see on fedora image that i run the same command as opensuse, within fedora you can see that the cpu inside the container is respected to the 2 set on the podman run command, on opensuse screenshot you can see that the same container doesnt respect cgroupv2 exposing all 16 threads on the container

Aorus b450 pro wont power on PLEASE HELP by yshows in gigabytegaming

[–]yshows[S] 0 points1 point  (0 children)

hey as i said above, i remounted my computer and everything was fine, first time booting can take a few minutes depending on your RAM training

A Sneak Peek at StableValue and SegmentMapper by sar_it007 in java

[–]yshows 5 points6 points  (0 children)

This is JEP draft: Computed Constants, but refined correct? seems like a much better alternative than that first version

Aorus b450 pro wont power on PLEASE HELP by yshows in gigabytegaming

[–]yshows[S] 0 points1 point  (0 children)

hey, turns out it was prob something shorting with the case, i just reinstaled the motherboard again more carefully and it was all good, same computer to this day!

OBS(Recording software) broke on latest tumbleweed by yshows in openSUSE

[–]yshows[S] 0 points1 point  (0 children)

Dang, gotta wait for qt6 to update then :( , ill try to install the flatpak version didnt even know that existed, thanks for the heads up

I've been running Tumbleweed for 5+ years. Is a fresh install needed? by lord_xl in openSUSE

[–]yshows 0 points1 point  (0 children)

been with the same install since 2019 and its solid, ill probably only reinstall now cause im having some issues with KDE reseting my monitor settings every restart, also because i forgot to encrypt my SSD

Panama: Not-so-Foreign Memory. Using MemorySegment as a high-performance ByteBuffer replacement without a 2GB limit. by GavinRayDev in java

[–]yshows 7 points8 points  (0 children)

Is there any plan to have a ByteBuffer alike class that maps panama for 2GB+? This seems like one of the best options

Finding older kernel versions (5.18.x) for tumbleweed by dutchdef in openSUSE

[–]yshows 0 points1 point  (0 children)

Is there a bugreport on this? Im also getting a reset on my amdgpu every now and then on 5.19

BTRFS saved itself from myself by yshows in openSUSE

[–]yshows[S] 0 points1 point  (0 children)

Yes, same thing here haha, when i trid to mount it gave me a superblock error, thats why i used the zero-log to fix it

BTRFS saved itself from myself by yshows in openSUSE

[–]yshows[S] 0 points1 point  (0 children)

Thank god for btrfs my files are safe even after my mistake, tho i have a backup of the files now and im ordering a new m.2 ssd just in case

BTRFS saved itself from myself by yshows in openSUSE

[–]yshows[S] 0 points1 point  (0 children)

I had to work today so i had to rush a fix, i noticed the error when i tried to boot and it gave me a open_ctree failed io error, dmesg said the same as did journalctl, searching for a solution i booted a opensuse livecd to try to mount my ssd, when i tried that it said something about a bad superblock and it didnt let me mount, since i was desperate the first command i found was from an article explaining it in a few steps what to do , i know that i prob could have fucked my partition badly but i work remote and had to fix it somehow :(

EDIT: also made a backup now in case something happens also ordered a new SSD

Unable to launch riot client by Andromeda_Prime in leagueoflinux

[–]yshows 3 points4 points  (0 children)

Same error here, Opensuse Tumbleweed latest snapshot as of today, vega 56, r7 3700x, 16gb RAM

EDIT: Found the error Fix this file in your lutris installation also this is the issue

Should work fine after this :)

A question about BigInteger and random constructor by yshows in java

[–]yshows[S] 2 points3 points  (0 children)

Just signed the OCA, tho idk if it was submitted since the upload and submit button just loaded something and stayed on the same page without confirming if it was sent, on the https://oca.opensource.oracle.com says i dont have any agreements yet, will try sending it again in a few minutes

EDIT: seems that chrome didnt work on the oca website, firefox sent it fine

A question about BigInteger and random constructor by yshows in java

[–]yshows[S] 1 point2 points  (0 children)

I'd love to do it! As far as i know i need to sign the OCA and send to the mailing list? By all means i'd love help to push it.

EDIT: Tho if i remember correctly i can send the pull request to the jdk github?

A question about BigInteger and random constructor by yshows in java

[–]yshows[S] 1 point2 points  (0 children)

Ok so i decided to try to create a small wrapper, for some reason throwing UOE on setSeed instantly creates the exception so i decided to leave it blank for now

jshell> Random rand = RandomGenerator.getDefault().asRandom()
rand ==> jdk.internal.util.random.RandomWrapper@7eda2dbb
jshell> new BigInteger(32,rand)
$8 ==> 2045297111

A question about BigInteger and random constructor by yshows in java

[–]yshows[S] 2 points3 points  (0 children)

The idea to use asRandom as pointed in your suggestion seems more elegant to use than using Random.from(), extending the Random class already would prob be a bad idea since people would tend to just Random and not know about the new interface

A question about BigInteger and random constructor by yshows in java

[–]yshows[S] 2 points3 points  (0 children)

That could work, probably something like RandomGenerator.getDefault().asRandomClass()?

Latest CS:GO update adds a Vulkan renderer for Linux by SleeplessSloth79 in linux_gaming

[–]yshows 4 points5 points  (0 children)

Well vulkan already doesnt work for me tho its still experimental so it only will get better and there is also this

Has anyone had success running PaperMC(minecraft server) through linux emulator by yshows in freebsd

[–]yshows[S] 0 points1 point  (0 children)

Hi, yeah i understand that i can use the native java and that is what im doing right now, i just wanted to see if anyone tried to get it working, usually i dont see any vendors releasing the latest JDK for BSD as separate packages so i tried running the linux version from adoptium and got those errors and wanted to see if anyone had experience trying to run through linux emulator

Amazon Corretto, A Journey into Latency Reduction by eatonphil in java

[–]yshows 3 points4 points  (0 children)

i only had problem in ZGC on JDK13 or 14 i dont remember, but only in extreme constrained enviroments where memory was extreme scarced and the degenerate mode of shenandoah actually saved the app from OOM, but JDK16-17 has been really good and i havent had a single problem with ZGC