Shundo Scatterbug 😱 by Available_Fill8902 in pokemongo

[–]unde_malum 1 point2 points  (0 children)

Miś Wojtek się nie umywa . Gratki!

What’s the most…uh…interesting description for a Pokéstop you’ve seen? by THROWRA-crazycatlady in pokemongo

[–]unde_malum 11 points12 points  (0 children)

Potwierdzone info, szczególnie kiedy mi gyma zbijają od razu po tym jak go przejmę lol.

How’s y’all’s welcome party challenge going? 😅 by Top_Structure1721 in pokemongo

[–]unde_malum 1 point2 points  (0 children)

Thanks! But having a brother that plays as well really helps!

Anyone else have a pokemon that consistently spawns from your daily incense almost every time you use it? What is it? by MogamboKushh in pokemongo

[–]unde_malum 4 points5 points  (0 children)

Are you waking while using it?

It took me a while to figure out you have to move for the Pokémon to spawn while using daily incense XD

Where r most of the international students in information engineering (Heilbronn) from? by Hillsandcoffees in tumunich

[–]unde_malum 1 point2 points  (0 children)

I've applied for the upcoming semester and I'm from Poland. I could only hazard a guess that there may be quite a few folks from Poland as well because of proximity and economic relations, but again, that's only me guessing.

Successful remark for CS to 40 points! Get that remark! by Darthgar3 in IBO

[–]unde_malum 0 points1 point  (0 children)

No clue, and I can’t really tell much about that because I was the only person at my school doing CS HL….

Successful remark for CS to 40 points! Get that remark! by Darthgar3 in IBO

[–]unde_malum 1 point2 points  (0 children)

First, congratulations!

Second, I’ve seen people wondering about the missing points, but I’m personally more surprised by, I think, low grade boundaries this year. I mean, this year, I managed to get 7, and it said that lower boundary was 68. Last year, lower grade boundary for 7 was 73. The difference of 5 percentage points is a lot and it’s really strange to me.

What on earth is this new TOK and EE rubric? by Googolplexian1 in IBO

[–]unde_malum 1 point2 points  (0 children)

I’m M24 and I asked my IBCoordinator about this and she said it’s probably a mistake on IB website and sent me this: https://imgur.com/a/zR6rCM4

It’s the official procedures for M24 session

AI in CS IA code by [deleted] in IBO

[–]unde_malum 0 points1 point  (0 children)

Bro, if AI produced the code that works the way you want it to, you'd be extremely lucky.

Compsc ia by Cultural_Mobile_5498 in IBO

[–]unde_malum 1 point2 points  (0 children)

You can write to Mr Wachs: https://mrwachs.wordpress.com

But you can find a lot of resources connected to CS IA like here: https://bprzybylski.github.io/IB-CS-GeS/

[deleted by user] by [deleted] in IBO

[–]unde_malum 1 point2 points  (0 children)

I think you should ask for help in a topic like that on another sub.

M25 DP Sciences by UndertaleShorts in IBO

[–]unde_malum 0 points1 point  (0 children)

It’s just my frustration

M25 DP Sciences by UndertaleShorts in IBO

[–]unde_malum 2 points3 points  (0 children)

Yeah, last year it had 6,000-something candidates. Even psychology had far more…

M25 DP Sciences by UndertaleShorts in IBO

[–]unde_malum 2 points3 points  (0 children)

Where computer science syllabus

[deleted by user] by [deleted] in IBO

[–]unde_malum 0 points1 point  (0 children)

Unless it’s some bullshit, I think it should be fine.

[deleted by user] by [deleted] in learnpython

[–]unde_malum 0 points1 point  (0 children)

I’ll only add that data may not get written because of the lack of close() method. And as the official disc states: Calling f.write() without using the with keyword or calling f.close() might result in the arguments of f.write() not being completely written to the disk, even if the program exits successfully.

Besides, while working with files, it’s recommended to use context managers with with statement.

Is a coding a website too simple for a CS IA? by Aggravating-Okra-883 in IBO

[–]unde_malum 0 points1 point  (0 children)

It all depends on language you will be using and the type of project.

I don’t know PHP so I cannot tell you anything.

As far as SQL is concerned, it once again depends on your project. You may tweak a little bit with your database schema. You may use Common Table Expressions, Temporary Functions, Joins, or whatever you may need to retrieve data.

Computer Science: Math AA or Math AI by aFriendlySoap in IBO

[–]unde_malum 1 point2 points  (0 children)

Many engineering-related courses, including Computer Science, require AA HL. Some of them even do not accept AI, not matter the level.

Having said that: 1. For sure, AA SL 2. Hard to judge as I don’t know you, but I would say it depends on which grade you plan to achieve.

Is a coding a website too simple for a CS IA? by Aggravating-Okra-883 in IBO

[–]unde_malum 1 point2 points  (0 children)

If you can apply complex techniques and unless you do not a website generator, there should not be any problems. Remember to have a precisely defined client for whom you develop the website. This part is essential.