NeowinCast: Gamers Podcast


Recommended Posts

Neowin.net presents NeowinCast: Gamers, a new series of Podcasts relating to all things gaming and a few not, hosted by David Corris and Joshua Seed. Coming in at an hour this first episode of the new series has us covering ourselves and our games of 2009, what games we are looking forward to in 2010 and some recent news and rumours.

Each episode we will also be asking a question to our listeners, starting off the first episode and the new year, we would love you know what your game of 2009 is, what you are looking forward to in 2010, and why?

You can send these emails to [email protected] or leave your answer in the comments.

So myself and Joshua have brought back the Gamers podcast, and dropped the "edition" on the end.

We know a few wanted to see it come back in some form, so we decided just before Christmas we would give it a go, after which we recorded a short preview that the staff listened to before we decided on doing it properly, and now here we are.

We are aiming to get one out every two weeks at a minimum, and if we have the time we will try to do one as often as possible, so hopefully one a week.

Every week we will also be posing a question that we will discuss during the next podcast, one wasn't included in this first episode, so it is being posted here in the quote.

In the future we will hopefully be having guests on, which wont be contained to just neowin staff. Its always great to hear what everyone thinks of the podcast too, you can post it here or just email [email protected] with your views.

We'll be getting the whole itunes feed and such like sorted too. :D

NeowinCast: Gamers:

Episode #1

Episode #2

Episode #3

Episode #4

iTunes

Link to comment
https://www.neowin.net/forum/topic/864046-neowincast-gamers-podcast/
Share on other sites

Great news Corris! Heading into work in couple of hours, will listen in then :)

Awesome. :D

Were a bit new to it, but it should get better with time as we learn our way around everything, lol.

Currently listening 18 minutes in.

That was fast, lol.

Will be great to hear what you think.

I haven't listened to it yet (still downloading), but one quick thing I would like is an iTunes feed for the podcast.

EDIT: Looks like I should ready your post before I type. :laugh: What a moron. :no:

Will post back with my thoughts about the show after I have listened to it. :)

Ok, just finished listening so I thought I'd give some quick feedback:

- There was a lot of waffle at the beginning, but I am going to give you guys some slack and put that down to it being your first podcast and the need to introduce yourself, etc etc. Basically just get down to business a lot quicker.

- With regards to the length, I definitely like the length of an hour. I am a fan of listening to podcasts in one sitting, so the 3 hours epics that the 1UP guys used to produce were slightly too long for my tastes.

- There appears to be someone snoring from the 40min~ mark onwards? :laugh: What is that? Whatever it is, you can leave that out next time too. :p

- @Corris: Hannah Montana? Really? You absolute ######. :rofl:

I look forward to hearing the next one guys. (Y)

