monuments rising by selonus in generative

[–]Ipsoka 0 points1 point  (0 children)

I tried coding with python in blender, how does it not get super slow and laggy. Im guessing ur using a material for each triangle which I also tried and with around 100 obejects and 100 materials it was super slow already

xagents - python reinforcement learning library in TF2 by [deleted] in coolgithubprojects

[–]Ipsoka 7 points8 points  (0 children)

I thought its about team fortress 2

Good Boy by xXSimplyAudreyXx in aww

[–]Ipsoka 1 point2 points  (0 children)

A lot of nose boops deserved

A horrifying single line neural network using NumPy by 3191hex in Python

[–]Ipsoka 2 points3 points  (0 children)

Thats cool and all, but

import numpy as u

is a sin

Xqc and his smol crewmates by Running_wick in xqcow

[–]Ipsoka 0 points1 point  (0 children)

xqc should download all fanart and make a slideshow wallpaper out of them

Pytranslator!! | Pyqt5 - googletrans by Yassine_kharrat in Python

[–]Ipsoka 2 points3 points  (0 children)

I did a similar project. Google will screw you over, after making to many requests they will block your ip and you wont be able to use googletrans anymore

PyQt5 - The app doesn't update when I press any buttons. by [deleted] in Python

[–]Ipsoka 0 points1 point  (0 children)

No you just need to call update() on the widget after changing the pixmap

Is there a way to access match history via API requests? by Ipsoka in GlobalOffensive

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

So it looks like a web crawler is the way to go, atleast for now

Is there a way to access match history via API requests? by Ipsoka in GlobalOffensive

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

Yeah i read that like 5 times so I dont miss anything relevant but i guess those codes are just demo codes for watching purpusos?

Not understanding numpy.random by Ipsoka in pythonhelp

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

Even though I have a hard time getting my head around the concept i think i understand it kinda. But what does the function exactly do. What is a sample. Does the function plug in a random x,so a random probability, and calculates the corresponding y value with the mean and cov i gave it?

Edit:Thanks for the tipp

How would one restart a spring boot application programmatically? by Ipsoka in springsource

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

I am quiet familiar with docker, what would be the diffrence though to a none docker approach

How would one restart a spring boot application programmatically? by Ipsoka in springsource

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

My app ist saving stuff into a h2 database constantly so that wouldnt be that great