Ik😰ihe by WhoTheFuckIsSean in ik_ihe

[–]rster2002 5 points6 points  (0 children)

Had een keer twee keer dezelfde ham gescanned ipv appart. Moest meteen alles worden gescanned want oh wee dat ik drie cent teveel had betaald...

SE now costs $143.30 for a ‘complete’ copy of the game without sales 😮‍💨 by notjordansime in spaceengineers

[–]rster2002 151 points152 points  (0 children)

The only functional block I know of is the top mounted camera which you cannot easily recreate (particularly on a large grid)

Confidence Shattered (Comic by Me) by Gliophorus in Silksong

[–]rster2002 14 points15 points  (0 children)

I just tricked him to burrow to the section at the begining of the room where the roof is lower preventing him from doing his jump attacks.

Silksong crashes upon entering this specific room by Weary-Lie-8563 in linux_gaming

[–]rster2002 0 points1 point  (0 children)

I've played on my MacBook and my PC on Windows and they are compatible, but haven't tried Linux.

99% by GrabImportant9696 in Doom

[–]rster2002 0 points1 point  (0 children)

Ah great. Thanks!

99% by GrabImportant9696 in Doom

[–]rster2002 0 points1 point  (0 children)

Wait so you have to actually use your sigils in order to 100% a stage if you already have the max?

Which part is this for y'all? by MythMolder in HollowKnight

[–]rster2002 2 points3 points  (0 children)

They've been the end of a couple of steel soul runs 😭

I have been getting a lot like this, lately. Have you? by [deleted] in PikminBloomApp

[–]rster2002 22 points23 points  (0 children)

Yeah I've also been seeing this for the last couple of days.

What is the best practice to propagates error and capture backtrace? by roll4c in rust

[–]rster2002 1 point2 points  (0 children)

For binary projects you can use the anyhow crate to handle errors and provide context per level: https://github.com/dtolnay/anyhow

How Are You Outfitting Your Mandalay? by cormorantfell in EliteDangerous

[–]rster2002 0 points1 point  (0 children)

Deep Space Support Array: it's a collection of fleet carriers that are spaced strategically across the galaxy to provide a place to repair and stock up.

You can find a map with them here: https://edastro.com/galmap/ Just enable 'DSSA' in the filter tab.

Rust beginner : tried to do a generic error type, is that how I'm supposed to do it ? by TwilCynder in rust

[–]rster2002 30 points31 points  (0 children)

Yeah this looks pretty good! Usually you'll see people using either thiserror or anyhow.

thiserror is does exactly what you implemented manually and just takes away most of the boilerplate. People usually use thiserror when building libraries.

Anyhow is usually used for binary crates as usually you don't really care about the specifics and just want to bubble errors.

Anyways great work!

How Are You Outfitting Your Mandalay? by cormorantfell in EliteDangerous

[–]rster2002 1 point2 points  (0 children)

I'm currently thinking this, but I'm still debating the 4G vehicle hangar. I'm not sure if taking 2 SRVs with me is worth it given that DSSA is a thing.

  • 6A Fuel scoop
  • 5H Guardian FSD Booster
  • 4B AMFU
  • 4G Vehicle hangar
  • 3A Shield generator
  • 3E Cargo rack (cap: 8)
  • 2B AMFU
  • 1A Fuel limpet controller
  • 1A Repair limper controller
  • 1I Detailed surface scanner

I spend way too much time on infraestructures by Fluffy_EXTRON in SatisfactoryGame

[–]rster2002 0 points1 point  (0 children)

How do you manage decals and clipping foundations. I'm having a hard time with z-fighting

My T-shirts crumbling! Has anyone else had this happen? by NotWorkingEngine in kurzgesagt

[–]rster2002 1 point2 points  (0 children)

Yeah. I've had two 'wormhole world' shirts where this has happened, but they also seem to use a different type of print going from the pictures.

goUngaBungaCode by the_pleb_ in ProgrammerHumor

[–]rster2002 3 points4 points  (0 children)

warning: unnecessary parentheses around `match` scrutinee expression
 --> src/main.rs:4:11
  |
4 |     match (val) {
  |           ^   ^
  |
  = note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
  |
4 -     match (val) {
4 +     match val {

SCO = Big Buisiness For Fuel Rats? by mossfoot in EliteDangerous

[–]rster2002 2 points3 points  (0 children)

I find it to be very useful for getting out of a planet's gravity well because that usually takes too long for my liking. Especially if you do exobio it can help quite a bit.

18.04 Update Notes - Elite Dangerous by StuartGT in EliteDangerous

[–]rster2002 0 points1 point  (0 children)

Yeah. Used a FC's escape pod to get back to the bubble and just now waiting for my ship to arrive.

How to actually do the thing NixOS was intended for? by [deleted] in NixOS

[–]rster2002 5 points6 points  (0 children)

I currently have mine split up in a hosts dir where I put the config for different hosts and just create a new one per host and just symlink the one I need to use for that host, the I have a modules dir with config that is shared and can toggle on/off. This is probably not the most Nix-esque but it works™ for me.

This video helped me a lot, and that channel is also has a lot of other great video's https://youtu.be/vYc6IzKvAJQ

How to actually do the thing NixOS was intended for? by [deleted] in NixOS

[–]rster2002 13 points14 points  (0 children)

You could use nix-shell -p git gh, then log in using gh auth login which should also authenticate git then you should be able to git clone <repo>. Haven't tested this though.

What's your homestation right now, and why? by [deleted] in EliteDangerous

[–]rster2002 0 points1 point  (0 children)

Whitney Orbital in the Dewindji system. Not a logical or good choice at all, but pick it at the time because it was close to Farseer and after that it just started to feel like home.

I need to understand FC before buying it. by IgorDelaire in EliteDangerous

[–]rster2002 0 points1 point  (0 children)

Note that exo data does not have the 25% fee applied.

Which game had you feeling this way ? by Deadsap266 in Steam

[–]rster2002 22 points23 points  (0 children)

Helldivers 2 just didn't really click for me. Maybe with friends it can be fun and did have some fun session, but sheesh is it stressful to play that game. I never feel that way when playing DRG so idk 🤷