jimmyb, to web
@jimmyb@selfhosted.cafe avatar

I'm pretty excited about #WebAwesome 🤩 :nyanko_hearts:

#web #developer #code

heleenkuiper, to AdobePhotoshop Dutch
@heleenkuiper@mastodon.nl avatar

Er is een mooie #app waarmee je kan meten hoeveel herrie een #vliegtuig maakt. Dit wordt dan ook doorgegeven. #Explane heet deze app. Nu dreigt de app te moeten stoppen omdat er geen developer meer is 😕. Welke #developer zou dit leuk vinden om te doen?

Zo ziet een meting eruit

br00t4c, to random
@br00t4c@mastodon.social avatar
instantiator, to cochlearimplants
@instantiator@mastodon.social avatar

👋 Come work with me at Nesta!

We're looking for a front-end developer to join our small team as we build prototypes / MVPs / and production-ready collective intelligence solutions.

There's lots more information in the job description, and I'll gladly talk to you about the role if you have questions. Reach out!

Apply by 28th May:
https://www.nesta.org.uk/jobs/frontend-mid-level-developer-ccid/

br00t4c, to microsoft
@br00t4c@mastodon.social avatar

Microsoft axes four game studios including Hi-Fi Rush developer

https://www.bbc.com/news/articles/c72p5epzj2no

cdfinder, to apple
@cdfinder@techhub.social avatar

Since when does AVPlayerView install its own context menu with weird and unwanted "sharing" commands, overriding the menu I have set myself?

Sigh. Is there documentation for that? I couldn't find anything...

cdfinder,
@cdfinder@techhub.social avatar

I fixed it!

You can use "allowsVideoFrameAnalysis" property on the AVPlayerView to deactivate this unwanted thing.

Of course, this is NOT documented in the official #Apple #AppKit release notes, which were always suspiciously short:

https://developer.apple.com/documentation/macos-release-notes/appkit-release-notes-for-macos-13

I only found a reference to that in #WWDC 2022 video 10026.

#Developer #macOS

jrsofty, to mastodon
@jrsofty@toot.community avatar

It's been a year since I joined this instance, and I've learned a lot more about #Mastodon that I've decided to make a new #introduction

Hi! I'm Jason. I'm a #software #developer, and I was born and raised in the #US but have lived in #Germany with my wife and kids for over 20 years now.

#GenX parent of a #nonbinary child. So supporting them is important to me. I play #Minecraft, and I #oilpaint as hobbies. I am a #geek and have been since before it was cool.

khalidabuhakmeh, to movies
@khalidabuhakmeh@mastodon.social avatar

I made a poster about @citizenmatt. The backstory is about a that only comes after you in the dark.

Call me Blumhouse!

hyde, to rust
@hyde@lazybear.social avatar
bbelderbos, to random
@bbelderbos@fosstodon.org avatar

Had a great conversation with @jhodapp to talk about the power of (and mindset) to advance your career as a 💡 📈

Check it out here: https://reltech.substack.com/p/why-coaching-propels-your-software - thanks Jim 🙏

br00t4c, to random
@br00t4c@mastodon.social avatar

A property developer that owes tenants over $50M is lobbying about Alberta's 'life lease' bill

https://theijf.org/life-leases-alberta

DavidDarnes, to technology
@DavidDarnes@mastodon.design avatar

Who’s in Leeds already and fancies a pub quiz??

We’ve organised a pub quiz for 7:30pm TONIGHT at Headrow House ahead of tomorrows @heypresents !
Free entry. Free drink. All on zeroheight 🥳

br00t4c, to Amazon
@br00t4c@mastodon.social avatar

AWS S3 storage bucket with unlucky name nearly cost developer $1,300

https://arstechnica.com/?p=2020714

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

In our new podcast episode, Julian chats with Luis Palacios, who transitioned from custodian to IT Analyst.

His inspiring journey into tech highlights how solid and training can truly open new doors. Check it out! 🚀

https://www.youtube.com/watch?v=Rmr42vZq6T4

penpot, to opensource
@penpot@fosstodon.org avatar

💥 With Penpot 2.0 release now available, this design tool becomes much more powerful!

Have you tried yet?

Let us know what do you think!

Find out more on https://penpot.app/penpot-2.0

video/mp4

cdfinder, (edited ) to macos
@cdfinder@techhub.social avatar

So, it turns out that in 14 , if you have a NSPopUpButton, and use removeFromSuperview and then later addSubview to add that item again to a view, macOS doesn't draw the button properly, until it gets clicked at least once.

(setting up said Popup is very expensive, as in "slow", in the app in question, so for 15 years, it was a working idea to keep it around)

Awesome.

Yet another in the long long list of massive problems in the system frameworks in .

bbelderbos, to github
@bbelderbos@fosstodon.org avatar

A cool way to keep your profile up2date is by creating a self-updating Readme, a trick I picked up from Simon Willison.

Here is how I made mine pulling in different feeds:
https://pybit.es/articles/how-to-create-a-self-updating-github-readme/

I hope it inspires you to make your profile more engaging.

GlenDownton, to random
@GlenDownton@mastodon.au avatar

What better way to spend a glorious autumn Sunday afternoon than refactoring a pile of #spaghetticode to make it thread-safe?

Actually, even I can't tell if I'm being serious here or not :/

#dev #code #coding #developer #devlife

Jfillian, to php
@Jfillian@twit.social avatar

So, I returned to a project that i put on hold for a few months because .. life. There are some 12000 lines of and many Classes for a plugin. I'd like to finish this thing, and I am the only . It has only been a few months but, why do I keep asking myself "Why did i do that?" "What was I thinking?" "Where is the hook into that function???" Sheesh! Right now I just want to make it presentable and clean it up down the road. Am I normal?

Mastodon, to mastodon
@Mastodon@mastodon.social avatar

forms new 501(c)(3) non-profit entity with new board of directors in the United States to facilitate tax-deductible donations and in-kind support:

https://blog.joinmastodon.org/2024/04/mastodon-forms-new-u.s.-non-profit/

NatureMC,
@NatureMC@mastodon.online avatar

@Mastodon please tell this more often: "Most people don’t realize the core developer team of Mastodon is still just two people, and it is these last donations that have allowed us to open a third full-time developer position."

bbelderbos, to random
@bbelderbos@fosstodon.org avatar

pre-commit helps with code quality:

  • don't waste time on manual code formatting

  • unified code base and adhering to style guides (eg PEP8)

  • run linters early + often, it prevents bugs

  • less review time + good dev habits

bbelderbos,
@bbelderbos@fosstodon.org avatar

For more content subscribe to our YouTube channel: https://www.youtube.com/c/pybites

GlenDownton, to random
@GlenDownton@mastodon.au avatar
lascapi, to web French
@lascapi@mastodon.zaclys.com avatar

Hello there 👋

I'm a . 🔋
I love and and I'm looking for a in 🇩🇪
in
(boosts are nice 😊)
Here is my english : https://cv.isman.fr/

metin, to programming
@metin@graphics.social avatar

The more modest a developer is, the smaller the application version increments. Some indie coders add brilliant new functionality, and change the version from 0.9 to 0.9.1, while corporations often add a few minor improvements once a year, and jump from 1.0 to 2.0.

#code #coding #programming #developer #dev #GameDev #programmer #GameDeveloper #development #app #application #program #programs #applications

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