Hacker Newsnew | past | comments | ask | show | jobs | submit | mrlyc's commentslogin

Thank you for writing the "How to Find Lemmy Communities" guide. It was very helpful.

https://tech.michaelaltfield.net/2023/06/11/lemmy-migration-...


It got me my first programming job.

Back in 1984, I wrote a BBS for a Vic-20. It had multiple rooms (message areas) which users could create and make public or private, private email and an online game, all in 9.6K of BASIC. It was very popular with each user spending an average of 70 minutes on it. One of my users hired me as a programmer, saying "Anyone who can write a BBS for a Vic can program!"

Thirty years later, that same guy wanted me to work with him at Google.


I rewrote 2,650 lines of C as a seven line shell script. The previous programming team had written a data transfer program with its own implementation of ftp. I just used the one that was already on the computer.


Can you share this script? I'm interested to see how 2,650 lines of C got boiled down to seven lines of shell.


I just wrote

  echo "open $mainframe\

  \nuser $mf_username $mf_password

  \nsite lr=160\

  \ncd ..\

  \nmput \*\

  \nquit" | ftp -i -n -v > $ftp_log 2>&1
The program collected data from the telephone company's Nortel MD110 switches, tidied it up and sent it to their mainframes.


It depends on what you're used to. When I stated programming 42 years ago, it took two days between submitting the punched card deck to the computer centre and getting a printout of the results. Now I get concerned if my program takes longer than 20 seconds to compile.


>I get concerned if my program takes longer than 20 seconds to compile.

I go into a rage at 2 seconds!


Both of you should try building chromium with ninja builds on any non-ssd system. every freaking header change used to be close to 20 minutes if the gods are happy.


I live on my own so I prefer being with people at work.


I can absolutely see how this is true for some people.

Conversely: I have a family, and find that a day of open-plan leaves me consistently too frazzled to hand much in the way of meaningful interaction with my partner and child.

I don’t really know how to square these too, other than to suggest that different environments make sense for different people, and wonder how we can implement this without it getting caught up in status-game space (“why should X have the office...”)


Another interesting documentary about this topic is "Born Rich" by Jamie Johnson, one of the heirs to the Johnson & Johnson fortune. He interviews several of his peers. The film was nominated for two Emmys. It's available on YouTube at https://www.youtube.com/watch?v=km_JmxnzTvc.


One thing to watch out for is when the board manufacturer changes its memory map without telling you. Boards built before April booted and the new ones didn't. Fortunately, the product was still in the development stage.


For my dopamine hits, I prefer Reddit (frat party) to Hacker News (church).


Zimbardo was an evil man who tried to justify his behaviour by setting up a sham experiment to "prove" that everyone can be evil, given the right circumstances.


We're trying to do the same with the country.


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: