andreagrandi, to random

I see are forcing everyone to login and store stuff in their cloud, while not offering a safe method to store secrets.

Does anyone know a better alternative?

vincentbiret, to random
@vincentbiret@hachyderm.io avatar
schizanon, to webdev
vincentbiret, to dotnet
@vincentbiret@hachyderm.io avatar

The amazing @darrel_miller and I will be presenting at the in a couple of weeks from now.
If you want to hear about modern client code generation using make sure you tune in! (Day 3 1PM PST)
Plus there's a ton of great content, and it's free!
https://www.dotnetconf.net/agenda

dunglas, to random
@dunglas@mastodon.social avatar

Big news: Vulcain 1.0 is out 🔥🔨🔨

Vulcain is a protocol for creating fast, idiomatic, client-driven APIs.

In addition to Preload Hints and Server Push, v1 adds support for HTTP 103 status code.

To celebrate, the project now has its own website: https://vulcain.rocks

The website was created by @Ginifizz and Early Hints support was added by @chalasr. Many thanks to them, and to all the contributors who made this project and this release possible!

itnewsbot, to random

Intro to JSON-LD: JSON for the semantic web - JSON-LD looks to unite the promise of self-describing hypermedia with the simple famil... - https://www.infoworld.com/article/3708252/intro-to-json-ld-json-for-the-semantic-web.html#tk.rss_all #softwaredevelopment #webdevelopment #json #rest

golgaloth, to boardgames
@golgaloth@writing.exchange avatar

So much work I want to do now that I've had some good play tests for my games.

But then, there's that whole sleep thing.

#BoardGames #TableTopGames #GameDev #Rest

sherwin, to random

The Case for Radical Rest: There is nothing natural about our state of constant activity. It’s time for something new. #rest #yyj #TheTyee
https://thetyee.ca/Culture/2023/10/02/Case-Radical-Rest/

DiazCarrete, (edited ) to random
@DiazCarrete@hachyderm.io avatar

currently engaged in a RESTological disquisition

Why isn't HTTP PUT allowed to do partial updates in a REST API?
🔗 https://stackoverflow.com/questions/19732423/why-isnt-http-put-allowed-to-do-partial-updates-in-a-rest-api

Why PATCH is neither safe nor idempotent?
🔗 https://stackoverflow.com/questions/41390997/why-patch-is-neither-safe-nor-idempotent

Same representation for GET and PUT?
🔗 https://stackoverflow.com/questions/36498982/same-representation-for-get-and-put

I might even consult the holy RFCs themselves
🔗 https://developer.mozilla.org/en-US/docs/Web/HTTP/Resources_and_specifications

#rest #http

dnddeutsch, to DnD German
@dnddeutsch@pnpde.social avatar

Die XML-Konvertierung des SRD 5.1 de nimmt Form an! Alle Monster liegen jetzt als XML- und HTML-Files vor, zum Beispiel der Goblin:

📄 HTML https://openrpg.de/srd/5e/de/monster/monster-goblin.html
📄 XML https://openrpg.de/srd/5e/de/monster/monster-goblin.xml
📄 DTD https://openrpg.de/srd/5e/de/monster/monster.dtd

Du findest die Dateien, wenn du ein Monster in https://openrpg.de/srd/5e/de anklickst und den Links in der Fußzeile folgst oder in der Sitemap unter https://openrpg.de/srd/5e/de/sitemap.xml danach suchst. Für die XML-Version tauschst du einfach .html durch .xml

dnddeutsch,
@dnddeutsch@pnpde.social avatar

@3Fragezeichen da ich mich selber in Obsidian kaum auskenne, bräuchte ich jemanden, der die Konvertierung der SRD Monster mal ausprobiert - Zeit dafür? 🙂

Hier ist zB der Lich: https://openrpg.de/srd/5e/de/api/monster/lich/fantasystatblocks.yaml
Weitere findest du am einfachsten über das Formular in https://openrpg.de/srd/5e/de/api/#rest-api

Ich habe im Plugin keine Möglichkeit gefunden, die Sprache umzustellen, oder die Schlagwörter (Armor Class, Hit Points etc.) selbst zu übersetzen. Vielleicht kennst du ja nen Trick

tomkindlon, to mecfs
@tomkindlon@disabled.social avatar
shaunrashid, to webdev
@shaunrashid@front-end.social avatar

Does anyone in the #webdev community have recommendations of a good service to host a #rest #api ?

michael, to webdev
@michael@thms.uk avatar

Anyone who's ever done any meaningful frontend work with REST APIs will know that HTML only allows GET and POST form methods.

I've often scratched my head as to why that's the case though.

Today - during a particularly lengthy compile run - I went on a bit of a search, and found this post:

https://softwareengineering.stackexchange.com/a/211790

Sadly, the answer is rather unsatisfactory ...

#HTML #HTTP #REST #API

SteveHendersonFineArt, to Haiku
@SteveHendersonFineArt@mastodon.social avatar
schizanon, to webdev