Any news yet as to when it will be put on itunes, it is so much easier as everything will sync itself to the ipod rather than downloading and manually copying it over :(

Any news yet as to when it will be put on itunes, it is so much easier as everything will sync itself to the ipod rather than downloading and manually copying it over :(

You're so lazy! I find it easier to just manually add my audio/video files. Anyway, listening to this as I lay on my bed. So far so good.

Will this be upped on iTunes?
Any news yet as to when it will be put on itunes, it is so much easier as everything will sync itself to the ipod rather than downloading and manually copying it over :(

You can find it on iTunes here, currently resting on the old feed at the moment.

So I listened to all of it before I slept and it was thoroughly enjoyable. I want in on the next podcast! Seriously though, good job. You guys had quite an interesting conversation.

So I listened to all of it before I slept and it was thoroughly enjoyable. I want in on the next podcast! Seriously though, good job. You guys had quite an interesting conversation.

I talk to you on the Staff IRC, I think that's all the Anaron anyone should have to handle. :p

Neowin.net presents NeowinCast: Gamers Episode 2, the second in a new series of Podcasts relating to the latest gaming news and rumors, hosted by David Corris and Joshua Seed. This weeks episode arrives at an hour in length as we discuss current news including Netflick coming to the Nintendo Wii, Avatar and Modern Warfare 2 raking in the millions and a little E3 2010 nonsense.

We also cover the question we asked in last weeks podcast, "what is your game of 2009, what you are looking forward to in 2010?" and read out what our listeners have to say via email

or comments.

Second episode up. :D

https://www.neowin.net/news/neowincast-gamers-episode-2

I decided to give the second one a chance and possibly a longer 'impression' of it so here goes;

First off, it's great that you are able to create these at a steady rate - That is certainly a welcome change. However, most of the podcast is just very flavourless.

The podcast before this, with Larry & Co. was like a slice of deep pan pizza - It was unhealthy but man, it tasted great :laugh: what you guys have going is a bit like

a potato ... unsalted. I mean, you're two guys with a weak combined gaming experience - One of you doesn't even own a console in such a console centric market?

The other guy is focused on one console only, so you can't argue, discuss or go back and forth about one of the most important markets today.

You don't even seem to play the same games and every hint of a discussion is just choked right there. So on the whole, you end up sounding like you

don't have much to talk about, everything is a bit forced ( including the laughs ) and it seems like a Podcast made for a group of more casual minded gamers, which

I'm sure there's plenty of but it misses my interests by a mile and a half.

I'd still say, keep at it - Apparently a lot of members around here loves what you're doing (Y)

Unfortunately you're overshooting the core crowd segment by a huge margin.

Hopefully that wasn't too harsh, you know I have a hard time sugar-coating my posts.

  • Like 1
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • VS Code 1.123 introduces massive upgrades for persistent AI developer workflows by Paul Hill Microsoft has just released Visual Studio Code 1.123 alongside its annual developer conference, Build 2026. This release, as always, has a heavy focus on advanced AI agent integration and making the built-in browser more robust. Notably, this update brings big sync changes that keep your AI agents persistent across sessions. With this update, VS Code now supports cross-machine syncing for chat histories, touched files, repository contexts, and related PRs via GitHub accounts, tying users even more into Microsoft’s developer ecosystem. This update also introduces the new /chronicle command that allows you to query past sessions using natural language, generate instant standup reports, and get personal productivity insights. Microsoft has also made some improvements to network-dependent operations, it explains: “When a terminal command that is run by a local agent requires access to domains that are not configured as allowed domains, the command is automatically retried inside the sandbox with unrestricted network access. After that, if it still fails, it falls back to unsandboxed execution. This allows network-dependent operations such as git fetch to finish, while keeping filesystem protections in place.” Microsoft has not stopped there; in this update, it also allows developers to drag, drop, and pin multiple agent sessions side-by-side for easy code comparisons in real-time. It also introduces the Research Agent, accessible via /research. This is a read-only, depth-optimized tool that gets data from the web, local codebase, and GitHub to give you a Markdown report on complex APIs or unfamiliar code. Now, let’s talk about the integrated browser and some security enhancements. VS Code 1.123 features enhanced screenshot capture tools that allow for targeted Area Screenshots and Full Page Screenshots to send layout context instantly to AI chat. The address bar has also been revamped, supporting favorite pages and tab management. Finally, on the security front, this update introduces a safety-first two-hour delay on third-party extension auto-updates to safeguard against compromised or buggy releases. This release is now available for Windows, Mac, and Linux. If you have VS Code, keep an eye out for the update availability notification. If you still don’t have VS Code, you can get it here.
    • I'm hoping with the Surface Pro 12, I can use either USB-C for my Xreal One Pro glasses. With my Surface Pro 11 OLED X Elite, I have to plug them into the top port. The bottom port will power it, but nothing shows on the screen. Maybe it's my setting. When I plug in the glasses, I have it output only to the glasses. So maybe I need to turn on both displays with it in the top port, then switch the glasses to the bottom port and set it to output only to the glasses. And then hopefully Windows remembers the settings for either the top port and bottom port (one of the awesome features of Windows where it remembers the exact configuration when plugging in external monitors.
    • Forgive my ignorance, but the only difference I see here is that a USB-A is now a USB-C, so there are two of them. For the modern age (and I'd argue since 2020), most products would now come with USB-C as an option, if not the default. Display, charging, devices, etc on TWO connectors, sometimes all combined! So having 2 of those powerful ports is great for something this size! Meanwhile my Surface Pro (5) has a single USB-A port which I cannot even get display out to, instead relying on some Surface Connect dock which I don't have. That is a poor experience, not to mention expensive and not compatible with other devices. Thank God USB-C is mainstream!
    • wow. that color finally comes to Surface Pro. was always a little jelly when a friend had the sandstone Surface Laptop. I wonder how different this dune is from the sandstone. I'll be getting the dune version. always thought black and platinum were a little boring. I'll still have access to my blue Surface Pro 11 as it'll be a hand-me-down.
    • Looks a very subjective aren't they!? I like its simple design. I love the way Apple designs their products with function over form, minimalization, and simplicity over cluttered complex designs. Many, not all, of their products follow this trend, and the device becomes a tool rather than dominating the space. I do not however like their OS. I have never bought a Apple product, and while I'd consider the Neo for my wife, I am hoping there are better alternatives out there when her failing MacBook Pro 2017 finally stops. Fischer-Price is famously plastic, garish, and poorly made. Basically you're describing the Window Laptops the Neo competes against! This is how product design should be, and what Apple have often followed in recent years: https://tenprinciples.design/
  • Recent Achievements

    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
    • Week One Done
      oliviaexpo earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      227
    3. 3
      Skyfrog
      70
    4. 4
      FloatingFatMan
      58
    5. 5
      Nick H.
      54
  • Tell a friend

    Love Neowin? Tell a friend!