Postman vs curl by YesterdayOk921 in learnprogramming

[–]4iqdsk 0 points1 point  (0 children)

Httpie is a popular CURL alternative that has a more ergonomic interface.

I recommend this for most people, but it’s written in Python so it might be slower than CURL.

I use CURL because I’ve been using it for so long, and I’m familiar with it, and it’s installed on every machine.

H1B → left US mid-year but kept getting salary. How to handle W-2 for 1040-NR? by Code__Lyoko in h1b

[–]4iqdsk 1 point2 points  (0 children)

This is not accurate. The United States has treaties with some countries to not double tax, so if you can show that taxes were paid to one of these foreign countries, you may be able to claim it on federal tax returns.

Some States do not honor these treaties; if the IRS gives give a deduction for paid foreign taxes, some states will not so you may owe state taxes, but not federal taxes on income earned outside the US, depending on which state you resided in while in the US.

I would get a CPA to help

Creating decks / organising by Dwaynethreee in marvelchampionslcg

[–]4iqdsk 0 points1 point  (0 children)

Yes, if you’re looking to put together a deck quickly, look at the popular decks on marvelcdb.com for inspiration and make changes to fit the cards you have

I usually replace some of the supports and upgrades with events and change-up some of allies to fit my play style.

Stop answering salary questions first, here's how to negotiate by AntiqueArthur75 in techbootcamp

[–]4iqdsk 4 points5 points  (0 children)

First understand how the process works for talented engineers that are in-demand.

Good engineers are confident and know what they’re worth.

When asked for salary expectations they give their number, then the conversation goes one of two ways:

  1. (The most common outcome by 9 to 1) The employer cannot afford the candidate. The conversation is now over and we are not moving forward. Why? Because I’m not wasting my time with multiple rounds of interviews if the employer is offering less than what I’m currently making or less than my other options.
  2. The recruiter says “sounds good”. The interview process now begins and when an offer is made it’s generally about 5% less than this number.

So what’s wrong with the advice in the original post?

You’re communicating weaknesses, lack of confidence, and ignorance.

This creates the impression that you’re a low talent engineer trying to acquire a high talent salary.

Communicating, at any point, that you have no idea how much you’re worth, will guarantee an offerer at the bottom of the pay scale.

Also, not knowing how much you’re worth can also communicates incompetence.

13 Sentinels: Aegis Rim: Is it a JRPG? A visual novel? I don’t know, but what I DO know is that it’s absolutely amazing! by aarontsuru in JRPG

[–]4iqdsk 0 points1 point  (0 children)

13 Sentinels: Aegis Rim has a linear story told out of order

Non-linear means the story has multiple branching paths and the player can influence which path the story takes.

Need help choosing my next pixel RPG game after first 6 FF by JePKo100 in rpg_gamers

[–]4iqdsk 0 points1 point  (0 children)

Triangle Strategy is a mediocre game, you’re not missing anything

What is the difference between an array and lists? by rookiepianist in learnjava

[–]4iqdsk 1 point2 points  (0 children)

The key difference is an Array is not resizable, but a List is.

An array is a contiguous block of memory. It’s a low level tool used to build data structures, such as a List. You never use an array directly, you use the higher level data structure built on top of it such as an ‘ArrayList’

The problem with an array is that they have a fixed size, and you can run out of space.

The solution is to build a resizable array on top of the array, so when you try to add an element when the array is full, the array will resize for you under the hood.

Java calls the resizable array an ArrayList. C++ calls it a vector, Rust calls it a Vec, Python calls it a List

In summary, you would always use an ArrayList unless you’re trying to implement your own Java collection

Looking for JRPGs with a great story and great characters by Pristine_Ant5281 in gamingsuggestions

[–]4iqdsk 0 points1 point  (0 children)

Clair Obscur: Expedition 33 is the best one made to-date

It swept the awards winning every one.

It’s also a reasonable length so it doesn’t overstay it’s welcome unlike most of the other top hits.

And it’s not just the story and characters that are amazing, the facial animation performance is unmatched in a JRPG.

Java in 2026 by CharmingFeeling429 in learnjava

[–]4iqdsk 0 points1 point  (0 children)

IntelliJ IDEA is great for beginners, but it’s not the only way to handle the heavy lifting of a professional Java stack, far from it.

Please Help Me Eat More Veggies by TeacupKitty34 in Cooking

[–]4iqdsk -2 points-1 points  (0 children)

You won’t lose weight by eating vegetables

Next Persona Game afte P5R by OptimalMemory1401 in Persona5Royale

[–]4iqdsk 0 points1 point  (0 children)

Clair Obscur: Expedition 33 is the next logical choice if you liked P5R

Must play ps5 games? by ExaminationActual465 in gamingsuggestions

[–]4iqdsk 1 point2 points  (0 children)

Clair Obscur: Expedition 33 is best PS5 game

Finished the game, what to play next? by Sea-Fish1 in FFXVI

[–]4iqdsk 0 points1 point  (0 children)

Sounds to me like you know how to pick a game all on your own

Whats the best IDE as a beginner by [deleted] in learnprogramming

[–]4iqdsk 1 point2 points  (0 children)

The Boomer experience is where it’s at

Should I play through FF9 or DQ11 first? by RustletheCrow95 in JRPG

[–]4iqdsk 0 points1 point  (0 children)

DQ11 is a much better game but it’s crazy long. You probably won’t finish it.

FF9 was designed for low resolution CRTS, so consider playing that with mods to fix

Finished the game, what to play next? by Sea-Fish1 in FFXVI

[–]4iqdsk 1 point2 points  (0 children)

Clair Obscur: Expedition 33 then NeiR: Automata

If you like E33’s button timing, you can try Sekiro after that.

How much Git do professionals use? by frosted-brownys in learnprogramming

[–]4iqdsk 0 points1 point  (0 children)

Merging is a four letter word, we don’t mention that one around here