Federati Nu: Federated N-series GNU Social
  • Login
It's "All Of Us For All Of Us" Or We're On Our Own
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with perl

  1. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Saturday, 30-Jul-2022 16:55:44 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Back in the 1990s, my youngest uncle kept telling me to learn #COBOL instead of #Java (though at the time, I was taking courses with Microsoft #BASIC ... and later took both COBOL and Java, along with #Pascal, #Visual_Basic, #JavaScript, #Perl, #PHP, and more).

    At the time, he was making $100,000+ and taking time off whenever he wanted. I think he made a lot more during the fixes that prevented #Y2K from becoming the expected meltdown, but he then ran into headwinds because foreign programmers were being imported to do the work for a lot less than what he was accustomed to earning, so he retired.

    I thought about this back when the lockdowns geared up and state governors were crying about lacking the COBOL programmers to fix their unemployment insurance systems.
    In conversation about a year ago from web permalink
  2. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Sunday, 05-Dec-2021 20:16:02 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    • Smalltalk, Self, IO, etc
    after a nuclear war, the remaining people will probably not be able to spin up a modern operating system on their improvised chips. How do you build a simple, reliable, legacy-free OS from scratch? What ideas 💡 and techniques should be passed down to those people?

    If we think hard enough about this, I think we’ll agree that closed-source systems are basically designed to be almost impossible for people outside the sponsoring organization to reproduce (for an example, consider [ReactOS](https://reactos.org/), which launched as [a project to produce a system compatible with Windows 95](https://reactos.org/wiki/FreeWin95) and [then changed to focus on Windows NT](https://reactos.org/wiki/ReactOS/History), and after more than 25 years, is still not capable of being a daily use system.

    But we may also determine that most open-source systems are likewise not designed in such a way that reconstruction is viable. The Linux kernel is *huge* these days.

    Additionally, in my opinion, they’d probably want to use programming languages designed for readability, ease of learning, and error-reduction first (that is, more like #COBOL than #C, more like #Java than #CPlusPlus, more like !Smalltalk and #Lisp / #Scheme than #Perl / #Raku and #JavaScript) and then performance and low-level access.

    I think it is a mistake to assume that one could start with a modern version of #gcc or #llvm or #msvc … because it is not a given that the software itself and someone who knew how to use it (and update, modify, and adapt it) would still exist.
    In conversation Sunday, 05-Dec-2021 20:16:02 UTC from Shoyu permalink

    Attachments

    1. FreeWin95 - ReactOS Wiki
    2. ReactOS/History - ReactOS Wiki
  3. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Wednesday, 19-May-2021 16:51:57 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • GeniusMusing
    @geniusmusing At one point, I was running these sites on a VPS running CentOS. In order to get a currently supported version of PHP (v.5.6 at the time), I had to find a 3rd party repo. The repo, for some reason, did not have a version of php-intl that worked, so every time there was an update, I had to use PEAR to download and compile it.

    (By the way, I don’t know if PHP has integrated that extension into the main executable yet, but if they haven’t, they should.)

    Anyway, I just visited https://www.php.net/supported-version.php and https://www.php.net/eol.php … I see that v.7.3.x is already unsupported except for security patches; v7.4 loses support in late November (security patches for another year afterward).

    Distros and projects should be moving to v.8.0.x, which is supported for another 18 months (with another year of security patches after that). I’m assuming that there are some breaking changes between the 7.x.y versions and the 8.x.y versions, so I can understand some grumbling from developers.

    However, the truth is that #PHP, like its ancestor #Perl, just evolved organically without any planning and now needs to clean up 🧽 🧹 inconsistencies and continue to tighten security. Hopefully, the pace of change will slow once those two things are accomplished.
    In conversation Wednesday, 19-May-2021 16:51:57 UTC from Shoyu permalink

    Attachments

    1. PHP: Search
    2. PHP: Unsupported Branches
  4. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Monday, 08-Mar-2021 14:16:35 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    I have no time or energy for exploring #YottaDB right now, so I'm just making a #NoteToSelf to come back to it. https://yottadb.com/

    * #M / #MUMPS unified database & language
    * Forked from #GT.M by long-time members of the GT.M dev team
    * Compatibility / interop with #C, #Go, #Rust, #Perl, ...
    In conversation Monday, 08-Mar-2021 14:16:35 UTC from web permalink

    Attachments

    1. YottaDB | Rock Solid. Lightning Fast. Secure.
      from yotta_admin
      YottaDB is a new kind of database company, delivering a proven database engine to your application, enhancing simplicity, security, stability & scalability.
  5. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Sunday, 20-Dec-2020 22:00:27 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    #Perl 7 is a tiny update from the most recent Perl 5 versions ... mostly changing some defaults. https://www.perl.com/article/announcing-perl-7/

    The "Perl 6" name wasn't available because the #Raku language was previously called Perl 6.
    In conversation Sunday, 20-Dec-2020 22:00:27 UTC from web permalink

    Attachments

    1. Announcing Perl 7
      Perl 5 with modern defaults
  6. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 06-Aug-2020 20:21:07 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    https://reasonml.chat/t/bucklescript-8-1-new-syntax-option/2379

    Controversial update to #BucketScript riles the #Ocaml / #ReasonML community

    I was just thinking (thanks to an #IRC discussion this morning) about breaking changes in programming languages and how often they split the community (or get rolled back, sometimes before an official release). Examples: #Perl 6 (now called #Raku) was originally a replacement for Perl 5, but became its own separate language (and I’m hearing that Perl 7 is facing rough sailing with the language’s community, too); #PHP 6, with radical changes that were scaled way down (PHP 6 was skipped, but later parts of the 5.x series and the 7.x series implemented some of the proposed changes). Then I come across this.
    In conversation Thursday, 06-Aug-2020 20:21:07 UTC from Shoyu permalink

    Attachments

    1. BuckleScript 8.1: new syntax option
      Hello folks. This is the official thread for Q&A of the new BuckleScript syntax, blogged here. It’s a big change, so I’ll be around to answer questions in real time.
  7. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 03-Feb-2020 19:30:27 UTC Douglas A. Whitfield Douglas A. Whitfield
    Role: #CentOS Support Engineer
    Location: #Minneapolis, MN, #Louisville, CO, #Mason, OH, #Ottawa, CA

    Position Summary:
    Perforce is seeking a CentOS Support Engineer to join our OpenLogic team (that's my new team, but this is not my specific position), responsible for providing 24x7 break fix support and services on Open Source technologies to our OpenLogic customers. This position will work closely with members from Support, Sales and Professional Services to assist in resolving a wide variety of customer issues. OpenLogic provides enterprise services for hundreds of open source projects — including OpenJDK, Kubernetes, CentOS, and MariaDB — so you can boost efficiency and savings with free software, while cutting risk.


    Responsibilities:

    Interact with end users on technical problems.
    Tier 1, 2 and 3 support for CentOS and related open source products.
    Drive resolution of those problems, which include:
    Open source software issues.
    Questions around #opensource software usage.
    Questions around use and best practices.
    Review of the architecture and design where software is implemented.
    Conduct professional services and training engagements.
    Research, understand, and advocate open source software.
    Interact with various open source communities.
    Drive early resolution of issues.
    Make strategic contributions to the CentOS core and surrounding ecosystem, provide bug fixes ahead of the community where needed
    Be a part of the on-call rotation.
    Present knowledge via articles, blogs, and conference presentations.

    Requirements:

    Technical knowledge, skills and expertise in complex infrastructure, web-based software and enterprise software
    Strong knowledge of the Linux kernel and system architecture.
    Understanding of software best practices; SDLC, #SCM and Agile development principles.
    Ability to develop with C/C++ in a #UNIX environment.
    Utilization of common Linux C/C++ build tools such as gcc.
    Solid understanding of CentOS 6.x and 7.x and included frameworks like firewalld, systemd, etc.
    Strong #RHEL/CentOS background required
    #Debian/ #Ubuntu, #SUSE/ #openSUSE/ #SLES, other distro background a bonus
    C, shell scripting, #perl, etc
    Virtual Machine experience with qemu/kvm, #Azure, #AWS, VirtualBox, #Vagrant
    General experience such as: radius/ #Kerberos, lda, ipa/idm, monitoring, vpn, containers, centralized systems management, automation (ansible, chef, puppet, etc), version control (git, etc) or security hardening (CIS, STIGS, PCI-DSS, etc)
    Excellent written, verbal, and presentation skills
    Knowledge of open source packages
    Database administration; #postgresql/ #mysql/ #mariadb experience very desirable
    Experience with Linux distro package building (#rpm, #deb, ipkg, etc) preferred
    Existing contributions to the CentOS community a major plus
    In conversation Monday, 03-Feb-2020 19:30:27 UTC from web permalink
  8. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 13-Jan-2020 14:32:34 UTC Douglas A. Whitfield Douglas A. Whitfield
    https://nu.federati.net/url/256888

    Responsibilities:

    Interact with end users on technical problems.
    Tier 1, 2 and 3 support for #CentOS and related open source products.
    Drive resolution of those problems, which include:
    Open source software issues.
    Questions around open source software usage.
    Questions around use and best practices.
    Review of the architecture and design where software is implemented.
    Conduct professional services and training engagements.
    Research, understand, and advocate open source software.
    Interact with various open source communities.
    Drive early resolution of issues.
    Make strategic contributions to the CentOS core and surrounding ecosystem, provide bug fixes ahead of the community where needed
    Be a part of the on-call rotation.
    Present knowledge via articles, blogs, and conference presentations.

    Requirements:

    Technical knowledge, skills and expertise in complex infrastructure, web-based software and enterprise software
    Strong knowledge of the Linux #kernel and system architecture.
    Understanding of software best practices; #SDLC, #SCM and #Agile development principles.
    Ability to develop with #C / #C++ in a UNIX environment.
    Utilization of common #Linux C/C++ build tools such as #gcc.
    Solid understanding of CentOS 6.x and 7.x and included frameworks like #firewalld, #systemd, etc.
    Strong #RHEL/CentOS background required
    #Debian / #Ubuntu, #SUSE / #openSUSE / #SLES, other distro background a bonus
    C, shell scripting, #perl, etc
    Virtual Machine experience with #qemu / #kvm, #Azure, #AWS, #VirtualBox, #Vagrant
    General experience such as: radius/Kerberos, lda, ipa/idm, monitoring, vpn, containers, centralized systems management, automation (ansible, chef, puppet, etc), version control (git, etc) or security hardening (CIS, STIGS, PCI-DSS, etc)
    Excellent written, verbal, and presentation skills
    Knowledge of open source packages
    Database administration; #postgresql / #mysql / #mariadb experience very desirable
    Experience with Linux distro package building (#rpm, #deb, #ipkg, etc) preferred
    Existing contributions to the CentOS community a major plus
    In conversation Monday, 13-Jan-2020 14:32:34 UTC from web permalink

    Attachments

    1. Now Hiring: Perforce Software, CentOS Support Engineer - Minneapolis, MN
      **Role:** CentOS Support Engineer **Location:** Minneapolis, MN, Louisville, CO, Mason, OH, Ottawa, CA Perforce develops DevOps tools that improve software quality and security as well as team productivity for several of the world's leading companies, such as PIXAR, CD Projekt Red, NASA, Verizon, Honda, NVIDIA, and Johns Hopkins. **Position Summary:** Perforce is seeking a CentOS Support Engineer to join our OpenLogic team, responsible for providing 24x7 break fix support and services on Open Source technologies to our OpenLogic customers. This position will work closely with members from Support, Sales and Professional Services to assist in resolving a wide variety of customer issues. OpenLogic provides enterprise services for hundreds of open source projects -- including OpenJDK, Kubernetes, CentOS, and MariaDB -- so you can boost efficiency and savings with free software, while cutting risk. **Responsibilities:** * Interact with end users on technical problems. * Tier 1, 2 and 3 support for CentOS and related open source products. * Drive resolution of those problems, which include: * Open source software issues. * Questions around open source software usage. * Questions around use and best practices. * Review of the architecture and design where software is implemented. * Conduct professional services and training engagements. * Research, understand, and advocate open source software. * Interact with various open source communities. * Drive early resolution of issues. * Make strategic contributions to the CentOS core and surrounding ecosystem, provide bug fixes ahead of the community where needed * Be a part of the on-call rotation. * Present knowledge via articles, blogs, and conference presentations. ** Requirements:** * Technical knowledge, skills and expertise in complex infrastructure, web-based software and enterprise software * Strong knowledge of the Linux kernel and system architecture. * Understanding of software best practices; SDLC, SCM and Agile development principles. * Ability to develop with C/C++ in a UNIX environment. * Utilization of common Linux C/C++ build tools such as gcc. * Solid understanding of CentOS 6.x and 7.x and included frameworks like firewalld, systemd, etc. * Strong RHEL/CentOS background required * Debian/Ubuntu, SUSE/openSUSE/SLES, other distro background a bonus * C, shell scripting, perl, etc * Virtual Machine experience with qemu/kvm, Azure, AWS, VirtualBox, Vagrant * General experience such as: radius/Kerberos, lda, ipa/idm, monitoring, vpn, containers, centralized systems management, automation (ansible, chef, puppet, etc), version control (git, etc) or security hardening (CIS, STIGS, PCI-DSS, etc) * Excellent written, verbal, and presentation skills * Knowledge of open source packages * Database administration; postgresql/mysql/mariadb experience very desirable * Experience with Linux distro package building (rpm, deb, ipkg, etc) preferred * Existing contributions to the CentOS community a major plus If you are passionate about the technology that impacts our day-to-day lives and want to work with people as talented and dedicated as yourself, apply today! [**www.perforce.com**](http://www.perforce.com/) _Perforce is an equal opportunity employer. We value diversity and celebrate its strengths._
  9. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Thursday, 24-Oct-2019 02:27:10 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • Douglas A. Whitfield
    @musicman I don't really have any #Java language thoughts. In the late #1990s and early #2000s, I enjoyed the courses I took which used Java (and also the courses which used C++, #Perl, #PHP; but I disliked #JavaScript, and really disliked #VBScript and #VB 5 / 6). But especially since taking this job 15 years ago, I've barely touched it.
    In conversation Thursday, 24-Oct-2019 02:27:10 UTC from web permalink
  10. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 09-Sep-2019 18:07:21 UTC Douglas A. Whitfield Douglas A. Whitfield
    Any #Perl on Windows gurus? I am not a perl guru at all...not sure how I'd tackle this on Linux either, tbh, though I'd probably use tcpdump, so maybe that's something to try on Windows too.

    * Windows is server 2016 datacenter
    * Perl is 5, Verison 30 subersion 0 (5.30.0) build for MSWin32-x64-multi-thread

    I'm seeing a bunch of processes spawn off. I'm not sure how to debug. I can see in Task Manager the command being run.

    I've seen the issue before when the trigger calling the script had malformed arguments...but that's not happening here.

    Script available at https://datamost.com/dw/note/F9_fjMPbQm-fVs7T8K2Dcw
    In conversation Monday, 09-Sep-2019 18:07:21 UTC from web permalink
  11. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 26-Mar-2019 13:48:36 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Minnesota, USA
    #jobposting

    I'm not sure what the hold-up is on the public listing. I suppose this will be my last post on the matter until it's actually up.

    My team in Minneapolis !minnesota is hiring. There is nothing public yet, but if you're looking, hit me up.

    A bunch of our stuff is #opensource (BSD two-clause for just about everything...maybe everything), and all of it has free trials, so https://www.perforce.com/downloads and https://swarm.workshop.perforce.com/

    We support products on Windows, Mac, and #Linux. Occasionally, you might see some old Solaris or BSD servers (or some other random stuff), but that really doesn't happen much.

    We support #git and #Jenkins integrations, as well as #maven and a bunch of other stuff I don't ever touch, but people on my team do.

    Apache knowledge would be useful, but not required. My colleague who started the same day I did doesn't really do any scripting. He's pretty much a pure server performance guy. That said, we support APIs for #ruby, #python, #js, #groovy, #perl, #java, #c++ and #php. Also, #C knowledge would be useful

    Basically, if you have any cross-platform experience at all, and are technical, you'd be a good fit.
    In conversation Tuesday, 26-Mar-2019 13:48:36 UTC from web permalink
  12. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 25-Mar-2019 14:44:50 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Minnesota, USA
    #jobposting


    My team in Minneapolis !minnesota is hiring. There is nothing public yet, but if you're looking, hit me up.

    A bunch of our stuff is #opensource (BSD two-clause for just about everything...maybe everything), and all of it has free trials, so https://www.perforce.com/downloads and https://swarm.workshop.perforce.com/

    We support products on Windows, Mac, and #Linux. Occasionally, you might see some old Solaris or BSD servers (or some other random stuff), but that really doesn't happen much.

    We support #git and #Jenkins integrations, as well as #maven and a bunch of other stuff I don't ever touch, but people on my team do.

    Apache knowledge would be useful, but not required. My colleague who started the same day I did doesn't really do any scripting. He's pretty much a pure server performance guy. That said, we support APIs for #ruby, #python, #js, #groovy, #perl, #java, #c++ and #php. Also, #C knowledge would be useful

    Basically, if you have any cross-platform experience at all, and are technical, you'd be a good fit.
    In conversation Monday, 25-Mar-2019 14:44:50 UTC from web permalink
  13. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 22-Mar-2019 19:03:19 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Minnesota, USA
    I have been told a public listing might go up as early as today.

    I have also been told that once-a-day announcements are not annoying. Let me know if you feel that's too frequent and I can back off!

    My team in Minneapolis !minnesota is hiring. There is nothing public yet, but if you're looking, hit me up.

    A bunch of our stuff is #opensource (BSD two-clause for just about everything...maybe everything), and all of it has free trials, so https://www.perforce.com/downloads and https://swarm.workshop.perforce.com/

    We support products on Windows, Mac, and #Linux. Occasionally, you might see some old Solaris or BSD servers (or some other random stuff), but that really doesn't happen much.

    We support #git and #Jenkins integrations, as well as #maven and a bunch of other stuff I don't ever touch, but people on my team do.

    Apache knowledge would be useful, but not required. My colleague who started the same day I did doesn't really do any scripting. He's pretty much a pure server performance guy. That said, we support APIs for #ruby, #python, #js, #groovy, #perl, #java, #c++ and #php. Also, #C knowledge would be useful

    Basically, if you have any cross-platform experience at all, and are technical, you'd be a good fit.
    In conversation Friday, 22-Mar-2019 19:03:19 UTC from web permalink
  14. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Thursday, 21-Mar-2019 13:09:44 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Minnesota, USA
    I have been told that once-a-day announcements are not annoying. Let me know if you feel that's too frequent and I can back off!

    My team in Minneapolis !minnesota is hiring. There is nothing public yet, but if you're looking, hit me up.

    A bunch of our stuff is #opensource (BSD two-clause for just about everything...maybe everything), and all of it has free trials, so https://www.perforce.com/downloads and https://swarm.workshop.perforce.com/

    We support products on Windows, Mac, and #Linux. Occasionally, you might see some old Solaris or BSD servers (or some other random stuff), but that really doesn't happen much.

    We support #git and #Jenkins integrations, as well as #maven and a bunch of other stuff I don't ever touch, but people on my team do.

    Apache knowledge would be useful, but not required. My colleague who started the same day I did doesn't really do any scripting. He's pretty much a pure server performance guy. That said, we support APIs for #ruby, #python, #js, #groovy, #perl, #java, #c++ and #php. Also, #C knowledge would be useful

    Basically, if you have any cross-platform experience at all, and are technical, you'd be a good fit.
    In conversation Thursday, 21-Mar-2019 13:09:44 UTC from web permalink
  15. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 20-Mar-2019 17:28:48 UTC Douglas A. Whitfield Douglas A. Whitfield
    • Minnesota, USA
    I have been told that once-a-day announcements are not annoying, so...

    My team in Minneapolis !minnesota is hiring. There is nothing public yet, but if you're looking, hit me up.

    We support products on Windows, Mac, and #Linux. Occasionally, you might see some old Solaris or BSD servers (or some other random stuff), but that really doesn't happen much.

    We support #git and #Jenkins integrations, as well as #maven and a bunch of other stuff I don't ever touch, but people on my team do.

    Apache knowledge would be useful, but not required. My colleague who started the same day I did doesn't really do any scripting. He's pretty much a pure server performance guy. That said, we support APIs for #ruby, #python, #js, #groovy, #perl, #java, #c++ and #php. Also, #C knowledge would be useful

    Basically, if you have any cross-platform experience at all, and are technical, you'd be a good fit.

    Being in our Minneapolis office is 100% a requirement. I don't make the rules, because that's a stupid one.
    In conversation Wednesday, 20-Mar-2019 17:28:48 UTC from web permalink
  16. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Sunday, 10-Mar-2019 16:51:10 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • 叶恋 (妹)
    @karen #Perl
    In conversation Sunday, 10-Mar-2019 16:51:10 UTC from AndStatus permalink
  17. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Tuesday, 12-Feb-2019 23:35:38 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • Sim Bot
    @sim I found #PHP to be fairly easy, but with strange inconsistencies (particularly function names). Unlike #Perl or #Ruby, I could come back to something six months later and quickly figure out what it did and how it did it. That was about 15 years ago, but it could still be true today.
    In conversation Tuesday, 12-Feb-2019 23:35:38 UTC from AndStatus permalink
  18. Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 07-Dec-2018 15:15:32 UTC Douglas A. Whitfield Douglas A. Whitfield
    Apparently I need to learn #Perl. Great, but we won't be given the resources to do so...
    In conversation Friday, 07-Dec-2018 15:15:32 UTC from web permalink
  19. Karen C🥨👵🏻🌲🏖️ (gamehawk@mastodon.social)'s status on Sunday, 02-Dec-2018 16:33:55 UTC Karen C🥨👵🏻🌲🏖️ Karen C🥨👵🏻🌲🏖️
    Remote profile options...

    Headline: "Branson says Virgin Galactic will send people to space before Christmas"

    Larry Wall fans everywhere: "Wonder what year?"

    (li'l #perl 6 in-joke for you)

    In conversation Sunday, 02-Dec-2018 16:33:55 UTC from mastodon.social permalink
  20. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Sunday, 25-Nov-2018 14:33:57 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    One thing I will say. This tech stuff should keep us humble.

    I’m thinking about all the different programming and scripting languages I studied years ago. Years later, I can’t even tell you how to put the sections of a #COBOL program in the right order or how to tell what you were trying to do in a #Perl script or what to change in this decaying pile of #PHP in order to retrieve all posts in each conversation.
    In conversation Sunday, 25-Nov-2018 14:33:57 UTC from Shoyu permalink
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Federati Nu: Federated N-series GNU Social is a social network, courtesy of Federati Networks. It runs on GNU social, version 2.0.0-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Federati Nu: Federated N-series GNU Social content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.