starship , to Game Development
@starship@starshipsd.com avatar

Ah, it's been nice to spend a few days actually using the tools we've been spending months building. The Observer and Companion are very excited to be back and are looking happy and shiny.

Gathering a large list of bugs as we go, but it's going pretty well. Mostly just lipsynch and camera action to sort out before debugging all the rendering stuff.

starship , to Random stuff
@starship@starshipsd.com avatar

That's more like it, a nice glow and bloom effect, different styles and speeds of particles in the stream.

Reckon that'll do. That probably means recording audio tomorrow.

Brightly lit flow of particles glow and throb as they flow between bubbles in a triangle V. Nodes are labelled "Capital" and "Workers" and "Ecosystem"

javahippie , to Random stuff
@javahippie@freiburg.social avatar

I'm following this tutorial by @Gargron, does anybody know if this is still up to date? I can't get Mastodon to find my test-actor in search. The inbox exists and can be posted to, the actor verifyer tools tell me it that it should be valid. I can see in my logs, that the mastodon instance I am searching for is accessing my actor endpoint, but in search, it tells me nothing can be found

https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/

opdavies , to Random stuff
@opdavies@mastodon.social avatar
paul , to Random stuff
@paul@oldfriends.live avatar

There are several 'Help Wanted' requests from the Mastodon if you are a

*Use /search for search (/search?query=something)
*Move account secrets to a dedicated table (and encrypt it?)
*Add a way for the user to select which languages they understand
*Allow admins to configure instance favicon and logo
*Allow searching for hashtags in admin UI
*Convert Redux state to Typescript .

https://github.com/mastodon/mastodon/labels/help%20welcome

FediVideo , to Programming
@FediVideo@social.growyourown.services avatar

Mike Conley is a Firefox developer and creator of the long-running video series "The Joy of Coding". You can follow the videos at:

➡️ @mconley

If the videos haven't federated to your server yet, you can browse them all at https://diode.zone/a/mconley/videos

You can also follow Conley's general account at @mconley

opdavies , to Random stuff
@opdavies@mastodon.social avatar

This week, I've set up Xdebug on a new project to help with some complicated debugging.

https://www.oliverdavies.uk/archive/2024/04/30/stepping-back-into-debugging

starship , to Random stuff
@starship@starshipsd.com avatar

Been working this weekend on improving the lighting and materials in the ObserverPod. Added a new array of controls with glowing buttons for the console, and a new fire-effect for the engines. All these things have to be re-done in Godot now we've abandoned Unity

Here's a little test-render of a scan of the new console and zooming outside to look a the engines firing.

https://dalliance.network/w/a6iWtzwq6KARLApuxJy4wU

youronlyone , to Random stuff
@youronlyone@c.im avatar

Since I still haven't finished the new theme I'm developing (too many distractions), I instead opted to backport code improvements and new Hugo modules. Not an easy task since I have to do it for 7 different third-party themes.

frozencanuck , to News from fediverse
@frozencanuck@mas.to avatar

Love and want to see it thrive? Consider donating or becoming a sponsor. Money goes a long way to help the Mastodon team build the features you want.

💜🐘🤗

https://joinmastodon.org/sponsors

FakeScrumStats , to Random stuff
@FakeScrumStats@techhub.social avatar
dansup , to Random stuff
@dansup@mastodon.social avatar

I’ve said it before and I’ll say it again, most of y’all don’t know what it’s like to be a fediverse developer of a popular project and have to deal with all the negative feedback and personal attacks

Let’s be nicer to the devs of the fediverse who have been doing this mostly unpaid for the greater good, all I ask is for basic respect!

Anfora, Prismo, Firefish and dozens of other projects have been abandoned by their devs, and I’d bet the fediverse mentality towards devs is part of the reason

FiveSketches , (edited )
@FiveSketches@mastodon.social avatar

@dansup

One good way to support the Fediverse's volunteer devs: ask them to work with volunteer design and user-research practitioners who help them to develop and test usable designs – before any substantial code is written.

