@_benui@mastodon.gamedev.place
@_benui@mastodon.gamedev.place avatar

_benui

@_benui@mastodon.gamedev.place

:unreal: ui programmer @ epic games โ€ข views are mine and wrong โ€ข he/him

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

_benui, to unrealengine
@_benui@mastodon.gamedev.place avatar

I wish there was a way to improve the C++ parsing used by code highlighting. It's not great for macros.

_benui, to random
@_benui@mastodon.gamedev.place avatar

goals for new site upgrade:

  • no jquery
  • all webp (sorry)
  • everything searchable via lunr
thelettuceman, to random
@thelettuceman@mastodon.gamedev.place avatar

guy from "10 meals for beginner cooks in college" assumes i know what an aromatic is

_benui,
@_benui@mastodon.gamedev.place avatar

@thelettuceman that's someone who isn't into romance

cheeaun, to mastodon
@cheeaun@mastodon.social avatar

Been trying this out secretly for the past few weeks โ€” a "catch-up" timeline page. Did whole bunch of iterations, where I myself is the guinea pig, but this time reaching a point where I just got to share it out in the public.

  • NOT final design, still very experimental, only on my local machine
  • Instead of algo timeline, this is focused on data-grid-like UI for configuring exactly what I want to see.
  • This honestly could be another full-fledged app/client by itself ๐Ÿซ 

Demo of Catch-up page where it shows the Home/Following timeline with configurable filters and sort options.

_benui,
@_benui@mastodon.gamedev.place avatar

@cheeaun This is awesome, but isn't the name a risk? It's a pokemon name, you could get a cease and desist or something

PHIL_FISH, to random
@PHIL_FISH@mastodon.social avatar

to skip this promotional experience, do a little dance

_benui,
@_benui@mastodon.gamedev.place avatar
_benui,
@_benui@mastodon.gamedev.place avatar

@PHIL_FISH sony patented that already sorry

_benui,
@_benui@mastodon.gamedev.place avatar

@PHIL_FISH i'm lovin' it oh my god i'm lovin' it nooooo

glassbottommeg, to random
@glassbottommeg@peoplemaking.games avatar

I think my biggest worry with the AI counter-push is it's going to generalize into folks going after procgen and generative art. Which are totally different (and much older and much less creepy) things.

Though I also wonder if it'll kick off a wave of players wanting a sense of Craft, which might just finally sway tastes away from infinite procgen content slurry games? Which would actually be nice?

_benui,
@_benui@mastodon.gamedev.place avatar

@glassbottommeg Nah, the ai people have way too much money and power on their side. Anti-AI people like me are fucked.

jonikorpi, to random
@jonikorpi@mastodon.gamedev.place avatar

Tried living without an adblocker for a few months, again. Just gave up, again. Itโ€™s only gotten worse: ads are not only intrusive, bloated, laggy and full of scams, but now broken too. Kept regularly having them break major sites, especially on mobile.

Does ad garbageness vary by country? Like, do for example developers of US-based sites perhaps see better ads, and end up thinking itโ€™s tolerable to have them because of that?

_benui,
@_benui@mastodon.gamedev.place avatar

@jonikorpi Why would you try to live without an adblocker?

_benui,
@_benui@mastodon.gamedev.place avatar

@jonikorpi "the web as it is" is an interesting idea but there's so much variation in how people see the web: a huge % of people use adblockers, then there's screen size, browser, accessibility, locale, blocking JS/cookies etc. etc.

PHIL_FISH, to random
@PHIL_FISH@mastodon.social avatar

in canada, a brand new full price videogame is 103$ after taxes. thatโ€™s for a regular edition.

_benui,
@_benui@mastodon.gamedev.place avatar

@PHIL_FISH you're back in canada? welcome back buddy

_benui, to random
@_benui@mastodon.gamedev.place avatar

@kenney Can I ask, what software do you use for your website? In particular your knowledge base?

PHIL_FISH, to random
@PHIL_FISH@mastodon.social avatar

adobe is next. thatโ€™s going to be harder as iโ€™ve been using photoshop forโ€ฆ. 33 years? jesus christ. and i dont want to use anything that calls itself gimp. no thank you.

