You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why LLMs Often Make "Locally Smart, Globally Wrong" Engineering Decisions
One of the core problems in LLM-driven software development is not that models are simply "bad at coding." It is that they are often extremely strong at local optimization inside the current task frame, while being much weaker at preserving system intent, architectural boundaries, and domain-level coherence.
Step-by-Step Guide to setup your own personal GPU server
Setting Up Your Personal GPU Server: A Step-by-Step Guide
I've been using a GPU workstation with an RTX 4090 for almost a year now, and it's been one of the best decisions I've made. With a personal GPU server, you no longer need to rely on cloud-based GPU instances from services like RunPod or Vast.ai every time you want to run a job or try new models. The best part? No stress about recurring GPU instance costs! :-)
However, I rarely work directly on my workstation. Instead, I prefer the flexibility of accessing the GPU remotely using my MacBook, whether I'm working from different locations within my home, from a co-working space, or a cozy cafe in another part of town.
In this blog, I will walk you through the steps to configure a personal GPU Ubuntu server.
For this guide, I assume you already have a workstation running Ubuntu with a GPU and it is connected to your local network
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Find stuck shipments by criteria: shipment should have similar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JavaScript: Classic Scripts vs. Modules vs. CommonJS
JavaScript File Format Differences
There's the pervarsive notion that all JS is created equal and that there's only
minor and easily detectable differences between the various file formats used to
author JavaScript.
This is correct, from a certain point of view.
For many people writing JavaScript that gets passed into build tools,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters