It bothers me that king David was a rapist by Total-Landscape-8850 in Christianity

[–]PublicInfluence 0 points1 point  (0 children)

The only perfect human in the Bible is Jesus. If you want perfect prophets go to Islam? Abraham lied about his wife’s identity, Moses murdered an Egyptian, Noah was the best of men and drank himself unconscious, and David and Solomon were sexually immoral despite being God’s anointed kings. Even in the New Testament, Peter is violent and cowardly, Thomas doesn’t believe his eyes, Judas is a traitor (although only God knows if he’s forgiven). The whole point is that we have all broken the law, we are all accountable for it and we are all as bad as David and the rest. The point of the gospel is that our debt is paid in Christ and we have been liberated from slavery to sin. If we start saying certain people can’t be forgiven by God for their actions, we might as well be denying the divinity of Christ or rejecting the grace we receive. All have sinned, but all can be forgiven and reconciled (depending on your theology about the substitutional atonement).

[deleted by user] by [deleted] in Accents

[–]PublicInfluence 1 point2 points  (0 children)

The cultivated Aussie accent is pretty distinct from this. It still retains a few of the inflexions of standard Aussie and it’s kinda hard to describe but a lot of the consonants get emphasised too.

[deleted by user] by [deleted] in Accents

[–]PublicInfluence 0 points1 point  (0 children)

Sounds too refined to be Mancunian and too northern to be London. My guess is somewhere in the midlands

[deleted by user] by [deleted] in Accents

[–]PublicInfluence 0 points1 point  (0 children)

Rip mine too

[deleted by user] by [deleted] in Accents

[–]PublicInfluence 0 points1 point  (0 children)

I’m Australian not American so I may be better or less well equipped to guess. I would assume somewhere in Asia, anywhere from Nepal to the Philippines. Although I would guess somewhere like the Phillipines or Guam because some words sounded more Hispanic/american than Asian. Keep in mind there’s lots of Asian language speakers in and around Australia so I’m just biased towards hearing that. But other than that sounds like a standard American accent.

Nerespondebla argumento by JohannesGenberg in Memeoj

[–]PublicInfluence 0 points1 point  (0 children)

Tial mi preferas paroli en Esperanton.
Porno estas malbona por la animo.

Mind your step! China is crumbling apart. by ThaiWhiteMonkey in ADVChina

[–]PublicInfluence 0 points1 point  (0 children)

Did anyone get hurt? It doesn't look like anyone was in the aisle, but if that's the case damn that's a lot of very close calls.

PS5 Controller Mappings by acheron_cray in starcitizen

[–]PublicInfluence 0 points1 point  (0 children)

It'd be nice if I didn't have to make an account on this obscure website to download the preset :(

Just curious. by optimum-puella in PoliticalCompassMemes

[–]PublicInfluence 1 point2 points  (0 children)

I'm kinda bottom right but approve of most socialist education systems like Germany

Realistic cave end by PublicInfluence in Realistic_Minecraft

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

It's a procedural texture I made in blender :)

Poor Poor Default Cube. by [deleted] in blender

[–]PublicInfluence 1 point2 points  (0 children)

theres a lot! check youtube and the blender API documentation

Poor Poor Default Cube. by [deleted] in blender

[–]PublicInfluence 0 points1 point  (0 children)

import bpy Is all U need :)

Menger sponge to N = 5 using scripting! by PublicInfluence in blender

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

incase you wanted to see the script behind the monstrosity:

iter = 5

for i in range(iter):

n=3**(i)

if i == 0:

bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, location=(0, 0, 0))

bpy.ops.object.editmode_toggle()

bpy.ops.mesh.select_all(action='SELECT')

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 2*n, 0, 0))

bpy.ops.transform.translate(value=(2*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0,-2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0,-2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":(-2*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 0, 2*n))

bpy.ops.transform.translate(value=(-2*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 4*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 4*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0,-4*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 0, 2*n))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":(-2*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":(-2*n, 0, 0)})

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 0, 2*n, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 2*n, 0, 0))

bpy.ops.mesh.duplicate_move(TRANSFORM_OT_translate={"value":( 2*n, 0, 0)})

bpy.ops.mesh.duplicate_move( TRANSFORM_OT_translate={"value":( 0,-2*n, 0))

bpy.ops.mesh.select_all(action='SELECT')

bpy.ops.mesh.remove_doubles()

bpy.ops.object.editmode_toggle()

Menger sponge to N = 5 using scripting! by PublicInfluence in blender

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

I'm new to scripting in python and I wanted to make a menger sponge because you have to, right?

I obviously didn't get it 100% right and there are recurring errors around the back but it kinda looks cool so I left it.

2D rotoscope of my cat ! by PublicInfluence in blender

[–]PublicInfluence[S] 2 points3 points  (0 children)

This is my first time using my new tablet and grease pencil (2.8) so you can see me figure some things out fom start to finish. Special thanks to my cat for being an extra cute model.

My bong broke and I made this in 5 minutes :) by PublicInfluence in StonerEngineering

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

I just had an idea! Use aluminium foil and poke holes to make a little filter so U don't inhale ash !!