linux Linux Linus Torvalds talks AI, Rust adoption, and why the Linux kernel is 'the only thing that matters'
Jump
  • ramblingsteve ramblingsteve 4 weeks ago 100%

    "Torvalds groaned and replied, "I never had a vision. I don't want one. I see myself as a plodding engineer." On that note, the interview ended to the crowd's applause."

    Legend.

    24
  • firefox Firefox The Dying Web | Matthias Endler
    Jump
  • ramblingsteve ramblingsteve 4 weeks ago 100%

    yes, the web itself is dying with the centralisation of services on top of the blazing dumpster fire that is the current browser ecosystem. So many aspects of the first generation internet have been lost, even the basic concept of it being a massively distributed, hyperlinked collection of pages is just FAANG serving occasional content to break up the adverts. All wrapped up in their own delivery apps that can punish non-compliance with obscurity.

    14
  • firefox Firefox Bypass Paywalls Clean Shut Down For DMCA Anti-Circumvention Violations * TorrentFreak
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    If only they applied the same rigor to big tech scraping the same content into large language models. I guess the bypass paywall team wasn't big enough to afford the legion of lawyers that Sam Altman and co can summon on demand. We can just wait for chatgpt to serve those articles direct to our search results and nobody will even visit their website, because we live in a world where stealing an article to read is illegal, while stealing all of them for profit is not.

    19
  • retrogaming RetroGaming What's the oldest game anyone here has played in 2024?
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    No computer should be without one! :D

    2
  • retrogaming RetroGaming What's the oldest game anyone here has played in 2024?
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    Robotron on mame and yar's revenge on 2600.

    1
  • retrogaming RetroGaming The Legend of DOOM Total Conversion
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    i hope this works with brutal doom!

    1
  • retrogaming RetroGaming What were your (now retro, but not at the time) gaming wow moments?
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    Yes! That is a true masterpiece that at the time set a new standard.

    1
  • retrogaming RetroGaming What were your (now retro, but not at the time) gaming wow moments?
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%

    3 of them:

    • watching an Amiga 500 load from disk having only seen 8bit games on tape. Everything that machine did at the time was like magic.

    • watching the castle fly through intro for Unreal on PC when the first 3D accelerators appeared. Everything changed after that.

    • experiencing the shark diving demo on PlayStation VR. And also how nothing changed after that! xD

    And to have been able to experience that evolution from space invaders to cyberpunk in a single life time has been a privilege.

    11
  • retrogaming RetroGaming New Genesis Patch Brings A Bunch Of Improvements To Jurassic Park: Rampage Edition
    Jump
  • ramblingsteve ramblingsteve 1 month ago 100%
  • firefox Firefox “The internet has become a massive web of surveillance:” Firefox defends its decision
    Jump
  • ramblingsteve ramblingsteve 2 months ago 100%

    “Whatever opinion you may have of advertising as an economic model, it’s a powerful industry that’s not going to pack up and go away,” Holley said." ... “We’ve been collaborating with Meta on this, because any successful mechanism will need to be actually useful to advertisers, and designing something that Mozilla and Meta are simultaneously happy with is a good indicator we’ve hit the mark,” Holley believes.

    Even if this is true, for Mozilla to take a position of capitulating to the ad companies and working with likes of meta to find what works for them is a sad day in the history of Mozilla. They need a new CEO who believes in a better internet. Until then, Firefox users might as well take the same position and move to a chromium based browser, where at least we get the speed and compatibility with web standards dictated by Google, if data mining and tracking is the only future left. What a sad state of affairs this is.

    4
  • programming General Programming Discussion Trying to understand how project isolation works in a SAAS platforms.
    Jump
  • ramblingsteve ramblingsteve 5 months ago 100%

    It's very complex with hyper visors and virtualization technology. I don't fully understand it myself in terms of how resources are allocated across something like aws or azure, but take a look at openshift vs openstack maybe. Openshift is for deploying containers and openstack is virtual machines. Openshift is kubernetes with some customizations for enterprise. Openstack is same for vm's.

    Instances are virtual machines which tend to host an operating system, and a container is lighter and only hosts an application where the code and dependencies are isolated from the underlying operating system it runs on. k8 is kubernetes, which is container orchestration. I think of virtual machines for jobs that scale vertically, while containers are suited to jobs that scale horizontally. But this isn't necessarily true as kubernetes is starting to get slurm functionality using tools like sunk.

    For integrating these things it depends on the application. You can run services in either by exposing ports and interact through API end points that point at them, eg for frontend web app serving data from a database hosted on a server or a container via fastapi. But I'm no dev ops engineer and the field is very complicated. There are many discussions around building micro services (containers) vs monolith (vm). Many decisions depend on the project. Hopefully some actual dev ops engineers will chime in and correct all of the above! xD

    4
  • retrogaming RetroGaming Unreal Tournament 2004 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 5 months ago 100%

    They're not hostile to new players, but there are a lot of veterans. UT2k4 is probably going to be easier than ut99 where the pace is a lot faster.

    2
  • retrogaming RetroGaming Unreal Tournament 2004 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 6 months ago 95%

    You know you're old when games you still play quite regularly turn up in retro reviews! The community master server is still pretty well populated, as are UT '99 servers. These games are still the pinnacle of their genre. No micro transactions, no DRM, no pay to win. Just you, your shock rifle, and as much amphetamine as your nerve endings will take. As the reviewer says, the level design and game mechanics are legendary at this point, and players of any ability can quickly get into a flow state that modern games can only dream of. These are fine wines in a world of cheap lager. New gamers should drink deep from the pc games of the 2000's.

    19
  • retrocomputing retrocomputing Usborne 1980s Computer Books
    Jump
  • ramblingsteve ramblingsteve 6 months ago 100%

    these books were great. I still have the fantasy games one on my shelf.

    2
  • linux Linux Okay guys, here's your chance! I am in possession of a 15 year old laptop. What Linux OS should I put in it?
    Jump
  • ramblingsteve ramblingsteve 6 months ago 100%

    Void Linux. There's an xfce live image.

    1
  • voidlinux
    Void Linux ramblingsteve 11 months ago 100%
    login from lightdm to xfce delay

    hi, when I log in from lightdm to xfce4 the desktop appears with the top panel with clock and sound applet, but then there is a ~5 second delay before the panel continues to load applets and the wallpaper. I've been trying to work out what is causing the delay during xfce4 startup. I've disabled all the auto-start items but the issue remains. Does anybody know how to work out what is causing the system to pause? Thanks for any help

    3
    1
    retrogaming RetroGaming If you could play one game for the first time all over again, what would it be?
    Jump
  • ramblingsteve ramblingsteve 11 months ago 100%

    Homeworld

    4
  • ramblingsteve ramblingsteve 11 months ago 100%

    I'm interested in the same question. There isn't a definitive text because the problem is infinitely broad. My approach is to build crud apps around the tech stack I'm interested in, currently Python with fastapi, arangodb, with some next and typescript for the front end. But you could swap out Python for Go and swagger. For security there is Keycloak. For scalability you could look at building your system as pods in open shift but that adds cost. Personally, I think unless you're Netflix kubernetes is probably overkill. But the biggest problem is that today's tech stack is replaced tomorrow by the next new shiny, and all of them are complex and will be entirely different for every team and every problem. A book for dev ops is almost impossible.

    2
  • hackernews Hacker News Amazon Prime Video content to start including ads next year
    Jump
  • ramblingsteve ramblingsteve 12 months ago 100%

    And in a year the next tier will get ads with a little fee for removal. The only option is to leave these platforms and end the greedflation as soon as it starts. But too many people will just pony up the ad tax and enshittification will continue.

    1
  • retrocomputing retrocomputing What are your defining memories of computing in the old days?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%
    1
  • programming General Programming Discussion Why use VIM/Nano/Emacs over VS Code?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Lapce is an interesting alternative to vs code too: https://lapce.dev/

    For me, vim is nice to use because it's ubiquitous across any system I log into. Any server will have vi at the least. It's also light and can load a file instantly on any hardware, reducing dependency to zero. Once you have a comfortable config, you're done for the rest of your life. Although, in reality vim config is a lifestyle and not a choice ;)

    4
  • retrogaming RetroGaming The sanbox and survival games before minecraft
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Hunter was an early sandbox game on the Amiga and was quite good back in the day. Mercenary series too. Daggerfall was/is a huge sandbox rpg. Minecraft was the first to capture the lego style creativity though. Dwarf fortress is probably the closest to Minecraft.

    5
  • retrogaming RetroGaming Altered Beast Franchise Reportedly Being Revived By Sega
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    With lashings and lashings of downloadable content and nft's, all wrapped up in sweet pay to win :)

    2
  • programming General Programming Discussion What programming language should I learn?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    To flip this around, think of some projects you want to do. The languages are just tools and will be determined by what you want to do, and then each type of project has it's best tool chain. Think of the problem(s) you want to solve first and the rest will follow.

    4
  • retrogaming RetroGaming ‘It’s fun to cook up the stupidest idea’: the people competing to make the worst computer games possible
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    I bet they struggle to compete with Electronic Arts these days! ;p

    3
  • retrogaming RetroGaming Favorite retrogaming Youtube channels?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    ChinnyVision has some nice reviews.

    1
  • retrogaming RetroGaming Descent (1994) Gets a Raytracing update
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Cool, now I can vomit like it's the 90's again, but with incredible lighting :p

    1
  • retrogaming RetroGaming PC Gems From My Youth
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Awesome. A golden age of PC gaming

    3
  • retrogaming RetroGaming Does anyone remember the Neo-Geo?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    I remember them from magazines in the 90's but they were totally urban legend. Never seen one in real life but it's been good to experience them emulated. Wind jammers, metal slug, king of fighters, last blade, so many classics. It's a shame it never went mainstream.

    2
  • retrogaming RetroGaming What's your opinion on Xenon 2?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    I always thought it played slow and while everybody raved about the soundtrack and graphics, it was style over substance. I preferred Hybris and Swiv back in the day. Deluxe Galaga was probably the pinacle of that genre on the Amiga.

    2
  • retrogaming RetroGaming Unreal 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Ha same! One day I'll remake that 8bit title in pico8... or watch the kids do it! It's a long ways from figuring stuff out from magazines, and complex technical manuals. It kind of got much harder during the 16bit era where the machine got harder to fully understand, like the Amiga compared to bbc micro or spectrum. 68k assembly was hard by yourself. But for sure, godot, gamemaker etc have made it accessible again, and programming is still a useful skill to have on your resume. It's fed me long after my uni certificates expired!

    2
  • retrogaming RetroGaming Unreal 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Yes, you are right. It matured. The mainstream publishers were definately similar to today's indie gaming scene. That's where I gravitated to as well.

    I think the tooling is probably the greatest innovation of the current generation. For the first time you can download incredibly powerful frameworks like Unreal engine and godot down to Pico 8 that put professional quality production tools in the hands of anybody with imagination to create, plus the communities and the platforms to publish. There's never been an easier time to make stuff and put it out there than there is today.

    2
  • retrogaming RetroGaming Unreal 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    What's really bonkers is that in 1 generation we went from 8bit blocks on the screen to photo realistic 3D scenes. It's been incredible to see an entire industry appear in 1 lifetime.

    Totally agree that what comes next will be incremental. We won't see that rate of advancement again, and more sadly we don't seem to see the experimentation either, at least not in the mainstream publishers. The 90's and early millenium was mad with everything from doom to MDK, deus ex, citizen kabuto, command and conquer, Nox, homeworld, mad experiments in voxel engines like Outcast, space sims like freelancer and freescape. Today it's much more risk averse with incremental updates to established franchises, unless you delve into the indie gaming scene. But that's also been cool to see re emerge like the legacy of the 80's bedroom programmers.

    2
  • retrogaming RetroGaming Unreal 20 Years Later: An LGR Retrospective
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Legendary. UT2K is still the pinacle of arena shooters.

    I still remember seeing the original Unreal castle fly through in a computer store and realising that 3D accelerator cards had changed everything. Many hours spent tweaking config files to squeeze everything out of a 3dfx voodoo card for UT. Halcyon days. It's a real shame that Epic went on to sh1t all over it's original fans and pull the unreal series from digital stores to push their micro transaction fortnite garbage. I feel privileged to have lived through the 90's and early 2000's era of PC gaming with such titles in comparison to today's industry.

    1
  • retrogaming RetroGaming Just getting into retro emulation. What are your favorite titles to play?
    Jump
  • ramblingsteve ramblingsteve 1 year ago 100%

    Natsume games on NES have aged well, eg shadow of the ninja, shatter hand, and powerblade. But they're tough games so could be brutal on touch pad controls. Arcon is a cool mix of strategy and action, and had a good NES port.

    2