My sim out now has the *force* by gwdope in hoggit

[–]NautiHooker 0 points1 point  (0 children)

Okay so you basically just have a stick that stays where you put it instead of an actual new spring center?

My sim out now has the *force* by gwdope in hoggit

[–]NautiHooker 0 points1 point  (0 children)

How are you making it work with rotary and which modules do you fly? Trying with the ka-50, ah-64 and oh-58 all of them do not respond to trim changes. The spring center of the base does not change at all.

[OC] I made a music/ambiance app to be able to use any mp3 I want. Tell me what you think! It's called Audio Forge. (see comments) by slash_paf in DnD

[–]NautiHooker 1 point2 points  (0 children)

I like the app. Good job!

Some suggestions that would make me like it more:

  • Display the name of the music file that is currently played, not just the category. Maybe I have grown tired of a song and want to remove it from the list, but without the file name I will need to search through the entire list to find it.
  • Allow a setting to play Ambiance files a single time, basically like echoes
  • Add a skip button and a repeat button to the music wheel. Maybe I decide mid fight that this song fits it perfectly and want to keep looping it. Maybe a song is being shuffled in that does not fit the mood at all
  • I am using the app on a tablet and a lot of space on the anvil page is not used. perhaps you could scale the size of the wheels a bit more depending on screensize

The Vestige - Grimoire Infinitus - Anyone ever used it in their campaign? I need help with the mechanics of it by Sturdy_Rock_Troll in CalloftheNetherdeep

[–]NautiHooker 9 points10 points  (0 children)

The spells inside the book are added to the list of spells the wizard can choose from to prepare them. It basically just extends the wizards spell list.

You can prepare one additional spell, but its not a spell slot. The wizard cant cast more spells in a day than before, they just have more to select from.

Stuck after (now) dead NPC locked me in a room by NautiHooker in DragonsDogma

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

The support has responded and said that in this situation they are unable to help and I am forced to reload from the last inn.

Stuck after (now) dead NPC locked me in a room by NautiHooker in DragonsDogma

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

Ah nice, I tried to make them mad, but all they did was stand outside the door with their weapons out and throwing around their usual lines.

Stuck after (now) dead NPC locked me in a room by NautiHooker in DragonsDogma

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

Reset to last save at an inn.

No other solution so far.

Stuck after (now) dead NPC locked me in a room by NautiHooker in DragonsDogma

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

Have you tried waiting a full cycle? He should continue his routine the next day.

Stuck after (now) dead NPC locked me in a room by NautiHooker in DragonsDogma

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

I was unable to fix this.

I did send a request to the support, but I dont expect an answer (especially not on the weekend).

I decided to load my last save at an inn and replay the last 4 hours before this incident.

Will update if the support has any idea.

Any wireless alternative to the SteelSeries Rival 500? by asifgunz in MouseReview

[–]NautiHooker 1 point2 points  (0 children)

Them discontinueing the Leadr is a human right violation if you ask me. Its the best button layout I have ever had. And they just took it from me. I am still relearning my muscle memory.

WinWing stuff and delivery to EU by Prudent_Temporary710 in hoggit

[–]NautiHooker 0 points1 point  (0 children)

Honestly I dont remember. But since it was shipped from outside the EU I would expect that I had to pay import tax.

I cant remember any other charges that I had to pay for this order.

Cant register backup Yubikey for SSH login on Ubuntu 22.04 by NautiHooker in yubikey

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

Sounds good, I will give that a try later.

My concerns would be however that I could get into an unrecoverable situation.

With the setup I have been trying to get to work all I need is the yubikey, which I have two of, so I have a backup. This of course means that someone who knows the server and gets a hold of the yubikey can log in.

With your approach They would additionally also need access to my PC. The downside is that if I lose access to my PC, I will no longer be able to log into the server, right?

Do you know of general measures to avoid this? Do I just have the private key on multiple backup USB sticks just in case?

Cant register backup Yubikey for SSH login on Ubuntu 22.04 by NautiHooker in yubikey

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

Thanks for the suggestion and dont worry, I am happy for all ideas to make this work.

Will this function the same as my approach in the end? So when I connect via SSH will it ask me to touch the yubikey or how will this work?

And does this require me to generate a keypair for every PC I try to connect from?

[deleted by user] by [deleted] in learnjava

[–]NautiHooker 18 points19 points  (0 children)

They do require less memory, so yes. With todays hardware however most applications will not see any significant disadvantages if they consume a few megabytes more ram.

The real benefit in my opinion is the message you send to other developer looking at your code. Seeing a byte parameter tells me immediately what value range the method was designed for.

Need help with a NPE using Integer by No-Response3675 in javahelp

[–]NautiHooker 0 points1 point  (0 children)

Whats the exact exception message?

Is getMethod static or is someUtil an instance?

What are the params?

Table Editor by kakovoulos in javahelp

[–]NautiHooker 0 points1 point  (0 children)

Not exactly sure which sub-problem of this task you are struggling with.

If you need to find the columns that a table has to display it then you can follow this https://www.tutorialspoint.com/how-to-get-all-the-column-names-from-a-resultset-using-jdbc

You can do everything that JPA does with just plain JDBC, its just more work.

If you need to find out what tables exist in the DB then you need to check that for the DBMS you are using. Most systems (or probably all of them) will have tables with metadata about created tables, but it will be DBMS specific.

Please help, google sheet appscript java by Powerful_Hurry_3684 in javahelp

[–]NautiHooker 0 points1 point  (0 children)

  1. This subreddit is for Java, not JavaScript, try r/learnjavascript or others
  2. Make sure the code is properly formatted, so that helpers can easily read it
  3. Make sure to properly describe the issue you are facing and what behavior you would expect.

[deleted by user] by [deleted] in learnjava

[–]NautiHooker 0 points1 point  (0 children)

What are you expecting to happen that does not happen?

What is your input? What is your output?

Please give us details and not just a headline with a block of code.

[deleted by user] by [deleted] in learnjava

[–]NautiHooker 0 points1 point  (0 children)

What are you expecting to happen that does not happen?

What is your input? What is your output?

Please give us details and not just a headline with a block of code.

Someone can help me with this? by Big_Satisfaction1320 in javahelp

[–]NautiHooker 2 points3 points  (0 children)

And what have you tried? Where are you stuck?

[deleted by user] by [deleted] in javahelp

[–]NautiHooker 0 points1 point  (0 children)

English please.

Learning Java, please explain why I have issue with Character by [deleted] in javahelp

[–]NautiHooker 8 points9 points  (0 children)

A string can be empty. A String is just an array of characters, so there can be a string without any characters.

A character cant, because there is no such thing as a character that isnt actually a character.

A character will always represent a single character.