dennisnedry

joined 3 years ago
[–] dennisnedry@feddit.nu 26 points 2 months ago

Weird Al Yancovic, great musician always nice to fans and seems like a great dude in general

[–] dennisnedry@feddit.nu 4 points 2 months ago (1 children)
[–] dennisnedry@feddit.nu 2 points 2 months ago

I used to do that all the time in my teenage years. I would buy a CD Album, go home, play it on my stereo, listen through the entire album while reading the lyrics or Look at the art in that little Booklet that came with the album.

Or i would just play an album, lie on my bed and just listen.

Nowadays i mostly listen to music while working or driving. I dont have a stereo and no space to have one. I would like to have a "music corner" it like Rob in High fidelity.

 

The "new" linux distro StillOS is now released for the public.

For tinkers and super users, this distro is perhaps not that interesting.

But for users that just wants to have a system that works without the need to use terminal or being afraid of destroying system files, this distro looks very promising.

I like the way how they implement web apps (when needed).

[–] dennisnedry@feddit.nu 4 points 3 months ago (1 children)

This happens all the time; it's detachable

[–] dennisnedry@feddit.nu 4 points 4 months ago* (last edited 4 months ago) (1 children)

Primary: Zen Browser.

Reserve: Edge

Zen was the beginning it was little odd but now I love it. Fast, feels great to use and no nonsense.

I can't use either Zen or Firefox at work so there I use Edge. Edge is also a nice browser, I really like the sidebar for mail and drop.

[–] dennisnedry@feddit.nu 1 points 5 months ago

At home I use startpage. I find much better than ddg.

At work i use

  1. Startpage
  2. Bing

Because Im working with a MS product at work, sometimes Bing get better results when I search for something very specific work related.

[–] dennisnedry@feddit.nu 1 points 5 months ago (1 children)

So I added the group "plugdev" to my user, but it didn't solve the issue. So I changed the group property in the rule to wheel instead: KERNEL=="hidraw*", SUBSYSTEM=="hidraw", TAGS=="bequiet", MODE="0660", GROUP="wheel", TAG+="uaccess"

And now it works fine! 👍

Though, I am not sure if it didn't work with adding the "plugdev" group because it was not the primary group? (I don't know if that is how it works or makes sense) In my system it looked something like this: <user> wheel plugdev

And maybe that was the reason why it didn't work... Nevertheless, it is working now, so thank you very much for the help and information 😀

[–] dennisnedry@feddit.nu 1 points 5 months ago

OK, Thank you for the tip!

I am currently not by my computer so I will try it later. I will post an update when I have tried. Thanks!

 

So I have a bequiet keyboard with lights. When I open up the web-based settings it says following:

It seems that you are using our device on a Linux system. To ensure full functionality, root user permission is required, while you follow these additional steps

And then goes on how I must install a *.rules file in the "/etc/udev/rules.d/" folder and then run:

sudo udevadm control --reload-rules
sudo udevadm trigger

Back when I bought the keyboard I had Mint installed on my computer.

I went through the same procedure as below on my Mint installation, and it worked. But now when I do the same on my Fedora, it does not work.

So I created a file (/etc/udev/rules.d/10-bequiet.rules). The rule file contains the following:

SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0001", TAG+="bequiet"
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0002", TAG+="bequiet"
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0003", TAG+="bequiet"
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0005", TAG+="bequiet"
SUBSYSTEM=="usb", ATTR{bInterfaceNumber}=="02", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0007", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0009", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="000a", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0010", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0011", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0016", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0017", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0023", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0024", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0025", TAG+="bequiet"
SUBSYSTEM=="usb", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0026", TAG+="bequiet"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", TAGS=="bequiet", MODE="0660", GROUP="plugdev", TAG+="uaccess"

After creating the file and running the udevadm methods in the terminal, I still get the same error.

So I looked around and found another suggestion, which was to add an additional file:

# create rule
sudo nano /etc/udev/rules.d/99-bequiet-lightmount.rules

# add this into the rule file
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="373f", ATTRS{idProduct}=="0002", MODE:="000"

# reload
sudo udevadm control --reload-rules
sudo udevadm trigger

So I added this file and ran the udevadm methods again, this also didn't make any difference (Although after this step it did work on Mint).

Is there any difference between these two that different on how I should create and "apply" rules? It did work on one system but not on the second. The Hardware is the same nothing has changed in that regards.

Does this rule stuff work differently on Fedora? Am I missing a step that I should do on Fedora that I didn't have to do on Mint?

