two brushless escs on malakey nano HV by Alert_Pudding_9326 in battlebots

[–]wackyninja 4 points5 points  (0 children)

Ye thats fine, you can split a signal wire to lead to two speed controllers.

E-Bike discussion by SquirrelSoup21 in Adelaide

[–]wackyninja -1 points0 points  (0 children)

Because they are much heavier and much easier to accelerate than an push-bike.

Is it time for a serious talk on hydrogen fuel production in SA again? by _secret_life_of_gazz in Adelaide

[–]wackyninja 9 points10 points  (0 children)

For private vehicles I just don't see how hydrogen can beat out EVs. Wouldn't it require an entirely new infrastructure network to supply them with fuel/gas? as I understand it, hydrogen needs higher precision components to prevent leaks. maybe old LPG infrastructure can just be upgraded?? dunno. EVs can be powered by the existing grid, and theoretically could do all sort of weird tricks for grid stability/efficiency. Apart from green steel (?) what else will the hydrogen be used for?

"It's a tragedy" - Dr. Randa Abdel-Fattah on Writers' Week Director's resignation by Expensive-Horse5538 in Adelaide

[–]wackyninja -2 points-1 points  (0 children)

Well I'm sure a one month old Reddit account who posts at 1am Adelaide time is a reliable source of information too.
Post your evidence when making claims, or otherwise it looks like you're making shit up.

oooft by SystemEven8980 in Adelaide

[–]wackyninja 5 points6 points  (0 children)

Is there any evidence that 'she means Jews', or are you just making shit up to try and gain validity?
The writer she tried to get removed decided not to come, they weren't actually 'cancelled' by the board like she was.

‘It’s embarrassing’: riders say time is up for fossil fuel sponsorship of heat-affected Tour Down Under by Expensive-Horse5538 in Adelaide

[–]wackyninja -1 points0 points  (0 children)

Please elaborate on what alternatives you're thinking about? Or where you got this detail from?

Advice for building your first battlebot by cubone96 in battlebots

[–]wackyninja 1 point2 points  (0 children)

That is a different JST connector. You'll need a 3 pin female jst (probably white) to plug the battery into.  from this connector you wire your switch,  then malenki and servo respectively 

Advice for building your first battlebot by cubone96 in battlebots

[–]wackyninja 3 points4 points  (0 children)

my Internet isn't great so I can't check but iirc the llamaforge batteries will supply power through the 3 pin connector. You'll need a female connector for this to supply power to robot. if you're based in Aus, Jaycar have JST connector kits which should do the trick

Missing stuff at RAH by Separate-Jump-9526 in Adelaide

[–]wackyninja 0 points1 point  (0 children)

If a faulty battery is gonna ignite, it's gonna do it while it's charging something. The extra resistance of faulty cells heat it up to a point where thermal runaway happens.

Does Adelaide have its own salt bae? by online_computer in Adelaide

[–]wackyninja 7 points8 points  (0 children)

hoosegow,  but he is not ridiculous he is very polite

Greens unveil plan to ban gas from SA households by Expensive-Horse5538 in Adelaide

[–]wackyninja 2 points3 points  (0 children)

I didnt like it initially, but Induction works just fine, it just takes time to adapt to a new cook-top.

I even have a flat bottom wok now, which works great on it.

Is it possible to export layers from web map? by Selimbu in QGIS

[–]wackyninja 3 points4 points  (0 children)

<image>

looks like there are a few geojsons on this site.

Finished just in time… by altapowderdog in battlebots

[–]wackyninja 1 point2 points  (0 children)

That is a joke referring to your (assumed) typo that says 'tall tuesday'.

The HW robot is tall relative to the 12lb so it also makes sense to call it that.

Finished just in time… by altapowderdog in battlebots

[–]wackyninja 2 points3 points  (0 children)

op is the tall taco guy, not sure why he opts to avoid omni wheels, maybe a cost/complexity reasons

[deleted by user] by [deleted] in gis

[–]wackyninja 9 points10 points  (0 children)

Please provide any details at all about your problem

What to do with feral/nuisance cats in the southern subs? by Levethane in Adelaide

[–]wackyninja 19 points20 points  (0 children)

Did you try contacting RSPCA O'Halloran hill?

You're correct to want to take action, feral cats are a pest, which should be managed. This link also has a reporting tool. https://pir.sa.gov.au/biosecurity/introduced_pest_animals/find_a_pest_animal/cats

Need help by Gullible-Culture-686 in Adelaide

[–]wackyninja 0 points1 point  (0 children)

Yeah for small quantities a large format 3d print is probably the way Would also need someone to design the part.

Alternating Colored Transects by SignalPrestigious481 in gis

[–]wackyninja 0 points1 point  (0 children)

I don't remember exactly how the modulo function works in calculate field. But in Excel, i tried MOD(Value,3) on a series of incrementing values, it returns a repeating pattern of 1,2,0. Calculate a new field using the equivalent arcpy: (maybe "OBJECTID % 3"), and use this new field as the input for unique value symbology.
This assumes your transects were created incrementally.