∞🏳️‍⚧️Edie [it/its]

AuDHD baby-commieDoesn’t read. A cat

  • 0 Posts
  • 84 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • I use signal with my family. For that, it’s quite fine, it doesn’t matter if whoever knows I talked to my mum on that day for this long, they already know it’s my mum. It gives me some more privacy, they can’t tell what I said/wrote, and better group chats.

    But I wouldn’t use it for revolutionary activity. That is when the metadata privacy matters, who talked to who and when. A quote I heard a lot (by some top US bras, I don’t remember) is “we kill based on metadata”. For that, Signal is not good enough.

    That is what I got out of dessalines essay.

















  • New errors!

    errors
    Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
          Unhandled exception rendering component: Overflow_Decimal
    System.OverflowException: Overflow_Decimal
       at System.Number.ThrowOverflowException(String )
       at System.Decimal.DecCalc.DecAddSub(DecCalc& , DecCalc& , Boolean )
       at IdleLife.Models.MoneyManager.Tick()
       at IdleLife.Models.Character.Tick()
       at IdleLife.GameCore.Tick(Boolean catchUp)
       at IdleLife.GameCore.OnTimerTick(Boolean catchUp)
       at IdleLife.GameCore.StartTimer()
       at IdleLife.App.OnInitializedAsync()
       at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
       at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState ) blazor.webassembly.js:1:46670
    
    Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
          Unhandled exception rendering component: ArgumentOutOfRange_IndexMustBeLess Arg_ParamName_Name, index
    System.ArgumentOutOfRangeException: ArgumentOutOfRange_IndexMustBeLess Arg_ParamName_Name, index
       at System.Collections.Generic.List`1[[System.Char, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].get_Item(Int32 )
       at IdleLife.Utilities.Extensions.BuildMetricRepresentation(Decimal input, Int32 exponent, Nullable`1 decimals)
       at IdleLife.Utilities.Extensions.BuildRepresentation(Decimal input)
       at IdleLife.Utilities.Extensions.ToMetric(Decimal input)
       at IdleLife.Utilities.Extensions.ToMoney(Decimal d)
       at IdleLife.Models.MoneyManager.get_MoneyDisplay()
       at IdleLife.Components.LeftBar.b__2_9(RenderTreeBuilder __builder3)
       at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 , RenderFragment )
       at MudBlazor.MudText.BuildRenderTree(RenderTreeBuilder __builder)
       at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
       at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder , RenderFragment , Exception& )