Does "root user permission" mean that I might need to add something more, or do something different, rather than just the rule files?

What was different in Mint, was that I didn't have to add the files in "admin mode", if that makes sense. Do I perhaps need to start the browser in "admin mode" for it to work on Fedora?

Do anyone know what the issue could be here?

Thanks!

[–] dennisnedry@feddit.nu 6 points 5 months ago

I work part time from home and part time in office

Pros

  • I can concentrate better at home (Open space in office)
  • Save time driving to and from work
  • My own toilet
  • Family cat can hang out with me (if I deserve his attention)
  • Can chill out on the couch/bed when taking a break
  • My own internet connection

Cons

  • Harder to get in touch with collegues
  • When I work from home for a longer time period, I feel sometimes isolated.
  • Various household tasks trhoughout the day, which breaks my concentration
 

This is a video where Curley Cards interviews Jake Quinsee about a Lorcana match that was played on stream from a official Lorcana tournament.

It's not really easy to see that the player cheated, but nevertheless he did cheat.

Jake continues to talk about another player that was acting very unprofessionally in some kind of mental strategy to get the upper hand of the game.

There are bad players in all TCGs and unfortunately Lorcana is no different.

But I have to say that I have met the most wonderful, and funny players, while playing Lorcana.

[–] dennisnedry@feddit.nu 1 points 5 months ago

"Any people that would give up liberty for a little temporary safety deserves neither liberty nor safety."

 

New cards are revealed and it looks good for Amber in this set!

 

This is a video from Curley Cards, one of the more passionate Lorcana players and video makers. Please do look through the video!

I agree with most of his comments about the current game. The game should have more theme decks that could work outside kitchen table games.

I have done many decks that I really enjoy playing. Most of them have been a kind of a theme deck, which plays really well, but as soon as I play against a META deck it is hard to win and its just frustrating.

But some of the new cards we have seen from the Winterspell set, seems to push the game in the direction that Curley wishes. There are some nice support for Aliens, Ruby, the boost mechanism and so on. There are lots of room left for further improvements, but I think that the Winterspell set is a step in the right direction.

What does everyone else think about the current META and support?

 

We have multiple spoilers for the upcoming set (Winterspell) to go through and start the hype!

To avoid cluttering and mass posting, I have summarized all the reveals from the mushureport website here below.

Winterspell Spoiler Drops!

Snowball Fight, Negaduck, Darkwing Duck, and more!

Songs for All!

Keep the Ancient Ways, Piglet, Nani, and More!

John Smith, Pocahontas, Rapunzel, and More

Nearly Indestructible, Mother’s Necklace, and Mystical Inkcaster!

[–] dennisnedry@feddit.nu 1 points 6 months ago* (last edited 6 months ago)

Ja det är sant. Men, det är SVTs uppgift att rapportera informationen till folket, inte att analysera vad som sägs är sant eller om det som sagts är positivt/negativt. Sadana analyser och kommentarer görs av experter eller andra kunniga personer som SVT intervjuar/fragar ut. Journalister kan naturligtvis skriva artiklar och säga vad dom tycker direkt.

[–] dennisnedry@feddit.nu 7 points 6 months ago* (last edited 6 months ago)

There’s never a local hobby/support group for it

This is the hardest part..

 

It seems that we are getting prerelease packs from the coming Wilds Unknown expansion and onwards.

Each pack will have the following

  • 6 Wilds Unknown booster packs
  • 1 of 6 promo cards (one per ink!)
  • 1 cardboard deck box
  • 4 Disney Lorcana dice
  • 1 special set-specific item
  • 1 rules sheet

As a Pokemon player, which already have similar prerelase packs, I am very happy about this news!

 

With the upcoming new set, there are some updates to the Lorcana rules.

Most rule updates have to do with the new mechanics (boost, Alert) and how everything is defined. So take your time and read through the changes.

6
submitted 9 months ago* (last edited 9 months ago) by dennisnedry@feddit.nu to c/lorcana@lemmy.world
 

Frank Karsten won the DLC Milwaukee this weekend with his Steel Amethyst deck.

Mine, at the moment favorite deck Sapphire Steel, landed in Top32 with player Tyler Tsunekawa. Well done!

But there there was some controversies, such as when Dinh Khang Pham had to swap out some of his cards for proxy cards (Link to X)

So all in all, it was a good weekend for Lorcana. I saw some games on twitch and it was very fun to watch.

 

Some cards form the coming set "Whispers in the Well" was revealed.

What does everyone think so far? It seems that Purple is getting the strongest cards.

view more: next ›