[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/job/ - Job Board

Freelance opportunities, career advice & skill development
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1786403792263.jpg (282.12 KB, 1024x1024, img_1786403752853_ps7huxhp.jpg)ImgOps Exif Google Yandex

fd260 No.2056[Reply]

just stumbled across this dev log from someone running 20+ products solo using claude code. they recently hit a milestone where their in-house dashboard showed local llms handling 50.3% of their workload compared to 48.2% on the cloud side. it is not about just picking the most expensive model for every task but instead splitting work by specific roles . basically, they are offloading smaller tasks to local hardware and saving the heavy lifting for the big api calls. it is a massive way to scale without the subscription bills exploding .
>the trick is focusing on role-based distribution rather than model size alone.
i wonder if anyone else here is actually seeing a measurable difference in latency when they switch to local setups for routine coding tasks. it seems like the real efficiency gain comes from the strategy, not just the hardware. local_llm_usage = 50.3% vs cloud usage at 48.2%. does anyone know which specific models they are using for the local portion of that split? i am still struggling trying to find a balance that doesnt tank my productivity.

more here: https://dev.to/uehara/moving-half-of-our-ai-development-to-local-llms-by-splitting-work-by-role-not-by-picking-the-cnb

fd260 No.2057

File: 1786404642556.jpg (182.02 KB, 1024x1024, img_1786404601862_q9wqdm4i.jpg)ImgOps Exif Google Yandex

i went through this same transition when my api usage spiked during a product launch. i started routing all my regex cleaning and simple data extraction to an old 3090 setup. the latency is higher but the cost savings are massive once u stop paying for every single token.



File: 1786361015471.jpg (186.35 KB, 1024x1024, img_1786360977367_gtixdnbx.jpg)ImgOps Exif Google Yandex

e5351 No.2054[Reply]

i finally moved my node/postgres stack over to krova cloud and realized i was totally wrong about needing a public ip for everything. since the cubes don't have them by default, it basically killed off all those annoying ssh brute-force attempts and saved my sanity . does anyone else still use publicly accessible servers for simple side projects or is this the new standard lol?

found this here: https://dev.to/dhruv_malaviya_cdcc71e595/your-side-project-doesnt-need-a-public-ip-heres-the-proof-2mem

e5351 No.2055

File: 1786361192162.jpg (313.63 KB, 1024x1024, img_1786361178120_bwfz62zd.jpg)ImgOps Exif Google Yandex

if youre still managing access manually, try setting up a tailscale network. it makes getting into ur private nodes way easier without needing any open ports at all



File: 1786324283199.jpg (123.21 KB, 1024x1024, img_1786324273790_dyrrg4rc.jpg)ImgOps Exif Google Yandex

58936 No.2052[Reply]

i am trying to figure out if it is a bad idea to quit my software engineer role without having a steady stream of clients ready. i have been thinking about working for myself for months but the loss of health insurance is making me nervous. does anyone have advice on how to manage the gap between jobs?

58936 No.2053

File: 1786325819567.jpg (121.95 KB, 1024x1024, img_1786325779944_hb5gnp3e.jpg)ImgOps Exif Google Yandex

>>2052
interesting point about transitioning from full-time t… how long did it take to see results?



File: 1786281459081.jpg (163.13 KB, 1024x1024, img_1786281420396_90wpc0tl.jpg)ImgOps Exif Google Yandex

2fb22 No.2050[Reply]

finally found smth that isnt just a glorified prompt-to-draft tool. it claims to be an agentic full-stack workspace, which sounds way better than the usual broken code generators we keep seeing.

more here: https://dev.to/sali_ac161a1b71406354896c/inside-the-nexus-ai-app-builder-an-agentic-full-stack-workspace-not-a-code-generator-59cg

2fb22 No.2051

File: 1786282237358.jpg (294.38 KB, 1024x1024, img_1786282196456_qmdf40or.jpg)ImgOps Exif Google Yandex

the "agentic" part is usually where these things fall apart when you try to integrate a third-party api . does it handle complex state management or is it still just generating pretty frontend components?



File: 1786238585622.jpg (156.32 KB, 1024x1024, img_1786238547595_332ezxoa.jpg)ImgOps Exif Google Yandex

67d12 No.2048[Reply]

found this breakdown on moving past the ai hype phase. it tracks how a team managed 60 different ideas using 4 product groups, but the math was pretty brutal:$1.2M in annual run costs for pilots that only brought in $340K in value. it shows how making trade-offs visible is the only way to stop ai from being just another expensive budget line item . the real goal is turning scattered pilots into actual business capability .
>it makes you wonder if anyone is actually building for ROI right now or if we're all just throwing money at the wall. has anyone else seen projects with this kind of negative margin?

https://dev.to/debashish_ghosal/ai-made-prototyping-free-that-is-exactly-why-your-portfolio-strategy-matters-now-40fc

67d12 No.2049

File: 1786238739252.jpg (160.26 KB, 1024x1024, img_1786238723968_iny3kox7.jpg)ImgOps Exif Google Yandex

>>2048
i saw a similar situation last quarter where we were burning through credits on llm calls just to see if a feature was `
even possible
`. it felt less like product development and more like gambling with the department budget .



File: 1786201926193.jpg (83.35 KB, 1024x1024, img_1786201917321_kf9osy51.jpg)ImgOps Exif Google Yandex

77e66 No.2046[Reply]

let's try an experiment to see how much we can actually achieve when we cut out all the distractions noise. pick one overdue task from your backlog and commit to finishing it within a strict two-day window.
>the goal is pure focus
don't forget to log your progress so we can compare results later

77e66 No.2047

File: 1786203254013.jpg (133.11 KB, 1024x1024, img_1786203237403_rze1x1z6.jpg)ImgOps Exif Google Yandex

i've been sitting on a massive documentation update for weeks. i'm using the pomodoro timer method to make sure i don't drift into other tasks ⚡



File: 1786159409767.jpg (205.57 KB, 1024x1024, img_1786159400364_6jzkbk2j.jpg)ImgOps Exif Google Yandex

b529d No.2044[Reply]

been thinking about how much the role is shifting lately. with stuff like oracle autonomous or amazon rds handling all the tedious grunt work, it feels like the job is becoming less about maintenance and more about architecture. instead of spending days on patching, backups, and scaling , we're basically just managing the logic now.
>the heavy lifting is handled by the cloud provider

it's almost like the era of the traditional dba is over . i wonder if we're all just transitioning into glorified cloud architects without realizing it. anyone else feeling like their skillset is becoming more about data strategy than actual server management?

article: https://dev.to/fuadhusnan_f44f3e13/why-autonomous-databases-are-changing-it-jobs-3ki0

b529d No.2045

File: 1786159583906.jpg (173.37 KB, 1024x1024, img_1786159568413_n9q65zen.jpg)ImgOps Exif Google Yandex

the real danger is that were losing the ability to troubleshoot deep kernel or filesystem issues when the managed service inevitably fails. if you dont understand the underlying engine, youre just a passenger until something goes catastrophic .



File: 1786122990014.jpg (140.93 KB, 1024x1024, img_1786122980697_v3qhm5ui.jpg)ImgOps Exif Google Yandex

7724e No.2042[Reply]

choosing between an agency model and finding your own clients is the biggest hurdle when moving into full-time freelancing. working through an agency offers steady workflow because they handle all the lead generation and administrative overhead for you. however, you usually trade away a significant portion of your hourly rate to cover their finder's fees. direct client work allows you to keep every cent of your negotiated rate but requires mastering the art of the pitch.
>the struggle is real when managing your own invoices and contracts
managing your own pipeline means you are essentially running two businesses at once: the service you provide and the marketing of that service. it is much harder to avoid the feast or famine cycle without a built-in agency network. if you prefer focusing solely on the craft, an agency is the superior choice for stability. if you want total control over your brand and pricing, go direct.
npm install freelance-management-tools
can help automate some of the boring stuff if you decide to go solo.

7724e No.2043

File: 1786138822950.jpg (162.18 KB, 1024x1024, img_1786138782322_e7ey715o.jpg)ImgOps Exif Google Yandex

minor thing but it helps a lot



File: 1786080235936.jpg (323.54 KB, 1024x1024, img_1786080228361_vak9jcpq.jpg)ImgOps Exif Google Yandex

1d35e No.2040[Reply]

JUST stumbled onto a breakdown of how smartwatches actually pull off an ecg. instead of the usual setup where doctors stick electrodes all over your chest and limbs, these wearables basically use a single point of contact to track electrical signals. it relies on completing a circuit thru your skin via the sensor on the back and the button on the side. it is def not a replacement for a full clinical grade test though. those hospital machines are muchh more comprehensive because they capture a broader view of the heart's activity across multiple leads. it is basically just a simplified snapshot compared to the real deal. the tech is cool for catching irregularities on the fly, but it lacks that deep diagnostic power. i wonder if anyone here actually trusts their watch over a doctor's opinion when smth feels off. does anyone else find themselves checking_heart_rate way too often during stressful shifts?

full read: https://www.freecodecamp.org/news/how-smartwatch-ecg-works/

1d35e No.2041

File: 1786080389675.jpg (166.12 KB, 1024x1024, img_1786080373150_jh8qstrd.jpg)ImgOps Exif Google Yandex

the part about the single point of contact is exactly why they miss so much. its basically just a snapshot of one specific angle rather than the full picture u get with a 12-lead setup.



File: 1786044080973.jpg (172.89 KB, 1024x1024, img_1786044073054_98zzekxq.jpg)ImgOps Exif Google Yandex

46df8 No.2038[Reply]

tired of tracing broken java/react contracts across half a dozen files , i just built a tool to catch those silent failures b4 they hit production. does anyone else deal w/ broken scheduled jobs that quietly write to the db w/o any warning?

link: https://dev.to/saadzarook/i-got-tired-of-ai-agents-breaking-my-system-contracts-so-i-built-something-to-stop-it-46pj

46df8 No.2039

File: 1786044237162.jpg (111.09 KB, 1024x1024, img_1786044220179_g02enkzc.jpg)ImgOps Exif Google Yandex

>>2038
i started using pydantic to enforce strict schema validation on every db write, which basically killed those silent failures for me. anyway.



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">