HN user

flatline-84

24 karma
Posts0
Comments9
View on HN
No posts found.

Here in Australia, Mustang V8s hold their value pretty well. When I was looking for a sports car (which I've now learnt is very different to a muscle car), the Mustang was top of the list because there was nothing else out there with:

- manual - V8 - 2 doors - under <$100k

I spent a week with one, and while I quite enjoyed it, it required you to really rev out the engine to feel anything (which is nice!). Except that would push you into 130km/h+ which means instant loss of license for 6 months and a forever tarnished record meaning insurance is much more expensive for the rest of your life.

Settled for an ND2 MX-5 that I throw around corners now. It means I have to have a "normal" car as a daily (as the MX-5 isn't that practical) but it also means I can have fun without getting pulled up by the gestapo

My main issue with Vaultwarden is that there doesn't appear to be any way to migrate a Bitwarden self-hosted instance to it. I run a Bitwarden server for myself and something like 5-10 family & friends so manually migrating everyone's data is tough.

I'd really love to try Vaultwarden as Bitwarden is pretty heavy on the little server it runs on

3D printers can do a variety of "bed mesh" leveling, which is where they probe the bed in a grid pattern and then can compensate for any deformities in the bed via software.

This ensures that the first layer (arguably the most important) for any print is perfectly flat and level. This visualizer takes the output of the bed mesh calibration sequence (where each point is a z-offset, usually from what the printer has defined as 0 based on the end stop) and graphs it so you can see your bed deformation.

Most Klipper frontend UIs already have support for this though

I've upgraded my x220 as well and it's good enough for basic dev work with about 8hrs battery life on the big battery. For the screen, are you using the Nitrocaster mod? I have it sitting here and the new IPS 1080p screen but I kind of regret not going for a 16:10 aspect ratio (which requires cutting the frame around the screen)

NSW also employed the Fixated Persons Unit (a terrorist task force) to arrest a journalist who was critical of John "Pork" Barilaro. So far, there's been no word from the "Law Enforcement Conduct Commission" on whether the arrest was lawful (hint: it wasn't) and nobody has been punished for it (yet - there is the defamation case on-going but the terrorist task force isn't involved in it)

Does it? I haven't been able to get it to work correctly with Fire.

    @Gooey()
    def main():
        fire.Fire()

    def hello(name="World"):
        return "Hello %s!" % name

    if __name__ == "__main__":
        main()
It just runs Fire instead of launching Gooey. I've tried quite a few other things re: getting Fire to work with Gooey but nothing seems to have an effect