工具
AI工具、开发工具、效率神器推荐
共 116 篇 · 第 5/6 页
The Instagram Plus subscription has officially launched
Paying users will have tools for reaching either wider or more-specific audiences.
Extension or Imitation? Valid Haskell Language Extensions vs. Impostors
Best practice and postman/curl
When using the Postman extension in vsCode I was wondering where all the Collections credentials and tokens are stored. Are they secure and what is best practice for its use? Should I switch to curl? And can I use environment variables like curl? The postman documentation just talks about using the postman vault but doesn't say where they are stored and how securely if you aren't using it. submitted by /u/ElectricYFronts [link] [留言]
Article: Architectural Change Cases: A Practical Tool for Evolutionary Architectures
Architectural change cases extend architecture decision record (ADR) thinking by evaluating how decisions may evolve over time. Change cases expose hidden assumptions and help teams estimate the reversibility and cost of change. By Pierre Pureur, Kurt Bittner
Back end is full of hidden workflows
Ableton Extensions SDK
What is wrong with this sliding menu setup?
I've found the solution to this issue today by changing my approach, but I'm still unclear what the problem was with the original setup so I wanted to ask the hive mind. Take this page for example. <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Test Page</title> <style> body { display: grid; grid-template-rows: 75px 1fr 75px; height: 100vh; padding: 0; margin: 0; overflow: hidden; } #slidingMenu { width: 200px; height: 100vh; background-color: #333; position: absolute; top: 0; right: -300px; /* Start hidden */ transition: right 0.3s ease; /* Smooth transition */ } #slidingMenu.open { right: 0; /* Slide in */ } #top { background-color: red; } #middle { background-color: green; } #bottom { background-color: blue; } </style> </head> <body> <div id="top"> <div id="slidingMenu"></div> </div> <div id="middle"> <button id="toggleMenu" onClick='slidingMenu.classList.toggle("open")''>Toggle Menu</button> </div> <div id="bottom"></div> </body> </html> When you view this page on a tablet/mobile screen, the page scrolls beyond the bottom of the <body> element. If you open dev tools and enable device preview mode and then resize the viewport, all hell breaks loose. This only happens when the menu is closed. The moment you open the menu, everything sorts itself out. https://preview.redd.it/lcj5ycfy345h1.png?width=1918&format=png&auto=webp&s=ad3a2ddb0813c4f8f7da28c7b018498be1c5ff26 https://preview.redd.it/xrtiuuro445h1.png?width=1917&format=png&auto=webp&s=f705b27e2c2dc7635e1ff1f783c917dd0c334f28 What am I missing? submitted by /u/Wotsits1984 [link] [留言]
How Safari search engine extensions work
Show HN: Instant DBML Schema to Database Diagram PNG Tool
Every tool seems to have a coding agent horned in these days..... I don't think that makes sense.
A post by Ben Halpern
Adding MCP Tools to Reachy Mini
WinUtils: Shell-powered CLI tools for Windows 95
If I had a hammer... it might actually be a rhino tooth
Neanderthals had some wild stuff in their toolkits.
Sites and role specific plugins in Codex
How to Edit, Merge, and Split PDFs With Free Online Tools
You don’t need expensive software for basic PDF tasks. In fact, all you need is a handful of free web-based apps.
choclift: Workflow Sweetener
Use iPhone to open apps, Apple Shortcuts and websites on Mac Discussion | Link
Made a Tool to Streams Changes from Microsoft SQL Server to Apache Kafka
GDPR plugins and self-developed solution
Hi everyone, I want to verify if I'm missing anything. I am making a small restaurant website and I want to make it comply with German GDPR. I notice there are solutions like Cookiebot. I was wondering if we can make all of the compliance stuffs by ourselves, or if these 3rd party solutions have something superior that we cannot execute on our own? Thanks submitted by /u/leon8t [link] [留言]