Skip to main content

Search

Items tagged with: WebDev


Let's try that again. Quick bugfix to straighten out content security policy violation from the Altcha script.

You can sign up now! @lnklnx

addons.mozilla.org/en-US/firefโ€ฆ

#Slop #AISlop #Firefox #BrowserExtension #NoAI #Javascript #Webdev


#Slop Farmer web extension #devlog:

Started building some abstractions around indexeddb to use it as a cache for recently checked urls. This should reduce load on the API server, and cut down on bandwidth usage for clients.

Also implementing preloading the top reported domains when the extension starts up for the first time.

addons.mozilla.org/en-US/firefโ€ฆ

#Firefox #BrowserExtension #AISlop #NoAI #Javascript #Webdev


What do you use more often in TypeScrypt? :BoostOK:

(Yes, I have copied the question but I'm looking forward to today's opinion of the WebDev's.)

#typescript #javascript #webdev #ts #js #coding #string #vote #plsshare #dev #share #retoot #plsretoot #askfedi #array

  • Array<string> (14%, 6 votes)
  • string[] (53%, 23 votes)
  • NO JavaScript (14%, 6 votes)
  • ๐Ÿฟ (18%, 8 votes)
43 voters. Poll end: 1 week ago



How often do people upgrade PHP and how many versions do people tend to stay behind? I've been running a server for a couple of years now with PHP8.3 - which was the latest at the time.
I run a few PHP web apps that work fine right now, but upgrades have dropped support for earlier PHP versions over the last couple of years. At least one I use, the minimum version is now is 8.3, so I know I'm likely to have to upgrade PHP at some point, now 8.5 has been released.
So, I'm wondering if I should wait a few months or so, until everything I use officially supports 8.5, and upgrade to the latest, which will last longer. OR, since they all currently support PHP8.4, upgrade to that now, for compatibility / stability? (But knowing I may need to upgrade again in a year).
I know the upgrade is going to be a pain no matter what, having to go through all configs as well to point to the newer version, and actually remember what I need to alter anyway. But, a task that inevitably will need to be undertaken, but I have never done it before.

#php #webdev #webdevelopment #serveradmin


๐Ÿš€ #PHP 8.5 released with major improvements: new URI extension, Pipe operator |>, property modification during cloning, NoDiscard attribute & performance boosts. Built for modern development workflows #WebDev #BackendDev php.net/releases/8.5/en.php


A #webdev project is getting to a good place, starting to think about the next thing. Thinking about building some hardware for realtime audio processing with a #RaspberryPi #ComputeModule and a custom audio interface with an #RP2040

I want to do some mixing and EQ of multiple audio sources in a small package I can embed into other things. Diving into the #USB spec is a daunting task but seems like the most compatible way to send samples fast.

#ElectricalEngineering #AudioProcessing


Any #Wordpress ninjas out there able to answer a simple #WebDev question; Can a parent theme be kept in a different directory from a child theme? As in, can the child theme's CSS use relative or absolute links to route to the parent for its "Template:" entry, so you could have one central copy of a parent theme, and multiple child themes in separate wordpress installs?


Als Mitglied unseres Familienverbandes habe ich mich angeboten, die Internetseite neu zu ewickeln.
Demnรคchst erhalte ich die Zugangsdaten auf den Server.

Gibt es etwas, das gegen strato spricht (aktueller Webhoster)?

#Strato#Webhosting#Internetseite#Webentwickung#WebDev


Releasing a hotfix, version 0.4.1 because I realized that it didn't tell you to check your email for a verification link. That's fixed now. Also, I should definitely release through github, not onedrive ๐Ÿ˜…

here it is: github.com/GandalfDG/slop-farmโ€ฆ

#AISlop
#Firefox
#DuckDuckGo
#BrowserExtension
#openSource
#webdev
#NoAI
#FuckAI


Still very alpha, but Slop Farmer 0.4 is ready to go! Still firefox/duckduckgo only for now, but you can create an account with your email address to start reporting and having slop flagged in your search results!

As you can see, graphic design is my passion ๐Ÿ˜…

download the extension here:

1drv.ms/u/c/09cb1c5031d17efd/Eโ€ฆ

#AISlop #Firefox #DuckDuckGo #BrowserExtension #openSource #webdev #NoAI #FuckAI


Hello everyone,

This is my second post here. My first one did really well, and honestly, Iโ€™ve never seen such a supportive community. Getting the same likes and reposts felt great (sorry Boosting ๐Ÿฅฒ).

Iโ€™m slowly getting used to this platform now. My feed is finally showing posts I enjoy mostly Linux, of course.

I also noticed thereโ€™s no chat feature here. Do you all rely only on comments?

Thanks for being here ๐Ÿ™‚

#linux #webdev #mastodon #neuhier


Targeting this evening for a new release of my AI slop reporting browser extension.

Since the last release I've implemented account sign up with a proof of work captcha and email verification to prevent abuse.

I've also consolidated reporting and account signup/login into a single extension button rather than splitting between a URL bar button and a toolbar button.

#AISlop #Firefox #DuckDuckGo #Opensource #webdev #NoAI #FuckAI


TIL that #PHP has a built-in primitive server that you can use for simple dev stuff or on machines that don't have a server such as Apache or NGINX installed.
You can launch it easily via: php -S 127.0.0.1:8000 -t /path/to/folder
#webdev #server #tips #til


DOCTYPE magazine ๐Ÿš€โŒจ๏ธ

"โ€™80s BASIC type-in mags are back, but this time for HTML!

10 wonderful web apps, including games, toys, puzzles and utilities

No coding knowledge needed, you just type"

vole.wtf/doctype/

#html #magazines #retro #web #webdev


Hello everyone ๐Ÿ‘‹
I have no followers yet, so not sure where this will go, but here I am.
Iโ€™m a CS student, daily driving Linux, and exploring Mastodon.
Confused by all these servers and settings, but letโ€™s see how long it takes me to get comfortable here ๐Ÿ˜…

#linux #WebDev #Mastodon


New blog post: How to manually check over 400 animal shelters for new animals - in 2.5 hours

It outlines the process of checking every german animal shelter for new rats - something I aim to do ever 14 days. It took me quite some time to write the post because I wanted to have some numbers and found many side quests one the way such as

  • Importing around 50 more shelters
  • Updating the english translation of the site
  • Adding the "Active communication" button for ease of use
  • Adding logs that track how many shelters I check

And doing the the graph in python was actually quite hard - I haven't worked with pandas and matplotlib for quite some time. Overall I'm happy with the result, especially considering that the process is now full automated and I could do the same analysis again and again.

#Webdev #AnimalProtection #Notfellchen #rats


Spent more time with #fail2ban yesterday, getting it set up to protect the #AI #Slop reporting API. This was more complicated than my #Postgres setup because it's reading JSON logs from the journal. Tried to give an #LLM an honest try by working through configuration issues, but it turned out to be a total waste of time leading me down a dead end with contradictory and incorrect information.

Got it working after all that with a fresh look at the manpages.

#LinuxAdmin #webdev


I've been doing some code quality stuff on my AI slop reporting web extension to make a better base for continuing development. I converted the project to #typescript to stop driving myself insane with some #JavaScript footguns. In the process I found out that source maps don't work for Web extension debugging in #Firefox, and ES Module imports don't work in content scripts. Nothing is ever easy, is it?

#AISlop #BrowserExtension #Crowdsource #Webdev


Katja Potensky challenges the "CSS + JS for everything" mindset at c't <webdev>: "Code is not an asset, it's a liability." She'll show how modern CSS features can replace JavaScript solutions and reduce your codebase complexity.
#ctwd25 #CSS #JavaScript #WebDev #Frontend


Vicky Pirker brings Nielsen's 10 usability heuristics to life at c't <webdev>. Her full-day workshop combines theory with hands-on testing - because "Stop guessing, start testing!" Learn why 5 users can reveal your biggest UX issues. #UsabilityTesting #UXDesign #HeuristicEvaluation #WebDev


Bin ab nรคchstem Jahr wieder auf dem Jobmarkt verfรผgbar (eigene Entscheidung).

Falls jemand etwas von #WebDev-Stelle rund um Wien hรถrt, let me know. โœŒ๏ธ (gerne Teilzeit erstmal wg. Nachwuchs)

Erfahrung u.a. mit Nuxt/Vue, Svelte, CraftCMS, PHP, Strapi und a11y. Ansonsten Interesse fรผr UX, Testing, sich in Dinge reinfuchsen. ๐ŸฆŠ Lebenslauf gern auf Anfrage.

mandrasch.dev/ueber-mich

#devjobs #devjobsAT #Wien #fedijobs


ยกMultitasking!

๐Ÿ‘‰ twitch.tv/rafalagoon

ยฟQuieres hacer o aprender a hacer juegos/webs/apps?

ยฟQuieres escribir un libro de cocina para forrarte e irte a Andorra?

ยฟNo sabes por dรณnde empezar o cรณmo continuar?

Ven a ver los proyectos de la gente del canal y, si quieres, ยกte echaremos una mano!

#multitasking #gamedev #indiedev #webdev #appdev


It's so deeply demoralizing to notice that your kid, who thought he was researching #DnD info online, was reading #AI slop & stuck in a "Google App pretending to be a browser" silo where AI results are the default & most prominent.

Now I get to be the mom who's swimming against the riptide trying to teach my kids how to dodge AI crap to get real information, when "everyone uses it".

I became a #WebDev because I loved #tech & the promise of the web. But now I hate what it's become.

#parenting


uploaded alpha 0.2 of my Slop Farmer #browser extension to #Mozilla for signing today. It's still very basic, but here's a screenshot from a search for "table saw tips" with domains I've flagged as #slop flagged with red text. Crazy how ubiquitous these domains are, almost any woodworking-related search comes up full of red links.

If you want to be an alpha tester, leave a reply and I'll DM you with the signed extension package and test login credentials!

#WebDev #AI #AISlop #Enshittification


For anyone interested, the pre-alpha of digital #Crowns is now playable! With both multiplayer matchmaking and playing vs CPU. Much easier to try and learn the mechanics that way!

crowns.slashmad.com

Note: It's experiencing several updates a day (and bugs) while we're adding new functions and features, so sometimes it might not work for a few minutes or an hour or so.

#gamedev #52cards #playingcards #cardgame #boardgamedesign #indiegamedesign #gamedesign #boardgame #webdev


Working on deploying the backend server today, and once that's up and running I can distribute the extension to anyone who would like to be an early tester and give feedback!

#firefox
#duckduckgo
#WebDev
#AI
#AISlop
#enshittification
#SoftwareTesting
#AlphaSoftware


I'm getting close to having a very "alpha" release of my slop article browser extension, and I'd like to start collecting some real-world data and getting community feedback. Currently it's #Firefox only, and I've been targeting the #duckduckgo search results page for flagging links.

If you're interested in trying out some very early software to report when you've stumbled across obvious AI slop sound off in the replies

#WebDev #AI #AISlop #enshittification #SoftwareTesting #AlphaSoftware


It would be amazing if all browsers rendered Markdown.

My websites and blogposts would just be Markdown files.

Just ssh/rsync and text files. No more static site generator.

Bliss.

(Yes, I know that Markdown is designed to look okay as-is. To geeks, it just about does. Yes, I could handwrite all the HTML.)

#Markdown #webdev


Communication between the extension and the API is coming along. If a link isn't found in local storage, it'll call out to the server to check for reports and save those locally for next time.

Still thinking about users and auth, but to get something out into the world I might just use a proof of work captcha to get a token so some trusted beta testers can start making reports ASAP

Or I could just manually send tokens to people...

#Webdev #AI #Slop #WebExtension #Enshittification


Blitztester*innen gesucht: Funktioniert dieser #Kompass

thomasweibel.ch/test/test.html

auf Eurem Smartphone? Ist Norden wirklich da, wo er hingehรถrt? auf iOS? auf Android? Fรผr Eure Antworten bin ich dankbar!

#webdev #javascript #webapp #html5 #compass


The basics of the extension are written, and I've spun up a PostgreSQL database in my homelab. Working on a basic API with FastAPI to get this thing up and running. Time for auth ๐Ÿ˜›

github.com/GandalfDG/slop-farmโ€ฆ

github.com/GandalfDG/slop-farmโ€ฆ

#Webdev #FastAPI #PostgresQL #Homelab #Selfhosting


A practical visualization of how robots.txt stops AI bots from crawling your website.

#webdev #ai #humor


Pues tenรฉis la documentaciรณn y el cรณdigo en este repositorio, bajo licencia MIT (salvo los iconos, que estรกn bajo CC0):

codeberg.org/son_link/websenciโ€ฆ

Si tenรฉis dudas y/o sugerencias, serรกn bien recibidas :emoji_wink:

#WebSencilla #webdev #html #css


๐Ÿš€ Publii Hotfix v0.47.1 is here! ๐Ÿ”ง Gallery uploads fixed, Windows avatar URLs corrected, WYSIWYG input improved, WebP orientation handled, and EN-GB translations updated. โšก
#StaticSite #WebDev #CMS #WebDesign #HeadlessCMS #blogging

๐Ÿ‘‰ Full details: getpublii.com/blog/release-047โ€ฆ


Ayer hablando en un grupo de Telegram, se m3 ocurriรณ hacer una pรกgina tipo Linktree en pocas lรญneas, tanto de HTML y CSS, y este es el resultado.

Ocupa poco (76 KB), aunque todo dependerรก del avatar que uses, y de quitar los iconos que no se usen, aunque ninguno llega al KB.

Estoy terminando la documentaciรณn de como editar el HTML para cambiar cada parte, en cuanto este, paso enlace. Estarรก bajo licencia MIT, menos los iconos, que tienen otra licencia

#websencilla #linktree #webdev


Save the Date: cโ€™t โ€“ 18. bis 20. November 2024 im KOMED, Kรถln!
Trefft die Frontend-Community, kommt mit cโ€™t-Redakteuren ins Gesprรคch, tauscht euch aus und sammelt jede Menge Input zu Webentwicklung, Best Practices und Trends.

๐Ÿ‘‰ 18.11.: Intensiv-Workshops zum Auffrischen oder Vertiefen
๐Ÿ‘‰ 19.โ€“20.11.: Zwei Tage voller Wissen, Insights & Community

Seid dabei und erlebt Webdev pur โ€“ wir freuen uns auf euch! ๐Ÿ’ก๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

Mehr dazu: ct-webdev.com/

#WebDev #Conference #Cologne #ctwd25


Inspired by @molly0xfff's podcast/article about #RSS.... I've absolutely jumped onto this technology. Set myself up on a reader, and I've rediscovered sites & blogs I used to check regularly but sadly forgot about. Cleaned up the RSS feeds on my own sites & patched in post pictures on the WordPress generated ones.

Describing this as a way to create your own custom newspaper is right on. Better than getting stuck on the same few sites all the time.

Highly recommend!

#WebDev #SocialMedia


๐Ÿš€ Publii v0.47 is here! ๐Ÿ”ฅ This update features our new Notification Center ๐Ÿ””, enhanced link controls, custom S3 headers, and tons of community-reported bug fixes. ๐Ÿ› ๏ธ
#StaticSite #WebDev #CMS #WebDesign #HeadlessCMS #blogging

๐Ÿ‘‰ See what's new: getpublii.com/blog/release-047โ€ฆ


ยปDeno vs. Oracle โ€” Deno sammelt 200.000 US-Dollar im Kampf um die Marke JavaScript:
Um weitere Beweise dafรผr zu sammeln, dass JavaScript kein Markenname mehr ist, startet @deno_land eine Fundraising-Kampagne.ยซ

Da bin ich mal gespannt wie dies auskommt und ob sich deswegen evt. nebenher eine weitere Scriptsprache wieder hastig eine fรผr Webanwendungen erstellt wird.

๐Ÿฟ heise.de/news/Deno-vs-Oracle-Dโ€ฆ

#javascript #deno #oracle #webdev #it #entwickler #typescript #markenrecht #marke #web #internet


PHPโ€ฏ8.5 introduit le pipe operator |> :
une nouvelle faรงon de chaรฎner les appels de fonctions sans les imbriquer.

Cโ€™est plus lisible, plus fluide, et bien plus moderne.

๐ŸŽฌ Dรฉmo complรจte en 2 minutes :
youtube.com/shorts/ycxbRizwNQ0

#PHP #PHP85 #WebDev #CleanCode #Backend


Consejos HTML: No subas imรกgenes de prueba a tu repositorio porque acabarรก hasta arriba de roรฑa, utiliza picsum.photos/200/300

Cambias el 200 por el ancho y el 300 por el alto, y listo.

#HTML #frontend #webDev


Hello


Just found out about Friendica today. I've been on other fediverse networks for awhile. my own Akkoma instance at social.andmc.ca and I'm on Piefed/Lemmy so I figure I'd give this a shot.

I'm a web dev, software dev, artist trying to learn to draw again after not doing so for several years, Linux and FOSS advocate and a bit a of a gamer. Looking for more like minded folks!

#Intro #linux #foss #art #digitalart #webdev #dev #fediverse


By the way, if your website only uses minimal styling, or no styles at all, consider setting

<meta name="color-scheme" content="light dark" />

in the <head>. This allows browsers to also use their default dark mode styles on your page, without you having to do anything. If you don't, it'll always be light mode.

For example, these screenshots show this minimal document and how it will be rendered when the browser is set to light or dark mode.

#HTML #DarkMode #WebDev #WebDesign #accessibility


Should I put my furry website on my professional portfolio? It's a great project from a technical and design standpoint. I'm just not sure if a significant percentage of potential employers would be put off by furry content (totally sfw) or if it's not that much of an issue nowadays. For context I'm in the US applying for web dev jobs.

#furry #webDev

Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmst du dieser Verwendung zu. https://inne.city/tos

โ‡ง