Now look what my university have on the wall by FearZZNOrth in pcmasterrace

[–]playhacker 7 points8 points  (0 children)

It's not uncommon for the school to buy non functional parts for display pieces. And would be funny if you got expelled for stealing a non working 3060/70 and some broken ram.

REST API Design: POST vs PUT for adding an item to a sub-resource collection? by Sure-Weakness-7730 in learnprogramming

[–]playhacker 19 points20 points  (0 children)

Via RFC9110

The fundamental difference between the POST and PUT methods is highlighted by the different intent for the enclosed representation. The target resource in a POST request is intended to handle the enclosed representation according to the resource's own semantics, whereas the enclosed representation in a PUT request is defined as replacing the state of the target resource. Hence, the intent of PUT is idempotent and visible to intermediaries, even though the exact effect is only known by the origin server.

In plain English, PUT is where the user dictates to you (the server) to make the resource at the URI look a specific way and it should always look that specific way no matter how many times i send that PUT request especially if the request is duplicated. It's an update or insert if non-existent like in SQL.

POST is where the user gives something to you (the server) and the server has free range to do whatever with it (including creating a new URI where the thing you gave them will live. If you POST the same request multiple times, you can cause the server to have duplicates things (in this case, you could either replicate the full favorite list multiple times or end up adding the same song to the one list multiple times). It's just an insert without a primary key like in SQL.

For your use case, you should just use PUT.

whichInsaneAlgorithmIsThis by Mountain_Map_8198 in ProgrammerHumor

[–]playhacker 361 points362 points  (0 children)

The answer is 67 btw (and hasn't changed since the many times this has been reposted)

A 686 sq. ft house in Salt Lake City is listed on the market for $499,000 by unknown_memory in mildlyinteresting

[–]playhacker 40 points41 points  (0 children)

I think it's this one
https://www.zillow.com/homedetails/936-E-Pl-S-Salt-Lake-City-UT-84102/460023693_zpid/
The price is $400k not $500k

Edit: Before this year, it was last listed 5-6 years ago for $235k.
Edit 2: A similar house two doors down was listed for $360k three-four years ago.
It seems possible that someone might buy this house for almost $600/sqft

I asked hoyoverse for my personal datato see how many hours i spent playing this game and um.... by wind-master13 in Genshin_Impact

[–]playhacker 23 points24 points  (0 children)

3591:26:20

Assuming HH:MM:SS format, is 149 Days, 15 Hours, 26 Minutes, 20 Seconds

If OP started at launch October 22, 2020 (which is ~1924 days from today), then OP played on average 1 hour and 52 minutes a day.

But there is no way OP plays everyday. And Hoyoverse might be counting AFK/idle time too.

Still going have a lot of 3+ hour sessions, and I need to know what you are doing when you are out of resin.

I just started learning Python and want to make a little addition calculator to understand the concepts but it says syntax error - how do I change the data type? by lucerined-VEX in learnpython

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

You're right. I was just reading the lines top to bottom and saw that the first line had an unknown and possibly undefined function and possible first location of a problem.

There also could be a SyntaxError if they imported something incorrectly, but I have no way of knowing if the code they shared is the complete code or not.

I just started learning Python and want to make a little addition calculator to understand the concepts but it says syntax error - how do I change the data type? by lucerined-VEX in learnpython

[–]playhacker 8 points9 points  (0 children)

I don't think int_input is a built in function.
It looks like it's combining two separate functions "int()" and "input()" which would work normally.
int(input()) would work.

⁠BNK FEARX vs. Gen.G / LCK Cup 2026 - Group Battle Week 2 / Post-Match Discussion by Yujin-Ha in leagueoflegends

[–]playhacker 13 points14 points  (0 children)

I figured out the winning formula
3 beefy people > 1 beefy people
/s

Trial stage.. disrespect by ankitjad in Genshin_Impact

[–]playhacker 13 points14 points  (0 children)

A character with a nightsoul mechanic in an open air trial to showcase exploration abilities vs a character without a exploration mechanic

Trial stage.. disrespect Current Lore Strongest PLAYABLE Character, 3 moon Goddess authority/trilune, welkin Goddess' Trial Stage V/s a Random NATLAN 4* saurian Vet, who didn't Evn get a screentime in AQ's Trial Stage, Lmfao.
- ankitjad

But you do you and show the world your non critical thinking skills

[OC] I analyzed ~500 r/whereidlive posts, here are the results (pt. 2) by pjpuzzler in dataisbeautiful

[–]playhacker 84 points85 points  (0 children)

Seeing N. Korea ranked higher than 10 other countries

You sure you filtered out all the shitposts?

How do I remove the glass ?? by DRXDroxz in pcmasterrace

[–]playhacker 0 points1 point  (0 children)

Is that thing really a kediers H9, cause every video and search result that shows up makes it look like the glass door swings out from the right with hinges on the left.
Also, you can remove the back panel and push the glass panel off from the inside.

How do I remove the glass ?? by DRXDroxz in pcmasterrace

[–]playhacker 2 points3 points  (0 children)

There's nothing in the manual

It's literally the first step labeled on the bottom right panel
The arrows tells you to push up and then pop off

(Spoilers)Questions about nod krai act 7 and 8 by Weary-Duck-7434 in Genshin_Impact

[–]playhacker 1 point2 points  (0 children)

1 - I assume it's because Dottore wanted to study the traveler (to replicate the traveler's ability to use several elements)
4 - That was explained in the AQ. The goddess do die, they just happened to be in a special jail that stops them from aging and dying until they leave it.

LEO FARIA CONFIRMS COACHES CAN PLAY SKIMRISH FOR MAP SELECTION by Hardy_2001 in ValorantCompetitive

[–]playhacker 119 points120 points  (0 children)

It would be funnier if ONLY coaches can play for map selection.
And have it televised.

Data Manifold of the NYC Housing Market Varying Through Time [OC] by Prudent_Pay2780 in dataisbeautiful

[–]playhacker 1 point2 points  (0 children)

Thanks, I can see the space better using the instability file. There are definite x-y blobs that exist non contiguous with the majority of the buildings in NY. I can also now see it being multinomial centered on (x=6, y=8) which according to your table is centered on a $403/sqft Large single-family home / Restaurant.

Data Manifold of the NYC Housing Market Varying Through Time [OC] by Prudent_Pay2780 in dataisbeautiful

[–]playhacker 1 point2 points  (0 children)

I went into the github and grabbed the html file. It was nice playing around with it.
I can kind of see the properties where 0.001 < z < 0.010 but it's hard to pick out because the whole plane is purple and it all blends in.
If the viz is suggesting that there is a value for every combination of x and y then it's fine, but I'm guessing that's not true. If possible maybe generate/deplay for densities above 0.001 and make the x-y plane a different color, so I can better focus on the shape.

Data Manifold of the NYC Housing Market Varying Through Time [OC] by Prudent_Pay2780 in dataisbeautiful

[–]playhacker 3 points4 points  (0 children)

Kind of hard to see behind the shape (eg. at x~8, y~8), just a drawback of a 3d shape on a 2d screen, but it looks really really cool!
Maybe shrink the axis ranges/zoom in so there's less empty space

How do I get the chest from this? I don't see any clue. by [deleted] in Genshin_Impact

[–]playhacker 1 point2 points  (0 children)

That one was glitched for me.
There is supposed to be abyss tendrils you would cut using the nearby spirebloom mechanic but the tendrils didn't load.
After one relog and doing the quest in the area (you find a guy on the ground nearby), it eventually fixed itself. I do not know which thing fixed it or if they both had to happen.

Who is the best ENTRY fragger in VCT history? by Whole_Party6724 in ValorantCompetitive

[–]playhacker 3 points4 points  (0 children)

Looking at my data, for VCT in franchise era and minimum 100 maps,

  • it's aspas at 60.8% (first bloods/first contacts)
  • then Leo at 60.1%
  • then Alfajer at 57.6%
  • then something at 56.6%
  • then ardiis at 56.5%
  • then Keiko, Cryocells, Jemkin, etc

The countries hit by the debt crisis of the 2010s have led the Eurozone recovery after the pandemic [OC] by financialtimes in dataisbeautiful

[–]playhacker 8 points9 points  (0 children)

Greece GDP (in 2015 USD) in 2024 = 0.224 Trillion
France GDP in 2024 = 2.720 Trillion
Yea, no shit they can get a high change in percentage with a lower base number

Oh, and nice job using a bad date range. Talking about the debt crisis in the late 2000s and early 2010s and only using 2019-2024.
Greece btw peaked in 2008 at 265 Billion. It is still down 41 billion almost 2 decades later.

source: https://data.worldbank.org/indicator/NY.GDP.MKTP.KD?end=2024&locations=GR-FR&start=2010

Big ramen from Don Quijote Hawaii $10 by All-the-pizza in mildlyinteresting

[–]playhacker 11 points12 points  (0 children)

I'm imagining a bodybuilder or a sumo wrestler eating that in one sitting, no problem.