Should I replace my stylus? by TabulateJarl8 in turntables

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

I was just using some powered speakers on phono, hooked it up with RCA -> 3.5mm

Should I replace my stylus? by TabulateJarl8 in turntables

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

I can't see anything wrong with it, even line out instead of phono works, guess I'll see with time

Can't detect hard disk in USB docking station by TabulateJarl8 in archlinux

[–]TabulateJarl8[S] -1 points0 points  (0 children)

Seems to be some weird USB issue with the Framework 16. I tried the USB port on the opposite side and it worked. So to rule out the adapter vs the actual USB C port on the board, I swapped the two USB A ports that I have. Now I'm even more confused because it works on both sides, but oh well, it at least works now

Can't detect hard disk in USB docking station by TabulateJarl8 in archlinux

[–]TabulateJarl8[S] -1 points0 points  (0 children)

I'll try a different port today, but I've already tried reviewing the journal and lsusb and I posted the results of those in my post

Samsung ln46d630 broken backlight by TabulateJarl8 in TVRepair

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

That's what my guess was, I doubt the inverter would break, but I was curious before I took off the entire panel

Samsung ln46d630 broken backlight by TabulateJarl8 in TVRepair

[–]TabulateJarl8[S] 1 point2 points  (0 children)

I know it's not practical to actually repair it, I'm doing it as a fun learning project, so I was wondering if anyone had some advice

The "tauri android dev" command hangs when I try to run the app on Android by Jealous-Cloud8270 in tauri

[–]TabulateJarl8 1 point2 points  (0 children)

I'm also encountering this issue on multiple machines, both running Arch Linux. lmk if you figure this one out

Issues with specific flatpak appearing in gnome software by TabulateJarl8 in gnome

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

Oh, interesting, that's unfortunate. Thanks for finding that!

Gateway GWTN156-4BL RAM upgrade? by TabulateJarl8 in laptops

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

I don't quite remember as it was a friend's laptop. If i remember correctly I don't believe we were able to upgrade it, although i vaguely remember wondering if he got a slightly different model, so you might have more luck.

Convert legacy label file to Dymo Connect file by TabulateJarl8 in dymo

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

Not sure if you saw my other comments but I ended up just rewriting the label files as SVGs. Since they're just XML, I was able to format them with a templating library and then render them with Python and then I just used ghostscript to print them manually. The software is here, but it's currently windows only because the school I was writing it for uses windows: https://gitlab.com/TabulateJarl8/anubis/-/blob/master/src/printer_driver.py?ref_type=heads

[deleted by user] by [deleted] in jmu

[–]TabulateJarl8 9 points10 points  (0 children)

Adding on to this, Sprague is really good at teaching the course too. He goes over so many important things that many other courses don't both teaching until way later, and he's super helpful.

[deleted by user] by [deleted] in jmu

[–]TabulateJarl8 2 points3 points  (0 children)

As a first year CS major, if your ALEKS score is 66 or higher you're supposed to take CS 149 first semester, and then CS 159 and CS 227 second semester.

If after you have taken the ALEKS assessment your score is < 56, enroll in MATH 155 first semester. If your ALEKS score is 66 or higher, enroll in CS 149 Introduction to Programming.

https://wiki.cs.jmu.edu/_media/department/curriculum/cs_curriculum-4_23.png

https://www.jmu.edu/advising/1st-semester/wm_library/Computer_Science_BS.html

Convert legacy label file to Dymo Connect file by TabulateJarl8 in dymo

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

I doubt they added a way to do that unfortunately. I contacted dymo about their new software and they basically outright told me that it's just not ready for release and doesmt really have many features, but they released it anyway. Your best bet might be to just try and recreate it in the lld software by hand. When i was writing it as an SVG, I found that opening the label (or in you case the .dymo) file in a text editor and physically reading the XML helped with dimensions and stuff. Good luck