When I got started in #webDev I used a lot of <forms> and when I learned about #REST I wondered why there was no way to generate PUT, PATCH, and DELETE #http verbs from #html

Turns out a main goal of #htmx is to solve that!

https://hypermedia.systems/extending-html-as-hypermedia/#_why_only_get_post

#javaScript #hypermedia

federicomena, to random
@federicomena@mstdn.mx avatar

In reStructuredText, there is shit like

:ref:some_reference

.. _some_reference:

And also

my link &lt;<https://example.com>&gt;_

What's with the underscores in random places? Is it just The Syntax They Picked(tm), or does it follow some pattern?

astrojuanlu,
@astrojuanlu@social.juanlu.space avatar

@chipx86 @federicomena You can also drop a markup language that is frozen in the 00s and keeps confusing everyone and switch to MyST, a reST-compatible CommonMark dialect.

You can see a live converter in https://astrojuanlu.github.io/mystyc/, follow @mystmarkdown, and read the docs in https://myst-parser.readthedocs.io/

grmpyprogrammer, to random
@grmpyprogrammer@phpc.social avatar

When it comes to the anti-XML discussion — readability is an opinion, not a fact. A lot of what programmers claim are facts are just opinions.

I am sorry you dislike XML. I remain unconvinced that using JSON or YAML over it is anything other than a personal preference born out of your chosen programming community’s tribalism.

Schrank,
@Schrank@phpc.social avatar

@asgrim @grmpyprogrammer as a Child I’m all I’m on , although I get used to yaml and json thanks to and .

TL;DR use what ever format makes you happy, I make it work for you.

(Please don’t start to pack json into xml into yaml or something like this shit!)

Crell, to random
@Crell@phpc.social avatar
schizanon, to webdev

Does include ? If so, how does one deliver over a ?

schizanon, to webdev

How do you build an infinite scroller with #HATEOAS?

#REST #http #html #javaScript #api #htmx

GryphonSK, to random
@GryphonSK@techhub.social avatar
CelloMomOnCars, to random
@CelloMomOnCars@mastodon.social avatar

Is Endangering America's Workers—and Its Economy

"Public Citizen, a Washington, D.C., based consumer rights advocacy group, estimates that extreme heat contributes to between 600 and 2,000 deaths a year, along with 170,000 injuries, making heat one of the three main causes of death and injury in the American .

In most American states, you can be fined for leaving a dog outside without water or shade."
[Workers don't have such protection].

https://time.com/6299091/extreme-heat-us-workers-economy/

CelloMomOnCars,
@CelloMomOnCars@mastodon.social avatar

"Protecting outdoor workers from extreme heat is easy, and in most cases, inexpensive. Requiring employers to provide workers with cool #water and periodic shaded #rest breaks could prevent at least 50,000 injuries and illnesses a year."

“There’s often a perception that people from hot countries are able to deal with hot temperatures. It’s just simply untrue. It’s a racist belief that underpinned slavery that we still see in our agricultural system now.”

https://time.com/6299091/extreme-heat-us-workers-economy/

Teri_Kanefield, to random

deleted_by_author

  • Loading...
  • deborahh,
    mathias, to random
    @mathias@pawb.fun avatar

    Feelers out again because it might be getting toward time to #GetFediHired. I'm interested in a remote US (🚫mandatory hybrid or in-office🚫), IC position in systems integration, solutions engineering (post-sales), or similar technical consulting/PS type roles. Open to more.

    I have 10+ years of experience as a web dev (full stack, primarily JS, PHP, MariaDB + Postgres + MSSQL; written + owned + extensively consumed REST APIs; written custom apps and deep WordPress), sysadmin (cloud, Linux, Windows, VoIP, security and network design), IT consultant and all-around technical problem solver. Systems integration is effectively what I've done for my entire career. I have a wide breadth of touch in platforms and products, but can quickly zero in and make myself an SME on a specific set.

    The customers I've served are largely SMB, but do include enterprise (esp. higher ed) and gov.

    #OpenToPositions #FediHired #FediHiring

    (Plz contact if you/org you work for is hiring but not w/random listings, thank you 😀)

    mathias,
    @mathias@pawb.fun avatar

    Boosting this because it's actively time to #GetFediHired. I can put my web development, consulting, and analyst skills to work toward your organization's success.

    • web development
    • #WordPress with custom enterprise integrations
    • systems integration / APIs (incl #REST) / EDI&ETL
    • post-sales #engineering and professional services / implementation / #delivery

    I am looking for 100% remote, US-based W2 (sorry no 1099) FTE (consultancies are fine!). Message me here or DM me for professional email address. Note I am still employed and thus can be flexible on start date.

    (Boosts welcome!)

    Angy1De, to random Spanish
    @Angy1De@body.social avatar

    There is no better plan for Sunday than relaxing. Watch a movie or read a book. Let the body and mind recover energy to start the week with everything. What do you like to do on Sundays?

    https://www.patreon.com/posts/87282326

    #naked #nakedisnormal #sunday #Sundayfunday #nudist #nude #nudity #naturism #relax #rest #patreon #contentcreator

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