Readit News logoReadit News
F00Fbug commented on Things I learned from teaching (2023)   claytonwramsey.com/blog/l... · Posted by u/mooreds
F00Fbug · a year ago
Great article! I taught full-time for a while and progressed to program coordinator and eventually department chair. I hated the bureaucracy and ended up leaving. I hang on as an adjunct and still teach one or two sections a semester. My favorite is an intro to programming class using Python - I love to see the lightbulb come on when it all falls into place. That's usually a couple of students out of 25.

I don't get why students don't come to office hours - hardly anyone ever does. I see it as a critical part of my job as service to the students. Some of them are just flailing, yet they don't reach out.

I miss teaching in person. Since Covid, all my classes have been online. I would follow the lecture material, but would also demonstrate important aspects of each topic as we went through them and encouraged the students to do the same on their laptops.

My biggest challenge are these online learning platforms. We use ZyBooks. There are two components, the "book" part where the student reads and the programming part where they write some code. The second part sucks. It's not real programming; it's a padded cell where the student writes code and provides any input. The output is automatically evaluated pass/fail. The student has no interaction with the operating system or interpreter and in my opinion, it loses something without that context. They could have an extra CR/LF in the output and they'd fail the assignment. In the real world, who cares? The problems are often absurd; asking for things that nobody would ever encounter.

My final rant is student-focused. I get a lot of emails like, "I'm trying this and here's a screenshot of my code and I get this error message and I can't figure it out." Somedays I want so badly to tell them that if they pasted the contents of their email into google instead of sending it as an email, the solution would be one of the first three results!!!

F00Fbug commented on You can help Anna's Archive by seeding torrents   annas-archive.org/torrent... · Posted by u/FabHK
F00Fbug · a year ago
Wouldn't this be a good application for IPFS?
F00Fbug commented on PiDP-10 – a modern replica of the PDP-10   obsolescence.dev/pidp10.h... · Posted by u/skilled
F00Fbug · a year ago
I want one of these but don't have that kind of money to spend on a toy. There's always this:

https://skn.noip.me/pdp10/pdp10.html

F00Fbug commented on Proxmox VE: Import Wizard for Migrating VMware ESXi VMs   forum.proxmox.com/threads... · Posted by u/aaronius
F00Fbug · a year ago
I spent 15 years managing a VMware-centric data center. I ran the free version at home for at least 5 years. When I ran out of vCPUs on my free license I switched to Proxmox and the migration was almost painless. This new tool should help even more.

For most vanilla hosting, you could get away with Proxmox and be just fine. I've been running it for at least 5 years in my basement and haven't had a single hiccup. I bet a lot of VMware customers will be jumping ship when their licenses expire.

F00Fbug commented on Think Python, 3rd Edition   allendowney.github.io/Thi... · Posted by u/beefman
F00Fbug · 2 years ago
This has been a great resource - I love this book! For the last 5 years, I've taught an intro to programming class at the college level and I always recommend that my students augment their resources with this book.

Glad to see it evolving!

F00Fbug commented on The End of Scantron Tests   theatlantic.com/technolog... · Posted by u/gnicholas
JumpCrisscross · 2 years ago
> if you made a black box at a certain place, that form would be interpreted as the answer key and would screw up a whole pile of scanning

Out of curiosity, where?

F00Fbug · 2 years ago
In the left margin, about 2/3 of the way down... between a couple of alignment marks. But that was 35 years ago... I could be wrong. I always felt like I held an immense power with that knowledge, but never used it!!!
F00Fbug commented on The End of Scantron Tests   theatlantic.com/technolog... · Posted by u/gnicholas
F00Fbug · 2 years ago
I remember working on a project to put scantron machines in every public school in DC back in the 80s. We built the interface from the scantron machine to the DECmate II (a micro-PDP-8, if I remember correctly); async io in assembler... I learned a lot on that part of the project. Then we wrote the scanning software to allow lots of teachers to scan their tests in at the end of the day. Next we built a network over dial-up phone lines to allow the DECmates to upload their daily scans to a VAX (using Kermit, I think). Finally we built the tools to load all of the daily scans into a database and do all kinds of analysis and reporting. All pre-internet -- good times!

I remember learning a lot about the scantron forms and realized that if you made a black box at a certain place, that form would be interpreted as the answer key and would screw up a whole pile of scanning!

F00Fbug commented on Slackware Linux distribution turns 30 years old   theregister.com/2023/07/2... · Posted by u/akoster
F00Fbug · 2 years ago
That was my first exposure to Linux in 1995. I remember downloading 30-something floppy disks over a painfully slow T1. I deployed our company's sendmail email server a few months later, running on an old PC. In 2006 I switched to Linux as my daily driver and if I need windows these days, it runs as a VM.
F00Fbug commented on Cool Retro Terminal   github.com/Swordfish90/co... · Posted by u/qazpot
F00Fbug · 2 years ago
I use this a couple of times a year when I crank up my Pandas version of TOPS-20 (http://panda.trailing-edge.com/). Now that VMS is ported to x86 I may use it more!
F00Fbug commented on Python GUIs   pythonguis.com... · Posted by u/gilad
F00Fbug · 2 years ago
For vanilla applications PySimpleGUI is so easy to use: https://www.pysimplegui.org/en/latest/

Personally, if I'm writing software that needs to talk to a human I'll just build a web interface instead of a GUI.

u/F00Fbug

KarmaCake day312January 20, 2016View Original