Masthash

#APIs

Molecular Ecology
1 day ago

We welcome Emilie Matthes as a new member @Mol_Ecol @uniinnsbruck !

She does her master thesis on potential #competition between #HoneyBees and #WildBees

https://molecular-ecology.at/emilie-matthes/

#ecology #biodiversity #Apis #ConservationBiology #WomenInSTEM

@Women_N_STEM

jdmweb
4 days ago

I also worked on an intriguing project involving interfacing a CMS with business #APIs to fully integrate the website's power into a digital ecosystem.

Indusface
5 days ago

☝️ Just 1 day to go!

Join this live #DDoS attack simulation with Karthik Krishnamoorthy, CTO at Indusface, as he demonstrates a wide variety of attacks and mitigation measures.

He’ll demonstrate:

- The limitations of host-based rate-limits

- Building multi-pronged mitigation measures ranging from alerts to captchas to blocks

- Preventing #ddosattacks on #APIs

- How Unmetered DDoS mitigation works

Unfold all the findings in detail - reserve your seat now: https://bit.ly/3PPPRWH

#ddosmitigation #ddosprotection #apiattacks #cyberattack #cyberrisk #waap #waf #firewall #appsec #indusface #apptrana

Paolo Tamagnini
1 week ago

A new #KNIME thread ⬇️ 🧵 ⬇️ !

Coming up: #KNIMEBusinessHub (knime.com/knime-business-hub)

the enterprise cloud ☁ for deploying your #lowcodenocode workflows 🚀 !

#Productionization of workflows to achieve #APIs / #Service, #DataApps, #Schedules, #Triggers in steps 🖱 !

Stay tuned 📡 !

Rui Nibau (rnb)
1 week ago

[blog] Comics : notes de développement

Quelques notes sur le développement d'une application #Javascript de gestion de bédés numériques (#Comics, #cbz) :

* Simplification des #Apis
* Choix d'une librairie pour gérer les #zip
* Faire du #Dom sous #NodeJs ou #Deno
* #Bundling et #TreeShaking

https://omacronides.com/notes/2023-09-09/

IT News
1 week ago

Oracle unveils its API-led generative AI service with Cohere’s LLMs - Just months after unveiling its three-tier generative AI strategy across multiple prod... - https://www.infoworld.com/article/3706878/oracle-unveils-its-api-led-generative-ai-service-with-cohere-s-llms.html#tk.rss_all #generativeai #apis

InfoWorld
1 week ago
Bump.sh
2 weeks ago

Have you heard of #fastapi the #Python framework that helps you build, well, fast #APIs? We're proud sponsors!
https://bump.sh/blog/sponsoring-fastapi?utm_source=mastodon&utm_medium=social&utm_campaigns=fastapi_sponsor

Leanpub
2 weeks ago

Practical C++ Backend Programming by GitforGits | Asian Publishing House is on sale on Leanpub! Its suggested price is $29.00; get it for $23.20 with this coupon: https://leanpub.com/sh/Pwzcj9aa @GitforGits #CAndCpp #Mongodb #Networking #Apis #Testing #Software

David Biesack
2 weeks ago

In "How Domain-Driven Design Benefits APIs", José Haro Peralta presents some nice tips on using #DomainDrivenDesign and bounded contexts to avoid coupling and create better #APIs and schemas https://nordicapis.com/how-domain-driven-design-benefits-apis/

Les-Tilleuls.coop
2 weeks ago

L'#APIPlatformCon démarre cette semaine et le fruit de plusieurs mois de travail verra enfin le jour ! Nous avons hâte de retrouver la communauté #APIs, #PHP, #JS et #Cloud à Lille et en ligne. Vous serez là ?

Dernières places dispo : https://api-platform.com/fr/con/2023/

Chema Alonso :verified:
2 weeks ago

El lado del mal - Todo sobre Telefónica Open Gateway en la nueva newsletter mensual: APIs, Casos de Uso, Trainings, Docs, Events. https://elladodelmal.com/2023/09/todo-sobre-telefonica-open-gateway-en.html #OpenGateway #CAMARA #APIs

robrich
2 weeks ago

What is #Minimal #APIs in #ASPnet and why would I use it? Join us for #NoSlides demo of upgrading #dotNET 5 to 7 and adding #MinimalAPIs at #SLC #dotNET #UserGroup. https://www.meetup.com/the-slc-net-user-group/events/295770646/ and grab the code at https://github.com/robrich/minimal-apis-aspnet.