Testing mockups and prototypes with the community would reduce unhappiness all around.

opdavies , to Random stuff
@opdavies@mastodon.social avatar

Why would I write something myself if there's already code available that solves my problem?

https://www.oliverdavies.uk/archive/2024/03/26/let-someone-else-do-the-work

aral , to Random stuff
@aral@mastodon.ar.al avatar

🍞 Kitten toast, anyone?

A fifteen-second demo of how you can create a toast message in 42 lines of code¹ without writing any client-side JavaScript using Streaming HTML² in Kitten³.

Video:

https://vimeo.com/925828491

Source code:

https://codeberg.org/kitten/app/src/branch/main/examples/streaming-html/toast/index.page.js

Enjoy!

:kitten: 💕

¹ Almost half of which is CSS.
² https://ar.al/2024/03/08/streaming-html/
³ https://codeberg.org/kitten/app

norberteder , to Microsoft Windows German
@norberteder@graz.social avatar

Fotos direkt uploaden, beschreiben usw. ist mühsam. Dafür hab ich nun mein eigenes Tool.

Schön langsam nimmt die Oberfläche Gestalt an. Über die Konsole läuft mal grundsätzlich alles. Aber ein wenig Komfort kann nicht schaden oder?

, wird supportet. Theoretisch sollte es auch am Mac laufen.

Das Ding kann schon mehr, als im UI zu sehen, aber das wird sich in den nächsten Tagen wohl ändern :)

alephoto85 , to "Hello, World!" - Programmazione Italian
@alephoto85@livellosegreto.it avatar

WinterJS 1.0 · Blog · Wasmer

@programmazione

"WinterJS 1.0 è finalmente arrivato.

WinterJS è un runtime Javascript incredibilmente veloce, compatibile con WinterCG e scritto in Rust, che utilizza il motore SpiderMonkey per eseguire JavaScript e Tokio per gestire le richieste HTTP e il ciclo di eventi JS. Il runtime WinterJS può anche essere compilato in WebAssembly e come tale è il primo runtime[...]"

https://wasmer.io/posts/winterjs-v1

alephoto85 , to "Hello, World!" - Programmazione Italian
@alephoto85@livellosegreto.it avatar

[Tutorial] Introduzione/Benvenutə in Svelte

@programmazione

Svelte è uno strumento per la costruzione di applicazioni web. Come altri framework per interfacce utente, consente di costruire l'applicazione in modo dichiarativo con componenti che combinano markup, stili e comportamenti.
Questi componenti sono compilati in piccoli ed efficienti moduli JS che eliminano il sovraccarico tradizionalmente associato ai framework UI.

https://learn.svelte.dev/tutorial/welcome-to-svelte

alephoto85 , to Programming Italian
@alephoto85@livellosegreto.it avatar

[TUTORIAL] SolidJS - Guida per iniziare

@programmazione

Una libreria JavaScript dichiarativa, efficiente e flessibile per la creazione di interfacce utente.

https://www.solidjs.com/guides/getting-started

ShopwareDevs , to Random stuff
@ShopwareDevs@phpc.social avatar

The latest digest is out! Read 20 tutorials, see videos, discover new extensions and see upcoming events: https://www.shopware.com/en/news/shopware-developer-digest-february-24/

walruslifestyle , to Random stuff
@walruslifestyle@octodon.social avatar

open collective foundation is shutting down: https://lwn.net/Articles/963958/

youronlyone , to Random stuff
@youronlyone@c.im avatar

I was trying to find out why images and videos are not loading in today, and noticed this.

debeluhar , to Technology in Apple is officially dropping iPhone support for web apps in the EU - The Verge

@rikudou Just an update for you. I just tried my PWA app on last stable version of iOS 17.4 and it works again. I made a quick google search if it's just me, or Apple actually reversed they decision and I found this (from https://developer.apple.com/support/dma-and-apps-in-the-eu/#dev-qa ):

Why don’t users in the EU have access to Home Screen web apps?

