home.social

#operatingsystems — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #operatingsystems, aggregated by home.social.

  1. The Importance of the BSD Operating Systems

    Introduction NetBSD, OpenBSD, and FreeBSD represent more than just operating systems in many cases--in some popular accounts, the three operating systems are associated with legacies and tradition, with open-source software representing the core of the systems. Regardless of the specific operating system, common features include a tty interface and the use of the BSD kernel, with many UNIX-like commands such as cd, ls, cp, rm, mv, echo, and rmdir commonplace in each system. Testing […]

    novatopflex.wordpress.com/2026

  2. We're excited to announce that NetBSD operating system will be officially supported by GNU Health (Health & Hospital Information System 5.2 this Q4 2026).
    Preliminary testing shows unparalleled performance using disklevel encryption even in low resource computers. Amazing ❤️
    #GNUHealth #OpenScience #NetBSD #NoAI #privacy #FreeSoftware #operatingsystems

  3. We're excited to announce that NetBSD operating system will be officially supported by GNU Health (Health & Hospital Information System 5.2 this Q4 2026).
    Preliminary testing shows unparalleled performance using disklevel encryption even in low resource computers. Amazing ❤️
    #GNUHealth #OpenScience #NetBSD #NoAI #privacy #FreeSoftware #operatingsystems

  4. We're excited to announce that NetBSD operating system will be officially supported by GNU Health (Health & Hospital Information System 5.2 this Q4 2026).
    Preliminary testing shows unparalleled performance using disklevel encryption even in low resource computers. Amazing ❤️
    #GNUHealth #OpenScience #NetBSD #NoAI #privacy #FreeSoftware #operatingsystems

  5. We're excited to announce that NetBSD operating system will be officially supported by GNU Health (Health & Hospital Information System 5.2 this Q4 2026).
    Preliminary testing shows unparalleled performance using disklevel encryption even in low resource computers. Amazing ❤️
    #GNUHealth #OpenScience #NetBSD #NoAI #privacy #FreeSoftware #operatingsystems

  6. We're excited to announce that NetBSD operating system will be officially supported by GNU Health (Health & Hospital Information System 5.2 this Q4 2026).
    Preliminary testing shows unparalleled performance using disklevel encryption even in low resource computers. Amazing ❤️
    #GNUHealth #OpenScience #NetBSD #NoAI #privacy #FreeSoftware #operatingsystems

  7. i now live in a world where i have to accept that if i want an operating system that i can actually use, it WILL have been developed with some amount of AI usage

    do i like that? no, of course not
    but is it true? yes, and to say otherwise is to be wilfully ignorant


    #operating-systems #ai #software
  8. Spotted in my RSS feeds: Defrag98, a Windows 98 defrag simulation. I would be very concerned if my hard drive had ever sounded like this simulation, but I like the defrag part.

    https://rbfirehose.com/2026/09/09/remember-when-you-had-to-defrag-a-hard-drive-defrag98/
  9. Engadget: Microsoft is making the Windows Search Box more streamlined and useful . “Microsoft announced that a bunch of new adjustments are coming to the Windows Search Box in Windows 11. Each individual item is a minor improvement, but hopefully in aggregate, the changes will add up to a better experience for search.”

    https://rbfirehose.com/2026/07/14/engadget-microsoft-is-making-the-windows-search-box-more-streamlined-and-useful/
  10. For those who are interested in my Linux Audio advocacy, I've got a new developers thread at KVRAudio:

    kvraudio.com/forum/viewtopic.p

    I am discussing the following topic:

    Windows Drops Under 60% in Global Desktop OS Share for the First Time in Years

    linuxiac.com/windows-drops-und

    I also discuss the many flaws in the way Statcounter counts its OS numbers.

    #Linux #LinuxAudio #MusicProduction #Audio #Music #Statcounter #OperatingSystems #Windows #MacOS #ChromeOS #OS #Development #Softwaredevelopment

  11. 💻🔍 Ready to unlock the power of the Windows Command Prompt? Our introductory article guides you through the basics of CMD, offering tips and tricks to streamline your workflow. Perfect for beginners, this guide will help you harness the full potential of command-line operations. Start mastering CMD today! 🚀📂
    negativepid.blog/an-introducti

    #windows #operatingSystems #windowsOS #commandLine #WindowsCmd

  12. 💻🔍 Ready to unlock the power of the Windows Command Prompt? Our introductory article guides you through the basics of CMD, offering tips and tricks to streamline your workflow. Perfect for beginners, this guide will help you harness the full potential of command-line operations. Start mastering CMD today! 🚀📂
    negativepid.blog/an-introducti

    #windows #operatingSystems #windowsOS #commandLine #WindowsCmd

  13. Today's #p99conf keynote was Andy Pavlo on "The Next Chapter in the Sordid Love/Hate Relationship Between DBs and OSes", The talk was about how operating system kernel decisions often work counter to database implementer desires or requirements. He talked about some of the research his doing with #eBPF to move some database functionality into the kernel.

    This tension is a familiar refrain, and not a new one. We have been talking about getting the operating system out of the way of database applications for decades, and yet... databases are still mainly deployed on stock Linux.

    So what gives? What is missing in efforts like Mirage or DBOS (speaking later today!) nextplatform.com/2024/03/12/th

    Some theories:
    * It's still too hard to actually deploy and maintain a niche OS (the easiest way is to virtualize it which... puts you on top of a conventional kernel.)
    * Worse is better: people have learned how to build on top of existing OSes and the benefit is not actually big for the vast majority. (Sort of like how people figured out how to adapt NAT, meaning there's less pressure for IPv6 because it does not actually enable new applications.)
    * Databases actually use many more OS features than they are willing to admit, and duplicating all of them is too hard. (Like... eBPF or dTrace for performance monitoring/debugging. Or file systems for logging.)

    #OperatingSystems #database #performance

  14. Today's #p99conf keynote was Andy Pavlo on "The Next Chapter in the Sordid Love/Hate Relationship Between DBs and OSes", The talk was about how operating system kernel decisions often work counter to database implementer desires or requirements. He talked about some of the research his doing with #eBPF to move some database functionality into the kernel.

    This tension is a familiar refrain, and not a new one. We have been talking about getting the operating system out of the way of database applications for decades, and yet... databases are still mainly deployed on stock Linux.

    So what gives? What is missing in efforts like Mirage or DBOS (speaking later today!) nextplatform.com/2024/03/12/th

    Some theories:
    * It's still too hard to actually deploy and maintain a niche OS (the easiest way is to virtualize it which... puts you on top of a conventional kernel.)
    * Worse is better: people have learned how to build on top of existing OSes and the benefit is not actually big for the vast majority. (Sort of like how people figured out how to adapt NAT, meaning there's less pressure for IPv6 because it does not actually enable new applications.)
    * Databases actually use many more OS features than they are willing to admit, and duplicating all of them is too hard. (Like... eBPF or dTrace for performance monitoring/debugging. Or file systems for logging.)

    #OperatingSystems #database #performance

  15. Today's #p99conf keynote was Andy Pavlo on "The Next Chapter in the Sordid Love/Hate Relationship Between DBs and OSes", The talk was about how operating system kernel decisions often work counter to database implementer desires or requirements. He talked about some of the research his doing with #eBPF to move some database functionality into the kernel.

    This tension is a familiar refrain, and not a new one. We have been talking about getting the operating system out of the way of database applications for decades, and yet... databases are still mainly deployed on stock Linux.

    So what gives? What is missing in efforts like Mirage or DBOS (speaking later today!) nextplatform.com/2024/03/12/th

    Some theories:
    * It's still too hard to actually deploy and maintain a niche OS (the easiest way is to virtualize it which... puts you on top of a conventional kernel.)
    * Worse is better: people have learned how to build on top of existing OSes and the benefit is not actually big for the vast majority. (Sort of like how people figured out how to adapt NAT, meaning there's less pressure for IPv6 because it does not actually enable new applications.)
    * Databases actually use many more OS features than they are willing to admit, and duplicating all of them is too hard. (Like... eBPF or dTrace for performance monitoring/debugging. Or file systems for logging.)

    #OperatingSystems #database #performance

  16. Today's #p99conf keynote was Andy Pavlo on "The Next Chapter in the Sordid Love/Hate Relationship Between DBs and OSes", The talk was about how operating system kernel decisions often work counter to database implementer desires or requirements. He talked about some of the research his doing with #eBPF to move some database functionality into the kernel.

    This tension is a familiar refrain, and not a new one. We have been talking about getting the operating system out of the way of database applications for decades, and yet... databases are still mainly deployed on stock Linux.

    So what gives? What is missing in efforts like Mirage or DBOS (speaking later today!) nextplatform.com/2024/03/12/th

    Some theories:
    * It's still too hard to actually deploy and maintain a niche OS (the easiest way is to virtualize it which... puts you on top of a conventional kernel.)
    * Worse is better: people have learned how to build on top of existing OSes and the benefit is not actually big for the vast majority. (Sort of like how people figured out how to adapt NAT, meaning there's less pressure for IPv6 because it does not actually enable new applications.)
    * Databases actually use many more OS features than they are willing to admit, and duplicating all of them is too hard. (Like... eBPF or dTrace for performance monitoring/debugging. Or file systems for logging.)

    #OperatingSystems #database #performance

  17. Today's #p99conf keynote was Andy Pavlo on "The Next Chapter in the Sordid Love/Hate Relationship Between DBs and OSes", The talk was about how operating system kernel decisions often work counter to database implementer desires or requirements. He talked about some of the research his doing with #eBPF to move some database functionality into the kernel.

    This tension is a familiar refrain, and not a new one. We have been talking about getting the operating system out of the way of database applications for decades, and yet... databases are still mainly deployed on stock Linux.

    So what gives? What is missing in efforts like Mirage or DBOS (speaking later today!) nextplatform.com/2024/03/12/th

    Some theories:
    * It's still too hard to actually deploy and maintain a niche OS (the easiest way is to virtualize it which... puts you on top of a conventional kernel.)
    * Worse is better: people have learned how to build on top of existing OSes and the benefit is not actually big for the vast majority. (Sort of like how people figured out how to adapt NAT, meaning there's less pressure for IPv6 because it does not actually enable new applications.)
    * Databases actually use many more OS features than they are willing to admit, and duplicating all of them is too hard. (Like... eBPF or dTrace for performance monitoring/debugging. Or file systems for logging.)

    #OperatingSystems #database #performance

  18. After 32 years, one of the ’Net’s oldest software archives is shutting down - Enlarge / Box art for IBM OS/2 Warp version 3, an OS released in 1995 t... - arstechnica.com/?p=1995023 #newmexicostateuniversity #operatingsystem. #operatingsystems #internetarchive #internethistory #ancientservers #obsoletetech #jasonscott #retrotech #hobbes #tech #os/2 #ftp #ibm

  19. Reading Time: 2 minutes

    Recently I have been sliding between Windows, Linux distributions and MacOS throughout the day. I use a mac for blogging, and Linux to experiment and learn new skills, and windows to watch Netflix and YouTube. I might be over-simplifying but that’s the simplified version.

    Pi and Linux

    I find that I have come to be at ease in all three environments, especially since playing around with Raspberry Pi devices. “Why?”, you may ask. Because with a Pi you can try dedicated images for Nextcloud, for PhotoPrism, for Immich and more. You can also try them for Ph-Hole and others. The advantage is also that you use microSD cards. This means that you slot in card A and try A1, then you slot B and try B1 and finally you try C with C1. In the end you’re trying instances with what could be thirty seconds with your Pi being a PhotoPrism server, before it becomes a NextCloud server, and so on. With enough SD cards if you mess up you can revert to something that you enjoyed using with a minute or two.

    MacOS

    I am using the Mac for blogging for one key reason. The git history for this blog has become too big for a sync in a single go and I need to learn how to sync just the last 10 changes, rather than the entire history, but that requires RTFM. I haven’t taken that time yet. It’s not laziness. It’s about having more interesting projects to work on before reaching this one.

    Windows

    I use the windows machine for media viewing habits because it’s plugged in to external screens and a monitor whereas the other two aren’t. I practiced using Chocolatey and PowerShell, as well as other windows related experiments. I also use it for flashing linux SD cards. It’s good at that because it has an SD card reader built in so I don’t need a dongle.

    And Finally

    In the 80s, as a child I played with the CLI, and norton commander, and DOS, and Windows 3.1. I installed games and chose sound cards and more. I used to see displays that recently I have seen quite regularly. It’s interesting that the CLI interface to NextCloud reminds me of when I was playing with computers as a child in the 80s. For decades I left the CLI behind, but now I’m back. I use it daily at the moment.

    When I first started playing with Linux in the 90s I had to download the ROM, burn a CD or a DVD, and then attempt to install the OS on a computer. I would often succeed, and sometimes fail. Now, you don’t need to burn a DVD. You just flash a microSD card and you’re ready to go. You don’t even need to prepare a USB key, and wait for an install on a desktop. Experimentation is faster now.

    The next step is to install Nextcloud, HomeAssistant, Pi-hole and PhotoPrism to play nicely on a single device.

    https://www.main-vision.com/richard/blog/sliding-between-macos-windows-and-linux-daily/

    #day416 #linux #mac #operatingSystems #slider #sliding #windows

  20. Google to introduce increased protections for minors on its platform, including Search, YouTube and more - Weeks after Instagram rolled out increased protections for minors using its app, G... - feedproxy.google.com/~r/Techcr #operatingsystems #appdevelopers #searchresults #googlesearch #spokesperson #webbrowsers #youtubekids #googleplay #assistant #computing #instagram #congress #software #android #youtube #google #tc

  21. Collaborative iOS app Craft Docs secures $8M, led by Creandum and a ‘Skyscanner Mafia’ - Launched in only November last year, the Craft Docs app — which was built from the ground up as an i... - feedproxy.google.com/~r/Techcr #operatingsystems #inreachventures #generalpartner #distinction #co-founder #skyscanner #app-store #creandum #software #trip.com #europe #notion #travel #apple #china #macos #ceo #tc #yo

  22. With $29M in funding, Isovalent launches its cloud-native networking and security platform - Isovalent, a startup that aims to bring networking into the cloud-native era, today announced that i... - feedproxy.google.com/~r/Techcr #andreesenhorowitz #operatingsystems #computerscience #recentfunding #linustorvalds #martincasado #enterprise #kubernetes #computing #security #startups #datadog #google #kernel #nicira #vmware #cloud #linux #ceo #cto #vms

  23. Bird launches navigation app to help riders stay in the right lane - Bird is rolling out a new standalone app called Bird Maps in Paris and Tel Aviv that will provide ... more: feedproxy.google.com/~r/Techcr #navigationtechnology #operatingsystems #transportation #bicyclesharing #scootersharing #sharingeconomy #micromobility #telaviv #france #israel #leader #paris #bird #head #here #ceo

  24. Airbnb to ban ‘party houses’ in wake of Halloween shooting that left 5 dead - Airbnb CEO Brian Chesky said Saturday the company will ban “party houses” and take other steps to s... more: feedproxy.google.com/~r/Techcr #operatingsystems #worldwideweb #brianchesky #realestate #california #halloween #software #twitter #airbnb #ceo