Ric
3 weeks ago

And that's another of our APIs moved into our API console! This places API can be used to grab lists of countries and administrative regions up to 5 levels deep, and includes lat/lon data for over 300,000 regions, and ISO 3166 country codes. Useful for populating address fields or plotting places on maps.

https://apis.qweb.co.uk/places

#webdev #appdev #apis

Microcks
3 weeks ago

🎤 Don't miss our talk by @lbroudoux Check out the details here: https://lnkd.in/etdgihVz

❤️ And, of course, don't forget to grab some awesome Microcks #stickers! 🦄

Let's chat, share ideas, and celebrate the world of #APIs together. See you there! 🔗

David Biesack
3 weeks ago

Check out SmartBear's YouTube series on the new 2023 #OWASPTop10 for Secure #APIs: https://www.youtube.com/watch?v=nIWBp_nvzq4&list=PLrA5ciulugn8nydmfvt9cGBgDFqg8XbEt

Nicolas Fränkel
3 weeks ago

And here's the first guest blog post, by none other than one of the few people who I follow on Twitter because of his great content, Stefano Fago.
.
In the post, Stefano details RFC 9457, the successor of 7807. Great read!

https://blog.frankel.ch/problem-details-http-apis/

#RFC #APIs #HTTPAPIs

Nicolas Fränkel
3 weeks ago

#SpringBoot Problem Handler: a Generic library for handling exceptions in Spring Boot applications, implementing specification Problem Details #RFC7807 for HTTP #APIs

https://github.com/officiallysingh/spring-boot-problem-handler

I didn't try it but it's a great idea and the documentation looks solid

It is the programmer’s responsibility to pass an appropriately η-expanded function.
Furthermore, the current style generalises branching/selection to convey payloads within labels. For example, if a web
server receives a URL payload with a _GET label, one can write
match%lin branch _n with

