📊 Nowe badanie 200 000 interakcji z AI pokazuje, że wpływ na inżynierów jest złożony, a sztuczna inteligencja przekształca — ale nie jednorodnie zastępuje — ten zawód.
🔗 https://link.ie.social/wD5u1w
🔗 https://link.ie.social/wD5u1w
Interesting Engineering
Are engineers at risk from AI? A new study suggests it's complicated
Engineers may face job shifts as AI advances. A recent study suggests automation’s effects will vary by field.
Polski gracz zapytał PayPala o brak płatności w złotówkach na Steam. Chwilę później zablokowano mu konto | GRYOnline.pl https://share.google/AlmU3ZvmXqEVBP9vG
GRY-Online.pl
Polski gracz zapytał PayPala o brak płatności w złotówkach na Steam. Chwilę później zablokowano mu konto
Użytkownicy platformy Steam nie zapłacą już za zakupy z usługą PayPal w wielu walutach, w tym w złotówkach.
Forwarded from 👌🏼Ciekawostki & pomysły & fantazje🚀 (Tomasz Starszy od Arpanetu)
#TSMC ustaliło cenę wafli 2 nm na poziomie 30 000 dolarów za sztukę (czyli 50% więcej niż 3 nm.) Amerykańska inwestycja zwraca się szybciej niż przewidywano | PurePC.pl
https://www.purepc.pl/tsmc-ustalilo-cene-wafli-2-nm-na-poziomie-30-000-dolarow-za-sztuke-amerykanska-inwestycja-zwraca-sie-szybciej-niz-przewidywano
#chipy
https://www.purepc.pl/tsmc-ustalilo-cene-wafli-2-nm-na-poziomie-30-000-dolarow-za-sztuke-amerykanska-inwestycja-zwraca-sie-szybciej-niz-przewidywano
#chipy
PurePC
TSMC ustaliło cenę wafli 2 nm na poziomie 30 000 dolarów za sztukę. Amerykańska inwestycja zwraca się szybciej niż przewidywano
TSMC wycenia wafle 2 nm na 30 000 USD i pokazuje, że fabryka w Arizonie zaczyna przynosić zyski. To wyraźnie zmienia równowagę sił w sektorze półprzewodników.
Forwarded from r/Linux memes
Forwarded from r/Linux memes
Media is too big
VIEW IN TELEGRAM
Forwarded from r/Linux memes
Forwarded from r/Linux memes
Forwarded from r/Linux memes
just a hobby, won’t be big and professional like gnu: the ultimate "task failed succesfully" that continues for 34 years.
https://redd.it/1mzv1me
@r_linuxmemes
https://redd.it/1mzv1me
@r_linuxmemes
Geoffrey #Hinton – Wikipedia, wolna encyklopedia, noblista z fizyki, jeden z twórców sztucznych sieci neuronowych.
https://pl.wikipedia.org/wiki/Geoffrey_Hinton
https://pl.wikipedia.org/wiki/Geoffrey_Hinton
Wikipedia
Geoffrey Hinton
Geoffrey Everest Hinton CC FRS FRSC FAAAI (ur. 6 grudnia 1947 w Londynie) – kanadyjsko-brytyjski informatyk, psycholog poznawczy, najbardziej znany ze swoich prac nad sztucznymi sieciami neuronowymi, jeden z pionierów sztucznej inteligencji, nazywany jej…
Forwarded from r/Linux memes
Forwarded from r/Linux memes
#Hinton ostrzega przed #AI.
Droga na skróty bez zrozumienia może być niebezpieczna.
https://youtu.be/Si6xhigObEY?si=l8q0S8D5Je3kGRui
Droga na skróty bez zrozumienia może być niebezpieczna.
https://youtu.be/Si6xhigObEY?si=l8q0S8D5Je3kGRui
YouTube
Ojciec Chrzestny AI ostrzega: "Już tego nie powstrzymamy." | Geoffrey Hinton (Nobel) Fireside-Chat
📖 Książka “Tytani” Macieja Kaweckiego: https://bit.ly/TytaniMK
🔔 Partnerem kanału jest RocketJobs - portal pracy przszłości: https://oferty.rocketjobs.pl/0y9WjRR
🔔 Przetestuj ZEN.COM przez 4 miesiące za darmo z kodem THISISIT lub przez link: https://be.zen.com/THISISIT…
🔔 Partnerem kanału jest RocketJobs - portal pracy przszłości: https://oferty.rocketjobs.pl/0y9WjRR
🔔 Przetestuj ZEN.COM przez 4 miesiące za darmo z kodem THISISIT lub przez link: https://be.zen.com/THISISIT…
#Propaganda #AI 🆚 realny stan #neuronauki na dziś.
https://youtu.be/kgl5UiIK0sc?si=yxwEfJBSebAlvLmu
#profDurka #interfaceMózgKomputer
https://youtu.be/kgl5UiIK0sc?si=yxwEfJBSebAlvLmu
#profDurka #interfaceMózgKomputer
YouTube
Kościół AI – jego kapłani chcą, żebyśmy wierzyli we wszechmoc i autonomię modeli | prof. Piotr Durka
📖 Poznaj nasze wydawnictwo: https://radionaukowe.pl/wydawnictwo
📚 Wygodne zakupy książek: https://wydawnictwoRN.pl
👉 Zostań Patronem: https://patronite.pl/radionaukowe
👉 Wesprzyj jednorazowo: https://suppi.pl/radionaukowe
🎧 Posłuchaj na streamingu: http…
📚 Wygodne zakupy książek: https://wydawnictwoRN.pl
👉 Zostań Patronem: https://patronite.pl/radionaukowe
👉 Wesprzyj jednorazowo: https://suppi.pl/radionaukowe
🎧 Posłuchaj na streamingu: http…
Forwarded from TechLead Bits
Measuring System Complexity
I think we can all agree that the less complex our systems are, the easier they are to modify, operate and troubleshoot. But how can we properly measure complexity?
The most popular answer will be something related to cyclomatic complexity or number of code lines. But have you ever tried to use them in practice? I found them absolutely impractical and not actionable for huge codebases. They will always show you some numbers detecting the system is big and complex. Nothing new actually 🙃
I found more practical alternatives in Google SRE book:
🔸 Training Time: Time to onboard a new team member to the team.
🔸 Explanation Time: Time to explain high-level architecture of the service.
🔸 Administrative Diversity: Number of ways to configure similar settings in different parts of the system.
🔸 Diversity of Deployed Configurations: Number of configurations that are deployed in production. It can include installed services, their versions, feature flags, environment-specific parameters.
🔸 Age of the System: The older system tends to be more complex and fragile.
Of course, these metrices are not mathematically precise, but they provide high level indicators of the overall complexity of the existing architecture, not just individual blocks of code. And most importantly, they show what direction we should take to improve the situation.
#engineering #systemdesign
I think we can all agree that the less complex our systems are, the easier they are to modify, operate and troubleshoot. But how can we properly measure complexity?
The most popular answer will be something related to cyclomatic complexity or number of code lines. But have you ever tried to use them in practice? I found them absolutely impractical and not actionable for huge codebases. They will always show you some numbers detecting the system is big and complex. Nothing new actually 🙃
I found more practical alternatives in Google SRE book:
🔸 Training Time: Time to onboard a new team member to the team.
🔸 Explanation Time: Time to explain high-level architecture of the service.
🔸 Administrative Diversity: Number of ways to configure similar settings in different parts of the system.
🔸 Diversity of Deployed Configurations: Number of configurations that are deployed in production. It can include installed services, their versions, feature flags, environment-specific parameters.
🔸 Age of the System: The older system tends to be more complex and fragile.
Of course, these metrices are not mathematically precise, but they provide high level indicators of the overall complexity of the existing architecture, not just individual blocks of code. And most importantly, they show what direction we should take to improve the situation.
#engineering #systemdesign
❤1