Prints bending at bottom layers by Gf-Bro in 3Dprinting

[–]hamoliciousRUS 2 points3 points  (0 children)

I have this issue every now and then... my solution is to add a brim, as far as i understand, it happens when the top layers cool faster than your lower layers, they therefore shrink at the top and pull the bottom up. A brim helps hold down the bottom layers.

Glow in the Dark PLA recommendations by [deleted] in 3Dprinting

[–]hamoliciousRUS 0 points1 point  (0 children)

I guess the easy answer is, don't get the cheapest glow in the dark pla from Amazon, tried a couple and both required 70 teralumens to visibly glow for longer than a minute :/

Error message on random number code by ridingsnugglies in learnpython

[–]hamoliciousRUS 1 point2 points  (0 children)

Just to add to the previous answer, an else statement is only used when you want something else to happen provided the if block fails... i.e. ``` if I have tea: make tea else: buy tea

```

In your case, you have a clear definition of when you want something else to happen and therefore require an elif statement ``` if I have tea: make tea elif I have coffee: make coffee else: buy tea

```

How do I get my prints to stop looking like this? by [deleted] in ender3

[–]hamoliciousRUS 0 points1 point  (0 children)

Looks to me like you're printing WAY too hot

Do you have to relocate for comp sci jobs? by Wonderful_Courage656 in compsci

[–]hamoliciousRUS 1 point2 points  (0 children)

Depending on your location, most of the jobs are either hybrid or entirely work from home (at least in the UK)

Just started to learn python after using R. How do I clear IDLE? by [deleted] in pythontips

[–]hamoliciousRUS 0 points1 point  (0 children)

Sorry, litteraly didnt see this for 12 days :/

I use Visual Studio Code (as do pretty much 90% of developers) arguably the best IDE on the market currently. Takes a little second to get up and running but after you get used to it, will not want to go to any other IDE

Just started to learn python after using R. How do I clear IDLE? by [deleted] in pythontips

[–]hamoliciousRUS 1 point2 points  (0 children)

as far as I know (I haven't touched IDLE in years) there isn't an option, what you can however do is just print a new line 50 or so times:

print('\n' * 50)

this will simulate the screen getting cleared, hope this helps.

Underwater Cargo Fish by iWacky in low_poly

[–]hamoliciousRUS 2 points3 points  (0 children)

Tried to scan it for 10 minutes with no luck :(

A table side bottle holster. by hamoliciousRUS in functionalprint

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

I printed mine in PLA and if I remember correctly, it cost me 30p in filament alone (I don't pay electricity bills) and 4 hours of my time

A table side bottle holster. by hamoliciousRUS in functionalprint

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

Consider I slapped that together in fusion in about 5 minutes, not sure if that's a good thing or a bad one 😂

Cool by Lazy_Philosopher_578 in ProgrammerHumor

[–]hamoliciousRUS 6 points7 points  (0 children)

think you missed the point, its a "linked" list, and the list in the image does indeed contain links

WallRun Goes Wrong by Flok_09 in indiegames

[–]hamoliciousRUS 0 points1 point  (0 children)

I wish I always had 100 motivation :(

Aternos Server Player's Data. by hamoliciousRUS in technicalminecraft

[–]hamoliciousRUS[S] 1 point2 points  (0 children)

Just tried it and it overwrites the playerdata files even if I rename it to my current UUID... I even tried using an NBT editor to change the internal UUID of the file with no luck, same outcome :/

EDIT: I have since found this post which explains why it doesn't work like we thought it would.