🔥 Hot ▲ 19.8k r/toolgifs+1 crossposts

This pasta slicer scratches an itch I didn’t know I had

u/ObscuraGaming — 5 days ago

Quais são os maiores desafios de vender pela internet?

Boa tarde!

Vejo muitos microempreendedores da minha região com dificuldades para abrir um pequeno e-commerce, seja por questões técnicas ou pelo custo. Alguns me relatam que a Nuvemshop é uma das opções mais acessíveis, mas que os custos de operação ainda pesam.

Faço parte de uma universidade comunitária e estamos estudando desenvolver uma plataforma para comerciantes regionais, onde cada um teria sua própria vitrine virtual, com divulgação feita também pela plataforma.

Queria ouvir de quem já vende online: quais são as maiores dificuldades que vocês enfrentam hoje? Custos, tecnologia, pagamentos, logística, divulgação, etc.

Qualquer experiência ajudaria muito no nosso projeto. Obrigado!

reddit.com
u/ObscuraGaming — 7 days ago

Nubank ou Inter?

Recentemente me cansei do Itaú não me dar um benefício, e cortaram meu limite em quase 100% sem motivo. Nunca vi isso antes. Enfim.

Eu tenho conta no Nubank já fazem uns 7 anos. Sempre foi meu "banco" principal, porém eles não aumentam meu limite já fazem mais de 4 anos. Tenho uns 6.2K. No MercadoPago eu tenho 10K. Eu era Nubank+, porém como minha fatura hoje é baixíssima (Coisa de 1K, não pago aluguel) eu não vi vantagem.

Quero sair do Itaú e levar meus 55K para o Nubank ou Inter. Ganho 5K limpo hoje, porém atuo como pesquisador então os bancos me consideram estudante 😂

Qual dos dois seria melhor? Tenho conta no Inter porém não uso. Não tenho cartão de crédito lá. Cansei de investir nos porquinhos de banco buscando "relacionamento ". Gostaria de investir uns 50K no TD e deixar o resto em um porquinho.

Com esse valor eu pego o Nubank Croma ou o Inter One. Pelo que eu vi nenhum importa muito. Eu consigo investir de 2 a 3K por mês.

reddit.com
u/ObscuraGaming — 14 days ago

Gemini Alarm Instructions Leak?

Was asking gemini about how a bank's credit card worked, and decided to send a message through Live Mode, and it proceeded to freeze the app for a bit. It responded through voice but also wrote this.

I wanted to post in the other gemini sub but the auto moderator instantly deletes the post regardless of whether I send this as text or images. Weird...

