In honor of National Apple Cider Day, National Vichyssoise Day, and National Princess Day, pour yourself some hot apple cider 🍎 and a hot bowl of potato soup 🥣, put on your tiaras 👑, and check out what we've been up to at Chalk! ⬛ 👶 You can now view the Kubernetes pods created by each deployment in the dashboard along with additional details like the pod states and resources requested by each pod! 🍡 We've added the array_agg function chalk.functions to help you resolve list features with underscore expressions! To see all of the chalk.functions that you can use in underscore expressions for fast feature computation in statically compiled C++, check out our API docs! 🧾 Users can now use the chalk usage commands to view usage information for their projects and environments through the Chalk CLI. As always, the full changelog is linked below or ping us directly if you have any questions 🕶️
Chalk’s Post
More Relevant Posts
-
Dear connects, A while back, I embarked on a journey to learn about kernels and the android development framework, so I set out with a goal of achieving a custom recovery build for the device code-named "FRT". Initially, my approach was to generate a basic "DeviceTree" for the recovery with the relevant build variables. After that a limitation of older Mediatek recovery images not allowed to load touchscreen drivers in any mode except "Normal Boot" led to me trying to reverse engineer a pre-compiled kernel using a certain "Ominous" ARM Little Endian Decompiler, beginning my week-long adventure into the fascinating world of ARM assembly. Finally, the fix was easily implemented in the kernel source code by modifying a conditional statement written C/Bash to allow the touchscreen driver to be loaded in all boot modes, without any limitations. This fix led to the release of a preliminary TWRP 3.7.0 image with basic console, and storage mounting working. The Device Trees and Kernel source with and without the touchscreen driver patch have been uploaded to my GitHub at: https://lnkd.in/d7hGtXyn https://lnkd.in/dTR5mkwM While any further updates are strictly without a schedule, but the next part is to properly add the paths of the root and filesystem path(s).
To view or add a comment, sign in
-
While brushing up on Apple certificates and provisioning, I ran across this important distinction: To sign code you need a certificate and the private key that matches the public key in that certificate. This combination is called a _digital identity_ or, if it’s for signing code, a _code-signing identity_. Many people use the term certificate when they mean digital identity.
TN3161: Inside Code Signing: Certificates | Apple Developer Documentation
developer.apple.com
To view or add a comment, sign in
-
I'm excited to share a blog post about the launch of an innovative OCR tool for macOS. This affordable and user-friendly solution is designed to enhance productivity by simplifying the text capture process. Whether you're a student, professional, or someone who frequently deals with documents, this tool can streamline your workflow significantly. Discover how this new tool can benefit your daily tasks and improve efficiency. Read the full blog post for more insights and details on the features it offers. Explore the future of text recognition here: https://ift.tt/uh2gGxT
To view or add a comment, sign in
-
I reverse engineered a macOS app this weekend and found my first mergable library in the wild so I figured I'd share a resource since mergable's are the new kid on the UNIX block. Mergable libraries give you the benefits of dynamic libraries (.dylib) with fast compile times when developing but at build time the libraries are statically linked into the executable just like static libraries (.a). Do remember to turn off exported symbols! That is how I found out this feature was enabled in the Mach-o I examined. By default the mergable libraries still emit the exported symbols one would need for dynamic linking. If you don't need to export these symbols turn them off and save some bundle size. Later this week I'll cover the rundown of static and dynamic libraries on Darwin based operating systems as it is an interesting topic! It's different than other UNIX systems and deserves some love.
WWDC23: Meet mergeable libraries | Apple
https://www.youtube.com/
To view or add a comment, sign in
-
Apple using prompts for Apple Intelligence. Simple > complex. Prompts are the future. Are you using them yet? Proof: macOS 15.1 beta leaks. System prompts for key features found. Email replies, content filters - all prompt-driven with potential fine tuning. Lesson: Don't overcomplicate. Prompt libraries > fancy custom models. Efficiency is key. Build your prompt game now. https://lnkd.in/ehfAgyxp
To view or add a comment, sign in
-
// TypeScript Array Example let fruits: string[] = ['Apple', 'Orange', 'Banana']; // Accessing array elements console.log(fruits[0]); // Output: Apple console.log(fruits[1]); // Output: Orange console.log(fruits[2]); // Output: Banana // Adding a new element fruits.push('Mango'); console.log(fruits); // Output: ['Apple', 'Orange', 'Banana', 'Mango'] // Removing the last element fruits.pop(); console.log(fruits); // Output: ['Apple', 'Orange', 'Banana']
To view or add a comment, sign in
-
𝗜𝗳 𝘆𝗼𝘂 𝗶𝗺𝗽𝗹𝗮𝗻𝘁 𝗜𝗻𝘁𝗿𝗮𝗼𝗰𝘂𝗹𝗮𝗿 𝗟𝗲𝗻𝘀𝗲𝘀 𝗮𝗻𝗱 𝘆𝗼𝘂 𝗵𝗮𝘃𝗲 𝗮𝗻 𝗶𝗣𝗵𝗼𝗻𝗲 𝗼𝗿 𝗮 𝗠𝗮𝗰 𝗿𝗲𝗮𝗱 𝘁𝗵𝗶𝘀 𝗽𝗼𝘀𝘁 I🚀 IOLEvidence 2.0.3 now for MacOS! 🚀 We're thrilled to announce that IOLEvidence 2.0.3 is now available for MacOS users! This update marks a significant milestone in our commitment to providing accessible, high-quality digital tools to professionals across different platforms. With IOLEvidence 2.0.3, MacOS users can now enjoy full compatibility and a seamless experience, leveraging the powerful features and capabilities that IOLEvidence is known for. Whether it's outcomes exploration, learning through video lessons or searching for evidence using artificial intelligence. Explore the new possibilities with IOLEvidence 2.0.3 on MacOS. Download today! 👉 Discover more and get started: https://lnkd.in/dCKjUXgb
To view or add a comment, sign in
-
🎞️ Video: Deploying a quick and dirty RTMP server with docker from my iPhone using WorkingCopy, Shellfish, and Docker of course!🤳 Check out my broadcast see what I am up to today—I guarantee it’s super productive. Learn the ways of a goal-driven mindset, let’s make something-from-nothing everyday! ⭐️ Featuring the late #JimRohn cameo on success! 😇 https://lnkd.in/eCbwpavG
R&D: Doing some live-stream stuff! | I’m live! � Deploying a quick and dirty RTMP server with docker from my iPhone using WorkingCopy, Shellfish, and Docker of course! � Check out my... | By David Cannan | See what we got. Let's get a microphone in here so it don't sell my garbage. Really know what the channel's like but Hello. Today, I am what was I doing? Oh yeah. I've got this code. Docker comp
facebook.com
To view or add a comment, sign in
-
One day, Roman Mishchenko, a Software Engineer at MacPaw, noticed unexpected behavior in one of macOS' binary files 👀 After a thorough investigation, he discovered and reported a vulnerability to Apple, detailing its importance, potential attack vectors, and user impact. Apple fixed the issue in the new macOS release and mentioned Roman in the Release Notes. How did Roman find the vulnerability, and what lessons did he learn? Swipe left to find out.
To view or add a comment, sign in
-
🚀 **Embrace the Future with Warp Terminal on Mac!** Hello, tech enthusiasts! Today, I'm thrilled to share my experience with the **Warp Terminal** on Mac, a tool that has truly revolutionised my workflow. For those unfamiliar, Warp is a modern, fast, and powerful terminal designed for the 21st century. It's not just a terminal, it's a **quantum leap** in how we interact with our systems. 🔥 **Speed Like Never Before** Warp is all about speed. It's built from the ground up to be faster than any terminal you've used before. Say goodbye to laggy commands and slow responses. With Warp, every keystroke, every command, every script runs with unparalleled speed. It's like strapping a rocket to your productivity! 💻 **Seamless Mac Integration** And for my fellow Mac users, Warp feels right at home on macOS. It integrates seamlessly with the system, offering a native, clean, and intuitive interface. It's the terminal Apple would have made. So, if you're still using the default terminal on your Mac, it's time for an upgrade. It's time to warp into the future. Give Warp Terminal a try, and experience the difference for yourself! #WarpTerminal #Mac #DeveloperTools #Productivity #Tech https://lnkd.in/ebzHJdku
Warp: Your terminal, reimagined
warp.dev
To view or add a comment, sign in
1,906 followers
https://docs.chalk.ai/docs/changelog#november-18-2024