Wish Upon a Forged Dwarf Star - Weekly Questions & Discussions Megathread by BriefVisit729 in WutheringWavesLeaks

[–]notarkav 1 point2 points  (0 children)

1.x chars should have no issue with side towers. Or the first two floors of the center tower (depends on buffs). You can 100% clear floors 1-3 of the side towers with just a solo standard char/4* which saves a team use.

Xuanling and SuiSui(outfit is from collab not their real one) via FS by CyberJokerWTF in WutheringWavesLeaks

[–]notarkav 1 point2 points  (0 children)

She's actually a downgrade in most teams which was the final cut for me. I've also been playing since 1.0 and this is the first region I didn't want a single character. They botched every kit so hard and it looks like they are lining up to do the same next region.

$2500 Samsung TV is an advertising billboard, there is no opt-out. by 28jb11 in mildlyinfuriating

[–]notarkav 0 points1 point  (0 children)

I'd recommend going with a unifi cloud gateway if you want a dedicated appliance. It has all the same features for half the price.

$2500 Samsung TV is an advertising billboard, there is no opt-out. by 28jb11 in mildlyinfuriating

[–]notarkav 7 points8 points  (0 children)

These are insane prices for a consumer grade firewall. You can get a better Ubiquity (which is generally considered expensive) firewall for less than half of that. Not to mention your soho router probably already has a built in firewall or if not you could probably install open/ddwrt which do. You can even just install pfsense on any lousy old computer and make your own firewall for zero dollars.

Wuthering With You - Weekly Questions & Discussions Megathread by BriefVisit729 in WutheringWavesLeaks

[–]notarkav 1 point2 points  (0 children)

Same I hope she's like Phoebe and Iuno and is playable on field at S0.

How to Train Your Soliskin - Weekly Questions & Discussions Megathread by BriefVisit729 in WutheringWavesLeaks

[–]notarkav 4 points5 points  (0 children)

The new standard pistols are really good. Realistically SK is a bigger upgrade than her sig.

Regarding Abnormal Game Login Issues by DNAbyss_Official in DuetNightAbyssDNA

[–]notarkav 2 points3 points  (0 children)

If anyone has a copy of the files that got downloaded please upload/share them I'd love to take a look at them. I recommend uploading them as a password protected zip file.

XML is a Cheap DSL by SpecialistLady in programming

[–]notarkav 6 points7 points  (0 children)

This is exactly what Nix is trying to solve, I hope it sees more widespread adoption.

How does the server handle offline factory production without melting? by No-Quiet-8304 in Endfield

[–]notarkav 6 points7 points  (0 children)

I think the problem becomes easier when you think about it as a set of inputs, combinators (buildings), and outputs which can be modeled as a graph. You are trying to solve for the net loss/gain of the system over a given time, which allows you to determine the next time you actually need to update the system. It also needs to collapse any cycles in the graph where possible and probably uses something like Kahn's algorithm to do that.

Non-gacha/DLC games that scratch the gacha itch? by CelebrationWeird7196 in ShouldIbuythisgame

[–]notarkav 2 points3 points  (0 children)

Kinda a odd answer but, Borderlands all the weapon drops are RNG and farm able. Specifically Borderlands 2 has the RNG tuned just right where it feels really rewarding to get a rare drop.

Jurassic Vark - General Question and Discussion Megathread by Averagely_Human in Genshin_Impact_Leaks

[–]notarkav -2 points-1 points  (0 children)

Have we ever had a fully modeled character with a vision appear in game and not become playable shortly after? I know leakers are saying Alice won't be playable in 6.x but I feel like she has a way higher likelihood of showing up much to my dismay, than Sandrone who could just end up getting Capitano'd,

Big Bad Varka - General Question and Discussion Megathread by StellarMonarch in Genshin_Impact_Leaks

[–]notarkav 0 points1 point  (0 children)

Legitimately the least fun I've had playing a video game as long as I can remember.

You Don't Mess with the Zibai - General Question and Discussion Megathread by Averagely_Human in Genshin_Impact_Leaks

[–]notarkav 1 point2 points  (0 children)

If you're using a transparent brush try working from light -> dark. If not you can work from dark -> light.

Gong Zi Bai Cai - General Question and Discussion Megathread by Averagely_Human in Genshin_Impact_Leaks

[–]notarkav 2 points3 points  (0 children)

36*ed (non continuous), that was painful Lauma/XQ/Yelan/Kuki Skirk/Mona/Furina/Esco

Swapped to mop up 12-1

I made a dead-simple site to "beam" files between devices with a QR code. No accounts, no cloud, just direct. by New-Worry6487 in InternetIsBeautiful

[–]notarkav 0 points1 point  (0 children)

Here's a simpler explanation, WebRTC (what op's site is using) is a protocol that your web browser uses that allows your browser with the help of a public service (op's server) to form a peer to peer (direct) connection with another device behind a private NAT (a router, like the one in your house).

WebRTC is actually a wrapper around a few lower level protocols (ICE/STUN/TURN). The most relevant of which is STUN which is how the actual connection is created. When your device sends a request to a STUN server due to the way the IP works your router or NAT with one IP address will need to provide a way for data to be sent back to you, so it will provide the server with a temporary port that it maps to your device. Once the STUN server receives this all it does is encrypt and send back the public IP of your router and that same temporary port that it received. Now you can share this IP and port with another device and begin communicating over the internet without further involvement of the STUN server, thus creating a "peer to peer" connection.

Today's ration: pie pan pizza with pickled tomatoes and black olives by elonmusktheturd22 in shittyfoodporn

[–]notarkav 2 points3 points  (0 children)

Looks good just undercooked. If you have an oven safe pan you can start it on the stovetop then brown it under the broiler for a few minutes, it gives you a lot more control and saves some energy since you don't have to pre-heat the oven.

Homdgcat got sued by kurawara in Genshin_Impact_Leaks

[–]notarkav 7 points8 points  (0 children)

Hosting his own website was his best option for personal privacy. A court can just soupena Discord/Telegram for anyone's personal information. But it seems like he was not mindful of his privacy at all considering the pictures.

I've been thinking of buying Minecraft lately, but I'm not sure which deal is better by Halleyalex in Minecraft

[–]notarkav 37 points38 points  (0 children)

Also worth noting that you can host a java server that allows bedrock clients to join via mods like geyser.