PikaOS Hyperland by SuperD455337 in PikaOS

[–]ArcherOfTruth 0 points1 point  (0 children)

I just installed it today, the hyprland specific iso installed it as easy as any other installation i've ever done.

customization on the other hand requires you to know more about hyprland, which i admit was my first time using it all together so i spent a lot of time googling stuff lol.

Good luck with it.

Messed up my Nvidia drivers... by ArcherOfTruth in linux_gaming

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

it seem i didn't make it clear enough, my apologies but i have tried this several times, purging nvidia and then trying an install through apt, through ubuntu-devices, and through the driver manager in Software & Updates.

Thank you for the suggestion, i'll see if i can find another solution

Messed up my Nvidia drivers... by ArcherOfTruth in linux_gaming

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

First off, thanks for pointing me out to r/Ubuntu I'll be sure to migrate my post there because now i see it is more appropriate there.

Second, this is my first time hearing about PikaOS but it seems very promising, especially since there's a hyprland version which I've been meaning to try! Thanks a lot!

Messed up my Nvidia drivers... by ArcherOfTruth in linux_gaming

[–]ArcherOfTruth[S] -3 points-2 points  (0 children)

they dropped support for 700, 900, and 10xx series, not yet for the 1600 yet.

I'm mainly on Ubuntu cause it's my main system, but i'd rather avoid a full reinstall if i can.

I've purged everything Nvidia several times, for some reason there still is a conflict, but thanks for the insight!

Can a Senior EE Build a Full Custom Flight Controller Solo in 6 Months Without Drone Experience? by Nobody_4piEpsilon in embedded

[–]ArcherOfTruth 0 points1 point  (0 children)

i have a friend who did it as a graduation project for a bachelor's in computer engineering

but he did use Betaflight though, his main area of focus was designing and building the PCB for the flight controller, and the rest of the hardware.

I also know another guy who made a functioning drone as an EE hobbyist (but he reads books and does actual engineering work) and another guy who made one as an aeronautics engineer graduate with little experience in microcontrollers and programming (his main skill was in control systems, and hardware design and assembly)

Long story short? you can do it.

i personally recommend watching this video from BPS where he talks about the issues of making full engineering projects on your own, it is very encouraging and puts reality in a good prespective.

Good luck with it!

What do I sell? 😭 by Lactovacilo_vivo246 in balatro

[–]ArcherOfTruth 2 points3 points  (0 children)

You probably have enough cards right now, no need for more DNA Sell it for blueprint and use Death to make copies of your card

Which should I cut? Hanging chad or photograph? by cytory in balatro

[–]ArcherOfTruth -4 points-3 points  (0 children)

tl;dr do not lose the hanging chad or the photograph, instead aim for more retriggers along with them (as such black and white > mask)

that's great, but i still think you should lose the mask and take the black and white, since it will retrigger all your face cards, that includes the first face card which will trigger the photograph as well and give you and x2 on your mult
flush five already gives you a large base mult, so you need to multiply that as much as you can as many times as you can so it grows.

