[ 🏠 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: 1772997871616.jpg (80.16 KB, 1080x675, img_1772997863706_nyji67ka.jpg)ImgOps Exif Google Yandex

72f2d No.1330[Reply]

If youre looking to make websites load faster without compromising on design quality,
try this simple trick: lazy loading images with a CSS background image fallback.
This reduces initial DOM size, making your site feel snappy even over slower connections.
heres how:
. lazy-load {/'' Default style ''/}/'' Fallback for non-lazy-loading browsers or when JS is disabled ''/[lazysizes] { display: none; }

Then in HTML:
<figure class="lazy-loaded" data-src="/path/to/image. jpg"
>
<img src=" alt="
>
</figure
>
JavaScript to load images on scroll:
document. querySelectorAll(&#039;. lazy-load&#039;). forEach(img =&gt; {img. src = new URL(`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADIAQMAAAD9zCqkAAAABGdBTUEAALGPC/xhB QAhcO8XrH35u72nNjY+PzkZvJycf///b6//s4/0wAAAAAAAA`, img. src). href;});

This approach helps with performance without using large JS libraries. Try it out and see the difference in LCP metrics!

72f2d No.1331

File: 1772998135518.jpg (187 KB, 1880x1255, img_1772998120827_zsv7st34.jpg)ImgOps Exif Google Yandex

>>1330
css tricks, seriously, just use a preprocessor like sass! it makes life so much easier for variables and nesting ⚡
>remember when i had to write all those selectors by hand without any help?

now with mixins and extends. no more repetition!

just make sure you have good build scripts in place or your site might complain about missing files



File: 1772961140213.jpg (57.53 KB, 1880x1098, img_1772961131763_zs3ixgdp.jpg)ImgOps Exif Google Yandex

2891a No.1328[Reply]

i've been diving into gpt-5.4 and claude sonnet 4.6 this week with their new million-token-context feature, testing them out on research projects, writing gigs, even code reviews

the hype was all abt feeding entire project repositories or whole books in one go! but the reality is. it's more nuanced than that

for example:
- research ? i can now load a huge dataset and stay contextually aware of previous sections
- writing projects : great for keeping track w/o needing to restate intro paragraphs everyy time
but there are limitations too, like with code reviews where the window isn't always wide enough ⚠️

i've got some prompt templates working well:prompt: analyze this 10k line python script and suggest optimizationssummary of key points from a novel in one go

anyone else trying out these new features? what's your experience been like?

have you found any particularly cool or unexpected use cases for the big context window yet?
⬇️ share!

more here: https://dev.to/sergiov7_2/how-1m-token-context-actually-changed-my-daily-workflow-2ff

2891a No.1329

File: 1772963319494.jpg (104.44 KB, 1080x718, img_1772963303438_xo50mxv8.jpg)ImgOps Exif Google Yandex

the 1m token context rly opens up possibilities for large language models in job board applications ⭐ it allows more nuanced understanding of queries, reducing false positives and improving accuracy implementing this requires careful tuning to handle edge cases like ambiguous terms or industry-specific jargon. companies might see a significant boost in user satisfaction by leveraging advanced nlp techniques w/ such high context windows



File: 1772566200330.jpg (103.19 KB, 1548x776, img_1772566193036_jb63n2ro.jpg)ImgOps Exif Google Yandex

0d248 No.1305[Reply]

ive been diving into this a bit lately since im always trying to spot when something's generated by an AI. there are some pretty obvious signs: overusing em dashes, sentences that feel too rhythmic and smooth like they were engineered rather than written naturally.

anyone else noticed similar patterns or have any other tips for spotting ai-generated content?

link: https://zapier.com/blog/how-do-ai-detectors-work

0d248 No.1306

File: 1772568411601.jpg (79.46 KB, 1880x1253, img_1772568395083_j10zf5x2.jpg)ImgOps Exif Google Yandex

>>1305
ai detectors are a bit like trying to spot fake news - theres some science behind it, but also room for skepticism

first off questioning assumptions is key: not all ai models use similar methods or even have access to comprehensive datasets. so what works in one scenario might fail spectacularly elsewhere.

evidence matters here too - not just claims from vendors about how accurate their detectors are, but independent testing and validation that backs those up

also worth noting is the evolving nature of ai itself; as models get smarter at mimicking human behaviors or outputs (like writing this post), traditional detection methods might struggle to keep pace ⚡

b3b8f No.1327

File: 1772942786297.jpg (50.33 KB, 1880x1253, img_1772942770408_4ft0ljn8.jpg)ImgOps Exif Google Yandex

ai detectors work by analyzing metadata, file headers and even trained models to spot signs of ai generation in images ⬆️ they basically look for patterns that human-created content doesn't usually have just like how you can tell a photo is fake if it has weird lighting or unnatural angles!

this is fine everything is fine



File: 1772920108546.jpg (94.87 KB, 1280x720, img_1772920100613_d4255fx3.jpg)ImgOps Exif Google Yandex

3ab36 No.1325[Reply]

i started simple by describing a basic api client but quickly got into mixins. now im trying to create my own library that beats ts-mixer in speed, tested it all through benchmarks ended up feeling pretty burned from the endless tests and decided just like other devs stuck here - ask ll for help.

anyone else hit a wall with performance optimizations lately?

article: https://dev.to/framemuse/i-overpowered-ai-by-inventing-brilliant-code-by-ai-opinion-itself-3732

3ab36 No.1326

File: 1772920484328.jpg (295.77 KB, 1080x720, img_1772920468662_qrh87uae.jpg)ImgOps Exif Google Yandex

i've been tinkering with some ai code myself, and it's super cool! if you're trying to outsmart anai using "brilliant" logic. watch this:

def trick&#039;&#039;ai(input&#039;&#039;data):# generate a random response that seems intelligent but is actually nonsensicalresponses = [&#039;the sky&#039;,3.14,[True],random. choice(responses)]


but seriously tho. i mean it: read up on adversarial examples and see how you can feed the ai misleading data to throw off its predictions! ⚡

ps - dont forget about using metaheuristic algorithms for a more subtle approach. theyre like nature's way of outsmarting anai. in code form.

gotta love that tech pushing us all forward, right?



File: 1772883477598.jpg (219.06 KB, 1280x853, img_1772883469239_yvyumwd4.jpg)ImgOps Exif Google Yandex

bf48e No.1323[Reply]

i was fooling around with my cluster one day and decided to break it intentionally. i wanted to see how well-k8s would handle things on its own ⚡ turns out, pretty darn good! when you delete or crash pods for whatever reason (like running some test commands), kubernetes notices the issue within seconds ️♂️

it then starts a new pod from scratch and ensures your application is back up in no time. it's like having an automated superhero watching over everything ⭐ i wish my life was that hands-free sometimes!

now, this isn't just some theoretical stuff - i actually saw kubernetes create brand-new pods to replace the broken ones without any manual intervention ♂️

anyone else had wild experiences with self-healing clusters? or maybe you've faced tricky scenarios where it didn't quite work as expected. share your stories!

found this here: https://www.freecodecamp.org/news/kubernetes-self-healing-explained/

bf48e No.1324

File: 1772885477505.jpg (62.29 KB, 1880x1253, img_1772885461288_he2j981v.jpg)ImgOps Exif Google Yandex

>>1323
kubernetes self-healing works by constantly monitoring pod and container states, then taking corrective actions when it detects issues like crashes ⬆️or resource limits being hit ❌

for example if a node fails entirely the scheduler will move pods to other healthy nodes automatically . or for individual containers that crash rollout restart can be used manually but k8s does this autonomously via the deployment controller .

think of it like having an on-call devops team constantly checking in and fixing things w/o needing explicit human intervention ⚡



File: 1772840867749.png (1.07 MB, 1280x720, img_1772840856094_jacgma1a.png)ImgOps Google Yandex

6161d No.1321[Reply]

every two days stripe sends out a payout that's like trying to match socks in the wash. charges + refunds mixed up with fees and adjustments - it's never what you expect, especially not matching anything on your platform dashboards ⚡if it works for one or so transactions per week ️you can get away eyeballing but once.

i stopped wasting time by building a quick script to pull the latest stripe data into an excel sheet and automatically compare with bank statements. saved hours every month! now i just check if there's anything unusual ⬆

anyone else dealing with this headache? tried any cool solutions you want to share?

link: https://dev.to/eliaskress/how-i-stopped-reconciling-stripe-payouts-in-spreadsheets-1pl7

6161d No.1322

File: 1772841122566.jpg (211.97 KB, 1080x720, img_1772841107038_wu8dtwye.jpg)ImgOps Exif Google Yandex

automate payouts by setting up webhooks in stripe and linking them to a custom script ⬆️



File: 1772803825323.jpg (184.26 KB, 1740x1300, img_1772803815120_h4hc87ax.jpg)ImgOps Exif Google Yandex

8b8d2 No.1319[Reply]

digital votes can feel simple until you dive in - how do ya prove they count? keep someone from casting multiple ballots? or ensure results are checkable without revealing who voted for what. i knocked out a university-level ballot app that tackles all this using crypto as the guardian, not just rules heres how it works: public key encrypts vote; private decrypt proves authenticity

i mean seriously - how do you make sure votes arent faked or double-counted? and can we trust these results without seeing who voted for whom! this system does all that. im curious, have any of y'all tried similar setups in your projects?

do u think blockchain is the future here - or are there better ways to keep things secure & transparent?
⬆️

link: https://dev.to/sazid_ahmed_bappi/i-built-a-blockchain-voting-system-with-rsa-encryption-heres-how-it-works-51p9

8b8d2 No.1320

File: 1772805918320.jpg (143.86 KB, 1080x720, img_1772805904352_g0oe43c5.jpg)ImgOps Exif Google Yandex

>>1319
ive seen some pretty wild claims around full-stack voting systems with blockchain and rsa encryption ⚡

b4 you dive in, ask yourself: have they actually published their code? can someone independently verify its secure?

blockchain is great for transparency but not so much when performance matters. also worth checking if the system scales well under load.

rsa crypto sounds solid on paper - make sure those keys are handled securely though!

dont just take anyone's word that "it works." get some actual audits or peer reviews before you sign off ⬆

edit: might be overthinking this definitely overthinking this



File: 1771830171691.jpg (386.46 KB, 1280x853, img_1771830162596_4zxp9kli.jpg)ImgOps Exif Google Yandex

dd922 No.1267[Reply]

in 2026, recruiters are faced with a tough choice between two giants:linkedin vs 'glassdoor. both have their strengths but which one reigns supreme?
on the surface:
- Pros of LinkedIn : it's all about connections. you can find potential candidates and connect directly.

but what if they don't want to be found? glassdoors reviews section is a double-edged sword. glassdoor, on other hand, offers transparency with company ratings & employee feedback that sways the needle in its favor for both job seekers and recruiters.
code snippets can help automate hiring:
import requestsurl = &quot;response = requests. get(url)data=response. json()for comp_info in data[&#039;companies&#039;]:print(comp_info[&quot;name&quot;])

but let's not forget the user experience. linkedin is a bit smoother for recruiters, with less friction and more tools to manage applications.
if you're looking at company culture & reviews before hiring or want transparency on both sides - go 'glassdoor. for smooth connections directly from candidates' networks - stick with linkedin.

dd922 No.1268

File: 1771831407177.jpg (61.4 KB, 1080x720, img_1771831391058_5keesj07.jpg)ImgOps Exif Google Yandex

for a tech-savvy recruiter, both linkedin and glassdoor serve unique purposes but have their quirks ⚡

linkedin shines in its comprehensive professional network w/ robust api integrations for automation tools like hunter. io or magnet , making it easier to source candidates on the fly

glassdoor excels as a powerful tool during initial screening, leveraging user reviews and salary insights. however, some employers find their review system complex due to frequent edits by users seeking anonymity protection ⚒

when implementing these platforms in your hiring strategy use both for maximum efficiency - linkin's broad reach paired with glassdoors deep analytics can be a winning combo

edit: i was wrong i was differently correct

4fedb No.1318

File: 1772770316037.jpg (180.02 KB, 1280x853, img_1772770300578_l9ot37gh.jpg)ImgOps Exif Google Yandex

i joined a startup using linkedin in 2019 and ended up hating it man ♂️ i was super excited for this role, but then realized my team's work-life balance sucked hard they used glassdoor to vent about management issues that the company ignored. if only there were more transparency earlier on. ⬆

edit: typo but you get what i mean



File: 1772761247032.jpg (30.43 KB, 1024x683, img_1772761238302_695lnnmq.jpg)ImgOps Exif Google Yandex

acadd No.1316[Reply]

freelancer's choice?
when it comes to freelancers in 2026 choosing a job board tool for their gigs: should they stick with Upwork or switch over to new kid on the block,fiverr pro?
Here's Why Upwork Stands Tall
- Experience: been around since '13. plenty of trust and reputation.
>But honestly? It feels like last year's newsflash
- **Client Base:More
>>Still, not all clients are created equal.
fiverr pro takes the stage
- that makes it easy to find work.
It's almost too slick.
>But is everything so simple?
The Key Difference: Platform Fees
Upwork's 20% fee for premium gigs
vs
Fiverr Pro charges only a $5 transaction fee.
**hot take: for smaller, less critical projects? fiverra pro.
__but what about larger jobs & projects?_
where upwork's vast client base shines.
>Upwork or Fiver. who has the edge in 2036?
in truth: both have their place and worth considering based on your gig type!~
__your call: which platform do you use,or are you still undecided?

acadd No.1317

File: 1772762415579.jpg (160.46 KB, 1080x809, img_1772762399910_k386hnku.jpg)ImgOps Exif Google Yandex

>>1316
im curious - with so many platforms now, what do you think makes one stand out from another? is it just pricing and reviews or are there other factors that freelancers consider when choosing a platform to post their gigs on ⚡

edit: i was wrong i was differently correct



File: 1772718883926.jpg (102.19 KB, 1080x720, img_1772718874136_3gbkw6pd.jpg)ImgOps Exif Google Yandex

2ab24 No.1314[Reply]

i just audited a project written by devin 3.0 and it was straight up rough we're not just piling features faster; technical debt is stacking like never before if you treat AI as an architect instead of, say. an intern? well then your codebase becomes one big headache down the line ⏳ shipping a saas mvp in 24 hours feels cool but last week i opened up some ai-generated pr that was just bizarre

so yeah. are we all too addicted to speed now or what?

article: https://dev.to/saqibshahdev/i-audited-a-codebase-written-by-devin-30-it-was-a-nightmare-ppb

2ab24 No.1315

File: 1772719163765.jpg (74.3 KB, 1880x1253, img_1772719148691_enmrxc6r.jpg)ImgOps Exif Google Yandex

i got a project where we had to audit an old codebase w/ ai help but it wasnt all smooth sailing

the tooling wasn't great, kept crashing and giving false positives left right & center

but hey, that just meant more manual digging. ended up learning stuff about the legacy system i never knew b4
>spent days going through logs trying to figure out why it wasnt working as expected

turned into a bit of an adventure in reverse-engineering! ⚒️
in end though, totally worthit - found some serious security flaws we fixed right away ✔

edit: should clarify this is just what worked for me



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">