UPDATE: Previously, Apple announced plans to remove the Home Screen web apps capability in the EU as part of our efforts to comply with the DMA. The need to remove the capability was informed by the complex security and privacy concerns associated with web apps to support alternative browser engines that would require building a new integration architecture that does not currently exist in iOS.

We have received requests to continue to offer support for Home Screen web apps in iOS, therefore we will continue to offer the existing Home Screen web apps capability in the EU. This support means Home Screen web apps continue to be built directly on WebKit and its security architecture, and align with the security and privacy model for native apps on iOS.

Developers and users who may have been impacted by the removal of Home Screen web apps in the beta release of iOS in the EU can expect the return of the existing functionality for Home Screen web apps with the availability of iOS 17.4 in early March.

Finally, some good news.

debeluhar , to Technology in Apple is officially dropping iPhone support for web apps in the EU - The Verge

An update from Apple. Apple actually reversed that decision. Finally. Tested on latest stable version of iOS 17.4 and it works. (from https://developer.apple.com/support/dma-and-apps-in-the-eu/#dev-qa ):

Why don’t users in the EU have access to Home Screen web apps?

UPDATE: Previously, Apple announced plans to remove the Home Screen web apps capability in the EU as part of our efforts to comply with the DMA. The need to remove the capability was informed by the complex security and privacy concerns associated with web apps to support alternative browser engines that would require building a new integration architecture that does not currently exist in iOS.

We have received requests to continue to offer support for Home Screen web apps in iOS, therefore we will continue to offer the existing Home Screen web apps capability in the EU. This support means Home Screen web apps continue to be built directly on WebKit and its security architecture, and align with the security and privacy model for native apps on iOS.

Developers and users who may have been impacted by the removal of Home Screen web apps in the beta release of iOS in the EU can expect the return of the existing functionality for Home Screen web apps with the availability of iOS 17.4 in early March.

Finally, some good news.

opdavies , to Podcast
@opdavies@mastodon.social avatar
estelle , to Random stuff
@estelle@techhub.social avatar

The terrible human toll in Gaza has many causes.
A chilling investigation by +972 highlights efficiency:

  1. An engineer: “When a 3-year-old girl is killed in a home in Gaza, it’s because someone in the army decided it wasn’t a big deal for her to be killed.”

  2. An AI outputs "100 targets a day". Like a factory with murder delivery:

"According to the investigation, another reason for the large number of targets, and the extensive harm to civilian life in Gaza, is the widespread use of a system called “Habsora” (“The Gospel”), which is largely built on artificial intelligence and can “generate” targets almost automatically at a rate that far exceeds what was previously possible. This AI system, as described by a former intelligence officer, essentially facilitates a “mass assassination factory.”"

  1. "The third is “power targets,” which includes high-rises and residential towers in the heart of cities, and public buildings such as universities, banks, and government offices."

🧶

estelle OP ,
@estelle@techhub.social avatar

It was easier to locate the individuals in their private houses.

“We were not interested in killing operatives only when they were in a military building or engaged in a military activity. On the contrary, the IDF bombed them in homes without hesitation, as a first option. It’s much easier to bomb a family’s home. The system is built to look for them in these situations.”

Yuval Abraham reports: https://www.972mag.com/lavender-ai-israeli-army-gaza/

(to follow) 🧶 @palestine @israel @ethics @military @idf @terrorism

  • All
  • Subscribed
  • Moderated
  • Favorites
  • supersentai
  • WatchParties
  • Rutgers
  • jeremy
  • Lexington
  • cragsand
  • mead
  • RetroGamingNetwork
  • loren
  • steinbach
  • xyz
  • PowerRangers
  • AnarchoCapitalism
  • kamenrider
  • Mordhau
  • WarhammerFantasy
  • itdept
  • AgeRegression
  • mauerstrassenwetten
  • MidnightClan
  • space_engine
  • learnviet
  • bjj
  • Teensy
  • khanate
  • electropalaeography
  • neondivide
  • fandic
  • All magazines