• 1 Post
  • 17 Comments
Joined 4 months ago
cake
Cake day: February 26th, 2024

help-circle



  • Fellow right-side-of-the-ponder here (so take with a heap of salt). So basically both sides present mitigations (“my client had a clean record until now”, “the defendant was found liable for SA”, sort of thing). These may change the outcome of the sentencing, including specific dates for any period of incarceration.

    There will also be part of this given over to why they defendant shouldn’t be found liable for also violating his gag order (very similar to the ones before, but this one is now he is a felon). And if the defense counsel can’t explain why he did that (which is pretty much indefensible) then he can be both found liable for the breach and have it impact his potential sentence.

    I am not a lawyer, I am not American, this is just what I understand, until someone better comes along to correct me.


  • I’m only mentioning this because it’s not been mentioned in any other comments but there is a Python implementation for the CEF (Chrome Embedded Framework). It let’s you write your front end in HTML/CSS and JS while letting you call back to a Python backend. You can use any existing JS framework to do your styling (offering the most flexibility) while keeping business logic in Python. It’s not exactly what you were asking for, however you mentioned in a different comment thread that tkinter looked outdated, so thought I’d mention it.

    Link here https://github.com/cztomczak/cefpython




  • Nice to see a British food section actually filled with British food, had a (German) colleague excitedly show me the Tennessee BBQ sauce he’d bought from the “British” section of a local super market, he was sad when I told him it wasn’t authentic, or British.

    Also, Typhoo and PGTips, but no Yorkshire Tea, shameful! ;)














  • I wanted to learn and I do that best by making games (find it holds my attention), found it a mixed bag, in that Bevy is quickly becoming the de-facto game engine in Rust (I know not strictly true but it is very popular), however that involves learning Bevy, rather than Rust.

    So instead recently I’ve started making games with Yew (Web lib, using WASM) and Warp, to get to grips with those. I’ve been doing a game dev live stream too, where I work on a project (FOSS) to try and show the stuff I learned. Mostly just for the enjoyment of solving maths problems with an audience!

    Sadly when I was laid off last year I couldn’t find anything in Rust but I’m hoping my next contract might involve at least some.