marcel_jomasoft, to programming German
@marcel_jomasoft@mastodon.world avatar

Updated PostgreSQL IPS packages for Solaris 11.4 SPARC are available
Versions 16.3, 15.7, 14.12, 13.15, 12.19

https://www.jomasoft.ch/downloads/#js-opensource

edgren, to php

The more I'm thinking about it, the more I consider it.

I want to add a map for my bicycle rides, but I can't find any good PHP maps. The PHP versions of Leaflet on GitHub are no good. They don't work at all. They just gives you errors like "can't load class" or something like that.

So even if I am against it only to challenge myself, I consider using Leaflet in JS for airikr.me/biking.

Or do you have any solution in PHP that works out of the box?

ehmicky, to programming
@ehmicky@fosstodon.org avatar

We just released Execa 9, which is our biggest release so far.

If you're currently using Execa, you should check out the new features! Also, if you're currently using zx or Bun shell, you might be interesting in this alternative.

https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f

pablolarah, to javascript
@pablolarah@mastodon.social avatar

🟪🟥 JavaScript var, let, and const explained
by Kevin Powell @KevinJPowell
Feat.: Chris Ferdinandi @ChrisFerdinandi @cferdinandi

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

AndriiKuznietsov75, to webdev Ukrainian
@AndriiKuznietsov75@social.kyiv.dcomm.net.ua avatar
skinnylatte, to 11ty
@skinnylatte@hachyderm.io avatar

I want to pair with someone to try to understand how I can fix a few things on my site. Preferably with someone who knows more and than I do. This might take an hour on a call. You don't have to turn video on.

In return, I'll curate a list of five recipes according to your food preferences. Or teach you something in photography or food!

JCF, to php French
@JCF@diaspodon.fr avatar

Hello masto

Qui serait disposé à #embaucher un #devjunior #php #js sur #Paris.

Il s'agit de mon frère en reconversion pro.

Il est volontaire, curieux, passionné, méticuleux.

Les interessés, venez me voir que je transmette son CV.

danzin, to python
@danzin@mastodon.social avatar

There's this very useful and widely used tool, @coveragepy, that creates HTML coverage reports and uses in them.

I have proposed a simple PR to fix a small issue in sorting columns in the reports: https://github.com/nedbat/coveragepy/pull/1768/files

However, I'm very bad at .

The behavior is working as intended, but I can't shake the feeling that my JS code is awful in some way I can't see.

Could you take a quick look at the diff and point out anything that should be improved? TIA!

cirrus, to javascript
@cirrus@mstdn.social avatar

Every day is Naked Day on my site: https://cirrus.twiddles.com/ 😜

More info: https://js-naked-day.org/

kubikpixel, to webdev
@kubikpixel@chaos.social avatar
kubikpixel,
@kubikpixel@chaos.social avatar

Modern current code should run asynchronously if possible and useful. Slowly but steadily, it is being implemented in almost all popular programming languages, including WebDev.

»New Disposable APIs in Javascript«

🔧 https://jonathan-frere.com/posts/disposables-in-javascript/


kubikpixel,
@kubikpixel@chaos.social avatar

7 JavaScript language elements every developer needs:

Here's what beginning and experienced developers need to know about working with JavaScript's array, for loop, forEach, map, reduce, substring, and switch.

🔧 https://www.infoworld.com/article/3715393/7-javascript-language-elements-every-developer-needs.html


pablolarah, to CSS
@pablolarah@mastodon.social avatar
minioctt, to programming Italian

Lo dico chiaro e tondo ora, perché a quanto pare il mio pitch veloce di ieri non è entrato bene in testa a molti: si, il #sistemaoperativo che voglio creare è scritto con tecnologie web vanilla (HTML5, CSS, e #JS) e gira interamente nel #browser. Si, è un po’ una #pazzia per la grandezza del mio scopo, ma per favore non stupitevi e non rabbrividite, perché non sono la prima a pensare qualcosa del genere, e anzi, diverse cose sono già state belle che realizzate… 🦷️

