
HarkMahlberg
@HarkMahlberg@kbin.earth
People keep asking me, and I haven't really had an answer, but now yeah, I'm thinking I'm back.
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 4 discussion 2 days ago:
I saw a lot more skeptical Anilist commenters saying they're coming around on the story, which I'm happy to see.
- Comment on anyone using apps to track what they watch? 3 days ago:
let you know when new episodes are out
displaying English titles
ability to rank series (did you mean rate series?)
anilist.co has you covered, the mobile site is decent unless you really really need an app. If by ranking you mean like a 1st, 2nd, 3rd system that's independent of score, then I guess you could use the custom notes fields or custom lists?
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 3 discussion 1 week ago:
Can't tell you how thrilled I am that I'm caught up on the lore behind a steamy cyborg threesome.
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 3 discussion 1 week ago:
Thanks for letting me know, I'll check them out!
Yeah, it's scenes like the garbage man interrogation and the cafe, this is where 1995 and SAC get all their philosophical muscle. They just adapt those ideas into other scenes, not even necessarily the dialogue itself.
Now maybe I missed something but I hope you could explain this to me: the cyborg we see getting assembled with Motoko and the nurse, that is supposed to be the third woman in their menage e trois, right? Is she just undergoing a shell swap? I'm pretty sure it's supposed to be the same person, they have the same hairstyle hair color, and eye color.
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 3 discussion 1 week ago:
I'm noticing a big uptick in the amount of "flavortext" subtitles, there was at least one in each scene. I do wish these were translated but they still represent a lot of information that you'd never be able to read at normal speed. Maybe fansubbers can do them justice.
Anyway, I loved the stylish chase scene. The Major's grappling hook sequence had serious James Bond energy, especially in the soundtrack with the horns section. The blue and black sketch sequence was also incredible.
One day I'm gonna figure out what the crow symbolism is...
- Comment on Anime I've tried in 2026 1 week ago:
I do mean it as a compliment lol. You've got good taste.
- Comment on Anime I've tried in 2026 1 week ago:
This along with Re:Zero and OPM3, you have a good eye for bad anime lol. If you want another stinker for some ungodly reason, check out Eren the Southpaw.
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 1 discussion 3 weeks ago:
Let's say I take your argument in good faith, that this would still suck even if it wasn't named GitS and that your rose-tinted glasses for the 1995 movie aren't affecting you here. Sure, I believe you.
You mentioned cinematography twice, so let me ask you this... what? Why? What part of the cinematography didn't click? Because I thought it was very creative!
We have high angle shots, low angle shots, bird's eye view, mirrors, characters in foreground/background with a rack focus. We have some different POV shots of the tachikomas, some shots of how cramped the characters are when piloting them, we have a couple different HUDs for different characters/factions, the final 2 bullets that Motoko fires is actually a gorgeous tracking shot, I think the slow motion works wonders for it.
There's a lot of variety to the shots and their composition, I think it gives the episode a lot of character. SAC has it's own character as a police procedural drama, but it's pretty plain by comparison. It's straightforward and non-distracting, which is totally valid, just a different style to suit a different show.
So, what part of the cinematography here did you not like? Or are you just throwing words around that you know have something to do with filmmaking?
- Comment on [Episode] THE GHOST IN THE SHELL • Koukaku Kidoutai: THE GHOST IN THE SHELL - Episode 1 discussion 3 weeks ago:
I'd like to see someone at least explain why they hated it. My only complaint is the utterly breakneck pace of the first episode, but I didn't mind the aesthetic at all. The colors were strikingly beautiful, and the animation itself definitely reminded me of 80's anime. There's a charm to it's eccentricity.
- Comment on PS6 Hardware Cost Estimated at $900+ 4 weeks ago:
I think it would be really interesting if Sony and Microsoft championed lower budget, lower fidelity indie titles instead of chasing unrealistic performance metrics. I think that's the way the gaming community is going to go anyway, given that fewer and fewer people are going to be able to afford a new gaming PC or even these new consoles. They want to play games, they just can't play the latest and and most power hungry games.
The Balatros and Animal Wells of the world have a golden opportunity to win over the hearts and minds of people left behind by the manufacturers.
- Comment on PS6 Hardware Cost Estimated at $900+ 4 weeks ago:
I'm also curious about 2028 as a launch date. Console generations usually last about 7 years, with an extra 2 years of support for the previous generation. 2000 - 2006 - 2013 - 2020. 2028 adds a whole year to the cycle. Is that a recent response to the AI boom, or do you think it was always intended to be that way?
- Comment on PS6 Hardware Cost Estimated at $900+ 4 weeks ago:
Can you imagine the Steam Machine being cost competitive with a PS6? Not that they'll be competitive on performance, but Jesus.
- Comment on The dbrand Portal themed Steam Machine case has vanished 4 weeks ago:
Good opportunity to remind people Gamer's Nexus printed their own Steam Machine front covers, if you're somehow considering buying an SM at that price point...
- Comment on Unreal Engine 6 is all about Generative AI, Fortnite and the Verse 1 month ago:
Oh no, not this idea again. Nvidia already pitched this concept a few years ago. Leaving aside the security blunder of giving a player an unbounded text box attached to an unpredictable machine, it was apparent immediately that it would become a reflecting pool for the absolute worst player behaviors. Every single female NPC would be instantly derailed by trolls asking to see her boobs. I don't think even Nvidia bothered with the concept after it's first showcase.
- Comment on Unreal Engine 6 is all about Generative AI, Fortnite and the Verse 1 month ago:
Those are the exact aspects where an artist's vision matters the most. A phrase like "the lighting in this game is incredible" is only true because someone spent an inordinate amount of effort on it. Same for writing, or landscaping, or even scripting, no matter how invisible it may seem. It's nuts to suggest that those are the parts we want to outsource to a lifeless, frictionless machine.
Don't be afraid to say that there is no good use case for AI, "a solution in search of a problem" is not meant to be responded to with "challenge accepted."
- Comment on A server and a web server are different things ? 1 month ago:
To add to Toynbee’s answer, any computer can become a server if you run some kind of program on it that provides that function. That program runs in the background continuously and waits for other computers, named “clients”, to send requests to the “server” computer.
Yes, that includes your own PC, even while you’re in the middle of using it. If you were running a website on your PC, i.e. a persistent background application that serves a website, you could type
http://localhostinto your browser and connect to that website. That makes your PC perform the duties of both client and server at the same time. Fun stuff.It’s called “localhost” because, while a “server” is mostly referring to the software on the machine, the “host” refers to the software and hardware together. It’s “local” as opposed to “remote” because all computers that aren’t the one you’re on right now are remote, distant, away.
- Comment on A server and a web server are different things ? 1 month ago:
There’s not a finite list…? The word “web” or “Minecraft” is describing the purpose of the server. It’s an adjective.
If you tried to make a list, you’d have to include all video games with online matchmaking. “Call of Duty servers”, “Fortnite servers”, etc. Its an impossible task.
- Comment on The Ghost in the Shell (2026) - Promo Art 1 month ago:
Bamco is having a HELL of a week huh.
- Comment on Can you suggest an interesting project on git for an absolute beginner ? 1 month ago:
No, it’s just an example. https://en.wikipedia.org/wiki/Microsoft_Paint
- Comment on Can you suggest an interesting project on git for an absolute beginner ? 1 month ago:
By binary formats, they mean files that are intended to be interpreted or executed by a computer.
For example, a program (my-app.exe) is a binary file. You use it by double clicking it, and the computer runs the program. If you tried to read the file by opening it in a text editor, you would only see gibberish and random characters.
Another example, an image (my-photo.jpg) is a binary file. It’s not a program, but you can view the image with a program like Paint. But just like a program, if you opened an image in a text editor, you would still see gibberish. That’s because the gibberish is interpreted by Paint so that you can view the image.
But source code (my-website.html) is not a binary file, it’s just a text file with fancy formatting and special rules on how to write it. You can open an HTML file in your text editor, and as long as you know the rules you can learn to read it.