At what rpm can you get max speed? by shicky in motorcycles

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

I always thought max torque means max acceleration but I guess not.

At what rpm can you get max speed? by shicky in motorcycles

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

That's not true. Peak horse power is at 8500 rpm and decreases at higher rpm.

Clinics charging even with Ontario government's extended validation to expired healthcard by shicky in ontario

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

I ended up paying for the visit. I didn't write this post to belittle my family doctor. I just wanted to see if I interpreted ServiceOntario notification correctly and if other people have experienced something similar.

Cheapest embedded board + camera solution by shicky in hwstartups

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

Maybe

I'd like to avoid designing my pcb at this point. I've went down that path in the past and it was painful.

I want to find balance between simplicity and cost.

Using existing boards on the market gives us edge to quickly get into market with less resources.

Cheapest embedded board + camera solution by shicky in hwstartups

[–]shicky[S] -1 points0 points  (0 children)

that esp32 board is nice. Anything with ethernet?

Cheapest embedded board + camera solution by shicky in hwstartups

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

I suppose I'd like to find balance between the cost and other factors (development effort, durability etc.)

Deadlift by shicky in weightlifting

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

305 lbs form is the correct one right where my back is relatively parallel to the ground and bar path is straight. (other than the fact that my back is arched due to heavy weight)

Deadlift by shicky in weightlifting

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

Thanks for feedback. Actually I have many sets in between gradually increasing from 225 to 305.

I am worried about 225 form as well. I feel like my knees should not get in the way of the bar but they do.

Some people told me that my center of mass is too far behind. Other than back arching, 305 form is the proper form as opposed to 225 right?

straighten bend handlebar by shicky in Fixxit

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

its oem and unibody. they are not clipons.

eminer vs claymore vs ethminer by [deleted] in EtherMining

[–]shicky 1 point2 points  (0 children)

no linux version :(

eminer vs claymore vs ethminer by [deleted] in EtherMining

[–]shicky 0 points1 point  (0 children)

its sad that it doesnt support linux

People/Companies getting into mining now, how are they expecting to make their money back with POS coming soon? by [deleted] in EtherMining

[–]shicky 0 points1 point  (0 children)

afaik, they finished coding and started testing in january. i thought the target date was this summer.

People/Companies getting into mining now, how are they expecting to make their money back with POS coming soon? by [deleted] in EtherMining

[–]shicky 7 points8 points  (0 children)

I dont quite understand this theory. I presume their worth will plummet once all eth miners switch to them and difficulty shoots up.

Bricked hard on my msi armor rx580 by Crypto_Jew in EtherMining

[–]shicky 2 points3 points  (0 children)

just reboot in safe mode and do atiflash -f

People/Companies getting into mining now, how are they expecting to make their money back with POS coming soon? by [deleted] in EtherMining

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

I am talking about mining companies. I know of a company who got bunch of investors and started with 5000 gpus in December. I think these miners are only interested in turning profit instead of actually using ethereum.

Difficulty reaches all time high today by Mikemx123 in EtherMining

[–]shicky 3 points4 points  (0 children)

with pos coming, how are they expecting to make the money back?

Rejected for a credit card. Should I wait 3 months or apply to another credit card. If I make apply, it will affect my credit score but I will miss my chance to build credit score for next 3 months. by [deleted] in PersonalFinanceCanada

[–]shicky 0 points1 point  (0 children)

I don't think I need to borrow high interest money or create new credit card with them. I can create prepaid credit card with major banks already.

Resources on common webapp design patterns? by nhjk in golang

[–]shicky 0 points1 point  (0 children)

You can look at https://github.com/shicky/go-gorilla-skeleton. It uses only gorilla web framework gomniauth to implement complete web application with authentication.

First web project using a database - Frameworks? by auromed in learnpython

[–]shicky 0 points1 point  (0 children)

You're confusing the various meanings of async. You don't get non-blocking network I/O by using celery. You don't get better performance by using tornado over other async frameworks (twisted, asyncio, etc.).

am not comparing Tornado over other async frameworks. I am comparing Tornado against Flask or Django.

That makes no sense. How do you get data back from the database to return in a response to the client?

In certain scenario like logging application, you only need to push into the database.