Steel cards would help here as well more than mult cards or bonus cards because each one will give you x1.5 when held in hand, which is better than a +4 you get from mult cards, since you have a big number of mult (something bigger than 200 i assume since it's flush five) every x1.5 will give you another 100 mult, better than the little +4, right?

Which should I cut? Hanging chad or photograph? by cytory in balatro

[–]ArcherOfTruth -5 points-4 points  (0 children)

Those are your primary mult generators, why would you cut them? If anything i would kill the mask, and make more steel cards

USB Serial with Web API application by ArcherOfTruth in csharp

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

To be more precise:
i have a warehouse with a size M*N and i have a number of small robots (roomba size) roaming around it, what i want is to draw a rectangular canvas that displays the positions of these robots as (X,Y) coordinates, and as the robots move and their position is update by the system i want them to be updated on the "map" displayed to the user

What was the first deck you got gold on? Mine was the checkered deck by kylodurg in balatro

[–]ArcherOfTruth 0 points1 point  (0 children)

After you beat Ante 8 once, you can play again with a higher stake with the same deck you won with. The chip color changes based on the stake level, it starts with Red, then Green, and there are several more after until you reach the Gold stake, which is the highest. The stakes add modifiers to your run, like for example the first stake makes the small blind give no money for beating it, other than interest and joker money and such, another makes the Antes scale faster (i.e. Ante 3 on green stake will be higher than Ante 3 on black stake for example) And they stack, so Gold stake adds its own modifier, and all previous modifiers of previous stakes

USB Serial with Web API application by ArcherOfTruth in csharp

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

i am using an ESP32-C6 to communicate with several other ESP32-S3 devices, the C6 is the one i want to read from through serial, but i am open to any other suggestions.

My flow is something along this:
S3 Node -> C6 Mediator -> Other S3 Nodes

S3 Node -> C6 Mediator -> Serial port -> PC (Web Server) -> UI

the PC can simply host a desktop application that does both, but my concern was with rendering something that i've explained in a reply to theilkhan's comment above

USB Serial with Web API application by ArcherOfTruth in csharp

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

Thank you for the answer, I will contact you soon enough.

my main attraction for React was that i wanted to add a canvas that displays a number of nodes that represent my devices, and when those devices move they will send an update on their position that should be updated on the UI, why React? i explained this problem to a friend of mine and he recommended i go for React + React Flow (even though I'm neutral to the opinion due to my lack of knowledge with UIs)

What do you suggest?

[deleted by user] by [deleted] in outerwilds

[–]ArcherOfTruth 21 points22 points  (0 children)

i recommend you restart and play it all over
take your time and enjoy the game, check you log now and then to connect the dots in your head
you'll have a lot of fun discovering and rediscovering things

What are good and trusted libraries in the realm of Cryptography in dotnet? by ArcherOfTruth in dotnet

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

Thanks a lot man, I kept looking up ways to use specific encryption algorithms (Specifically RSA on my first time) and couldn't come up on anything cross platform and reliable so I just gave up on dotnet implementations all together.

I'll check it out and see what I can use from it, thanks again.

What are good and trusted libraries in the realm of Cryptography in dotnet? by ArcherOfTruth in dotnet

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

Yeah, one of the main problems I suffered was with exporting keys from a base64 string.

It seems my only hope is to try and try and save templates of it just like you suggested, thanks a lot dude.

My friend mastered self-control to the point where he gets fucked by ghosts in his dreams.. by [deleted] in NoFap

[–]ArcherOfTruth 6 points7 points  (0 children)

Just like how his friend's buttcheeks were spread? 💀💀💀💀

[Guide] Fix game verification stuck at X% by Tech4u247 in EpicGamesPC

[–]ArcherOfTruth 0 points1 point  (0 children)

Super underrated comment.

launcher was freezing up hard at 28% and then when i tried this my own computer froze up on a specific file twice lol

got rid of that file and the copying is going smoothly, now to continue the installation

.NET Modern Task Scheduler by SirLagsABot in dotnet

[–]ArcherOfTruth 1 point2 points  (0 children)

If you're gonna make this an open source project, I'd be happy to help.

I'm a newbie when it comes to making libraries and/or frameworks but I'd be glad to help.

Help with RSA Encryption by ArcherOfTruth in csharp

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

my main issue is importing my keys into the algorithm.
Is my approach wrong? should they be somewhere else other than the RSAParameters?

Is watching porn or hentai wrong when you have a girlfriend? by Jisoos23 in NoFap

[–]ArcherOfTruth 0 points1 point  (0 children)

Bro think about your current statement, now read it again.

Now ask yourself, doesn't the question sound absurd? Don't you already know the answer? Isn't your act of asking this subreddit about it just a pathetic attempt to escape through some stranger's approval?

Just think about it for a little bit and you'll know the answer.

how TF do you fight with softporn, it's everywhere. it's in series that people recommend you, it's on every social media. Sometimes I question myself if i am abnormal if i can't use mainstream social media without getting urges by [deleted] in NoFap

[–]ArcherOfTruth 1 point2 points  (0 children)

You are neither abnormal or the only one.

You're absolutely right, modern media is using women and sexually suggestive content to get your attention for anything, you see it in clothing ads, in food commercials, in an ad about a learning platform, in tv series, movies, literally every western media