SteveTech

joined 2 years ago
[–] SteveTech@programming.dev 13 points 1 year ago

The CAD files for the Framework 13 have also been out for a few years too.

[–] SteveTech@programming.dev 1 points 1 year ago (1 children)

ADCs, DACs, IO extenders

These should all work without kernel drivers. For example, here's a user space python library for ADS1*15 ADCs, or Nuvoton MS51 IO Expanders. Unless you need very specific timing or require the kernel to know about it, you shouldn't need a kernel driver.

[–] SteveTech@programming.dev 1 points 1 year ago (3 children)

Idk, with I2C if it's not something that needs a kernel level driver, there usually isn't a problem with interacting with it from user space, for example basically all RAM RGB controllers are I2C and OpenRGB has no problem with them. I'm pretty sure I've only ever used an I2C device tree overlay for an RTC.

Also I2C/SMBus is present everywhere on x86, like some graphics cards expose it through their HDMI ports, even some server motherboards have a header for it; but for GPIO I'm unaware of any motherboards that expose it, so good luck researching the chipset and tracing out the pins.

[–] SteveTech@programming.dev 4 points 1 year ago

but I can't figure out which of the "0000:00:whatever's" correlate to my Bluetooth card

lspci will list your PCI devices and their ID, but if it's a combo WiFi & Bluetooth card, they usually use PCIe for WiFi and USB for Bluetooth.

[–] SteveTech@programming.dev 1 points 1 year ago

I don't remember OpenAI's website, but I know there was 'Text To Transformer' which was just run by some guy who eventually couldn't keep running it.

I used to use a Google Colab notebook after it shutdown, which would have similar results.

There's also Write With Transformer which is probably the easiest, but it's not the same.

[–] SteveTech@programming.dev 6 points 1 year ago

I think you embedded a webpage instead of just a gif.

This should work: Monty Python Holy Grail GIF

[–] SteveTech@programming.dev 1 points 1 year ago

If you can't get the VPS to work, alternatively there's Cloudflare but last I checked streaming was a little out of their free terms. With it, you should just have to set your AAAA record and make the cloud orange, that way Cloudflare will proxy it, and IPv4 will work. There's also Cloudflare tunnels which lets you host websites without port forwarding anything.

[–] SteveTech@programming.dev 1 points 1 year ago

I think it mostly relies on Glaxnimate for graphics and stuff, which supports most SVG and Lottie animations.

So there's not really a library, but things aren't hard to find.

[–] SteveTech@programming.dev 3 points 1 year ago

Because how can linux ARM run on a device that used to run windows x86?

Have you misread AMD64 as ARM64?

AMD64 is the 64bit extension of x86, often also called x86_64.

As others has said, ARM is a completely different architecture which is not compatible with x86 without translation layers. ARM also has a 64bit version called ARM64 (or AArch64).

[–] SteveTech@programming.dev 4 points 1 year ago

then there's definitely the type of water ditching where the plane angles into the water at full speed, and I don't think that's gonna have 80%

Pretty sure last time that happened it was still ~30%, which seems pretty impressive considering the video: https://youtu.be/w1u0D0E-Bq0 (SFW but it is a plane crashing)

Source: https://en.m.wikipedia.org/wiki/Ethiopian_Airlines_Flight_961

[–] SteveTech@programming.dev 1 points 1 year ago

Online screen recorders already exist too, I also don't think it really needs any server side logic either.

[–] SteveTech@programming.dev 2 points 1 year ago (1 children)

I don't think Windows has swap partitions, you could maybe install a basic installer to the recovery partition, repartition in that (copying the ISO between partitions), then load the full ISO.

view more: ‹ prev next ›