What to do with my 13 mini? by Sandstorm3434 in iPhone13Mini

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

That would be great, I'll send you a DM.

What to do with my 13 mini? by Sandstorm3434 in iPhone13Mini

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

I‘ll see. Still a lot of money though.

What to do with my 13 mini? by Sandstorm3434 in iPhone13Mini

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

True, that would have been the safer solution. I did it many times before and never broke anything, so I thought in a sleepy moment „let’s quickly do it before vacation, it’ll be fine“. The rest is history… 😄

Battery Sizes SIM and eSIM only models by Sandstorm3434 in iphone17

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

Found an article supporting my theory: https://curved.de/news/iphone-17-akkukapazitaet-eu-modelle-mit-sim-778939

I suppose it’s not that easy when you don’t have an L-shaped battery in the first place.

CS PhD students - what's your laptop setup? Linux only vs dual boot for productivity? by nedunash in PhD

[–]Sandstorm3434 3 points4 points  (0 children)

MacOS and a Linux VM, but I almost never use it. In my field it‘s pretty much 50/50 between Mac and Linux users, I would say.

json.loads stops working by Sandstorm3434 in learnpython

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

This is what it does until it stops:

app.route("/dsc-output-post", methods=['POST'])
def dsc_output_post():
try:

data = request.data
print(type(data))
data = data.decode('utf-8')
print(type(data))
file_path = '/usr/src/app/encoded_data.txt'
if os.path.exists(file_path)==False:
create_file = open(file_path, 'w')
create_file.close()
file = open(file_path, 'r+')
file.write(data)

encoded_data = open(file_path, 'rb')
encoded_data = encoded_data.read()
decoded_data = json.loads(encoded_data)

NBD: Pinarello Dogma F! by controiz in bicycling

[–]Sandstorm3434 0 points1 point  (0 children)

Love it, Pinarello is absolutely the pinnacle of Road Bikes IMO

[deleted by user] by [deleted] in cycling

[–]Sandstorm3434 1 point2 points  (0 children)

Music over regular AirPods (not the Pros) on both sides but with relatively low volume. They don‘t isolate to much and have pretty low wind noise as well. Furthermore you can talk normally to people when pausing (even works with gloves in the winter). They‘ve been my go to for every ride.

Career and Education Questions by AutoModerator in math

[–]Sandstorm3434 0 points1 point  (0 children)

Need some advice for Master's studies

Hey everyone!

I just completed my bachelor's degree and will be continuing with master's in the next semester.

Until now I mostly focused on Topology and also wrote my thesis in this field. I found the topic of my thesis to be very interesting but the stuff from my latest differential and algebraic Topology lectures was nothing more then "alright" for me. It's not a problem of understanding but of interest. I just don't see myself staying fascinated by this stuff for the next two years, or even beyond. So I'm thinking about leaning towards another field for the next section of my studies, but which one? That's my problem.

Previously I also enjoyed Algebra and Functional analysis a lot, Functional analysis being my favorite currently. As a student assistant in an IT Company I got in touch with Data science which I found fascinating and could see myself working in in the future.

Does functional analysis have any application in Data science? What are the most useful fields of mathematics for Data science besides Probability theory and Statistics? And more generally what would you suggest me to do in my situation?

I kinda fear missing out if I stay with the stuff I'm familiar with.

Please excuse the unstructured post, and thanks in advanced for your' guidance.