What if I’m programming in https://en.wikipedia.org/wiki/Whitespace_(programming_language)
- 2 Posts
- 18 Comments
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
2·9 days agoYeah, I remember having a full desktop to show videos back in the day(like pre-2005ish). I knew it was more powerful than it seemed but it appears I underestimated it.
vrek@programming.devOPto
Linux@lemmy.ml•Is a old raspberry pi viable for anything with Linux?English
2·9 days agoYeah the problem is I don’t have a card reader on my main desktop and I tried a bunch of my old passwords and none worked so I was just going to reimage it.
vrek@programming.devOPto
Linux@lemmy.ml•Is a old raspberry pi viable for anything with Linux?English
2·9 days agoInteresting, I did not know that…
vrek@programming.devOPto
Linux@lemmy.ml•Is a old raspberry pi viable for anything with Linux?English
1·9 days agoYeah I’m thinking my SD card is failing… I know it’s slow but I tried to do a fresh install in recovery 7 hours ago and it’s still initialing the “noob” installer.
Supposedly I was thinking to small, I was thinking like trying to use nmap to discover all ip addresses on my lan or load vim to practice vim motions (I get the idea but I’m still too slow put in alot of commands cause I’m like ok… Up 10 lines, ok, up is… Look on cheat sheet… I… then number of lines… That was 10…look on cheat sheet… Oh just enter 10…it didn’t work… Figure out because it’s not ingrained in my head the time looking at a cheat sheet is making commands time out).
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
1·9 days agoOut of curiosity, I discovered there were other isos on the SD card I could install but the “noob” installer took literally hours to initialize, is that a sign the SD card is going bad?
vrek@programming.devOPto
Linux@lemmy.ml•Is a old raspberry pi viable for anything with Linux?English
1·9 days agoYeah, I tried virtual box on my main system and kept running into odd problems with every distro. For example Debian had a full second of input lag, with 2 cores of a 13th Gen i5 and 16 gb of ram dedicated to it. Kali would install and I ejected the “installation medium” aka the iso and reboot and the virtual box couldn’t see any bootable drive. I tried fedora and it kept freezing on installing(sat at like 35% for over 3 hours)
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
2·9 days agoI’ll have to see if I have a way to flash a micro SD to do that
vrek@programming.devOPto
Linux@lemmy.ml•Is a old raspberry pi viable for anything with Linux?English
3·9 days agoPretty sure it’s rasp2b but maybe a rasp3… Its in a case so I have to open it and look at the markings
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
2·9 days agoWow, I didn’t think it would be able to do that much. What “personal things” are you talking about? Storing files? Personal email? Video server? Actually using it as a personal computer? Don’t have to say what exactly it is just a rough idea would be nice.
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
3·9 days agoWould I be able to run a gui remotely from a Windows pc? I have extra monitors(yes kinda a tech hoarder) but don’t have space to setup another full setup. It has raspbian installed(or the pi-hole version they used to have), will have to guess on the password but I think I remember it.
My initial plan was to remotely access it via ssh with putty on the windows system.
Long story, my shield decided to have its network die. I reset it. I replaced the network cable and changed ethernet ports on router but nothing would work (wasn’t even getting the lights on the ports). I didn’t know if it was the shield or the router so I found the pi and plugged it in. Network immediately worked so I know it’s the shield. I was able to find an old Asus nexus Google TV box which “solved” the shield and was thinking of using the pi for something other than just sitting in a box under a bunch of wires.
vrek@programming.devOPto
Linux@programming.dev•Is an old raspberry pi useful for anything based on Linux?English
5·10 days agoI’ll have to check out the ram. I know it boots and network and hdmi work but will have to dig out a spare keyboard to try to log in and see what it can do
vrek@programming.devto
Programmer Humor@programming.dev•I wonder why they're hiring new IT personnelEnglish
6·12 days agoOh I didn’t even think of that… That’s evil but I kinda like the idea. That said there a notice that there are issues would be nice. Imagine applying for webdev role and on the first page it says “there are several issues with this application, being able to find the errors and correct them is considered a part of the interview process”
vrek@programming.devto
Programmer Humor@programming.dev•I wonder why they're hiring new IT personnelEnglish
9·13 days agoNope, junior software developer of an insurance firm…
vrek@programming.devto
Programmer Humor@programming.dev•I wonder why they're hiring new IT personnelEnglish
18·13 days agoSo many job applications suck…i tried to fill out one with a required “social media link” but didn’t have any place to enter one. It had “LinkedIn url” and the next line was a text box, it had “github url” and the next line was a text box, it had “social media link” and the next line was just a submit button… There was literally no box to enter a social media url. I tried chrome, Firefox and Vivaldi because the job seemed good with good pay but literally impossible to apply to.
Nevermind I don’t know why you need LinkedIn, github, and social media links to evaluate me as an employee but atleast give me a way to enter the data you want.
In my last company we used a system called windchill. Technically they had folders. Previously we used a different system. But when we switched to windchill no one had time to actually sort and organize the tens of thousands of documents. As a result everything just got dropped in the root folder.
To make it worse there was no enforced naming scheme… Plan for… Thing’s plan… Protocol for execution of thing… Ip of thing… Thing’s up… Protocol of thing… Plan of thing… All valid. And in 5 years when your 3rd replacement is trying to find it… Alcoholism is a serious disorder
vrek@programming.devto
Programmer Humor@programming.dev•My code is self-documentingEnglish
0·28 days agoProper comments describe why… For example say you are using an api which requires guids and your application doesn’t care are collisions as much so just use int id’s.
You could add in a comment like
// creating a guid to interface with special api.
But just saying
// generate guid
Means nothing, your method should be generate_guid() or GenerateGuid(). Your comment is repeating.
Or this is probably going to hit my last company at some point, there was a system to read a serial number. They also wanted a “status” on the screen to verify the system was connected and running properly but both these values came over same signal wire. Depending on your exact ms timing sometimes you would read the status as the serial number. Another programmer wrote a check to verify the serial number did not start with OK. The comment added was
// add on 11/15/23 by Initials
With no other details. The serial numbers were 8 numeric digits. Someone won’t know the history and delete this seemingly useless check and cause a 10s of 1000s of dollars in loss
Wait… Isn’t that bad… Going from 10:1 to 60:1???