• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: February 26th, 2024

help-circle
rss
  • The french used to use an explosive device called a “petard” (old french for a fart), that was used to breach doors. However these would sometimes blow back and kill the user rather than breach the door. This was the original intention for the Shakespearian phrase. One was Hoisted (old verb* not used anymore but essentially blown off their feet) by their own Petard (or door breaching bomb).

    More information is here: https://en.m.wikipedia.org/wiki/Hoist_with_his_own_petard

    *Unrelated to hoist as in to lift, despite similarities


  • Yes agree with this and categorise each into one set of broader goals, I suggest one is Programming, one could be Gaming etc. Then allocate time to each larger goal and order your sub “tickets” in there so you focus on one thing in a section at a time. For example, don’t learn Python and Rust at the same time, focus on one or the other (I’d probably suggest Python first as Rust has a very steep learning curve), but you can easily spend some time a week learning Python and some time learning Factorio, without the two things working against each other.

    Edit: for Programming stuff the site Roadmap.sh (https://roadmap.sh/) is useful for giving you an opinionated task list. It’s not for everyone, but if you just want to know where to start you could go a lot further wrong than that.











  • I agree, the job of politicians is to reframe Trans rights as policies that benefit everyone. If everyone at a negotiation feels like they are winning you have a successful negotiation. Who cares if the new policy disproportionately benefits one group, we are all better off because of it, and in the case of Trans rights give them the same (non-codified) protections as everyone else.

    (This is if course ignoring the oft used tactic of the far right which is to do the opposite and reframe beneficial policies (eh. ACA) as something that only benefits one group by calling it a funny name (eg. Obamacare), so it’s easier said than done, but that is what the democrats should be doing more of, imho)



  • 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


  • 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.