System Architecture

System Architecture

8132 bookmarks
Custom sorting
EV charging road trip
EV charging road trip
We hear about electric vehicles being the future, but for that to happen, people eventually need to be able to drive long distances without getting stranded. For Bloomberg Green, Kyle Stock and Jer…
·flowingdata.com·
EV charging road trip
Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)
Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)
This document specifies the "SVCB" and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration and keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP [HTTP]. By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy. TO BE REMOVED: This document is being collaborated on in Github at: https://github.com/MikeBishop/dns-alt-svc (https://github.com/MikeBishop/dns-alt-svc). The most recent working version of the document, open issues, etc. should all be available there. The authors (gratefully) accept pull requests.
·datatracker.ietf.org·
Service binding and parameter specification via the DNS (DNS SVCB and HTTPS RRs)
Unlocking complex problems by working with domain experts - UXM
Unlocking complex problems by working with domain experts - UXM
Working with domain experts is an important part of product design, yet it’s rarely covered by design courses where the focus tends to be on working with users. Find out when you should be working with domain experts, how to go about doing this and some hints and tips to ensure that you get the most out of their expertise.
·uxforthemasses.com·
Unlocking complex problems by working with domain experts - UXM
What Is Guix Really?
What Is Guix Really?
an advanced distribution of the GNU operating system ‑ the GNU Guix website a purely functional package manager, and associated free software distribution ‑ the Guix subreddit I find these descriptions uninspiring and wouldn't be so excited about Guix if that's really all it was. So what is Guix really, how does it relate to these descriptions, and what makes it so compelling and different?
·ryanprior.com·
What Is Guix Really?
Linux gets DCCP
Linux gets DCCP
For many years, the bulk of networking over IP has made use of just two protocols: transmission control protocol (TCP) and user datagram protocol (UDP). TCP offers a reliable, stream-oriented connection which works well for a large variety of higher-level network protocols. UDP, instead, makes a best effort to move individual packets from one host to another, but makes no promises regarding reliability or ordering. Most higher-level protocols are built upon TCP, but there are applications which are better served by UDP. These include:
·lwn.net·
Linux gets DCCP
What is DCCP (Datagram Congestion Control Protocol)? - GeeksforGeeks
What is DCCP (Datagram Congestion Control Protocol)? - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
·geeksforgeeks.org·
What is DCCP (Datagram Congestion Control Protocol)? - GeeksforGeeks
Linguistic Antipatterns
Linguistic Antipatterns
This is a website to teach you to identify and fix linguistic antipatterns in your code
·linguistic-antipatterns.com·
Linguistic Antipatterns
Continuous Load Testing - Slack Engineering
Continuous Load Testing - Slack Engineering
Building load test infrastructure is tricky and poses many questions. How can we identify performance regressions in newly deployed builds, given the overhead of spinning up test clients? To gather the most representative results, should we load test at our peak hours or when there’s a lull? How do we incentivize engineers to invest time …
·slack.engineering·
Continuous Load Testing - Slack Engineering
Rethinking Web Application Firewalls
Rethinking Web Application Firewalls
Tigera's President & CEO Ratan Tipirneni shares his take on the ongoing rethinking of how Web Application Firewalls (WAF) should be applied.
·thenewstack.io·
Rethinking Web Application Firewalls
New Tool Moves AI from the Backend to the Edge
New Tool Moves AI from the Backend to the Edge
Deci is among a group of new tools that are shifting artificial intelligence from the backend to the edge by reducing AI compute requirements.
·thenewstack.io·
New Tool Moves AI from the Backend to the Edge
OFRAK: unpack, modify, and repack binaries
OFRAK: unpack, modify, and repack binaries
OFRAK (Open Firmware Reverse Analysis Konsole) is a binary analysis and modification platform that combines the ability to unpack, analyze, modify, and repack binaries.
·ofrak.com·
OFRAK: unpack, modify, and repack binaries
Passkeys
Passkeys
Passwords have lousy security properties, and if you try to use them securely (long, complicated, and different for every site), they often have horrible usability as well. Over the decades, the in…
·textslashplain.com·
Passkeys
HTTP‘s New Method For Data APIs: HTTP QUERY
HTTP‘s New Method For Data APIs: HTTP QUERY
In our data driven world, everything is an API. HTTP is gearing up towards data APIs with a new HTTP QUERY method. See the latest from…
·horovits.medium.com·
HTTP‘s New Method For Data APIs: HTTP QUERY