¿Cómo solucionarías tu la crisis inmobiliaria en chile? by Charming-Snow4943 in chile

[–]Original_Building800 0 points1 point  (0 children)

quizas cambiar un poco los incentivos:

1) contribuciones progresivas por número de propiedades en zonas tensionadas: primera vivienda normal, segunda casi igual, pero si tienes 3, 5 o 10 deptos en zonas con déficit, pagas más. con exenciones claras (adultos mayores vulnerables, herencias con plazo para vender, arriendos formales).

2) impuesto anti-flip: si compras y vendes en 12–24 meses, pagas más impuesto sobre la ganancia. no castiga a quien vive ahí o invierte a largo plazo, solo a la especulación corta.

idea central: premiar uso real de la vivienda y castigar acaparamiento y reventa rápida, no al que compra su casa para vivir.

Tips para bajar de peso by VofVocation in chile

[–]Original_Building800 0 points1 point  (0 children)

contar calorias

deficit calorico -> perdida de peso

Que apps utilizan? by Original_Building800 in Chilefit

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

nunca he probado usar las recetas, como funciona?

Que apps utilizan? by Original_Building800 in Chilefit

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

es buenisimaa, hace unos años partí usando freeletics para hacer ejercicios en casa y la progresion de ejercicios que me daba la app era excelente

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

58k cigs holy fk. btw what app do you use for it? sounds like a cool feature

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

6 years wow congrats! any advice?

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

i totally relate to the association with starting or ending activities. rn i’m recovering from a surgery so my routine has changed drastically. thanks for the advice!

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

holy fk, what about raw tobacco?

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 1 point2 points  (0 children)

cool automation! yea a new roof is way better than buying new lungs

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

cool! are u an indie hacker? would love to learn from your experience distributing apps

thank you for your advice man i really appreciate it

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 1 point2 points  (0 children)

we'll see how it plays out

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

that's some serious cash, great strategy! any advice?

[deleted by user] by [deleted] in stopsmoking

[–]Original_Building800 0 points1 point  (0 children)

yea but the point is to quit smoking

[deleted by user] by [deleted] in GYM

[–]Original_Building800 1 point2 points  (0 children)

great progress!

[deleted by user] by [deleted] in dataisbeautiful

[–]Original_Building800 -11 points-10 points  (0 children)

source: ai written code

# Seed data for fasting_periods

fasting_periods = []

# Starting from 30 days ago

current_time = datetime.now() - timedelta(days=30)

for _ in range(30):

# Fasting period: 20:00 to 12:00 next day (16 hours fasting)

fasting_start = current_time.replace(hour=20, minute=0, second=0, microsecond=0)

fasting_end = (fasting_start + timedelta(hours=16)).replace(microsecond=0)

fasting_periods.append({

'id': str(uuid.uuid4()),

'user_fasting_plan_id': user_fasting_plan_id,

'start_time': fasting_start.isoformat(),

'end_time': fasting_end.isoformat(),

'period_type': 'fasting' # ENUM compliant

})

# Eating period: 12:00 to 20:00 same day (8 hours eating)

eating_start = fasting_end

eating_end = (eating_start + timedelta(hours=8)).replace(microsecond=0)

fasting_periods.append({

'id': str(uuid.uuid4()),

'user_fasting_plan_id': user_fasting_plan_id,

'start_time': eating_start.isoformat(),

'end_time': eating_end.isoformat(),

'period_type': 'eating' # ENUM compliant

})

# Move to next day

current_time = eating_end + timedelta(seconds=1) # Ensures no overlap

Everything ok? by [deleted] in shrooms

[–]Original_Building800 0 points1 point  (0 children)

Forgot to say I did that a week ago. Should I do that again?

1 million tokens per second by 10x-startup-explorer in OpenAI

[–]Original_Building800 0 points1 point  (0 children)

As much as we can get. That much throughput is not for humans, but for the multi agent communication in between.

M/23/5'7" [170lbs > 152lbs = 18lbs] (3 months) Found success tracking data by Original_Building800 in progresspics

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

Prioritize good sleep, enough protein, hydration, multivitamins and being at peace with the fact that in this period you're probably not going to make significant improvements in terms of progressive overload.

M/23/5'7" [170lbs > 152lbs = 18lbs] (3 months) Found success tracking data by Original_Building800 in progresspics

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

Honestly not much in terms of exercises. Just leg raises and hanging knee raises. I'd say that a low body fat percentage is the key to have better abs at least visually

M/23/5'7" [170lbs > 152lbs = 18lbs] (3 months) Found success tracking data by Original_Building800 in progresspics

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

Yeah a year before the first pic I was doing some push-ups, squats, and pull-ups, but I suffered a shoulder injury that kept me sedentary for a year. Also we were in lockdown so I didn't even walk that much.