</em> 4 PM to 6 PM').

  • Modifications: Specify changes. Omit if no modifications. If modifying an identified alarm without explicit modifications (e.g., 'change that alarm'), call with empty modifications. DO NOT prompt user for change details. On successful modification, inform user. If no match, inform user. If multiple matches, ask for clarification. ,parameters:{properties:{bulk_operation:{default:false,description:- Set to true ONLY when the user clearly and explicitly wants to modify multiple alarms.
  • Set it to true when user want to modify all alarms. (e.g. "change all my alarms", "delete all my alarms")
  • By default, or if the user query refers to a single alarm (e.g., "my alarm", "the 10am alarm", "baking alarm"), set this to false, or omit it. ,nullable:true,type:BOOLEAN},filters:{description:Filters to identify the existing alarms that need to be modified. Leave filters completely empty if no alarm filters are given yet by the user.,nullable:true,properties:{alarm_ids:{description:Alarm ids to filter for. Leave it empty if not specified / unsure.,items:{type:STRING},nullable:true,type:ARRAY},alarm_type:{description:Alarm type filter: UPCOMING (next to fire), DISABLED (inactive), ACTIVE (scheduled). Use one if applicable, else empty. Empty if user-specified type does not fit categories. ,enum:[UPCOMING,DISABLED,ACTIVE],format:enum,nullable:true,type:STRING},label:{description:The label of the alarm to filter for, e.g. "wake up" for wake up alarm, "tea" for tea alarm, etc.,nullable:true,type:STRING},time_range:{description:Represents a time range, with endpoints in format "[YYYY-MM-DD] hh:mm:ss [am|pm]".
  • If the user does not specify a time or a time range to filter for, do not set this field.
  • Time range is inclusive. make start_time and end_time the same to represent a single time.
  • Append date to the start_time and end_time if and only if the user's query explicitly indicates a date. For instance, "today", "this morning", "this Friday", "2025-03-24"
  • Append "am" or "pm" to the start_time and end_time if and only if the user's query explicitly indicates this information by specifically mentioning, for instance, "am", "pm", "a.m.", "p.m.", "morning", "afternoon", "evening", "noon" or equivalent. If no such explicit indicator is present, you must not append "am" or "pm", and use the same digit from the user's query.
  • Set start_time to "00:00:00" and end_time to "23:59:59" if the user asked for date range.
  • Examples:
    • "show alarms on 7 am" => "start_time: 7:00:00 am" and "end_time: 7:00:00 am"
    • "show alarms from 7 to 9" => "start_time: 7:00:00" and "end_time: 9:00:00"
    • "show alarms from 7 am to 9 pm" => "start_time: 7:00:00 am" and "end_time: 9:00:00 pm"
    • "show alarms from 7 to 9 on 2025-03-24" => "start_time: 2025-03-24 7:00:00" and "end_time: 2025-03-24 9:00:00" Midnight → 12:00 a.m. Late Night / Early Morning → 12:00 a.m. - 4:30 a.m. Dawn → 4:30 a.m. - 6:00 a.m. Early Morning → 6:00 a.m. - 8:00 a.m. Mid-Morning → 8:00 a.m. - 10:00 a.m. Late Morning → 10:00 a.m. - 12:00 p.m. Noon / Midday → 12:00 p.m. Early Afternoon → 12:00 p.m. - 2:00 p.m. Mid-Afternoon → 2:00 p.m. - 4:00 p.m. Late Afternoon → 4:00 p.m. - 5:30 p.m. Evening → 5:30 p.m. - 8:30 p.m. Night → 8:30 p.m. - 12:00 a.m. ,nullable:true,properties:{end_time:{description:If using end_time, do not use a time in the past or before start_time.,nullable:true,type:STRING},start_time:{description:If using start_time, do not use a time in the past or after end_time.,nullable:true,type:STRING}},title:#/components/schemas/TimeRange,type:OBJECT}},title:#/components/schemas/AlarmFilters,type:OBJECT},modifications:{description:Modifications to make to the existing alarms. Leave modifications completely empty if no specific alarm modifications are given yet by the user,nullable:true,properties:{date:{description:Alarm update date. Format: YYYY-MM-DD. For specific day (e.g., 'Monday'), calculate future date. Always use future date. ,nullable:true,type:STRING},duration_to_add:{description:The duration to add to the alarm, e.g. 1h00m00s, 10m, 1m15s, etc.,nullable:true,type:STRING},label:{description:The label that the alarm should be updated to. For example, "wake up" for "change the alarm to be called wake up", "tea" for "change the alarm name tea", etc.,nullable:true,type:STRING},recurrence:{description:Alarm update recurrence days: SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY. Set recurrence ONLY IF query explicitly requests recurring/repeating alarm. Else, leave empty; set date. For single weekday alarms, calculate date; use date. Plural weekdays (e.g., 'Saturdays') imply recurring. ,items:{enum:[SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY],format:enum,type:STRING},nullable:true,type:ARRAY},state_operation:{description:State operation: ENABLE, CANCEL, DELETE, DISABLE, PAUSE, STOP, DISMISS. Use DELETE ONLY IF query explicitly asks to delete. For 'cancel', use CANCEL. DELETE NOT synonymous with CANCEL; it is more destructive. Call ONLY if confident user did not mean CANCEL. ,enum:[ENABLE,DISABLE,DELETE,CANCEL,DISMISS,STOP,PAUSE],format:enum,nullable:true,type:STRING},time:{description:A new time that the alarm should fire at, in 12-hour format "H[:M[:S]]", e.g. "11:20". Prefer a succinct format, i.e. omit minutes and seconds if they are equal to 0. Append "am" or "pm" to the time if and only if the user's query explicitly indicates this information by specifically mentioning, for instance, "am", "pm", "a.m.", "p.m.", "morning", "afternoon", "evening", "noon" or equivalent. If no such explicit indicator is present, you must not append "am" or "pm". ,nullable:true,type:STRING}},title:#/components/schemas/AlarmModifications,type:OBJECT}},type:OBJECT},response:{description:The result of the clock method.,properties:{alarm:{items:{description:Represents an alarm.,properties:{date:{nullable:true,type:STRING},label:{nullable:true,type:STRING},recurrence:{nullable:true,type:STRING},state:{nullable:true,type:STRING},time_of_day:{nullable:true,type:STRING}},title:#/components/schemas/Alarm,type:OBJECT},nullable:true,type:ARRAY},card_id:{nullable:true,type:STRING},message:{nullable:true,type:STRING},timer:{items:{description:Represents a timer.,properties:{label:{nullable:true,type:STRING},original_duration:{nullable:true,type:STRING},remaining_duration:{nullable:true,type:STRING},state:{nullable:true,type:STRING},time_of_day:{nullable:true,type:STRING}},title:#/components/schemas/Timer,type:OBJECT},nullable:true,type:ARRAY}},title:#/components/schemas/ClockResult
reddit.com
u/ObscuraGaming — 21 days ago

Vale a pena sair do CDB?

Boa noite, pessoal!

Comecei a poupar no ano passado e atualmente consigo investir cerca de R$ 2 mil a R$ 3 mil por mês. Tenho 25 anos e hoje estou com aproximadamente R$ 50 mil investidos nos Cofrinhos do Itaú, rendendo 100% do CDI com liquidez diária.

Antes disso, utilizava o Nubank+, onde mantinha R$ 10 mil na caixinha turbo (120% do CDI) e o restante a 100% do CDI. Acabei migrando para outro banco porque, apesar de ter score 990 e concentrar praticamente todos os meus gastos por lá, nunca consegui obter crédito ou outros benefícios relevantes.

Pesquisando sobre alternativas, vejo muita gente recomendando LCI por conta da isenção de Imposto de Renda. Porém, as ofertas que encontro normalmente pagam algo entre 85% e 102% do CDI, o que não me parece tão vantajoso quando comparado a um CDB de 100% do CDI com liquidez diária, especialmente considerando que muitas LCIs possuem prazo de carência.

Minha dúvida é: para alguém no meu perfil, ainda em fase de acumulação de patrimônio e aportando mensalmente, faz sentido trocar parte desse dinheiro para LCI? Em quais situações vocês consideram que a LCI realmente vale mais a pena do que manter um CDB de 100% do CDI?

Agradeço desde já pela ajuda e pelas opiniões de quem tem mais experiência nessa área.

reddit.com
u/ObscuraGaming — 2 months ago