lua

  1. NapoleonWils0n

    Youtube vs Invidious time and cpu usage

    I have Invidious installed in a podman container in a Ubuntu bhyve vm https://github.com/NapoleonWils0n/cerberus/blob/master/freebsd/invidious-bhyve.org https://github.com/iv-org/invidious When you play a youtube video using mpv it uses yt-dlp in the backend to get the stream links so there...
  2. dbohdan

    Other Using flua (Lua in base) for scripting

    Have you used flua for your own tasks? It's fascinating to me that FreeBSD now ships with a full-fledged Lua interpreter (Lua 5.3 in FreeBSD 13 and Lua 5.4 in FreeBSD 14). This is a big step up in scripting capability compared to traditional shell, awk, and sed. The Developers' Handbook...
  3. SDK Chan

    Neovim as an IDE for programming

    In this how-to I am going to show you how to configure neovim to act like a small and efficient UI IDE for various programming languages. Neovim is going to be configured in lua. Before beginning you need the following packages installed, or ports build: -> editors/neovim -> www/npm -> Clangd...
  4. CrazyMihey

    Loading Kernels w/wo ZFS.KO? Customizing Loader?

    A simple Question haunts Me: Standard Installation of FreeBSD 14.2 with Root on ZFS (on a Single Disk) uses a Regular BootLoader «/boot/loader_lua» (zfsloader & loader are actually Hard Links to the same File). Its operability is Proved by the fact that when you Change the Menu Item in...
  5. T

    boot loader - how to make it read the config files from the prompt ("OK")?

    Is there a way to make FreeBSD's boot loader read (or re-read) the config files (like /boot/loader.conf) after you have escaped from the menu to the boot loader prompt? When I read the sources in /boot/lua it seems like there should be a "read-conf" command, but it doesn't exist when I try from...
  6. rigoletto@

    Lua/AwesomeWM guidance needed.

    Hello, I'm posting in off-topic since this is not FreeBSD specific. I decided to give a try yo x11-wm/awesome again and this time it worked greatly but there are few thing that some times drive me crazy. I suppose it has more to do with Lua programming than Awesome. I prefer to use the...
  7. SWIFTYLIFT

    Changing Lua references

    I’ve learned Lua versions are indeed versions and installed 54 when it looks like I need 51: How do I go about locating all 54 and removing them and anything that would be left thinking of it? This includes Luasec luarocks - pretty much anything that ends in 54 and move properly to 51.
  8. M

    Unable to boot / install | (cannot open loader.lua)

    I can't install FreeBSD-13.0-RELEASE or FreeBSD-14.0-CURRENT on my notebook. I get the following error message when I try to boot / install from the USB flash drive. Consoles: EFI console Reading loader env vars from /efi/freebsd/loader.env FreeBSD/amd64 EFI loader, Revision 1.1 (Thu Nov 4...
  9. L

    Build in one machine, install on another; versions of Lua

    I have little experience with ports and I don't understand what I should do. I always have the option to install everything from source, though... I'm running FreeBSD 13.0-RELEASE on my main computer and also at a VPS. In the latter, the ports collection is not installed. net-im/Prosody...
  10. X

    New bootloader in FreeBSD...

    View: https://twitter.com/VPostnicov/status/1350026756158271490
  11. R

    Cannot install FreeBSD on a Pentium 3 processor.

    Hi, I'm having some trouble trying to install FreeBSD on my Pentium 3. I burned a disk with the FreeBSD-12.1-RELEASE-i386-dvd1.iso, and when I try to install it on the Pentium 3 PC I get this error: lua error cannot open /boot/lua/load.lua no such file or directory. So at first I thought maybe...
  12. Phishfry

    Lua bootloader replacing forth

    Well not to cause aflame war but what are everyone's thoughts? Forth versus Lua. I am researching an old 1984 Byte magazine and I notice whole article about forth, So it is an old-timer. But to technical specifics, Isn't forth an interpreted language, not compiled, similar to Lisp. Not binary...
  13. dinsdale

    Lua53 package - No Shared Library Support?

    Hi there, I just created a little vm and installed the latest lua53 from pkgng. I am unable to use a c Shared Object with my lua app and I get the following error: dynamic libraries not enabled; check your Lua installation My understanding of this (I believe I corrected it once before)...
Back
Top