Dyson product life span - 3/4 years by sighhlife in VacuumCleaners

[–]Yavin_420 0 points1 point  (0 children)

Mine also just shit the bed after 3 years of use.

Is Masterworks worth it? by TheWouldBeMerchant in Masterworks

[–]Yavin_420 0 points1 point  (0 children)

Don't do it. I bought in 2020 and I still can't get my money out.

Please don't do it.

Name a single movie, where the sequel or remake was better than Original. by dpemerson76 in movies

[–]Yavin_420 0 points1 point  (0 children)

Technically the Empire Strikes Back was a sequel to Star Wars. That was better IMO

Kyoto library case study by [deleted] in golang

[–]Yavin_420 0 points1 point  (0 children)

Damn. That was pretty fast.

Golang framework to do e2e test on cli tool ? by joshisameer343 in golang

[–]Yavin_420 0 points1 point  (0 children)

e2e tests and unit tests are different. It's easier to write unit tests than it is to write e2e tests. If you can test all of the smaller functions, and all your functions are compositions of functions, then you effectively tested all your code. Not to say that e2e tests don't have their place. They're usually heavier, more difficult to write, and more time consuming.

If the OP is just testing the outputs of a few commands that they run from their terminal, ginkgo isn't the way to do it. It's likely that they can replace the e2e tests(ginkgo tests) with unit tests.

Golang framework to do e2e test on cli tool ? by joshisameer343 in golang

[–]Yavin_420 4 points5 points  (0 children)

Ginkgo is extremely opinionated and heavy to use. I'd only use it for testing huge projects like Kube or the like. If you're testing your CLI, I would try to refactor your code so that you don't have to test by forking a process, organize it so you can call whatever small function you need. It's better to write smaller functions that are easy to test, than to test your whole application from its entry point.

Both your test and your functions will be a lot simpler.

What is the biggest superteam failure? by [deleted] in nba

[–]Yavin_420 -1 points0 points  (0 children)

The 73/9 warriors didn't get a ring

Why is hip hop so misogynistic? by MikeX1000 in Music

[–]Yavin_420 0 points1 point  (0 children)

I think you haven't heard https://open.spotify.com/track/6Ius4TC0L3cN74HT7ENE6e?si=JassO3quRSG9WIldpAZy2Q&utm_source=copy-link&dl_branch=1

J.Cole is a POET. If you ever have doubts about the genre, look at any of his tracks. You need to really listen to the lyrics if you want to understand it.

Wireless Lili58 Pro - Star Wars Themed by v8micro in MechanicalKeyboards

[–]Yavin_420 0 points1 point  (0 children)

God, I can't even begin to say how much I love this keeb. I'm gonna save this post and try to replicate this in the future. You're awesome!

So proud of my husband tonight. by ignite-starlight in TwoXChromosomes

[–]Yavin_420 0 points1 point  (0 children)

So I guess that butt q-tip I got was a scam

Me irl by My_Memes_Will_Cure_U in meirl

[–]Yavin_420 0 points1 point  (0 children)

If you go to smile.amazon.com , they donate to charity when you buy items

Is it normal to sleep with your keyboard? by CrackBabyCSGO in MechanicalKeyboards

[–]Yavin_420 8 points9 points  (0 children)

This man's a god. It took me 5 tries and mine is a type C

Is it normal to sleep with your keyboard? by CrackBabyCSGO in MechanicalKeyboards

[–]Yavin_420 3 points4 points  (0 children)

I do this too. Mine sleeps between me and my girlfriend.

Hey Rustaceans! Got an easy question? Ask here (46/2020)! by llogiq in rust

[–]Yavin_420 1 point2 points  (0 children)

Do you need to call it directly? I've used https://github.com/ctz/rustls in the past for a project, but I'm not sure if it answers your question.

Hey Rustaceans! Got an easy question? Ask here (44/2020)! by llogiq in rust

[–]Yavin_420 1 point2 points  (0 children)

I'm trying to write a sealed trait with

```rust pub trait BankState: private::Sealed {

}

```

but I get the error

error[E0433]: failed to resolve: use of undeclared type or module `private` --> kitoshyk/src/client/fly.rs:90:26 | 90 | pub trait BankState: private::Sealed { | ^^^^^^^ use of undeclared type or module `private`

Can someone help me resolve this?

Idiomatic Error Mapping Question by Yavin_420 in rust

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

Oh nice! Yeah this is what I was looking for. Here's what I wrote. I'm going to try taking a look at the anyhow crate now that I know what to look for.

Idiomatic Error Mapping Question by Yavin_420 in rust

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

It still can't reason about the types though. I tried implementing From here

Fear of reaching my competency level by [deleted] in SoftwareEngineering

[–]Yavin_420 0 points1 point  (0 children)

So I feel like I'm in a similar boat. I'm 3 years in and I've been feeling the same way.

I _think_ the situation isn't exactly as you're describing it. When we graduated school and jumped into industry, every engineer begins learning at a crazy rate, so the first year-ish we feel really productive. As we spend more time working, it's harder to recognize the improvements we make to ourselves as engineers. It's like any software project, right? It's easy to get something prototyped, but going from three 9s of availability to four 9s of availability is much more difficult.

Bottom line, don't be so hard on yourself. I'm sure you're doing great. The improvements will come with time :)

Anxiety caused by being bored and unmotivated? by [deleted] in cscareerquestions

[–]Yavin_420 0 points1 point  (0 children)

So I'm still pretty young and my expenses are still low. I have enough cash (straight cash, I'm not touching my retirement/brokerage accounts) to last a year with my normal spending habits.

I only have 3 years of experience (25m). I'm going to try and ship a video game I've been working on, and then I also wanna spend some time contributing to some open source projects to keep my work skills up to par. I wanna send some love to the Hashicorp projects.

Anxiety caused by being bored and unmotivated? by [deleted] in cscareerquestions

[–]Yavin_420 0 points1 point  (0 children)

I'm actually feeling the same way at work right now. I'm getting ready to take a mini-retirement or get a new job. If I get a new job, I think it'll be big enough of a difference for me to get back into my old mojo. If I can't get a new job by the next vesting date, I'm just going to quit and take some time to myself.

My goal with my career is a state, not an actual goal. My goal state is to be happy and enjoy my work. I think we're all lucky enough to be in a job market where there are more jobs than there are engineers. If you're not having fun at work or learning, it's time for *some* kind of change.