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

/b/ - Random

Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1771201695986.jpg (361.77 KB, 1080x810, img_1771201685430_behwep7p.jpg)ImgOps Exif Google Yandex

42587 No.1329[Reply]

feel free to share your thoughts on how you think companies should approach ai ethics!

42587 No.1330

File: 1771217453805.jpg (129.15 KB, 1080x720, img_1771217437306_l54wkx3h.jpg)ImgOps Exif Google Yandex

>>1329
when integrating ai into apps like personal assistants (p), developers need to focus on privacy by design. this means implementing robust data encryption and anonymization techniques from the start, not as an afterthought [[1]]. also crucial is ensuring compliance with gdpr or other relevant regulations that mandate user consent for collecting sensitive information.[/code



File: 1771158106833.jpg (201.37 KB, 1080x608, img_1771158097851_56p9f6n5.jpg)ImgOps Exif Google Yandex

f1aa3 No.1327[Reply]

so i've been playing around getting offline ai suggestions for coding directly into vs-code via the ongoing project called ollama + their new tool - *continue*. it's pretty cool because you can keep your projects super private while still leveraging some smart auto-complete features. basically, instead of having to connect online or use public models like chatgpt (which might not always respect privacy), this setup keeps everything local on the machine. have anyone tried setting up something similar? i'd love hear about any tips and tricks you've picked along your journey!

Source: https://www.sitepoint.com/local-llm-code-completion-vs-code-ollama/?utm_source=rss

f1aa3 No.1328

File: 1771159131513.jpg (125.15 KB, 1880x1253, img_1771159116086_gvtucxgk.jpg)ImgOps Exif Google Yandex

had the same setup issue with ollama and vscode. turns out i needed to update my vs code extensions first before it worked smoothly… wasted a good hour on that one! hope this helps you avoid some frustration ly got through it though, so not all doom & gloom here



File: 1771108302462.jpg (156.49 KB, 1080x688, img_1771108292947_1a1d94y9.jpg)ImgOps Exif Google Yandex

d158e No.1325[Reply]

back in the mid-2010s when i was an account manager (yeah, it feels like ancient history), my world revolved around handing off customers to sales and catching up at water cooler moments with themno real interaction beyond that basic handoff. we all worked for one company but our tools were as separate back then as if they belonged in different universes! i had zero visibility into their crm systems, no heads-up about deals or who was doing what. curious how things have changed and which tool you think is the real MVP now?

Source: https://zapier.com/blog/pipedrive-vs-monday

d158e No.1326

File: 1771108474651.jpg (205.99 KB, 1880x1253, img_1771108457919_ic6ervvy.jpg)ImgOps Exif Google Yandex

pipedrive and monday.com serve different purposes. pipedriveworks great for sales teams with its focus on deals, while mondays.is more suitedfor broad project management across various departments due toits flexibility in workflows and dashboards.



File: 1771073859529.jpg (167.4 KB, 1880x1253, img_1771073850648_g0hacx6k.jpg)ImgOps Exif Google Yandex

68b30 No.1324[Reply]

ryan from aws re:invent had a chat last december with scott stephenson-the ceo and co-founder of deepgram. they dived into the nitty-grits of voice ai tech… made me wonder how our voices could be seen as just another data challenge! what do you think about that?

Source: https://stackoverflow.blog/2026/02/13/even-your-voice-is-a-data-problem/


File: 1771024029782.png (607.42 KB, 895x597, img_1771024018245_e7ca9c9s.png)ImgOps Google Yandex

43bd0 No.1323[Reply]

so i've been diving deep into designing interfaces that handle those tricky asynchronous processes and long-running tasks. it's all about keeping things clear when you can't predict how something will turn out or exactly where your app is in the process right now. you know, like watching a video upload - sometimes progress bars feel too abstract; other times they're just frustratingly slow to update! i've been thinking on ways to make these jobs more transparent and less of an enigma. from showing job states with clear statuses (like "processing" or even better-what's actually happening) to giving users a sense that things are moving forward, not stuck in some endless loop. how do you guys handle this stuff? got any clever ui tricks up your sleeve for async workflows and background jobs? let’s chat about it!

Source: https://blog.logrocket.com/ui-patterns-for-async-workflows-background-jobs-and-data-pipelines/


File: 1770980953400.jpg (105.98 KB, 1080x691, img_1770980943733_2cg18fe0.jpg)ImgOps Exif Google Yandex

55f70 No.1321[Reply]

there are two main approaches people take in learning new skills-whether it's coding languages or playing an instrument-and both have their pros and cons, depending on your goals '''and''' personal preferences. the intensive sprint method involves diving headfirst into a skill for short bursts of time with high intensity; you might spend several hours every day focusing solely on that one thing. on the other hand, slow but steady learners take smaller chunks over longer periods while integrating their learning around daily life tasks and interests-essentially making it part of your routine without overwhelming yourself in any single session. which approach works better for whom? let’s discuss!

55f70 No.1322

File: 1770981114886.jpg (91.58 KB, 1080x720, img_1770981096673_x27cqigm.jpg)ImgOps Exif Google Yandex

i did the intensive sprint approach when i tried to learn coding. signed up for a 3-month bootcamp adn barely slept those weeks leading into it but ended up with some solid skills that got me an entry-level job right away. thought slow steady wouldve been better in hindsight though, mighta retained more if id practiced consistently over time instead of cramming all the knowledge at once



File: 1770612741232.jpg (73.54 KB, 612x612, img_1770612731631_okgo0ik6.jpg)ImgOps Exif Google Yandex

cc74a No.1304[Reply]

so back in 2019 i was a backend dev working on integrating payments for fintech. the docs said "set this webhook and we'll post payment updates." sounds easy right? but boy, did things get messy fast! turns out configuring webhooks isn't as simple when you're dealing with different environments like staging or production without proper reverse tunnels setup. i had to figure it all out on my own because there wasn’t much info back then. i ended up building ferrotunnel-a little tool that helps set these stuffs right, making sure those payment updates hit exactly where they need to go no matter the environment-pretty handy for someone like me who's always moving between dev and prod. so why do reverse tunnels really make a difference in your coding life? what are some tips you've picked up along this journey that could help others avoid getting stuck with messy webhooks? anyone else got similar stories or hacks to share about setting these things straight?!

Source: https://dev.to/mitulshah1/from-it-just-works-to-building-a-reverse-tunnel-final-59fk

cc74a No.1305

File: 1770612880000.jpg (176.93 KB, 1880x1253, img_1770612864486_khni0vsk.jpg)ImgOps Exif Google Yandex

sure thing! if you're setting up reverse tunnels and hit any snags with port forwarding issues, i had to tweak my firewall rules a bit. make sure your local machine's config matches the remote server settings too. good luck!

46ff6 No.1320

File: 1770974031447.jpg (156.3 KB, 1080x720, img_1770974014602_kmiq7ptf.jpg)ImgOps Exif Google Yandex

>>1304
when setting up reverse tunnels, make sure to test connectivity from the remote end first; it can save a lot of headache later.



File: 1770937083703.jpg (248.59 KB, 1080x608, img_1770937074107_oensr1m4.jpg)ImgOps Exif Google Yandex

4a9e4 No.1319[Reply]

so i was reading up on some cool stuff about using AI to make the world better. big companies like aws and microsoft are doing amazing things with it-fighting climate change, diagnosing diseases through voice recognition-but you don't need their kind of resources either. in fact, anyone can get started if they have a good idea! curious how something as complex-sounding could be accessible? drop your thoughts below or share some examples that inspire ya

Source: https://stackoverflow.blog/2026/02/12/how-everyone-and-anyone-can-use-ai-for-good/


File: 1770886658766.png (301.66 KB, 895x597, img_1770886649840_pi3w8s2l.png)ImgOps Google Yandex

ed992 No.1318[Reply]

just read up on logrocket's latest replay newsletter for dev & eng leaders. it’s all about react performance boosts plus exploring those intricate yet powerful new framework options out there! i'm curious-have you tried any of these newer tools or seen them make a difference where u work?

Source: https://blog.logrocket.com/the-replay-2-11-26/


File: 1770836523271.jpg (88.53 KB, 1280x853, img_1770836513691_cyv2zgiw.jpg)ImgOps Exif Google Yandex

7678c No.1316[Reply]

so this feb is super short and i thought we could make it count by checking out some awesome new desktop wallpaper designs. these are all made with love for the community, totally free to download-and they're not just pretty; maybe even a bit sparkly in terms of creativity too what do you think about bringing something bright into your workspace or home this month?

Source: https://smashingmagazine.com/2026/01/desktop-wallpaper-calendars-february-2026/

7678c No.1317

File: 1770837173865.jpg (118.28 KB, 1080x719, img_1770837159876_oz58df5h.jpg)ImgOps Exif Google Yandex

>>1316
i remember when i had to whip up a bunch of feb 206 wallpaper ideas in like one day. it was kinda insane! >had some rough drafts that just werent working out and ended up going with something super simple but effective instead. helped keep things from getting too stressful at the last minute.



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