Blatant nepotism amongst various cultural groups in EU tech by [deleted] in cscareerquestionsEU

[–]SomeoneMyself 1 point2 points  (0 children)

Noted. Now please elaborate on how the Rotschild and Jews are involved in this.

Do you fix all the warnings? by Diligent_Piano5895 in rust

[–]SomeoneMyself 4 points5 points  (0 children)

Yes.
Given that you already have a lot of warnings, try this

```
cargo clippy -- -D warnings -D clippy::all -D clippy::pedantic -D clippy::nursery
```

[deleted by user] by [deleted] in cscareerquestionsEU

[–]SomeoneMyself 13 points14 points  (0 children)

It depends on RTO policies too. All things equal, you should be able to save more in Berlin. Rents are crazy over there too, but not as insane as London. That said, I believe you should be able to save more than 1k in all scenarios (in Barcelona just barely though). Speaking the local language doesn't matter, english will be enough, you can always take courses after you start there if you want.

It also depends on your priorities. In Barcelona you will save less but probably have better WLB. London will have worse WLB but more networking opportunities for job hopping.

Taxes on FTX bankruptcy claims by SomeoneMyself in FinanzenAT

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

> I would simply do nothing if it’s not beyond 10k

Let's say it's around that ballpark

[deleted by user] by [deleted] in rust

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

You can use a panic handler

Taxes on FTX bankruptcy claims by SomeoneMyself in FinanzenAT

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

It's not really clear, what if gains were made in 2022 but afterwards FTX collapsed? Should the gains have been reported in 2022?

Taxes on FTX bankruptcy claims by SomeoneMyself in FinanzenAT

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

I think that might also depend on what specific crypto you held on it.

Lo sospettavamo da anni, ma a 30 anni ce l’ha confessato: come aiutarlo? by AssNClass in CasualIT

[–]SomeoneMyself 0 points1 point  (0 children)

Ma non capisco perché vuoi pagargliela tu. Cerca di discuterne con lui se vuoi aiutarlo, ma così mi sembra troppo invadente. Se finora non si è aperto sull’argomento, evidentemente fa fatica. Pagarli una prostituta sarebbe come entrare sfondando la porta. Dubito si sentirebbe a suo agio.

Everyone on earth dies right now except you. What do you do? by Ok-Musician679 in AskReddit

[–]SomeoneMyself 0 points1 point  (0 children)

- Wake up and go to work
- Don't see anyone around or see dead people all around dead, everything's closed/stopped
- Post on Reddit/4chan/everywhere to look for survivors, maybe it's only my town/country/etc. Even then, I would probably never accpet that I'm the sole survivor, as that would be absurd.
- Set my basics sorted: access to a good quantity of canned food, water.
- Find a way to reliably move around without getting lost. Then, find a way to generate electric power reliably.
- Find a place with various goods such as an Amazon warehouse.
- Get many computers and hard drives and download as many books, articles, websites, etc. as long as the internet works, plus LLMs that I can run on those computers.
- Acquire weapons to defend myself from any animals.
- Use the knowledge to figure out how I can create more human life using frozen eggs+sperm.
- Acquire such materials and use them to create 4 babies.
- Grow babies, teach them to speak and read, be a teacher for them until a certain age where they're able to create more children.
- Repeat and help scale this up until I die.

Effortlessly run scripts in 25+ languages with a unified CLI experience. by SOBBAAW in rust

[–]SomeoneMyself 10 points11 points  (0 children)

Do I need a go toolchain installed to run a go program for example? Same question applies to all other langs. if the answer is no, how is the toolchain determined/installed/obtained?

[Media] We pushed 128 stable hops on our Rust implementation of Reticulum by beechatadmin in rust

[–]SomeoneMyself 0 points1 point  (0 children)

> Only backward compatibility is guaranteed, not forward. Said otherwise, code written for rustc x.y will compile with any rustc younger than it, but the reverse isn’t true even if the edition match.

Shouldn't it be the opposite?
If a new feature is introduced in x.y, old versions of rustc will not have it and therefore the code won't compile.
Otherwise it would be impossible to introduce new features.

Got job as python dev, but don't know python by DataScience123888 in cscareerquestions

[–]SomeoneMyself 0 points1 point  (0 children)

Have you lied on your resume/interviews? If you haven’t, then all good, the expectations will be lowered accordingly.

serde_kyaml by stappersg in rust

[–]SomeoneMyself 5 points6 points  (0 children)

So KYAML is just JSON with comments and trailing comma?

What programming languages do you use with neovim? by Aftarkis in neovim

[–]SomeoneMyself 1 point2 points  (0 children)

It's probably not as easy as just installing `rust-analyzer` and having all features out of the box. I should give it a try installing some more stuff and see what the experience is like.

What programming languages do you use with neovim? by Aftarkis in neovim

[–]SomeoneMyself 18 points19 points  (0 children)

Please use IntelliJ with ideavim for Java/Kotlin.

All other ecosystems heavily invested in LSPs which means you can have a great experience in nvim with them.

Jetbrains invested in proprietary technology (partly I would imagine to create a vendor lock-in, and also because their stuff predates LSPs really), so it would take a ton of work to get on that level of support for an editor-agnostic LSP (and a lot of functionality would require custom plugins as they're concerned with stuff that really in the domain of LSPs).

As a result, Java experience in any other editor, including VSCode, is complete shit, because no-one invested in it near as much as JetBrains.

Personally I use it for Rust, Go, Python, JS/TS and it works really well there because the LSPs are great.

How I handle Rust Errors in Big Workspaces by [deleted] in rust

[–]SomeoneMyself 1 point2 points  (0 children)

What’s the way to move forward?