analog_feelings, to fediverse

:blobfoxowonotice: Attention users of Mastodon!!

I am working on a native WinUI client for modern Windows, and I obviously need some help.

Any help is appreciated!

Please spread this post around, I can't work on this all by myself!

https://github.com/AestheticalZ/Bluechirp

esden, to opensource
@esden@chaos.social avatar

Hey everyone! We are happy to announce the next Black Magic Debug V1.9.1 Firmware stable release! Thank you everyone who contributed with fixes to this point release! :smile: https://github.com/blackmagic-debug/blackmagic/releases/tag/v1.9.1

illusionofmana, to gaming
@illusionofmana@socel.net avatar

Pixel Shader 2.0 is done, so glad too! there are a ton of nice features built in for everyone. Retro or new wave!
Features.
Dither dropoff
Custom dither patters and scale
Emission maps
Emission color
Main Light Shadow toggle
Screen Space toggle
VGA style posterized mode
light color count slider (for setting the number of colors a light and its mixing or dropoff will generate)

video/mp4

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

I love watching the rockets I created in the game chase the hero

> ERRA: EXORDIUM 🚘 Under the hood <

Wishlist https://store.steampowered.com/app/1224030/

video/mp4

fell, to gamedev
@fell@ma.fellr.net avatar

Has any of you people ever had issues with negative scale in an ? Our loves to flip things by just applying negative scale, but it makes it into the animation . That means the entire is flipped, including the winding order. This ultimately turns the mesh inside-out. I wonder if anyone ever came across this?

8bitTim, to programming

A little quality time with this grand old lady.
-80

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

A couple of months ago, I made a sprite effect... but I still couldn't figure out where to use it in the game

> ERRA: EXORDIUM 🚘 Under the hood <

Wishlist https://store.steampowered.com/app/1224030/

video/mp4

gimulnautti, to programming
@gimulnautti@mastodon.green avatar

I guess you could say: ”That’s exactly what a programmer would say”, but for me what’s most transformative about is not really it’s abilities to reassemble information.

I find it’s most transformative use to be that it allows in , opening creation of to anyone.

Of course agent features need to be there, but those will be pretty much online in a few months by the early adoptors.

jchyip, to programming
@jchyip@mastodon.online avatar
growlph, to programming
@growlph@greywolf.social avatar

I just added a bunch of complicated logic to my code.

And then I clicked 'compile'.

And then...it just...compiled. Just like that. No errors, not even any warnings.

That's never happened before. I don't trust it...

mjgardner, (edited ) to internet
@mjgardner@social.sdf.org avatar

This is an endemic problem in all discourse, on or off . The paraphrase becomes the dominant meme (in the original sense) and hearsay becomes conventional “wisdom.”

I try to countervail in subjects that matter to me (the language and ’s of ) and echo @nova’s advice: seek primary and authoritative sources and question dismissive paraphrasing. https://hachyderm.io/@nova/110269313981320765

maxim, to programming
@maxim@mastodon.gamedev.place avatar

I love programming...

I've been doing it for 20 years, but every time there is a moment when you come across a bunch of code that you wrote a long time ago and you don't want to touch it anymore so as not to break it, and you look for a solution for half a day, and then you add one line and everything is fine

:unity:

video/mp4

martin, to programming
@martin@maciaszek.social avatar

Digital Research’s Programmer’s Utilities Guide for CP/M as a cleanly typeset, searchable, and hyperlinked PDF.

https://maciaszek.net/26822/programmers-utilities-guide-recreation/

This is the 4th and (for now) final part of my modern recreations of CP/M manuals in InDesign. I need a break now.

faassen, to programming
@faassen@fosstodon.org avatar

Programming language communities are interesting and affect your experience. A little thread.

1/6

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar
louis, to programming
@louis@emacs.ch avatar

Damn! I have to write a lot of ETL code today (JSON import, transformation, storing in database etc.) in Go. Now, I must admit that Copilot is writing most of the code for me by now. Over the course of the last few days it seems to have learned quite a bit about my coding style.

This thing is really good at "magically" knowing how to create Go types and funcs from a JSON data model that I have open in another buffer. It proposes full code blocks, not just line by line.

I'm still skeptical but for this kind of coding tasks, Copilot is just a big time saver. It really feels like a second programmer working with me.

I'm not worried that Copilot will replace developers. But as a solo dev, it really helps to get the boring coding tasks done much faster and have time for more interesting problems.

What times we live in!

mohaneds, to fediverse

So, I decided that I am going to write a compatible server in Rust and I am going to toot about my journey as I do this. So, warning to my followers, a lot of my posts are going to be development centric LOL. I could do this in C#, the language I know well, but I want to do rust just for the pure fun of it.

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar

> ERRA: EXORDIUM 🚘 Under the hood <

in the Erra: Exordium demo such enemy barrel with fuel did not damage other enemies, it's my fault... fixed the situation, it will work in the game

❤️
https://store.steampowered.com/app/1224030/Erra_Exordium/

video/mp4

rbairwell, to php

Does anyone know of the equivalent (if it exists) of 's __call https://www.php.net/manual/en/language.oop5.overloading.php#object.call magic method. Roughly I want to call MyModule::Package->xyz and MyModule::Package->abc (etc) and both go to same subroutine without having to declare each as their own subroutine.

maxim, to gamedev
@maxim@mastodon.gamedev.place avatar
tojosan, to programming

Learning about . Anyone out there have real world experience, with say Python?

bassem, to programming

I wonder if we’re going to start seeing design patterns in code optimized for AI assisted programming.

The past period has been all about optimizing codebases for human readability, and maintainability.

I speculate that we’ll be optimizing our code for:

  • increasing context awareness
  • improving generated output

fell, to programming
@fell@ma.fellr.net avatar

Casey Muratori debunked 5 excuses for neglecting . Seriously, everyone involved in should watch or read this. Software performance always matters.

Video: https://youtu.be/x2EOOJg8FkA

Written Article: https://www.computerenhance.com/p/performance-excuses-debunked

The guy on : @cmuratori

AstraKernel, to programming

🦀 Bringing Memory Safety to sudo and su

👉 "reimplementing the ubiquitous sudo and su utilities in Rust"

https://www.memorysafety.org/blog/sudo-and-su/

https://news.ycombinator.com/item?id=35714347

leanpub, to programming
@leanpub@mastodon.social avatar

Complete Guide to Modern JavaScript: Learn everything from the basics of JavaScript to the new ES2022 features http://leanpub.com/courses/leanpub/completeguidetomodernjavascript by Alberto Montalesi is the featured course on the Leanpub homepage! https://leanpub.com

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