Non so in realtà se qualcuno di quegli pseudo-OS #web si avvicina più ad un normale #OS nel modo in cui vorrei fare io, magari dovrei prendermi del tempo per sfogliare (ma mai leggere, non abbiamo così tanto tempo!!!) meglio il loro codice… perché da un lato già sentimenti contrastanti su questa cosa. Potrei forse semplicemente forkare uno di quei robi open-source, e avrei così forse da fare un po’ meno lavoro con un costo minimo di possibilità perse dal punto di vista dell’utilizzo pratico (che poi spiegherò meglio)… però, avrebbe anche un minor valore come lavoro del mio portfolio rispetto a qualcosa di costruito tutto da zero, e fino ad ora in realtà sembra starsi rivelando un grattacapo gradevole, come non avevo granché fatto prima d’ora. 👽️

In realtà finora non c’è nulla di difficile da #programmare, la vera difficoltà sta nel costruire una buona progettazione senza avere nemmeno un briciolo di conoscenza formale sulla teoria dei sistemi operativi, ma solo andando un po’ a sentimento e con le conoscenze collaterali che, da power user di Linux, Windows, Android e tutto quanto da anni, comunque ho indubbiamente accumulato. Perché appunto, non voglio fare uno di quei simulatori che direttamente funzionano con logica di alto livello, ma vorrei tentare di partire da più in basso per… well, creare tutte le astrazioni in modo più ordinato e funzionale, per poter quindi implementare caratteristiche anche più avanzate che altrimenti sarebbero possibili solo con delle hack (ad esempio, come permetti a delle app di mostrare overlay a schermo intero se tutta la tua logica dei processi ruota attorno al dogma che un processo è la sua finestrella nel DOM con il suo tastino in taskbar?). 🧨️

https://octospacc.altervista.org/wp-content/uploads/2024/04/image-6-960x503.pngQuesto è ciò che ho fatto da stamattina ad ora… ho implementato per iniziare giusto un pizzico di logica di eventi, processi, file system, e poi i primissimi passi per il gestore di finestre, in quello che potrebbe tecnicamente essere considerato un #kernel… si, l’ambiente #desktop è praticamente nel kernel al momento (yikes!), ma dovrò pur andare un passo alla volta. Almeno, sto cercando di strutturare il codice in modo modulare, come strati non direttamente dipendenti tra loro, quindi prima o poi dovrebbe essere facile scambiare componenti core del #sistema come pezzettini! Ganzo comunque avere già qualcosa che a video gira, nonostante la strada per la vera funzionalità è ancora lunga. 🙃️https://octospacc.altervista.org/2024/04/22/os-nel-brauser/

#browser #desktop #JS #kernel #OS #pazzia #programmare #sistema #sistemaoperativo #web

premartinpatrick, to Twitch French
@premartinpatrick@mastouille.fr avatar

