|
AppLink Fundamentals III: Building with AppLink – Development Flow and Language Choices
-
www.heroku.com
-
10 months ago
-
eng
This blog series has taken you on a journey through the world of AppLink, from its foundational concepts and core components in Heroku AppLink: Extend Salesforce with Any Programming Language, to a deep dive into its key integration patterns in AppLink Fundamentals I: AppLink Integration Patterns – Connecting Salesforce to Heroku Applications, and then we […] The post AppLink Fundamentals III: Building with AppLink – Development Flow and..
|
|
Intro I’ve played the clarinet since 5th grade, and since then have spent a lot of time playing music. I’ve also spent a lot of time writing software. My motivation here is to make an analogy between prompt engineering and music, with the goal of shedding some insight into the limitations of today’s AI. I believe that claims about the automation of software engineering or white collar work are overblown. What Does a Conductor Do A conducto....
|
|
Hey everyone, I care a lot about privacy and security , and I have been thinking of switching to GrapheneOS for my phone (currently using an iphone xr). The main thing holding me back is that I would need to buy a Google Pixel (thinking of going for the 7a
-
lainchan.org
-
10 months ago
-
eng
Hey everyone, I care a lot about privacy and security , and I have been thinking of switching to GrapheneOS for my phone (currently using an iphone xr). The main thing holding me back is that I would need to buy a Google Pixel (thinking of going for the 7a) just to use it. I don't want to drop money on hardware if the OS ends up not being worth it or not that much better than other privacy-focused setups. So for those of you who've used Gr..
|
|
After Claude Pro changed to weekly limits, I explored self-hosting Qwen3-Coder-480B with 400k context windows. Here's what I learned about costs, alternatives, and why Claude Code still dominates the landscape.
|
|
It has been a really long time since I last wrote something here as life happens, things get busier, etc etc. I am now trying to get back into writing things down and here we go! So, imagine a tool or a service that allows you to run some arbitrary code via a shell. Either through a ssh or more commonly, via a web terminal. How does these tools isolate your code from other people’s code and vice versa ? How come you cannot see other peopl..
|
|
It has been a really long time since I last wrote something here as life happens, things get busier, etc etc. I am now trying to get back into writing things down and here we go! So, imagine a tool or a service that allows you to run some arbitrary code via a shell. Either through a ssh or more commonly, via a web terminal. How does these tools isolate your code from other people’s code and vice versa ? How come you cannot see other peopl..
|
|
I recently got the urge to better understand how NixOS is built and how secure the build pipeline is. So, I started looking at all the build systems involved, the infrastructure they run on, how everything is managed and which build jobs are running in these systems. This is my attempt at documenting the above.
|
|
Stack traces for Postgres errors with backtrace_functions
-
notes.eatonphil.com
-
10 months ago
-
eng
|
|
Drag and drop your vector geodata (up to 1 GB) into MapTiler to get it immediately ready for publishing online.
|
|
It’s that time of year again! The first week of August means my annual trip to the desert for “Security Summer Camp”—the whirlwind of BSides Las Vegas, Black Hat, and DEF CON. It’s always an exhausting but amazing week, and I can’t wait to dive in, catch up with everyone, and talk about what I’ve been working on. This year, I’m excited to be giving two talks that dig into the weeds of the CVE ecosystem. My Talks in Vegas I’ll be on stage at....
|
|
AppLink Fundamentals II: Advanced AppLink Integrations – Automation & AI
-
www.heroku.com
-
10 months ago
-
eng
In our previous posts, we introduced Heroku AppLink and explored its foundational integration patterns for connecting Heroku applications with Salesforce. Now, we’ll delve into how AppLink truly expands Salesforce capabilities, focusing on advanced integrations with Data Cloud, Flow, Apex, and Agentforce. This blog will highlight how AppLink empowers you to infuse your Salesforce orgs with […] The post AppLink Fundamentals II: Advanced A..
|
|
Introduction In February 2024, renowned AI researcher and educator Andrej Karpathy, published the following video. https://www.youtube.com/watch?v=zduSFxRajkE An excellent introduction to the fascinating topic of tokenization, something he considers a necessary evil right now. Maybe the need for it will go away but for now it must be well understood by AI engineers in order to get good results when building and using large la....
|
|
Beat Coding Interview Anxiety with ChatGPT and Google AI Studio
-
zackproser.com
-
10 months ago
-
eng
|
|
Our global database of address points is continually expanding with new data from various sources—especially governmental and other public datasets.
|
In my previous blog post I described some behaviour of C# record types which was unexpected to me, though entirely correct according to the documentation. This is a follow-up post to that one, so if you haven’t read that one yet, please do so – I won’t go over all the same ground. Is this … Continue reading Records and the ‘with’ operator, redux →
|
|
Kompletná rekonštrukcia bytu: Na čo myslieť pred, počas a po prestavbe
-
www.freepub.cz
-
10 months ago
-
slk
Pustiť sa do kompletnej rekonštrukcie bytu môže byť neuveriteľne vzrušujúca, ale aj náročná úloha. Vyžaduje si starostlivé plánovanie, dôkladné prevedenie a zmysel pre detaily. Tento článok „ Kompletná rekonštrukcia bytu : Cieľom tohto článku je previesť vás komplexným procesom kompletnej premeny vášho priestoru. Naša kompilácia slúži ako cenný plán pre nováčikov aj skúsených renovátorov – od koncepcie návrhu až po riešenie záležitostí po r....
|
|
I was hiking the Narrows trail along the Rockcastle river in Kentucky’s Daniel Boone National Forest, slipped off the edge of the trail and broke me ankle. There was no cell phone service so I ended up butt-crawling a ways on the trail (crutches I hacked together made things worse with weak wood out there) until I finally raised a faint signal. Texted 911 (so thankful they have this service for the deaf), helped their volunteer rescue squad..
|
|
AppLink Fundamentals I: AppLink Integration Patterns – Connecting Salesforce to Heroku Applications
-
www.heroku.com
-
10 months ago
-
eng
In our previous post, we introduced AppLink as a powerful new way to extend Salesforce with any programming language at any scale, detailing its core components and overarching benefits. Now, we’ll dive deeper into the practical application of AppLink by exploring its primary integration patterns. Understanding these patterns is key to leveraging AppLink effectively, as […] The post AppLink Fundamentals I: AppLink Integration Patterns – ..
|
|
Every 6 months or so, I decide to leave my cave and check out what the cool kids are doing with AI. Apparently the latest trend is to use fancy command line tools to write code using LLMs. This is a very nice change, since it suddenly makes AI compatible with my allergy to getting out of the terminal. Me, browsing HN from my cave (by Stable Diffusion) The most popular of these tools seems to be Claude Code. It promises to be able t....
|
|
Apple's logs redact your debugging data as . Here's what actually gets hidden, why old tricks don't work anymore, and the only reliable way to see your logs again.
|
|
Manual Checkout / Roll-Back / Roll-Forward of Commits
-
blog.raymond.burkholder.net
-
10 months ago
-
eng
|
|
Manual Checkout / Roll-Back / Roll-Forward of Commits
-
blog.raymond.burkholder.net
-
10 months ago
-
kor
|
|
Overwhelmed by AI in dev workflows? The Snyk AI Trust Platform helps teams move fast, stay secure, and build with confidence, without AI expertise.
|
|
Microscopic Radix auricularia japonica snails / モノアラガイの赤ちゃん
-
blog.qiqitori.com
-
10 months ago
-
eng
The single Radix auricularia japonica snail in my tank decided to reproduce, most likely all on its own. I believe it must have arrived on my Cabomba as an egg (bought about 6 weeks ago), but it’s also possible it actually arrived as a micro-snail and mated with another micro-snail… Now having actually seen how … Continue reading Microscopic Radix auricularia japonica snails / モノアラガイの赤ちゃん
|
|
A local Oracle APEX environment eliminates friction through safe experimentation, administrative access, and instant performance.
|
|
Repository: @knadh/otpgateway GitHub release page: v3.6.2 Changelog 3cfcf35 9b745c7a89acd7462884a244f9a57d9ca fix: update new template category name for auth sms ( #50 )
|
|
scroll-target-group is a new CSS feature that lets you create scroll-spy table of contents with basically 2 lines of CSS.
|
|
I’ve been using Claude Code for a while now, and one thing that always bugged me was not knowing when it finished running a long task. You ask Claude to refactor a large codebase or generate a bunch of tests, then you switch to another window to check Slack, Discord or get up to date on Hacker News. Twenty minutes later you realize you forgot to check if Claude finished! Anthropic recently released Claude Code hooks, and they offer a simple..
|
|
Using OpenAI Python SDK with Local Ollama Models (and When to Opt for Alternatives)
-
www.safjan.com
-
10 months ago
-
eng
Learn how to use the official openai Python package with local Ollama models and when it's better to opt for LiteLLM as a more unified alternative.
|
|
Using OpenAI Python SDK with Local Ollama Models (and When to Opt for Alternatives)
-
www.safjan.com
-
10 months ago
-
eng
Learn how to use the official openai Python package with local Ollama models and when it's better to opt for LiteLLM as a more unified alternative.
|
|
The lies we tell others are for survival. But the lies we tell ourselves… those can kill us! A quote from Ragazzo by Zuzu, which I read recently.
|
|
I talked with my daughter recently about an old babysitter, and then I pulled out my phone and searched for a picture using “Hadera, beach”. I could then show my daughter a picture of her and the babysitter at the beach from about a decade ago. I have been working in the realm of databases and search for literally decades now. The image I showed my daughter was taken while I was taking some time off from thinking about what ended up being ....
|
|
I’m in a bit of a summer lull with guitar. Bad : I’ve totally fallen off my discipline, and haven’t accomplished even one thing on my summer goals list Good : I’ve been having fun . Playing riffs with totally incoherent tones, and having a blast — Lemme tell you, there’s a punk cover of Cissy Strut waiting to happen I’m sure. I’m sure I’ll find my discipline again. But maybe I’ll go dig my loop pedal out until then.
|
|
I really hate the term prosperity — no one means the same thing when they say it, and a heck of a lot of people think it means “I’m gonna be a {million,billion,trillion}aire”. Maybe it’s time for a new definition of prosperity: The ability find friends, make friends, see friends. Time to enjoy the changing of the seasons. The time and money required to have a hobby, or three. Time with your kids; the resources to have kids if you wan....
|
|
Traveling a bit north to Homosassa to experience the life of boating to natural springs on the Crystal river.
|