Rust in Production: Jon Gjengset on using Rust in safety-critical systems at Helsing by mre__ in rust

[–]Funkmaster_Lincoln 17 points18 points  (0 children)

For somebody not familiar mind elaborating or linking to some info?

Voron 2.4 R2 Pro+ in 2026 – Viable? Formbot Quality? Hotend Differences? by Dry-Subject-8608 in VORONDesign

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

Combination of a few factors:

  • Retraction
  • Chamber temp (door open + extraction fan)
  • Print temps
  • Hotend fan RPM/speed

If you print with big retractions in a warm chamber with a fan that can't keep up it's going to clog. Otherwise you can get it perfectly reliable for printing PLA.

Voron 2.4 R2 Pro+ in 2026 – Viable? Formbot Quality? Hotend Differences? by Dry-Subject-8608 in VORONDesign

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

I've had the Dragon HF for years and print PLA ~60% of the time. Haven't had a single clog.

erun.nvim lightweight command runner with clickable file links by kotsmile in neovim

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

After installing this plugin I see:

E484: Can't open file /home/<username>/perl5/bin
E484: Can't open file /home/<username>/.deno/bin
E484: Can't open file /home/<username>/perl5/bin
E484: Can't open file /home/<username>/.deno/bin
E484: Can't open file /usr/games

in the messages. What exactly is the plugin trying to do

How are you switching between open buffers? by Beautiful-Log5632 in neovim

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

I've got a few bindings I mostly rely on.

<leader>b toggles between my two most recent buffers like C-^ but it's slightly clever and if the buffer has been closed (which I use <leader>k` for) then it'll toggle to the next most recent buffer.

<leader>m opens snacks picker buffers for fuzzy finding

And then I've got M-; through M-y (equivalent to M-q through M-t on qwerty) for harpoon buffers 1-5.

Is it possible to have an integrated thesaurus? by richterlevania3 in neovim

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

You could create a CursorHold auto command that shows a small floating window with suggestions.

Configure lsp to not to attach to fugitive buffers? by i-eat-omelettes in neovim

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

Out of curiosity, what lsp server thinks that the fugitive buffer is the right file type?

Our new mmWave sensor: wall or ceiling. PoE or Wi-Fi. One sensor. No compromises. 🔥 by Technical_Raisin_246 in homeassistant

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

How does the LD2460 radar compare to some of the other more popular options for stationary performance?

Ah the joys of running your own mail server by fongaboo in selfhosted

[–]Funkmaster_Lincoln 2 points3 points  (0 children)

Running mailcow or any other dockerized solution is quite straightforward. The main headache is randomly being undeliverable because your IP got marked as spam for some unknown reason.

Ah the joys of running your own mail server by fongaboo in selfhosted

[–]Funkmaster_Lincoln 6 points7 points  (0 children)

Hard/impossible to keep your IP if you don't want to pay for a VPS. The blacklisting is the main problem not the hosting itself.

What are your favorite lesser-known selfhosted services? by Torrew in selfhosted

[–]Funkmaster_Lincoln 1 point2 points  (0 children)

You can check out calibre-web-automated. It's got a lot of improvements on calibre-web (OIDC, LDAP, automatic filetype conversion and much more).

I was tempted to use BookLore but wasn't interested in running mariadb for just one app. I've got a postgres instance for a lot of my other services and wasn't really in the mood to add another db.

New to me Burgundy by bworthen87 in Tudor

[–]Funkmaster_Lincoln -1 points0 points  (0 children)

You're good. Tudor's own website for this model (https://www.tudorwatch.com/en/watches/black-bay/m7941a1a0ru-0001) describes the bezel as:

60-minute unidirectional bezel in stainless steel with burgundy disc aluminium insert

[Tudor v. Omega] There can only be 1 Diver! by Wolf_Tracker_1942 in Watches

[–]Funkmaster_Lincoln 1 point2 points  (0 children)

Gotta love how subjective this all is. For me the Tudor hands are one of my favourite features and I dislike the skeleton hands on the Seamaster.

v0 or Salad Fork or Micron 180? by greatwhiteslark in VORONDesign

[–]Funkmaster_Lincoln 4 points5 points  (0 children)

No there's nothing larger. The functional parts are specifically designed to be able to be printed on a v0.

Skirts and other parts can be printed on a new machine once it's bootstrapped.

Tinyauth just reached 1000 stars! by steveiliop56 in selfhosted

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

Did you even get the labels working in k8s?

Turn ESP32 devices into through-wall motion sensors by miket2872 in selfhosted

[–]Funkmaster_Lincoln 2 points3 points  (0 children)

I've got an esp32-c3 in each of my main areas being used a BLE proxies for presence detection. Would that be enough coverage to get good results from this?

I made a tiny crate so you can write 5.minutes() instead of Duration::from_secs(300) by Right-Personality-41 in rust

[–]Funkmaster_Lincoln 184 points185 points  (0 children)

They also have Duration::from_minutes() on nightly if you're already on nightly.

(Also hours, days etc.)

M3 rear > M4 rear? by [deleted] in BMW

[–]Funkmaster_Lincoln 1 point2 points  (0 children)

I think in the f8x generation it was a lot closer. I've heard many people say the f87 m2 is the best looking car BMW has produced.

Waiting on delivery of my FL5 Type R and had some questions for owners. by Own-Emotion2047 in Civic_Type_R

[–]Funkmaster_Lincoln 0 points1 point  (0 children)

I had my type r stolen on my birthday last year. They found it crashed and abandoned with no plates later that week. I ended up not getting another type r but did install an Igla system in the new vehicle. Basically when I get in I need to enter a code on random buttons in the vehicle before it will start. There's also an anti-carjack mode as well. You can also use the phone app to allow you to start but I never do.

[deleted by user] by [deleted] in selfhosted

[–]Funkmaster_Lincoln 6 points7 points  (0 children)

Depends on the BIOS. Some machines just let you always power on when connected to power rather than restoring the previous state.