_benui,
@_benui@mastodon.gamedev.place avatar

@PHIL_FISH Give Affinity a go, it's pretty close IMHO.

PHIL_FISH, to random
@PHIL_FISH@mastodon.social avatar

whatโ€™s the best alternative to gmail? ideally one where i can import my message history. trying to excise google out of my life.

_benui,
@_benui@mastodon.gamedev.place avatar

@PHIL_FISH I use Protonmail, you can import your history

sinbad, to random
@sinbad@mastodon.gamedev.place avatar
_benui,
@_benui@mastodon.gamedev.place avatar

@sinbad no lights, no glass, none of that shit

_benui, to random
@_benui@mastodon.gamedev.place avatar

one day i will slough the carapace of twitter and live eternal, shiny and free as pure rss

but not today

kenney, to random
@kenney@mastodon.gamedev.place avatar

Hello my little pumpkin pies! Did you know you can enter the secret code 'kenney' to unlock a Kenney plushie in the MakeRoom demo?

https://store.steampowered.com/app/2212670/MakeRoom/

video/mp4

_benui,
@_benui@mastodon.gamedev.place avatar

@kenney siiiiiiiick

dergell, to unrealengine
@dergell@mastodon.gamedev.place avatar

Oh, and also a shout out to @_benui and his excellent website. Especially the page about advanced delegates was very helpful in the past two days!

_benui,
@_benui@mastodon.gamedev.place avatar

@dergell You're very welcome!

_benui, to random
@_benui@mastodon.gamedev.place avatar

When programming something, you use all the tools at your disposal to work out what is happening in your program when it goes wrong.

You can set breakpoints and step through with the debugger, inspecting the value of variables. You can print to the screen or to logs.

You can record huge amounts of data and play back what happened step by step to work out what went wrong.

๐Ÿงต

_benui,
@_benui@mastodon.gamedev.place avatar

I hate this LLM big data AI stuff because it takes power out of the hands of humans. We no longer make systems that we can fix and understand, we are reduced to trying to trick the system into doing what we want.

_benui,
@_benui@mastodon.gamedev.place avatar

@scottmichaud unfortunately?

My point with this thread is that real programming gives you a huge range of tools with which to understand a problem.

LLMs are black boxes.

_benui,
@_benui@mastodon.gamedev.place avatar

@wirepair it reminds me of when I had to use Unity. Poking a black box until it did what I wanted.

_benui,
@_benui@mastodon.gamedev.place avatar

@oscb some humans do, they're called monarchs or dictators

_benui,
@_benui@mastodon.gamedev.place avatar

@StompyRobot that's why if a human does that we prosecute the human.

If a machine does that, the blame is spread neatly between the driver, the AI algorithm, the data, etc. it's just a bug. Nobody is responsible.

_benui,
@_benui@mastodon.gamedev.place avatar

@StompyRobot

> Car owner and their insurance company would work, too, because in the end, that cost will end up being borne by those using the cars.

The car owner would claim "I was not driving, the car was driving itself."

The car manufacturer would claim "It's just a bug. We have a billion lawyers to win our case."

> Once the robots are safer than the humans on average (which Waymo already achieved)

Sorry this is factually incorrect. They have blocked data release, lied about accidents

_benui, to random
@_benui@mastodon.gamedev.place avatar

I don't know a single person who uses threads. Twitter, Mastodon, Cohost, Bsky, Insta, even Facebook. But who the fuck uses threads.

_benui,
@_benui@mastodon.gamedev.place avatar

@j0hnny twitter seems most active still, followed by here, followed by bsky.

each has its own audiences though. here is more popular with godot users and open-source people. bsky just seems to be social stuff, not tutorials.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • megavids
  • rosin
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • everett
  • slotface
  • osvaldo12
  • khanakhh
  • kavyap
  • anitta
  • Durango
  • vwfavf
  • GTA5RPClips
  • cubers
  • tacticalgear
  • tester
  • cisconetworking
  • ngwrru68w68
  • Leos
  • normalnudes
  • provamag3
  • modclub
  • JUstTest
  • All magazines