Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with web, page 2

  1. Aral Balkan (aral@mastodon.ar.al)'s status on Tuesday, 29-Aug-2023 12:15:34 UTC Aral Balkan Aral Balkan

    Helix Editor is about to get support for multiple simultaneous language servers, which should make web development with it so much nicer (especially when creating Small Web¹ places using Kitten²).

    https://github.com/helix-editor/helix/pull/8086/files

    The only thing that would make it better is if the inline diagnostics branch also got merged sometime soon because it’s sad to have to choose between one or the other.

    https://github.com/helix-editor/helix/pull/6417

    ¹ https://ar.al/2020/08/07/what-is-the-small-web/
    ² https://codeberg.org/kitten/app#kitten

    #HelixEditor #web #dev

    In conversation Tuesday, 29-Aug-2023 12:15:34 UTC from mastodon.ar.al permalink

    Attachments

    1. What is the Small Web?
      Today, I want to introduce you to a concept – and a vision for the future of our species in the digital and networked age – that I’ve spoken about for a while but never specifically written about: The Small Web. To understand what the Small Web is, let’s compare it to the Big Web. In other words, to the centralised Web we have today. The Big Web You are allowed to rent space on Megacorp’s servers in exchange for giving up your privacy, freedom of speech, and other human rights.
    2. app
      from kitten
      A web development kit that’s small, purrs, and loves you.
  2. Metin Seven 🎨 (metin@graphics.social)'s status on Tuesday, 15-Aug-2023 16:44:40 UTC Metin Seven 🎨 Metin Seven 🎨

    #meme #memes #cartoon #google #web

    In conversation Tuesday, 15-Aug-2023 16:44:40 UTC from graphics.social permalink

    Attachments


    1. https://cdn.masto.host/graphicssocial/media_attachments/files/110/889/158/714/633/805/original/d629ebf01bb01cd0.png
  3. Aral Balkan (aral@mastodon.ar.al)'s status on Wednesday, 09-Aug-2023 14:02:52 UTC Aral Balkan Aral Balkan

    A little #JSDoc tip:

    If you need to use a type definition in an external file multiple times, you don’t have to keep writing `import(…).type` over and over. Just create a new type definition in your local file and use that.

    e.g.,

    ```js
    /** @typedef {import('./SetupState.js').SetupStateType} SetupStateType */

    const state = {
    domain: /** @type SetupStateType */ (new SetupState('Domain')),
    server: /** @type SetupStateType */ (new SetupState('Server')),
    …
    }
    ```

    #js #web #dev

    In conversation Wednesday, 09-Aug-2023 14:02:52 UTC from mastodon.ar.al permalink
  4. Topecax (topecax@mastodon.social)'s status on Friday, 04-Aug-2023 12:49:32 UTC Topecax Topecax

    Protégete contra las #estafas de #Gmail: cómo habilitar la #navegación #segura en todos tus dispositivos https://hipertextual.com/2023/08/refuerza-seguridad-gmail-chrome-trucos #CiberSeguridad #Tips #Noticia #Tecnología #Web

    In conversation Friday, 04-Aug-2023 12:49:32 UTC from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/110/831/383/173/502/716/original/fd63ef418a646693.png
    2. Protégete contra las estafas de Gmail: cómo habilitar la navegación segura en todos tus dispositivos
      from Tomás Rivero
      Habilita estas opciones de seguridad en Gmail y Chrome para protegerte de las estafas en internet. Así se hace en iOS, Android y ordenadores.
  5. Jeff Fortin T. (nekohayo@mastodon.social)'s status on Thursday, 03-Aug-2023 14:10:46 UTC Jeff Fortin T. Jeff Fortin T.

    A list of recent hostile moves by #Google's #Chrome team; handy for sharing with your entourage, to explain why they should stop using #Chromium / #GoogleChrome and use #Firefox or #Epiphany as their main #web #browser :

    * The "Manifest v3" sabotage of content blocking extensions: https://www.theverge.com/2022/6/10/23131029/mozilla-ad-blocking-firefox-google-chrome-privacy-manifest-v3-web-request
    * The attempted sabotage of #JPEGXL: https://www.cnet.com/tech/computing/chrome-banishes-jpeg-xl-photo-format-that-could-save-phone-space/
    * #WebEnvironmentIntegrity a.k.a. #DRM for whole websites would hurt the web, #opensource browsers and OSes: https://arstechnica.com/gadgets/2023/07/googles-web-integrity-api-sounds-like-drm-for-the-web/

    In conversation Thursday, 03-Aug-2023 14:10:46 UTC from mastodon.social permalink

    Attachments

    1. Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the web
      from @RonAmadeo
      It's just a "proposal," but it's also being prototyped inside Chrome right now.
    2. Firefox and Chrome are squaring off over ad-blocker extensions
      from Corin Faife
      A browser privacy showdown has been brewing for a while.
    3. Google's Chrome Team Rejected a Photo Format That Could Save Space on Your Phone
      from @CNET
      Adobe, Intel, Shopify and Facebook like the new JPEG XL standard, but Google has dealt it a severe blow.
  6. Aral Balkan (aral@mastodon.ar.al)'s status on Thursday, 03-Aug-2023 07:26:48 UTC Aral Balkan Aral Balkan

    If you’re developing web sites that only run in Google Chrome, you are not a web developer, you’re a web destroyer.

    #google #chrome #WebIntegrityAPI #WebDRM #web #dev #SiliconValley #adtech #PeopleFarming #SurveillanceCapitalism

    In conversation Thursday, 03-Aug-2023 07:26:48 UTC from mastodon.ar.al permalink
  7. Aral Balkan (aral@mastodon.ar.al)'s status on Saturday, 22-Jul-2023 17:33:33 UTC Aral Balkan Aral Balkan

    I was once at a conference where two of the delegates were hiding their badges. When I asked them why, they told me it was because they worked at Halliburton and were ashamed of the fact.

    I feel the time is near that folks who work at Google will be doing the same. (The ones with a conscience, at least.)

    Another time, Eric Schmidt told me “if we become too evil, we won’t find anyone to work for us”.

    Here’s hoping, Eric, here’s hoping…
    https://github.com/RupertBenWiser/Web-Environment-Integrity/issues

    #Google #EvilAsAService #web

    In conversation Saturday, 22-Jul-2023 17:33:33 UTC from mastodon.ar.al permalink

    Attachments

    1. Issues · RupertBenWiser/Web-Environment-Integrity
      Contribute to RupertBenWiser/Web-Environment-Integrity development by creating an account on GitHub.
  8. Aral Balkan (aral@mastodon.ar.al)'s status on Friday, 21-Jul-2023 22:13:12 UTC Aral Balkan Aral Balkan

    “Have you ever stopped to consider that you’re the bad guys?”

    https://github.com/RupertBenWiser/Web-Environment-Integrity/issues/127

    #Google #SiliconValley #SurveillanceCapitalism #W3C #PeopleFarming #adtech #WebEnvironmentIntegrity #web #DRM #privacy #standards

    In conversation Friday, 21-Jul-2023 22:13:12 UTC from mastodon.ar.al permalink
  9. Aral Balkan (aral@mastodon.ar.al)'s status on Friday, 21-Jul-2023 12:54:34 UTC Aral Balkan Aral Balkan

    Google: Here’s our latest evil plan…

    Folks: That’s an evil plan, we don’t like it.

    Google: Please keep the discussion to technical issues only.

    #Google #EvilAsAService #PeopleFarming #SiliconValley #BigTech #DigitalImperialism #adtech #DRM #web #standards #WebStandards #w3c

    In conversation Friday, 21-Jul-2023 12:54:34 UTC from mastodon.ar.al permalink
  10. fabianbonetti (fabianbonetti@friendicarg.nsupdate.info)'s status on Tuesday, 04-Jul-2023 21:28:51 UTC fabianbonetti fabianbonetti

    Multi-Sitio Reisub
     
     Tu sitio web gratis en segundos

    homelinux.nsupdate.info/wp-sig…

    #hosting #web #free #gratis
    #telegram

    In conversation Tuesday, 04-Jul-2023 21:28:51 UTC from friendicarg.nsupdate.info permalink
  11. Linux ✅ (linux@linuxrocks.online)'s status on Monday, 10-Apr-2023 20:58:51 UTC Linux ✅ Linux ✅

    ::: Firefox 112 :firefox:

    Firefox is widely used as a default browser in the realm of Linux OS's.

    Open source (& the LAST viable bastion against Chromium-based (Google) browsers!

    Mozilla requested for an official universal Linux Snap package, now also fixed launching fast.

    * Importing of Chromium snap browser data

    * Right click password fields to easily reveal the password

    * Restore closed sessions with Ctrl-Shift-T

    * Remove the deprecated U2F JavaScript API

    => https://ftp.mozilla.org/pub/firefox/releases/112.0/

    => https://snapcraft.io/firefox

    #Firefox #browser #Linux #Mozilla #OpenSource #web

    In conversation Monday, 10-Apr-2023 20:58:51 UTC from linuxrocks.online permalink

    Attachments


    1. Install firefox on Linux | Snap Store
      from /humans.txt
      Get the latest version of firefox for Linux - Mozilla Firefox web browser
  12. AMIGAworld (amigaworld@rheinneckar.social)'s status on Monday, 20-Feb-2023 21:40:46 UTC AMIGAworld AMIGAworld

    AWeb 3.5.091 mit aktueller AmiSSL Unterstützung erschienen.

    #commodore #amiga #amigaos #amigaworld #aweb #internet #web #software #retro

    http://aminet.net/package/comm/www/aweb_3_5_091

    In conversation Monday, 20-Feb-2023 21:40:46 UTC from rheinneckar.social permalink

    Attachments


    1. https://cdn.rheinneckar.social/media_attachments/files/109/898/998/416/556/703/original/c528d7b75f0593ba.png
    2. Aminet - comm/www/aweb_3_5_091.lha
  13. Semaphore (semaphore@fosstodon.org)'s status on Tuesday, 24-Jan-2023 14:47:11 UTC Semaphore Semaphore
    • Nolan
    • Pinafore

    Hello world!

    Introducing Semaphore an accessible, simple and fast web client for Mastodon.

    Semaphore continues the work of @nolan 's @pinafore, and will prioritise accessibility, continuing Pinafore's track record of integrating improvements from disabled contributors.

    Follow this account if you'd like to keep up-to-date with releases and news.

    #mastodon #accessible #a11y #client #app #web #semaphore #pinafore

    In conversation Tuesday, 24-Jan-2023 14:47:11 UTC from fosstodon.org permalink
  14. Letham (lethamburn@mastodon.world)'s status on Wednesday, 30-Nov-2022 22:57:29 UTC Letham Letham

    #introduction

    Hola, soy Letham 👋🏻

    Esta cuenta la utilizaré principalmente para:

    🎬 Hablar de #cine, #series, #videojuegos y #música.
    🪐 Me encanta #starwars y, en general, el #scifi
    🔎 Buscar curiosidades de cualquier tipo con las que aprender de las cosas que me gustan.
    👨🏼💻 Compartir tips de programación #web.
    🏘️ Interactuar con otras personas para formar una comunidad guay.

    Espero encontrar aquí un ambiente más sanos que otras redes sociales y poder compartir aficiones con todo el mundo 😀

    In conversation Wednesday, 30-Nov-2022 22:57:29 UTC from mastodon.world permalink
  15. Simbionte (santiago@mastodon.uy)'s status on Thursday, 24-Nov-2022 13:59:12 UTC Simbionte Simbionte

    Por si no conocen el sitio Low-tech Magazine que tiene una versión de la página que funciona con energía solar, renderiza las imágenes con dithering en dos colores y es ultra liviano --> https://solar.lowtechmagazine.com/ #tech #technology #internet #solar #web

    In conversation Thursday, 24-Nov-2022 13:59:12 UTC from mastodon.uy permalink

    Attachments

    1. LOW←TECH MAGAZINE
      from Kris De Decker
      Low-tech Magazine refuses to assume that every problem has a high-tech solution. A simple, sensible, but nevertheless controversial message; high-tech has become the idol of our society.
  16. Cockpit (cockpit@fosstodon.org)'s status on Wednesday, 09-Nov-2022 16:38:13 UTC Cockpit Cockpit

    Hello, Fediverse! ✈️

    #introduction

    Cockpit is #web based #UI for #Linux servers. (It's like a desktop for a server that you can use in your browser, for "newbies", seasoned admins, and everyone in-between.)

    You can configure a server, modify your network (and firewall!), view logs, see system stats, edit accounts, start and stop services, debug #SELinux, and much more.

    Add-ons are available to work with #Podman #containers, #VirtualMachines, #ostree, and more.

    https://cockpit-project.org/

    In conversation Wednesday, 09-Nov-2022 16:38:13 UTC from fosstodon.org permalink
  17. TugaTech (tugatech@mastodon.social)'s status on Sunday, 30-Oct-2022 16:21:51 UTC TugaTech TugaTech

    Mastodon: o guia de ajuda para novos utilizadores
    👉 https://tugate.ch/ofywjy
    ...
    #elonmusk #mundo #Privacidade #servidor #twitter #web

    In conversation Sunday, 30-Oct-2022 16:21:51 UTC from mastodon.social permalink

    Attachments


    1. https://files.mastodon.social/media_attachments/files/109/251/012/507/168/875/original/c3a0f23ed6f79a37.jpg
    2. Mastodon: o guia de ajuda para novos utilizadores
      from https://www.facebook.com/forum.tugatech
      TugaTech - Mastodon: o guia de ajuda para novos utilizadores
  18. Daniel (puresick@imd.social)'s status on Tuesday, 21-Jun-2022 09:25:37 UTC Daniel Daniel

    TIL about the ‚inert’ HTML attribute which prevents user input on elements. This can be used to implement focus traps with less JavaScript for example!

    https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

    #html #attribute #inert #web #development #technology #standard

    In conversation Tuesday, 21-Jun-2022 09:25:37 UTC from imd.social permalink

    Attachments

    1. HTMLElement.inert - Web APIs | MDN
      The HTMLElement property inert is a boolean value that, when present, makes the browser "ignore" user input events for the element, including focus events and events from assistive technologies. The browser may also ignore page search and text selection in the element. This can be useful when building UIs such as modals where you would want to "trap" the focus inside the modal when it's visible.
  19. Fernando Rodríguez (fernando@masto.nobigtech.es)'s status on Sunday, 24-Apr-2022 08:57:42 UTC Fernando Rodríguez Fernando Rodríguez

    No se que tal le irá a la gente con la aplicación de #Mastodon para #Android pero yo tras trastear con la de #iOS, me la desinstalé y seguí utilizando la versión #web anclada al escritorio del teléfono.

    In conversation Sunday, 24-Apr-2022 08:57:42 UTC from masto.nobigtech.es permalink
  20. Bernie (codewiz@mstdn.io)'s status on Sunday, 13-Feb-2022 03:21:58 UTC Bernie Bernie

    I haven't looked at Netcraft's Web Server Survey in a long long time, and I'm not at all surprised to see nginx on top:
    https://news.netcraft.com/archives/2022/01/17/january-2022-web-server-survey.html

    #nginx #apache #web #http

    In conversation Sunday, 13-Feb-2022 03:21:58 UTC from mstdn.io permalink

    Attachments

    1. January 2022 Web Server Survey | Netcraft News
      In the January 2022 survey we received responses from 1,167,715,133 sites across 269,835,071 unique domains and 11,700,892 web-facing computers. This...
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.