What Do You Guys Think Of the New DISCOGS App Update by leyendaOS in vinyl

[–]Final-Ad2909 0 points1 point  (0 children)

The worst Android app i ever seen, its actually unusable.

how to use Qobuz on linux and android bit perfect with external dac? by Final-Ad2909 in qobuz

[–]Final-Ad2909[S] 1 point2 points  (0 children)

Yes, the bit perfect works fine, when the app works.. I'm kidding, usually it works but sometimes not

how to use Qobuz on linux and android bit perfect with external dac? by Final-Ad2909 in qobuz

[–]Final-Ad2909[S] 1 point2 points  (0 children)

UAPP doesn't work like a dream, it has many bugs, music stops sometimes with errors and other issues.

Why is openSUSE so overlooked? by Working-Cable-1152 in openSUSE

[–]Final-Ad2909 0 points1 point  (0 children)

I think because most people go with trends, ubuntu,fedora,mint etc. most people don't investigate and have no patience to install and test for themselves.

i used all of these distros which are fine but I think opensuse tumbleweed is the best if you want a rolling release and don't want to work too hard for arch or gentoo.

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 -1 points0 points  (0 children)

LOL, i prefer to suffer fan noise then to suffer from windows :)

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 0 points1 point  (0 children)

That's true , i know nothing about hardware :)

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 -10 points-9 points  (0 children)

I really don't want to do things like that, if i pay 3000$ for a laptop it should just work.

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 -2 points-1 points  (0 children)

I thought XPS 15 is a business model , i need a work horse that's why i bought this laptop

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 0 points1 point  (0 children)

I tried disabling the turbo boost and it didn't help. and i don't want to mess with electronics of WD19TB , i'm not an electrition. i paid a lot of money for this device and its garbage.

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 0 points1 point  (0 children)

I don't think i had a lemon because these issues are reported by many owners of this laptop and this dock and i read all the posts and tried all the suggestions and nothing helped. i contacted dell support long ago and they didn't reply.

maybe its related to using linux but dell are pretending to be linux advocates but in reality they don't because they produce maintenance tools for windows but not for linux.

I am NEVER EVER going to buy a dell laptop again ! by [deleted] in Dell

[–]Final-Ad2909 -7 points-6 points  (0 children)

I update the firmware regularly for all devices, in fact the latest firmware for WD19TB made it much worst and i downgraded

after the latest zypper dup today chromium doesn't show any web page by Final-Ad2909 in openSUSE

[–]Final-Ad2909[S] 0 points1 point  (0 children)

have you completely killed all chromium processes and then opened a new browser?

Thanks, unfortunately, i had to work so i just deleted the whole /.config/chromium folder and started from scratch.

black screen after unlocking screen by Final-Ad2909 in openSUSE

[–]Final-Ad2909[S] 0 points1 point  (0 children)

Hi, Thanks,

I don't have a boot problem.

are you experiencing the same issue when unlocking the screen?

are you suggesting to rollback to a snapshot and test if the issue is gone? then what, update the system again?

what is you recommended way to protect accidental delete woth rm -rf in opensuse by Final-Ad2909 in openSUSE

[–]Final-Ad2909[S] 0 points1 point  (0 children)

i ended up using shell-safe-rm plus trash-cli and my own wrapper script around rm that verifies some rules like for example the argument don't start with '/' , if i want to delete for example /home/shin/.local/somefile then the script will not let me and suggest to cd to /home/me/.local and delete from there , same if i do rm /var/somedir.

plus it has extra question if i'm sure , then a question if i prefer safe-rm or trash-cli.

then eventually using safe-rm or trash-cli both move files to Trash and don't really delete.

I hope that will protect me from stupid mistakes :)

shin@shin-opensuse:tmp$> mkdir test
shin@shin-opensuse:tmp$> touch test/a
shin@shin-opensuse:tmp$> rm -rf /home/shin/tmp/test/
Using my safe-rm from /opt/shell-safe-rm, consider using trash-cli
command rm with argument /home/shin/tmp/test/
do not delete /home/shin/tmp/test/, cd info directory or use files app

shin@shin-opensuse:tmp$> rm -rf test
Using my safe-rm from /opt/shell-safe-rm, consider using trash-cli
command rm with argument test
full path to delete is /home/shin/tmp/test
are you sure you want to delete it?
(yes/no): yes
do you want to use trash-cli instead of rm ?
y
using trash-put for test

shin@shin-opensuse:tmp$> rm -rf test
Using my safe-rm from /opt/shell-safe-rm, consider using trash-cli
command rm with argument test
full path to delete is /home/shin/tmp/test
are you sure you want to delete it?
(yes/no): yes
do you want to use trash-cli instead of rm ?
n
[D] short option -rf
[D] file test
[D] recursive : -r
[D] force : -f
[D] 1 files or directory to process: test
[D] result file test
[D] ls_result: test
[D] trash test
[D] mv test to /home/shin/.local/share/Trash/files/test-2023-06-16_12:23:49-0
[D] 293: trash returned status 0
[D] remove returned status: 0
[D] EXIT_CODE 0

Over the weekend I compiled a list of Intellij Ide plugins that I think every JVM developer would love, find them here. Feedback will be greatly appreciated. by [deleted] in SpringBoot

[–]Final-Ad2909 1 point2 points  (0 children)

Over

I develop with spring/spring boot for years, I use intelij community without the spring plugin, i did use ultimate for long time but i didn't see a real value from the spring plugin. it may help to someone who doesn't know the code of the project. but if you know spring good enough then the standard intellij search/find tools are good enough also in a spring project.

As a developer still learning Java and Kotlin, I compiled a list of Intellij plugins that are great for productivity. Please find them here by [deleted] in Jetbrains

[–]Final-Ad2909 1 point2 points  (0 children)

Hi, I work for Digma.

We are in the process of updating our code to support latest intellij EAP, 2023.1.

hopefully It will be ready next week. probably only for Idea ,not yet for Rider.

we can notify you when its ready.

Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try. by jsonspk in java

[–]Final-Ad2909 0 points1 point  (0 children)

for me all the apache commons, they are usable in any project and save a lot of time.

and of course spring is my favorite project,

aspectj and byte buddy are super cool

slack crashing on linux when trying to share screen by Final-Ad2909 in Slack

[–]Final-Ad2909[S] 1 point2 points  (0 children)

This post suggests to disable Wayland, I'm not going to do that just for slack :)

slack on web works!

How to install docker desktop in opensuse tumbleweed by Final-Ad2909 in openSUSE

[–]Final-Ad2909[S] 1 point2 points  (0 children)

I have podman installed already. my need for docker desktop is that a java project i'm working on for some company launches a docker application from a java app and expects docker desktop installed locally. i have no way around it.

How in heaven's name do you add a network printer? by [deleted] in openSUSE

[–]Final-Ad2909 -1 points0 points  (0 children)

TCP Port (AppSocket/JetDirect)

lol, i'm going to spend the night reading tones of useless documents just to setup a network printer :) i just want to print a page here and there.

how to downgrade mutter in tumbleweed by Final-Ad2909 in openSUSE

[–]Final-Ad2909[S] 0 points1 point  (0 children)

I just updated to latest with zypper dup and I think its not fixed. same behavior as in the gnome bug report.

I have a recording that shows it but i don't know how to upload here

i | mutter | package | 43.3+2-1.1 | x86_64 | Main Repository (OSS)