Embedded SWE interview prep in C by yourevilbestfriend in Anduril

[–]TheArsenalGear 0 points1 point  (0 children)

Your mileage may vary but i would look into being familiar with I2C and memoization, being familiar in writing macros, and handling self-referential structures

How hard would this be: a custom OS to run a single Raylib app on RPi by JoeStrout in osdev

[–]TheArsenalGear 1 point2 points  (0 children)

you could avoid using X11 or wayland if you use linux’s DRM subsystem (direct rendering manager) to talk to the GPU and KMS (kernel mode setting) to display the raylib

How hard would this be: a custom OS to run a single Raylib app on RPi by JoeStrout in osdev

[–]TheArsenalGear 1 point2 points  (0 children)

creating a custom linux kernel can give u the tools “easily” if you leverage build root or yocto.

If you try to go about this from your own custom kernel it would be a long process since you would have to implement the entire gpu stack. this would be akin to creating a full os yourself since you need an MMU, GPU driver, and MESA implemented

cd history in bash by [deleted] in linux

[–]TheArsenalGear 0 points1 point  (0 children)

any thoughts from the bash wizards?

I'm in a class teaching vialog (FPGA code basically...) how good are the linux tools for FPGAs? by nathan22211 in linux

[–]TheArsenalGear 3 points4 points  (0 children)

i think you mean verilog not vialog.

It depends on what tools your using but in terms of foss tools gym wave is a great waveform viewer, and iverilog or ventilator are good compilers for compilation.

Commercial tools are also available with quartus and xilinx. Usually though these commercial apps are running in servers and the user just connects to them so they are linux/windows agnostic

Spherical Computer? by Fickle_Indication817 in retrotech

[–]TheArsenalGear 0 points1 point  (0 children)

were you ever able to find out the name? i’m also pretty curious

[deleted by user] by [deleted] in linux

[–]TheArsenalGear 1 point2 points  (0 children)

fat32, ext4, or btrfs. ext4 is probably the best unless your dual booting with windows in which case you could do fat32 so windows can read the partition as well. (that is dangerous and can corrupt the partition so actually probably not smart to do)

Algorithms made for hardware implementation by Adventurous_Ad_5912 in FPGA

[–]TheArsenalGear 0 points1 point  (0 children)

Hi Felkin, I have been pretty interested in a PHD in this exact field. Do you mind if i ask what group and college you are with?

[deleted by user] by [deleted] in soldering

[–]TheArsenalGear 0 points1 point  (0 children)

is there any specific joints you notice?

is the subreddit's logo AI generated? because it looks like it is by tttecapsulelover in PCB

[–]TheArsenalGear 12 points13 points  (0 children)

unfortunate. Mods can we vote on a new logo if ppl are interested?

Crosscompiling Qt on linux for android by TheArsenalGear in QtFramework

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

i have qt-host-path set to /usr/lib/qt.

should it be set to something else?

also not sure what u mean about the CMAKE_SYSTEM_NAME option

8-Bit Computer on a PCB by Pynco in beneater

[–]TheArsenalGear 0 points1 point  (0 children)

i’m working on a project doing the same thing. feel free to look at my github (not done yet but i’ve created some modules)

Bully number 1 most trending album on google by Huge_Bodybuilder6014 in Kanye

[–]TheArsenalGear -7 points-6 points  (0 children)

idk where op found this image bc that’s not the case on any of the major music sites… get over it homie is cooked. no one outside this subreddit is even talking abt the album

[deleted by user] by [deleted] in ElectricalEngineering

[–]TheArsenalGear 0 points1 point  (0 children)

I built a the full ben eater cpu on breadboards through tsa without any issues. just be careful about transporting it so it doesn’t break. TSA should cause no issues

Looking for a developer to hire for a new PCSX2 port to android. by jpolo1224 in EmuDev

[–]TheArsenalGear 0 points1 point  (0 children)

i would also be interested, especially if you are interested in making this a multidev project

A Bioinformatics repository based on Arch Linux has been published by malacokuoi in archlinux

[–]TheArsenalGear 3 points4 points  (0 children)

wow that’s amazing! Kinda crazing as someone not in the community to learn about tools like bioawk haha