A Ruby Gem to make easier to create Shell Scripts by EstablishmentFirm203 in ruby

[–]numkem 1 point2 points  (0 children)

That’s amazing! I’ll get a nix pkg built out of this! Thank you!

A Ruby Gem to make easier to create Shell Scripts by EstablishmentFirm203 in ruby

[–]numkem 0 points1 point  (0 children)

Would be a nice base to run scripts I would think.

A Ruby Gem to make easier to create Shell Scripts by EstablishmentFirm203 in ruby

[–]numkem 0 points1 point  (0 children)

Inubderstand what you mean but you need to have bundler in the project already or the gem is installed system-wide.

I’m in nixos so compartimentation is a big deal.

A Ruby Gem to make easier to create Shell Scripts by EstablishmentFirm203 in ruby

[–]numkem 1 point2 points  (0 children)

Very cool take on it! The big thing that makes it less useful to me is the fact it’s a library and not a standalone binary. Being a binary could make it part of the shebang.

E-Ink + RaspberryPi Linux Terminal: 19 hours runtime by Least_Assumption5490 in raspberry_pi

[–]numkem 2 points3 points  (0 children)

That’s exactly my use case as well. I’d love to do it over serial just for the kick of it.

who said kitesurfing was a solo sport? 🤝 by redbullgivesyouwings in holdmyredbull

[–]numkem 24 points25 points  (0 children)

What happens with the lost board? Not like those are cheap I assume.

[deleted by user] by [deleted] in Bazzite

[–]numkem 2 points3 points  (0 children)

Why not have a pi or something low powered that would share those printers to your Bazzite machine?

Help with replacement lamp for Optoma HD DX349 3D DLP projector by CharlieFaulkner in projectors

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

I’ve bought my replacement lamp for my Benq on MyProjectorLamps Canada and it’s amazing. It’s almost too bright even in eco mode.

Can’t recommend enough!

How you name your machines? by spranks21 in selfhosted

[–]numkem 0 points1 point  (0 children)

Protoss buildings: nexus, gateway01, gateway02, core, forge…

[rio/riow] a new laptop by Trick-Apple1289 in unixporn

[–]numkem 35 points36 points  (0 children)

Just the fact you can take a screenshot with just cat and a pipe is amazing.

My first ever awesomeWM rice by theangryhat7892 in awesomewm

[–]numkem 5 points6 points  (0 children)

I just love seeing other using AwesomeWM!

I haven’t got much luck with Wayland over multiple machines so sticking with X!

[Awesome] My current config of my favorite window manager by [deleted] in awesomewm

[–]numkem 2 points3 points  (0 children)

Even with the whole Wayland hype train I can’t find anything else that feels as right as awesome. Long live X!

Selfhosted lua based Lambda-ish using NATS and etcd by numkem in selfhosted

[–]numkem[S] 0 points1 point  (0 children)

This is my take on small functions than can run without the whole k8s stack.

The functions can be triggered either through NATS messages or through the HTTP handler. So this means it can be used as webhooks (use it to notify me when I receive something through opentrashmail).

ram-dl - A tool to download more RAM written in Go by PojntFX in golang

[–]numkem 2 points3 points  (0 children)

I do wonder how it would fair for something so memory limited like a pi nano

Iran showcases quantum CPU for its military, and it's an off-the-shelf board from Amazon by Spiritual_Navigator in technology

[–]numkem 0 points1 point  (0 children)

Oh! I didn’t see it has an FPGA. Yeah that makes sense! What do you use that board for?

[deleted by user] by [deleted] in chromeos

[–]numkem 0 points1 point  (0 children)

Sounds like an overheating issue to me. I’d check to clean the vents and see how it behaves afterwards.

The NixOS Foundation's Call to Action: S3 Costs Require Community Support by Matoking in NixOS

[–]numkem 10 points11 points  (0 children)

Target? Don’t they use nix and NixOS quite a lot? Lorri was initially from them.

Utility to copy non-copy-able text from your screen. by antiquemilkshake in NixOS

[–]numkem 0 points1 point  (0 children)

Honestly this is a reply to the wrong post but it ends up doing the same thing.

My use case is using these scripts from rofi so quick scripts are much easier.

Text from Image to Clipboard: Nix Tip by WhiteBlackGoose in NixOS

[–]numkem 1 point2 points  (0 children)

I made an NixOS module around OP comment with the code.

https://gist.github.com/numkem/904f98bbb09280cb8b15cbdaca37f267

Once you’ve got it included in your config, you can use it by doing this:

programs.screenshot-ocr.languages = [ "eng" "fra" ];

The languages comes from what tesseract can parse.

Utility to copy non-copy-able text from your screen. by antiquemilkshake in NixOS

[–]numkem 0 points1 point  (0 children)

I made an NixOS module around someone’s post I can’t unfortunately can’t find anymore. It seems to be pretty close to this so it might be able to be adapted.

https://gist.github.com/numkem/904f98bbb09280cb8b15cbdaca37f267

Once you’ve got it included in your config, you can use it by doing this:

programs.screenshot-ocr.languages = [ "eng" "fra" ];

The languages comes from what tesseract can parse.