1 SUB (jusqu'à fin mai 2024) vous donne accès à nos sites pendant une semaine.

C'est l'occasion idéale pour tester nos zones membres, les de / ou en , et la nouvelle à la prise en main de Delphi.

https://zone-abo.fr/journal.php?actu=15&v=5dbfb78ec0

Vous pouvez aussi acheter directement des abonnements de 30, 90, 365 jours ou à vie sur le site (pour une adresse email ou un nom de domaine).

iamdtms, to programming
@iamdtms@mas.to avatar

#JS #naked #day #CSS #tips

@media (scripting: none) {  
 ...  
}  
maxiorel, to php Czech
@maxiorel@mastodonczech.cz avatar

Can I... Určitě znáte webovky, které vám odpoví, jestli danou technologii či zápis v CSS podporuje určitá verze webového prohlížeče. Ale takových služeb je více:
https://caniuse.com/ - frontend
https://www.caniemail.com/ - kódování mailů
https://caniphp.com/ - pro PHP

V širším měřítku ještě můžete mrknout:
https://node.green/ - pro JS developery
https://whatwebcando.today/ - co dnes umí weby

kubikpixel, to webdev Estonian
@kubikpixel@chaos.social avatar

SpiderMonkey is a JavaScript/WebAssembly Engine

@SpiderMonkey is @mozilla JavaScript and WebAssembly Engine, used in @FirefoxDevTools, Servo and various other projects. It is written in C++, Rust and JavaScript. You can embed it into C++ and Rust projects, and it can be run as a stand-alone shell. It can also be compiled to WASI.

🐒 https://spidermonkey.dev


piratenpanda, to php German
@piratenpanda@norden.social avatar

Veggiekarte.de is looking for / / contributors. As I, creator and maintainer, find it more and more difficult to contribute myself, the current burden is currently almost completely on Kristjan. So if you feel like contributing to an opensource project that promotes and climate friendly diets, please take a look at our issue tracker:
https://codeberg.org/piratenpanda/veggiekarte

I'd also appreciate help in getting weblate and the git functionality up and running.

Thanks for reading!

darkghosthunter, to php
@darkghosthunter@mastodon.social avatar

Just going to nonchalantly shove in some awareness to my GitHub Sponsorship.

If you value my contributions to Open Source and Laravel, just leave a small tip or become a sponsor. It helps me pay the bills.

https://github.com/sponsors/DarkGhostHunter

Meyerweb, (edited ) to random
@Meyerweb@mastodon.social avatar

Here’s a question: suppose I have bunch of HTML inputs (dropdowns, sliders, whatever), and I want their values to set the values of variables, both on load and whenever changed. Is there a way to do that in a generic manner short of dumping all the variables into an object so I can use their member names using array-ish syntax, or pushing everything through an eval()? [shudder]

**Edited to add: **I don’t think I got the idea across, so here’s something tangible: https://codepen.io/meyerweb/pen/GRLyZWY

kolya,
@kolya@social.cologne avatar

@joelanman
Sure, if that works for @Meyerweb. I was going strictly by the requirements in his post:
> I want their values to set the values of variables, both on load and whenever changed
@sil

AndriiKuznietsov75, to Java Ukrainian
@AndriiKuznietsov75@social.kyiv.dcomm.net.ua avatar

Як працюють компіляція та виконання коду👇
🔸Компілювані мови (#C, C++, )
Вихідний код перетворюється компілятором на машинний. Машинний код виконується безпосередньо процесором.
🔸Байт-код (, C#)
Вихідний код компілюється у байт-код, а потім JVM виконує програму. Іноді JIT-компілятор компілює вихідний код у машинний, щоб прискорити виконання.
🔸Інтерпретовані мови (, , )
Тут для виконання програми не потрібен машинний код, натомість програму рядково виконають інтерпретатори.

video/mp4

Jbasoo, to programming
@Jbasoo@mastodon.social avatar

I just want to buy a bath mat from a major UK retailer but half the elements won't hydrate, including the add to cart button. Excessive #JS was a mistake we just won't stop making.

kubikpixel, to webdev
@kubikpixel@chaos.social avatar

I don't understand why some #WebDev "professionals" often use only ready-made #CSS libraries for website design. No, not everything is easy but, for example, creating #links so that users can see how they lead outside the #website is standard in my opinion.

I have illustrated it for clarification. You can of course change the #logo's to other UTF-8 characters or position according to the desired #design ;)

kubikpixel,
@kubikpixel@chaos.social avatar

🧵 …another CSS webdesign solution:
Let's see if I can find a solution that works without JavaScript but I doubt that I will find out that it is not possible.

«Setting And Persisting Color Scheme Preferences With CSS And A “Touch” Of JavaScript»
– on @smashingmag

📎 https://www.smashingmagazine.com/2024/03/setting-persisting-color-scheme-preferences-css-javascript/

#css #css3 #colorscheme #webdev #js #javascript #webdesign #color #web

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