Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

cbarrick, to linux in Hans Reiser on ReiserFS Deprecation

Glad I saw your comment.

His writing comes off very strange. Somewhat egotistical and at the same time radically apologetic. I’ve never felt so uncomfortable reading a “technical” writing.

cbarrick, to comicstrips in New Year's Resolution

Should have been 5k resolution (5120 x 2880).

Because running a 5k is a common fitness resolution.

cbarrick, to linux in Suggestions for consumer cloud syncing on Linux?

It looks like there’s also a 3rd party FUSE driver for Box:

github.com/drotiro/boxfs2

OP, if you’re not aware, FUSE is a type of filesystem driver. It lets you mount things just like an external drive.

cbarrick, to opensource in Any bookmarking solution?

What’s the difference in bookmark management versus read-it-later? Do you need compatibility with a specific browser?

Do low tech solutions work? Like passing a JSON or something around with rsync?

cbarrick, (edited ) to opensource in ListenBrainz - Track and share the music you listen to

Neat.

So this is like Last.fm, but run by the MusicBrainz folks?

cbarrick, to linux in Random application segfaults on Arch

Yeah, this sounds somewhat like unstable hardware.

Definitely start with a stress test or memory test.

cbarrick, to memes in EDIT: I THINK I STAND CORRECTED

Arguing with a mathematician about the definition of a number.

https://lemmy.world/pictrs/image/898ca9cb-aa63-49b5-86bb-ce2f2dc51f1c.webm

cbarrick, (edited ) to comicstrips in Dreamcatcher

Album art I see:

  • Sgt Pepper’s Lonely Hearts Club Band (1967)
  • The Velvet Underground and Nico (1967)
  • Led Zeppelin (1969)
  • Dark Side of the Moon (1973)
  • Weezer (the blue album) (1994)

Other music art:

  • The Nirvana logo (smiley face) is on the wall.
  • The Rolling Stones logo is shown as an album art (IIRC it was never the cover of a studio album).
  • Yellow Submarine (1968) is there, but it’s not the album art.
cbarrick, to linux in Terminal Utility Mega list!

s/ZHS/Zsh

You got some letters mixed up. Also, only the ‘Z’ should be capitalized. See www.zsh.org.

cbarrick, to linux in What is the point of dbus?

Let’s say you want to write a GUI for connecting to networks.

In the backend, you have NetworkManager, systemd-networkd, ConnMann, netctl, dhcpcd, …

Dbus could be a good way to expose a common API surface for clients.

cbarrick, to linux in Why do you use the terminal?

Shell and Haskell are for different purposes.

Shell is for composing tools that work on text streams.

Haskell is for writing new tools or for programming against other (more structured) data models.

Also, shell programs are small. The interpreter can be tiny. Re-compiling every new tool can add a ton of bloat.

Also also, the key to effective shell programming is to recognize it as a macro language.

cbarrick, to linux in What is the point of dbus?

With pipes/sockets, each program has to coordinate the establishment of the connection with the other program. This is especially problematic if you want to have modular daemons, e.g. to support drop-in replacements with alternative implementations, or if you have multiple programs that you need to communicate with (each with a potentially different protocol).

To solve this problem, you want to standardize the connection establishment and message delivery, which is what dbus does.

With dbus, you just write your message to the bus. Dbus will handle delivering the message to the right program. It can even start the receiving daemon if it is not yet running.

It’s a bit similar to the role of an intermediate representation in compilers.

cbarrick, to linux in Why do you use the terminal?

I’m a software developer. I think about my interactions with computers as language. And Posix shell is a pretty good programming language.

So interacting with the computer this way just makes sense to my monkey brain.

cbarrick, to linux in Stat command shows birth *after* modify time?

Ooo neat. I was not aware of this syscall. TIL!

cbarrick, (edited ) to asklemmy in Why aren't modern 3D platformers as good as the PS2 era of 3D platformers?

I think the platforming zeitgeist has shifted to 2D.

  • Metroid Dread, Hollow Knight, Mario Wonder, Shovel Knight.

But 3D platforming is still alive as a genre.

  • Mario Odyssey, Sonic Frontiers, Yooka-Laylee.

And the remake scene for 3D is popping off right now.

  • Crash, Spyro, Ratchet, Mario 3D All Stars, Metroid Prime Remastered.

Specifically for the subgenre of 3D third-person platform-shooters, check out Splatoon 3. For 3D first-person open-world platform-shooters, Metroid Prime 4 is in development.

But for “3D open world third-person platform-shooter,” that genre is essentially Ratchet & Clank. But these days I think Insomniac is busy with Spider-Man. You can maybe count Jak in there, but Naughty Dog hasn’t touched that franchise in ages.

I think the take away is that each franchise has it’s own niche. What you’ve described is so specific that you’re really just talking about Ratchet. Open your requirements a bit more, and you’ll find plenty of great, new platforming experiences.

Also, if you think there’s untapped potential, I encourage you to make something! Unity is actually pretty easy to use.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #