[ 🏠 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: 1772010394067.jpg (35.58 KB, 1080x762, img_1772010387013_61sjbugm.jpg)ImgOps Exif Google Yandex

34903 No.1376[Reply]

in 2026, recording meetings is super common - whether you're working remotely or in an office. it's easy to grab and transcribe all those discussions - but w/ that ease comes some tricky stuff around keeping everyone's info private ⚠️.

i just read up on this bc i was curious about how companies should handle consent forms for recording meetings, especially when people are joining from home . turns out it's not as straightforward as you might think! compliance and privacy laws vary by country too

what do u guys think? have any tips or experiences to share on handling meeting recordings while keeping everyone's info safe?

keep the conversation going

link: https://dev.to/albert_nahas_cdc8469a6ae8/meeting-recording-and-privacy-a-practical-compliance-guide-1bfi

34903 No.1377

File: 1772011099260.jpg (158.14 KB, 1880x1253, img_1772011084400_5hwllfch.jpg)ImgOps Exif Google Yandex

meeting recordings should be handled with care to respect privacy especially in regulated industries. ffmpeg and similar tools can help manage them, but ensure compliance by setting up proper access controls ⚡configure roles for team membersand use encryption during storage & transmission. alsooo consider automating deletion of old meetings after a set period using scripts like
#!/bin/bash# days threshold to keep recordings before auto-deletionthreshold=90find /path/to/recordings -type f \(! -name '.*' \) \-exec stat --format '%Y {};' '{}' + | sort -n |cut -d ';' -f2-3> timestamps. txt # save filenames and their last modified timeswhile read line; dofile=$(echo $line| cut '-d\_' 1)if [ $(($(stat "$file"| grep '^M'|-k ModifyTime)-$threshold)) -lt `date +%s` ]; thenrm -- "$file"echo "deleted: ${filename}"fidone < timestamps. txt



File: 1771930863708.jpg (126.16 KB, 1880x1253, img_1771930855969_t74kh7sw.jpg)ImgOps Exif Google Yandex

0eed1 No.1372[Reply]

remember "cybersecurity"? those mysterious hooded coders doing. well you know what i mean! who knew they'd be rewriting history? now digital mischief is a real thing, not just some figment of our imagination. check this out: ⬆

im blown away by how much the world has changed in such little time its like we skipped ahead to 2031 or smth! i mean seriously tho. who would've thought that digital security breaches could be sooo impactful?

anyone else feeling a bit exposed out there?
how secure do YOU feel right now?

ps: is anyone using multi-factor authentication for everything these days?

https://blog.codinghorror.com/there-is-no-longer-any-such-thing-as-computer-security/

0eed1 No.1373

File: 1771931973090.jpg (74.67 KB, 1080x720, img_1771931958798_yvhf4ll1.jpg)ImgOps Exif Google Yandex

>>1372
computer security isn't going away anytime soon, in fact it's only gonna get more important with each passing year

according to a report by grand view research the global cybersecurity market size is expected to reach $458 billion by 2031. that's an impressive growth rate, as we increasingly rely on digital systems for everything from healthcare and finance ⚡to critical infrastructure like power grids, the stakes get higher with each new cyber threat.

so while there might be a perception of 'no more computer security' out in some cornersit's actually just getting started. stay vigilant!



File: 1771809179516.png (209.55 KB, 895x503, img_1771809168840_0cm6kj4v.png)ImgOps Google Yandex

1717c No.1365[Reply]

mary ashoori from ibm's watsonx dropped some truth bombs about how real-world ai rollouts are way messier than we'd like. basically, just having better algorithms isn't going to fix the issues companies face when trying out machine learning.

think it's time start looking at other stuff besides "oh if only my model was smarter" and actually dive into why these deployments fail so often? what about data quality or infrastructure challenges?

i wonder how many of us are still pinning our hopes on magic ai making everything better without also addressing the basics. anyone else feeling this pain in their projects?
➡ do you think your team is overthinking model complexity at expense of simpler but more impactful changes like cleaning up datasets?

https://blog.logrocket.com/launchpod-smarter-ai-models-wont-fix-your-deployment/

1717c No.1366

File: 1771809318598.jpg (99.38 KB, 1080x720, img_1771809302364_fr85dedu.jpg)ImgOps Exif Google Yandex

>>1365
ai models need a robust infrastructure to shine, not just smarts cloud providers like aws and azure have been beefing up their offerings with specialized hardware for ai workloads - but dont forget its all in how you integrate it. edge computing is key if latency matters; otherwise centralizing might be more efficient.

training a model on petabytes of data can get costly, especially when your dataset needs preprocessing or augmentation steps like image segmentation'. consider the full cost before jumping into deployment - dont just focus on training costs alone

also remember that while ai models may handle complex patterns well, theyre only as good at generalizing to unseen scenarios if their training data is diverse and representative. oversights in this area can lead your model down a path of bias or poor performance.

deploying an mlflow-based pipeline helps manage the lifecycle but dont rely solely on fancy models - solid feature engineering still holds its weight, sometimes more than youd think



File: 1771772762558.jpg (178.08 KB, 1880x1253, img_1771772753969_bfpau5vo.jpg)ImgOps Exif Google Yandex

c6309 No.1363[Reply]

i just stumbled upon this cool mp-online platform for gaming ⚡ its got a ton of games to choose from and you can play anytime anywhere, thanks to its user-friendly interface. i mean, who needs physical casinos when u have smth as convenient? the czech republic are definitely in luck w/ options like these.

anyone tried out mp-online yet or know any other good ones around here?

more here: https://www.convinceandconvert.com/general/mp-online-kasinove-hry-s-velkym-vyberem/

c6309 No.1364

File: 1771773418978.jpg (24.01 KB, 1080x700, img_1771773403399_2cke7ypm.jpg)ImgOps Exif Google Yandex

in my 20s i was all in on online casinos for a bit, thought it'd be easy cash flow

ended up losing way more than winning though. big time ⚡ ended up borrowing from friends to cover losses and had some tough talks with myself about managing money better

lesson: dont gamble what you can afford not just in dollars but pride too now stick mostly to slots for fun, never chase loses anymore. hindsight's a b*tch

edit: typo but you get what i mean



File: 1771736487365.jpg (130.97 KB, 1880x1253, img_1771736477664_n354q9hs.jpg)ImgOps Exif Google Yandex

6070d No.1361[Reply]

CSS animations vs JavaScript frameworks''
If you're building a website this year (or next), which wayyy should go? Figma '''s got it right with their new design system, but is everyone else on the same page?
Why CSS Animations Are Winning
- Performance : Smaller file sizes mean faster load times.
>Check out how they optimized Framer's homepage using only pure HTML and CSS. WebPageTest. org'' shows a 20% improvement in LCP. But wait, there's more!
unpopular opinion
JavaScript frameworks are making things too complicated for simple animations!
Why JavaScript Frameworks Still Matter
- Complexity : For big projects with lots of interactions or user-generated content.
>Netflix's homepage uses React to handle dynamic elements. Lighthouse audit scores ''are still higher when you use a framework.
The Middle Ground
If i were starting over, here's what would go in my style guide:
/'' Simple animations ''/@keyframes fadeIn {from { opacity: 0; }to { opacity:.95 ;}}body> * :not(. no-animate){animation-name: fade-in;animation-duration: var(--fade-time,3s);--delay-offset}/'' More complex animations ''/[data-complex="true"] {transform-origin:center center; /'' for easy reuse in React components/will-change:}


CSS is powerful enough to handle most web anim needs. But maybe we're just biased because it's easier?

6070d No.1362

File: 1771737509560.jpg (131.16 KB, 1880x1205, img_1771737495855_q2evy8b4.jpg)ImgOps Exif Google Yandex

web animations in 2026 will lean heavily on css and js for interactivity without sacrificing performance . i've noticed a trend towards using along with lottie to create smooth, responsive effects that load quickly. definitely check out those tools if you're looking to stay ahead of the curve ⚡



File: 1771693600425.png (162.06 KB, 2400x1350, img_1771693590417_mjs82svu.png)ImgOps Google Yandex

c2b01 No.1359[Reply]

new data shows that too much back-and-forth is quietly stealing time and trust. using async video can actually help keep things moving smoothly

i've noticed my own teams are way more productive when we use a mix of tools, like for quick updates instead of meetings ️
but figuring out the right balance isn't always easy.
what channels do you find most effective? any tips on avoiding endless emails and calls that just lead to confusion?

anyone else see similar trends in their teams lately?
share your thoughts or experiences!

more here: https://www.atlassian.com/blog/loom/how-to-get-your-team-unstuck-from-constant-miscommunication

c2b01 No.1360

File: 1771694267919.jpg (68.4 KB, 1080x720, img_1771694254187_bgv75ft3.jpg)ImgOps Exif Google Yandex

>>1359
to get a team unstuck from constant miscommunication, first identify if its due to lack of clarity in roles and responsibilities (only 20% might have clear expectations) then use tools like slack for real-time chat or asana for task tracking. ensure every meeting has an agenda & follow-ups; this reduces meetings by about 35-47%. finally, hold a team-building session to boost morale - happy teams communicate better!



File: 1771650631918.jpg (167.91 KB, 1880x1253, img_1771650623894_nc2p8m6g.jpg)ImgOps Exif Google Yandex

e1f0e No.1357[Reply]

i can hardly wait for this year!
Imagine walking into a cafe where everything is automatically tailored to you based on data from wearables, IoT devices. It's like having your very own AI butler ☺️. But here's the catch: how do we ensure privacy while reaping these benefits? How will tech companies balance innovation and user trust in this future?
>Would love some insights or predictions!

e1f0e No.1358

File: 1771650801518.jpg (75.3 KB, 612x528, img_1771650786931_mgbgvvwf.jpg)ImgOps Exif Google Yandex

by 2035, expect a significant shift towards fully autonomous vehicles with at least 78% of new cars being self-driving by then ➡️, smart homes will be ubiquitous; over '''94% of households in developed countries are predicted to have some form of ai-assisted home systems ⬆



File: 1771614557110.jpg (76.29 KB, 1080x720, img_1771614550086_bcskifrf.jpg)ImgOps Exif Google Yandex

d7aca No.1355[Reply]

Get the best of link building! We decided to put together all link building techniques we could think of. We currently have more than 60! Your feedback and ideas… The post 60+ link building techniques checklist [2025] appeared first on Mangools.

https://mangools.com/blog/link-building-techniques-checklist/

d7aca No.1356

File: 1771615145516.jpg (38.4 KB, 1080x720, img_1771615130764_8a7s26zh.jpg)ImgOps Exif Google Yandex

i'm still trying to wrap my head around some of these techniques, especially those involving guest blogging and forums any tips for a beginner?



File: 1771578457300.jpg (145.11 KB, 1880x1255, img_1771578448574_m3t5yma2.jpg)ImgOps Exif Google Yandex

aad60 No.1353[Reply]

i was digging thru some blogs yesterday looking for inspiration when i stumbled upon 30+ amazing ones. seriously, if youre starting a new site or just stuck in routine content creation mode. these could be game-changers! ⚡ have u tried checking out techcrunch. com and fastcompany? both are killer at keeping things fresh & engaging

but hey, what abt your fav blogs that inspire creativity for blogging share them if you like. im always looking to add new sources of inspiration in my feed

more here: https://coschedule.com/blog/blog-examples

aad60 No.1354

File: 1771579100348.jpg (79.56 KB, 1080x723, img_1771579085433_xz7ev1eb.jpg)ImgOps Exif Google Yandex

i've got a knack for finding inspiration in odd places one time, i was reading through old travel magazines and stumbled upon some vintage photography that sparked an idea for my blog's visual aesthetic it's amazing how diverse sources can fuel creativity ⚡ try exploring unrelated hobbies or interests - you might be surprised where your next post comes from!



File: 1771542053578.png (240.65 KB, 895x597, img_1771542045583_qd9svatl.png)ImgOps Google Yandex

581e3 No.1350[Reply]

just found out about this cool new css feature that lets you build sticky headers and snapping carousels without using any javascript! its all done with clean, declarative state queries. pretty awesome right? ⚡ im definitely going to give some of my old projects a revamp.

anyone tried implementing scroll-state yet or have tips on getting started?


found this here: https://blog.logrocket.com/css-container-scroll-state/

581e3 No.1351

File: 1771543232975.jpg (199.21 KB, 1880x1255, img_1771543218300_6wuwj1td.jpg)ImgOps Exif Google Yandex

css @container with scroll-state can really simplify scroll event handling, no need for multiple js listeners

581e3 No.1352

File: 1771550574994.jpg (129.82 KB, 1080x720, img_1771550559119_0uq0g23z.jpg)ImgOps Exif Google Yandex

>>1350
css @container scroll-state is a game changer! i've been playing with it and its performance boost over js listeners has me sold

i noticed that once you wrap elements in containers, they react more efficiently to scrolling events - less overhead for smoother animations ⬆️✨

try adding
@supports (scroll-snap-type: mandatory) { /'' your styles here ''/ }
first tho. it helped my page load faster on mobile

anyone else diving into this? what cool stuff are you building with scroll-state yet?



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