| ‘_GET(W url, #s) -> ..

The syntax extension requires W constructor pattern right before variable pattern url. Similarly, on the selecting side, the
payload can be sent along with a label:
select (fun p -> ‘_GET(W "http://www.example.com", p)) _n
where the payload must be wrapped with W constructor, as in the receiver side.
revise type signature of monad in Listing and refer to this as linearity monad. only difference
from slot monad is that >>= (line 4) requires that the right-hand function argument must be %lin
function of type lbind, as we have implied above. Thus, the linearity monad is a restricted (or constrained ) monad.
The constructor of W has type data . signature of _lbind and _put are given . it's shown- type signatures of Gay–Vasconcelos-style primitives. The second type argument of each slot specifier
type (slot) is empty, indicating that the session channel is “consumed” according to the linearity typing discipline
Distributed implementation with ad hoc polymorphism
implementation of communications between processes over the network stack such as #TCP, messages need to
be treated uniformly as packets in order to use existing communication #APIs. Thus, communicating messages are converted
to a fixed type at sending and the type information is recovered when received. This issue is solved via ad hoc polymorphism.
It offers a way to specify different behaviours depending on the type of arguments, and widely utilised in functional programming, as in the type classes in #Haskell and implicit parameters in #Scala , two implementations
has been proposed for ad hoc polymorphism in OCaml as follows: (1) Modular-implicits ; and (2) Ppx_implicits
Although Modular-implicits is planned to be finally integrated into mainstream #OCaml, but does not currently work in the
latest #OCaml equipped with #Flambda optimiser. On the other hand, Ppx_implicits works with Flambda optimiser. In what
follows, we use Ppx_implicits.
Ppx_implicits is a type-aware preprocessor of OCaml, which provides ad hoc polymorphism based on the implicit parameters. It exploits optional arguments in vanilla OCaml rather than extending the current syntax and types. Implicit values
are of type (τ, [%imp module]) Ppx_implicits.t where τ is the type of a function to be passed and module is the
name of the module where the implicit values are defined. Followings are the types for such implicit values

@Natanox @Pabamiti @nomain @netzpolitik_feed Alle #zentralisiert|en #SingleVendor/ #SingleProvider-Lösungen sind Mist.
Deshalb nutzt auch keiner mehr #AIM, #MSN o. #ICQ!
Hinzu kommt, dass @signalapp / #Signal nicht nur unnötige Daten erfasst und speichert (u.a. #Telefonnummer) und die #Notification-#APIs von #Google und #Apple nutzt sondern ausschließlich über deren Plattformen verteilt wird und aktiv #Sideloading verbietet.
Für mich stinkt das nach #Honeypot alla #ANØM!
https://de.wikipedia.org/wiki/Operation_Trojan_Shield

Rob Lancefield
3 weeks ago

Six faves from the #MCN2023 program in chrono order, 4/6:

The HAM API: 10 Years and Counting

#MuseTech #IA #APIs #HarvardArtMuseums

https://mcn2023.sched.com/event/1RYQ3

IT News
1 month ago

How to improve API security in ASP.NET Core - Because our APIs handle private and sensitive data, it is imperative that we adopt pro... - https://www.infoworld.com/article/3705948/how-to-improve-api-security-in-aspnet-core.html#tk.rss_all #developmentlibrariesandframeworks #softwaredevelopment #webdevelopment #microsoft.net #apis #c#

David Biesack
1 month ago

Thanks to Erik Wilde for letting me join him on his Getting APIs to Work YouTube channel. I hope you enjoy it and will continue the conversation! #LanguageOfAPIDesign #APIDesignMatters #APIs https://www.linkedin.com/feed/update/urn:li:activity:7102266311681916928/

MikeEL 🐘
1 month ago

#Discord #APIs

Another large API that seems like a significant effort to implement and support. #wordpress offers a #discord #plugin. #wordpressplugin are a significant benefit.

https://discord.com/developers/docs/interactions/application-commands

IT News
1 month ago

How to succeed with GraphQL APIs - As our software-based business has gotten deeper into the GraphQL API ecosystem, we’ve... - https://www.infoworld.com/article/3705052/how-to-succeed-with-graphql-apis.html#tk.rss_all #softwaredevelopment #webdevelopment #cloudcomputing #apis

Christos Gkoros
1 month ago

I just revisited #Dapr (Distributed Application Runtime):
* The standardization of #APIs around #microservice interactions is a key point.
* The state management API seems solid for abstracting the persistence layer, including a vendor-agnostic Query Languange.
* I was intrigued by the Metadata API and how it enables the discovery of the different capabilities supported by the runtime.
Feel free to try out the public workspace:
https://www.postman.com/gkoroscapidesign/workspace/dapr-api/overview

David Biesack
1 month ago

"Getting Creative with OpenAPI" -- my next article in the #LanguageOfAPIDesign series in #APIDesignMatters, where I walk through many aspects of defining a resource creation operation in #OpenAPI https://apidesignmatters.substack.com/p/getting-creative-with-openapi #APIs

Banner for "Getting Creative with OpenAPI" in "The Language of API Design" and "API Design Matters" by David Biesack
Jeremiah Lee
1 month ago

There are not enough good “monkey see, monkey do” examples for JSON-LD, even in the spec.

I still don’t ever feel like I’m doing something correctly with 100% certainty and I’ve been designing web APIs in other formats for 15 years.

#JSONLD #APIs

Miguel Afonso Caetano
1 month ago

#APIs #BigTech #Transparency #Cybersecurity: "To demand transparency from tech platforms, we need a platform-independent transparency framework, something that I like to call an inspectability API. Such a framework would empower even the most vulnerable populations to capture evidence of harm from their devices while minimizing the risk of their data being used in research or reporting without their consent.

An application programming interface (API) is a way for companies to make their services or data available to other developers. For example, if you’re building a mobile app and want to use the phone’s camera for a specific feature, you would use the iOS or Android Camera API. Another common example is an accessibility API, which allows developers to make their applications accessible to people with disabilities by making the user interface legible to screen readers and other accessibility tools commonly found on modern smartphones and computers. An inspectability API would allow individuals to export data from the apps they use every day and share it with researchers, journalists, and advocates in their communities. Companies could be required to implement this API to adhere to transparency best practices, much as they are required to implement accessibility features to make their apps and websites usable for people with disabilities."

https://www.wired.com/story/inspectability-api-app-transparency/

David Biesack
1 month ago

@jaapio I also hope the #workflows project at #OAI will also lead to its adoption as a standard for documenting API flows (sequences of chained API calls) that demonstrate higher level business cases solved with #APIs https://github.com/OAI/sig-workflows/blob/main/versions/1.0.0.md

David Biesack
1 month ago

Big news in the #APIs tooling arena: SmartBear acquires Stoplight https://smartbear.com/news/news-releases/smartbear-to-acquire-stoplight/

Kate 🏳️‍⚧️
1 month ago

instead of doing the uni work i was supposed to do i started #fuzzing #nextcloud #apis

you gotta decide what is more fun

Indusface
1 month ago

👉 API attacks have risen 400% in the last six months (as per Security Boulevard)

This has caused 59% of organizations to delay the release of new applications due to concerns about #APIsecurity.

As industries look to integrate with third-party software more often to improve their business operations, the security of #OpenAPIs has become critical.

In the upcoming webinar, join Vivekanand Gopalan (VP of Products) as he discusses:

- API discovery & documentation: Find shadow, rogue, and zombie APIs and automatically create #Swagger (#OpenAPI 3.0) documents for all APIs

- API Vulnerability Scanning: Identify #OWASPAPI Top 10 vulnerabilities

- Positive Security Models: How to automate the creation of positive security models for #APIs

- Protection from API Attacks: Utilize WAAP to protect APIs from vulnerability, DDoS, account takeover, credential stuffing, and other bot attacks

To unfold all the above findings in detail, reserve your seat now. https://bit.ly/3OYLmZw

#apiprotection #vulnerabilityscanning #waap #ddos #bots #credentialstuffing #cybersecurity #apptrana #indusface

urig✔️
1 month ago

Working with a "RESTful" API that seems intent on breaking every single expectation from #REST #APIs

- Resource is named RPC-style
- API key in the query string
- HTTP status code (also) included in response body
- Validation errors returned with 200 OK
- Some server-side errors yield the text "null"

Not sure what else they could break with it still being "functional". LOL

Nicolas Fränkel
1 month ago

#Gorilla: Large Language Model Connected with Massive #APIs. It generates #Python code to call APIs!

https://gorilla.cs.berkeley.edu/

#AI #LLM

David Biesack
2 months ago

Check out this article I contributed for BAI's executive summary on #OpenBanking !

"APIs have opened up new possibilities for banks and credit unions to embed financial capabilities within third-party partner software. By adding various banking services—such as opening an account, viewing balances or making transfers—to nonfinancial websites or apps, institutions can reach users digitally and grow these relationships through an entirely new channel." Apiture #APIs https://info.bai.org/executive-report-creating-new-opportunities-through-open-banking.html

Hexagons representing open banking and fintech modular solutions communicating via APIs
IT News
2 months ago

Google launches Pricing API to help enterprises optimize cloud costs - Google Cloud has released Pricing API for its cloud services in order to help enterpri... - https://www.infoworld.com/article/3704496/google-launches-pricing-api-to-help-enterprises-optimize-cloud-costs.html#tk.rss_all #cloudcomputing #google #apis

In HTTP APIs – What is your favorite way to encode Arrays in query parameters?

#apis #api #openapi

Indusface
2 months ago

👉 API attacks have risen by 400% in the last six months.

This has caused 59% of organizations to delay the release of new apps due to #apisecurity concerns.

As industries look to integrate with more 3rd party apps, the security of #OpenAPIs has become critical.

Join Vivek Gopalan in the upcoming webinar, where he discusses:

- Best practices for API discovery & documentation
- Identifying OWASP API Top 10 vulnerabilities
- Automating the creation of positive security models
- Protecting APIs from vulnerabilities, #DDoS, and #botattacks

Book your seat now! https://bit.ly/47lLLMN

#apis #apiattacks #owaspapi #apirisk #apiprotection #apiintegration #apptrana #saastrana #indusface

Nicolas Fränkel
2 months ago

Building Resilient Systems with #Idempotent #APIs

https://dev.to/karishmashukla/building-resilient-systems-with-idempotent-apis-5e5p

Pretty unsure about generating the idempotency key on the server, which requires an additional roundtrip. Better use the client for it.

@bitpirate @gamingonlinux
So for any #CCSS that isn't locked to a specific #LTS #Distro and -Version if not Hardware (i.e. #Linux Version of #Autodesk #Maya required proof of eligible System [i.e. HP z-Series] & Supported OS [Subscription] [i.e. #RedHat #RHEL Workstation 5.0]) before you can even purchase any #License the most stable #APIs are those supported by #Proton (#Wine + #DXVK)...

AND i wished this wasn't the case and we'd not have to rely on #Win32 / #Win64 #Userland to get shit done.

Paul Denya
3 months ago

Wasn't really paying attention to scale / cost of the #GPT #APIs but you can do ~25 #GPT3 calls for the cost of 1 #GPT4 call.

Cory Doctorow
3 months ago

"As with the new Reddit, [Twitter's] inflated fees for accessing the API are not really about passing real world costs onto developers who have been effectively subsidized in the past. It's the DJ turning on all the lights and playing a certain song at maximum volume."

-Rob Beschizza
https://boingboing.net/2023/06/30/developers-paying-through-the-nose-for-twitter-api-access-complain-that-it-doesnt-even-work.html

#Twitter #Reddit #APIs #enshittification

Alex Neihaus
3 months ago

At #xfd9 #NoNameSecurity demonstrated the ability to first flag suspicious #APIs and then integrate with a #SIEM to make sure that the #SOC is aware of the issue.

It's a pretty sophisticated analysis in near-real-time. Blessedly, the company doesn't use the uber-over-hyped #AI description for this capabilitiy.

@TheDoctor512 Lass' mich raten: Binärabfall wie

#DATEV

der nicht existieren sollte
und von @kartellamt@social.bund.de zerschlagen und vom @bsi & @BaFin zwangsweise zur Öffnung der #APIs gezwungen werden sollte?

🕹️ jbz
3 months ago

👎 GraphQL: From Excitement to Deception
| Better Programming

"It’s really easy to understand how GraphQL solves Facebook problems. The remaining question is, “Does it solve yours?”
#APIs
#GraphQL
#Complexity
https://betterprogramming.pub/graphql-from-excitement-to-deception-f81f7c95b7cf

Rob Zazueta
4 months ago

Mike Amundsen (@mamund) is the master of hypermedia. I "faked it 'til I made it" about REST until I heard his talk on hypermedia. Every talk - indeed, every conversation we have - is a fascinating journey connecting the history of digital communication to the now. And that's why I'm a Mike Amundsen fanboy. We talked about all this on the Compiling! Podcast, then dove into his history as a professional musician - which is connected! #podcast #hypermedia #apis #music

https://compiling.publicgeeking.com/episodes/mike-amundsen/

Mia
4 months ago

'Discussing Library of Congress API documentation with Laura Wrubel and Patrick Rourke' by Eileen J Manchester https://blogs.loc.gov/thesignal/2023/06/discussing-library-of-congress-api-documentation-with-laura-wrubel-and-patrick-rourke/

A lovely reminder of the difference good APIs can make for cultural organisations (in a week when API access is in the news)

#MuseTech #DH #DigitalHeritage #API #APIs

Michael Rowe
4 months ago

So excited to see that Apple has released the OpenAPI Generator as an open source project available on GitHub https://github.com/apple/swift-openapi-generator #wwdc23 #apis #opensource #apple

Mike Bifulco
4 months ago

On this episode of APIs You Won't Hate (the podcast), Or Weis from
Permit.io talks to mike about permissions, authentication, authorization, and the challenges facing developers building out products for real people.

Listen here, or subscribe wherever you get your podcasts:

https://apisyouwonthate.com/podcast/permissions-are-the-gift-that-keep-on-giving-with-or-weis-from-permit-io/

#podcast #api #apis #rest #graphql #permissions #openapi

Martin Owens
4 months ago

We are exploiters by nature, of nature.

This is why software #programmers sign up to #apis they do not control.

I swear that we are evolved to look at the world, see a tree, crab, bird or rock and imagine how it can be used.

So we make social systems which look like exploitable systems. Post offices, power lines, dependable social subscriptions in the built environment which use our evolved sense for natural exploitation at the guideline.

It is everywhere and therefore everyones.

1/2

Aral Balkan
4 months ago

Remember “Open APIs?” How Tim O’Reilly told us they were how we would build the “open web” in “Web 2.0?”

Turns out an Open API is open in the sense that a gate owned by someone else is open. In that it can just as easily be closed and locked at their whim.

#open #APIs #openAPIs #web2 #openWeb #SiliconValley #openWashing #timOReilly #freedom

Jeremiah Lee
4 months ago

API providers, repeat after me:

*The only license to apply to example code is CC0 (no rights reserved, public domain declaration).*

Developers should not have declare a license dependency for copying/pasting boilerplate for using your API.

https://creativecommons.org/share-your-work/public-domain/cc0/

#devRel #APIs

Nicolas Fränkel
4 months ago

I’m continuing my journey on getting more familiar with #HTTP #APIs by reading related #RFCs. This time, I read the #HealthCheck Response Format for HTTP APIs on the suggestion of Stefano Fago. In this post, I’d like to summarize my reading.

https://blog.frankel.ch/healthcheck-http-apis/

Mike Bifulco
5 months ago

🎙️ A Fresh episode of APIs You Wont' Hate (the podcast) is live!

Constantin Schreiber, co-founder of @fastgenhq, sat down with me to talk about Fastgen's no-code API and workflow product. Constantin talks about what it's like to build a company as a repeat founder, as well as the experience of going through Y Combinator as a founder.

Refresh your feed or give it a listen at https://apisyouwonthate.com/podcast/no-code-apis-and-automation-with-constantin-schreiber-from-fastgen/

#podcast #apis #nocode #workflow #ai #rest

How to create good #APIs for #chatbots? Chatbots can use all sorts of tools if given APIs.

In practice you have a runner process which interacts with the chatbot set in-between the user/client and the #chatbot, and it does three things:

1. Explains to the chatbot where it is and to which parties it can communicate with, typically the runner process and the user. It prompts the chatbot to be aware of all the relevant #API commands it can use.

2. Intercepts the API commands used by the chatbot and calls the APIs on its behalf, transforming the parameters from chatbot output and the results into a prose text which is easily usable by the chatbot.

3. Control the flow of the discourse process, typically dividing a single call by user/client into multiple interactions with the chatbot where the ultimate results are navigated to, evaluated and aggregated, and the chatbot can call several APIs including itself.

So, the chatbot APIs, which will form the most important service provisioning channel in the future need:
- A short description of what the API is and when and how to engage with it. This is laid out to the chatbot along with all the other API descriptions so it cannot be very long.
- A more detailed description of the syntax of the API if it is non-trivial which is given to the chatbot only if it decides it needs to engage with that API. Saving precious context length, only giving this to the chatbot if it needs it.
- Need to be very, very graceful in what they accept. Need to return something maximally useful even for incorrect calls.
- Need to return results in a short, prosaic form, where e.g. long lists of numbers are summarized.

It is not necessarily smart to give chatbot an API to the web, because of prompt injection attacks from arbitrary untrusted web sites. However, giving it access to your internal APIs is very powerful indeed.

Chatbots typically need a prompt database of sorts which allows it to navigate knowledge it needs based on keywords. Each set of keywords fetches the most relevant document, or an exact match by id, which can explain more things to the chatbot, for example about APIs. These documents can include hyperlinks in a bot-convenient format so that the bot can navigate to other information if it needs to. They can also include API descriptions to enable the bot to utilize APIs through the runner process.

These bot APIs can be exposed to external bots as well in the style of OpenAI plug-ins. In the near future most of your users might be bots.

OSINTUnleashed
5 months ago

#Twitter #Microsoft #Advertising #Marketing #APIs

"Microsoft drops Twitter from its advertising platform
Yet another big B2B service passes on paying for Twitter's new high-priced API."
https://mashable.com/article/microsoft-drops-twitter-from-advertising-platform

Dave Mackey
5 months ago

#question of the day (#qotd?):

Most #SearchEngines have paid #APIs one can use to retrieve results but there are also #metasearch engines which seem to pull these results without paying for them (e.g., on the small scale, independent #seeks instances). I'm curious about the #legal issues surrounding metasearch. Who pays for the #API? And who uses other methods and why?

#search

Jenn Junod
5 months ago

I've used #APIs, I've setup an #API, yet if you ask me about APIs, many times I draw a blank! 😭

@iandouglas736 from @getpostman will join us today to "Teach Jenn APIs" 🎉

⏰ 11a PST / 2pm EST / 8pm CEST

📍https://www.twitch.tv/jennjunod

Graphic for Teach Jenn Tech show stating "Teach Jenn APIs with Postman" With photos of Jenn Junod and Ian Douglas
Khalid ⚡
6 months ago

The #JetBrains #HTTP Client also supports cryptographic APIs so you can hash values in your request.

Many #APIs require the hashing of values on each request. #development

HTTP client with cryptography usage.
Mike Bifulco
6 months ago

🎙️ APIs You Won't Hate (the podcast) - Learnin' about webhooks, with Tom Haconen from @svix

Webhooks: A featureset that is often seen as a roadblock by developers building their skills. Svix is helping to lower the barrier to entry, by building world-class developer tools for deploying and consuming webhooks.

Sound interesting? Give it a listen. I think you'll like this one.

https://apisyouwonthate.com/podcast/learning-about-webhooks-with-tom-haconen-from-svix/

#webhooks #apis #devtools #devx #devrel

Whatever our businesses are, we should get ready for the world where the user is a #chatbot.

It is important to provide clear and simple #APIs and describe the company's value statement so that chatbots know when they need the services provided.

In effect, one customer persona should be a chatbot.

Mike Bifulco
6 months ago

🎙️ Jazzed about API client library codegen with Danny Sheridan from Fern
A fresh episode of APIs You Won't Hate (the podcast)

I sat down with co-founder and CEO of Fern, Danny Sheridan to talk about what his team is building. Fern is helping engineering teams scale their output with API Client Library code-generation.

Danny's team is building some seriously cool tech, and my man knows how to bring the energy to a podcast interview. Thanks, Danny!

https://share.transistor.fm/s/c6ad2ee1

#apis #codegen #devx

I've been asked why I consider #StartUps making small #apps on top of #OpenAI #APIs a distraction. Well, here goes:

First of all, there's no unfair advantage. Someone easily builds an open source clone which makes exactly the same thing. There is no way these businesses can become profitable before becoming redundant.

Also, let's appreciate the fact that we will get #AGI in months. That is important, and business plans should be evaluated against that.

Think where you will be in that new world. It doesn't matter if you have a small app which calls OpenAI API, that's all obsolete instantly. It doesn't even matter if you have a stable stream of revenue, that will almost certainly dry up.

Things that matter are:
- Who you have in your trusted circle (who you trust, who trust you, who have capacity to see, understand and act fast and correctly);
- what capacity you have to utilize or support AGI for (#industrial, #medical, #military, #scientific, #social, #chips, #power, #internet connectivity, #data, ...);
- what #compute you have available under your own control, not rented (we will have a sudden scarcity of compute at the start, and all cloud rents will go sky high);
- will you have the latest models or not? They won't be published, to get such you need to be in the "game".

This is more important than the internet and the electricity combined. Put your money where it matters, not into gold and derivatives. Remember what "capital" is.

Kathy Reid
6 months ago

Excellent article from #NYTimes by @bxchen, @nicoagrant@twitter.com,
@KYWeise@twitter.com which articulates why #VoiceAssistants have struggled to find product-market fit: their internal designs are cumbersome to extend, and in the words of #SatyaNadella, they're "dumb as a rock".

Will #ChatGPT and other #LLMs render them obsolete?

I'm not so sure.

#LLMs are *probabalistic* - they give wrong answers. #VoiceAssistants, by contrast, are more deterministic - and are often linked to back-end #APIs, like @Wolfram or @Wikipedia.

That is, for a given command - an #utterance - there will be a deterministic response. They might be dumb as a rock but I trust what a rock does.

Voice assistants are interfaces. Interfaces to content, to news, to entertainment, to data. Voice assistants are a door. And right now, they can gatekeep what comes through.

#ChatGPT, #Claude and #Bard are *probabalistic* models. Let's not let them flood the house with garbage.

https://www.nytimes.com/2023/03/15/technology/siri-alexa-google-assistant-artificial-intelligence.html

Andy Piper
7 months ago

Hmm, #IFTTT support going away for #Netatmo products, I wonder what is behind this - one side or the other most have changed their position or thinking, I guess. I barely use IFTTT at all now, and never did with these products, but it was an exciting potential “universal switching hub” concept a number of years back… #IoT #APIs

Screenshot with the text “Suspension of
IFTTT - We want to inform you that the
IFTTT Security service will end on 21/04/2023 for your Netatmo products”
Mike Bifulco
7 months ago

🎙️ A fresh episode of APIs You Won't Hate (the podcast)!
https://share.transistor.fm/s/494ca018

I had the chance to catch up with Anton Zagrebelny from https://stigg.io. We had a great discussion about pricing strategy and structures for SaaS products, and the API libraries that Stigg has built to make it easier for developers to experiment.

#saas #pricing #dev #apis #indiehackers #startup #devtools #dx