#exception — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #exception, aggregated by home.social.
-
#exception : a thing that is excluded
- French: exception
- German: die Ausnahme
- Italian: eccezione
- Portuguese: exceção
- Spanish: excepción
------------
Word of The Hour's Annual Survey @ https://wordofthehour.org/r/form
-
Un article qui semble très complet, et qui fournit tout un tas de moyens pour rendre le code Rust conforme avec les exigences classiques de production (comme par exemple l'observabilité et compagnie) https://corrode.dev/blog/hardening-rust/ #rustlang #programming #erreur #sécurité #observabilité #exception
-
Un article qui semble très complet, et qui fournit tout un tas de moyens pour rendre le code Rust conforme avec les exigences classiques de production (comme par exemple l'observabilité et compagnie) https://corrode.dev/blog/hardening-rust/ #rustlang #programming #erreur #sécurité #observabilité #exception
-
@PinkNews @politics-PinkNews It's a shame Charles Davey is a #transphobe, but that is no reflection on his brother, #EdDavey. I'm glad the official #policy of the #LibDems is to oppose the #EHRC #guidelines, & to #support the whole #LGBTIQA #community without #exception. Charles Davey's argument is total nonsense.
-
@PinkNews @politics-PinkNews It's a shame Charles Davey is a #transphobe, but that is no reflection on his brother, #EdDavey. I'm glad the official #policy of the #LibDems is to oppose the #EHRC #guidelines, & to #support the whole #LGBTIQA #community without #exception. Charles Davey's argument is total nonsense.
-
CW: SFW PhotoArt/PhotoFun
#ℕ𝕊𝔽𝕎 #𝕋𝕙𝕣𝕖𝕒𝕕 #𝕊𝕖𝕥𝕤
#𝔼𝕒𝕔𝕙 #𝕄𝕒𝕤𝕥𝕠𝕕𝕠𝕟 #𝕃𝕚𝕟𝕜
𝕀 𝕕𝕠𝕟'𝕥 #ℙ𝕠𝕤𝕥 𝕦𝕟𝕥𝕚𝕝
𝕥𝕙𝕖 #𝕋𝕙𝕣𝕖𝕒𝕕𝕊𝕖𝕥 𝕚𝕤
#ℙ𝕠𝕤𝕥𝕖𝕕 𝕚𝕟 #𝔽𝕦𝕝𝕝.
𝕋𝕙𝕖𝕤𝕖 𝟚 #𝕋𝕙𝕣𝕖𝕒𝕕𝕊𝕖𝕥𝕤
𝕒𝕣𝕖 𝕒𝕟
#𝔼𝕩𝕔𝕖𝕡𝕥𝕚𝕠𝕟.
ℍ𝕠𝕨 𝕤𝕠?
ℕ𝕠𝕥 𝕓𝕖𝕔𝕒𝕦𝕤𝕖
#𝕊𝔽𝕎 #ℙ𝕚𝕔𝕤
𝕣𝕒𝕥𝕙𝕖𝕣 𝕥𝕙𝕒𝕥
𝕋𝕙𝕖𝕤𝕖 𝟚 𝕊𝕖𝕥𝕤
𝕒𝕣𝕖 #𝕆𝕟𝕘𝕠𝕚𝕟𝕘;
#ℙ𝕙𝕠𝕥𝕠 #𝔽𝕦𝕟
𝕗𝕠𝕣 #𝕌𝕡𝕕𝕒𝕥𝕖𝕤.
ℙ𝕙𝕠𝕥𝕠 #𝔸𝕣𝕥
𝕗𝕠𝕣 𝕄𝕒𝕤𝕥𝕠𝕕𝕠𝕟 #𝕃𝕚𝕟𝕜𝕤.𝕋𝕙𝕖𝕤𝕖 𝟚 𝕃𝕚𝕟𝕜𝕤 𝕒𝕣𝕖
𝕗𝕠𝕣 #𝔽𝕖𝕕𝕚𝕧𝕖𝕣𝕤𝕚𝕒𝕟𝕤
𝕨𝕙𝕠'𝕕 𝕝𝕚𝕜𝕖 𝕥𝕠
#𝕍𝕚𝕖𝕨 𝕀𝕟 #𝕆𝕣𝕕𝕖𝕣
#𝕄𝕒𝕟𝕪 𝕠𝕣 #𝔸𝕝𝕝
#ℙ𝕠𝕤𝕥𝕖𝕕 𝕊𝕠 𝔽𝕒𝕣.https://mastodon.social/@StefsPicks/116620722783063910
https://mastodon.social/@StefsPicks/116620753061427380
#𝕊𝕒𝕞𝕡𝕝𝕖
𝕠𝕗 𝔼𝕒𝕔𝕙 -
J'adore l'idée, et elle est facilement applicable en Java. https://mastodon.social/@treyhunner/116602475738974535 #java #exception #assertions #méthode
-
J'adore l'idée, et elle est facilement applicable en Java. https://mastodon.social/@treyhunner/116602475738974535 #java #exception #assertions #méthode
-
Movie TV Tech Geeks #TVFeatures #Exception #Netflix #Horror Forget 'Alien' — Netflix’s Overlooked 8-Part Sci-Fi Horror Series Turns 1 Fatal Error Into a Survival Nightmare http://dlvr.it/TSWBB1
-
TIL Ruby's Exception class has a `detailed_message` method which includes both the exception class and its message:
begin
1 / 0
rescue => e
puts e.detailed_message # => "divided by 0 (ZeroDivisionError)"
endI've lost count of the number of times I've implemented something very similar myself! 🤦
https://docs.ruby-lang.org/en/master/Exception.html#method-i-detailed_message
-
TIL Ruby's Exception class has a `detailed_message` method which includes both the exception class and its message:
begin
1 / 0
rescue => e
puts e.detailed_message # => "divided by 0 (ZeroDivisionError)"
endI've lost count of the number of times I've implemented something very similar myself! 🤦
https://docs.ruby-lang.org/en/master/Exception.html#method-i-detailed_message
-
One of the coolest techniques for writing structured code is to use a decorator. Ruby has a Delegator class (https://docs.ruby-lang.org/en/master/Delegator.html), a DelegateClass method (https://docs.ruby-lang.org/en/master/Object.html#method-i-DelegateClass) and a simple delegation implementation SimpleDelegator (https://docs.ruby-lang.org/en/master/SimpleDelegator.html). If you are really interested in their implementation, you can find the source code here (https://github.com/ruby/delegate/blob/master/lib/delegate.rb).
-
حكينا قبل برشة مرّات على مشاريع يمنعوا ال
#AI
أما عمرنا ما حكينا على مشاريع يقبلوا ال
#AI
مثلا
#Mesa
إلّي صرّحت راهي مش تقبل مساهمات ال
#AI
https://www.phoronix.com/news/Mesa-Two-Gen-AI-Policies
ثمّة إقتراح متاع
#Driver
يحارب ال
#USB Devices
إلّي فيهم مشاكل
#Malicious
https://itsfoss.com/news/linux-driver-proposal-malicious-hid-devices/
#Fedora
كانت توفّر ال
#Updates
ل
#Mesa #Drivers
عادي كيمة كلّ
#Update
أما توّ
#Fedora
عملتهم
#Exception
و مش يولّيوا يجيوا مع كلّ
#Release
https://www.phoronix.com/news/Mesa-Updates-Exception-Fedora -
حكينا قبل برشة مرّات على مشاريع يمنعوا ال
#AI
أما عمرنا ما حكينا على مشاريع يقبلوا ال
#AI
مثلا
#Mesa
إلّي صرّحت راهي مش تقبل مساهمات ال
#AI
https://www.phoronix.com/news/Mesa-Two-Gen-AI-Policies
ثمّة إقتراح متاع
#Driver
يحارب ال
#USB Devices
إلّي فيهم مشاكل
#Malicious
https://itsfoss.com/news/linux-driver-proposal-malicious-hid-devices/
#Fedora
كانت توفّر ال
#Updates
ل
#Mesa #Drivers
عادي كيمة كلّ
#Update
أما توّ
#Fedora
عملتهم
#Exception
و مش يولّيوا يجيوا مع كلّ
#Release
https://www.phoronix.com/news/Mesa-Updates-Exception-Fedora -
Angels’ Jorge Soler gets into fight with Atlanta’s Reynaldo López https://www.rawchili.com/mlb/669548/ #AngelStadium #Angels #atlanta #AtlantaBraves #AtlantaBraves #Baseball #bench #braves #exception #FifthInningTuesdayNight #fight #HighPitch #JorgeSoler #López #MLB #mound #player #punch #ReynaldoLópez #side
-
#exception : or as to the decision of a judge, in the course of a trail, or in his charge to a jury
- French: exception
- German: die Ausnahme
- Italian: eccezione
- Portuguese: exceção
- Spanish: excepción
------------
Word of The Hour's Annual Survey @ https://wordofthehour.org/r/form
-
#exception : or as to the decision of a judge, in the course of a trail, or in his charge to a jury
- French: exception
- German: die Ausnahme
- Italian: eccezione
- Portuguese: exceção
- Spanish: excepción
------------
Word of The Hour's Annual Survey @ https://wordofthehour.org/r/form
-
[Перевод] Почему GZIP сыпал исключениями только в жару и в дождь
В квартире стояла летняя жара. Впрочем, ненадолго: хозяин квартиры как раз привез мне кондиционер, и его пора было запускать. Через несколько недель Я писал на C# программу для распаковки gzip-файлов и неожиданно поймал странное исключение, из которого следовало, что архив поврежден. Ситуация выглядела дико: ошибка намекала на поврежденный архив, хотя сам файл не выглядел реально битым. Сказать, что это напрягало значит ничего не сказать...
-
More observations about checked vs. unchecked exceptions and why unchecked exceptions should not be called "exception". I rather suggest "explainer". Thy explain why an operation could not be performed.
https://miamao.de/blog/2026-02/23.When_is_an_Exception_an_Exception.html
#exception #uncheckedException #Java #TypeScript #Python #Rust
-
Junior Devs Use try-catch Everywhere. Senior Devs Use These 4 #Exception Handling Patterns
-
Junior Devs Use try-catch Everywhere. Senior Devs Use These 4 #Exception Handling Patterns
-
Terrific explanation of the inner-workings of the #CommonLisp condition system (a powerful superset of #exception handling that can do way more cool stuff, like restarts): https://www.youtube.com/watch?v=pkqQq2Hwt5o
Basically, the condition system itself is built directly in Common Lisp using facilities in the language that are available to the user: dynamic variables, closures, and non-local flow-control (tagbody/go and block/return-from). Nice syntax/structure provided by macros, of course. Fucking brilliant.
-
Terrific explanation of the inner-workings of the #CommonLisp condition system (a powerful superset of #exception handling that can do way more cool stuff, like restarts): https://www.youtube.com/watch?v=pkqQq2Hwt5o
Basically, the condition system itself is built directly in Common Lisp using facilities in the language that are available to the user: dynamic variables, closures, and non-local flow-control (tagbody/go and block/return-from). Nice syntax/structure provided by macros, of course. Fucking brilliant.
-
Wenn du gerade erst mit dem Programmieren in Java startest, wirst du relativ schnell über einen Begriff stolpern: "Fail Fast". Klingt erstmal nach einem fancy Buzzword, steckt aber etwas sehr Handfestes dahinter: Der Code soll möglichst früh, möglichst klar und möglichst laut kaputtgehen, wenn
https://magicmarcy.de/fail-fast-statt-spaet-kaputt
#Fail #Exception #Java #Vorbedingungen #IllegalArgumentException #FailFast #Programming
-
Wenn du gerade erst mit dem Programmieren in Java startest, wirst du relativ schnell über einen Begriff stolpern: "Fail Fast". Klingt erstmal nach einem fancy Buzzword, steckt aber etwas sehr Handfestes dahinter: Der Code soll möglichst früh, möglichst klar und möglichst laut kaputtgehen, wenn
https://magicmarcy.de/fail-fast-statt-spaet-kaputt
#Fail #Exception #Java #Vorbedingungen #IllegalArgumentException #FailFast #Programming
-
Une façon assez propre de faire rentrer le vieux code avec des exceptions dans tous les sens dans du code où les erreurs sont des alternatives aux succès. Comme le dit l'auteur, c'est une façon de donner au code Java un style proche de ce que fait Rust. https://github.com/Veldin/ResultTryEx/tree/master #java #rustlang #exception #erreur
-
Une façon assez propre de faire rentrer le vieux code avec des exceptions dans tous les sens dans du code où les erreurs sont des alternatives aux succès. Comme le dit l'auteur, c'est une façon de donner au code Java un style proche de ce que fait Rust. https://github.com/Veldin/ResultTryEx/tree/master #java #rustlang #exception #erreur
-
USC and Notre Dame will not play football rivalry game in 2026 https://www.rawchili.com/nfl/620291/ #agreement #break #discussion #exception #Football #FootballRivalryGame #LosAngelesTimes #month #negotiation #NewNonconferenceOpponent #NotreDame #person #PublicPosturing #RivalrySeries #season #USC
-
Report: Bulls granted disabled player exception for Noa Essengue https://www.rawchili.com/nba/479378/ #Basketball #BillyDonovan #Bulls #Chicago #ChicagoBulls #ChicagoBulls #exception #GermanLeague #JoelLorenzi #KeithSmith #NBA #NoaEssengue
-
I'm trying to #parse a string into an int in an #esphome lambda. I can use std::stoi() and it works, but I'm struggling at error management. It raises an #exception if the string is not parseable (i.e. "text" instead of "2"), but ESPHome disables the exceptions, so I can't simply try-catch it...
ATM the code is mostly working, but if the string isn't a valid int, the entire device crashes D:
How am I supposed to implement this? -
I'm trying to #parse a string into an int in an #esphome lambda. I can use std::stoi() and it works, but I'm struggling at error management. It raises an #exception if the string is not parseable (i.e. "text" instead of "2"), but ESPHome disables the exceptions, so I can't simply try-catch it...
ATM the code is mostly working, but if the string isn't a valid int, the entire device crashes D:
How am I supposed to implement this? -
#exception : or as to the decision of a judge, in the course of a trail, or in his charge to a jury
- French: exception
- German: die Ausnahme
- Italian: eccezione
- Portuguese: exceção
- Spanish: excepción
------------
Word of The Hour's Annual Survey @ https://wordofthehour.org/r/form
-
“Palestine Exception, #American #Exceptionalism: Two sides of the Same Bloody Coin”
by Benay Blend in The Palestine Chronicle
@[email protected]
@[email protected] @[email protected]“‘#Palestine #Exception’ serves as the most recent documentary exploring the wave of crackdown from college administrators, the media, police and politicians who oppose calls for a ceasefire and divestment from corporations that do business with ‘Israel’.”
-
“Generally a browser's most important thing is their engine.”
Think more, and you'll realise that #Vivaldi is an #exception. It's only #sellingPoint, as I said, is the #UI. There are many other #privacyFocused #browsers, #VivaldiBrowser's #powerfull #features are what keep it #afloat TBH.
"It's somehow fine for them to take the work of others, but this doesn't go both ways? Does this not sound a bit weird to you?"
If they make their work #available to be accessed by anyone, they'll die in the end. #VivaldiTechnologies is a much smaller company compared to #Google and #Mozilla.
"But even with Mozilla actively trying to make Firefox the worst it can be, the debloated forks are nowhere near as popular as the main thing, so your whole argument falls flat in reality."
No, it doesn't, because #FF was released much earlier than V. This means it had much more time to become #popular enough to keep it's #userbase, while Vivaldi wouldn't.
"forks are unlikely to become more popular than the main thing to begin with. They'd have to really fuck shit up to make a fork suddenly take all their marketshare, and at that point its just the market working as intended."
Yes, for more popular browsers. But for new ones, this is not true.
-
“Generally a browser's most important thing is their engine.”
Think more, and you'll realise that #Vivaldi is an #exception. It's only #sellingPoint, as I said, is the #UI. There are many other #privacyFocused #browsers, #VivaldiBrowser's #powerfull #features are what keep it #afloat TBH.
"It's somehow fine for them to take the work of others, but this doesn't go both ways? Does this not sound a bit weird to you?"
If they make their work #available to be accessed by anyone, they'll die in the end. #VivaldiTechnologies is a much smaller company compared to #Google and #Mozilla.
"But even with Mozilla actively trying to make Firefox the worst it can be, the debloated forks are nowhere near as popular as the main thing, so your whole argument falls flat in reality."
No, it doesn't, because #FF was released much earlier than V. This means it had much more time to become #popular enough to keep it's #userbase, while Vivaldi wouldn't.
"forks are unlikely to become more popular than the main thing to begin with. They'd have to really fuck shit up to make a fork suddenly take all their marketshare, and at that point its just the market working as intended."
Yes, for more popular browsers. But for new ones, this is not true.
-
Обработка исключений в 1С
При работе любого приложения могут возникнуть ситуации, приводящие к аварийному завершению работы программы. Еще хуже, если такие ошибки приводят к появлению уязвимостей и возможностям их эксплуатации. Для предотвращения проблем, связанных с исключительными ситуациями при работе приложений, применяются специальные обработчики исключений. В этой статье мы поговорим об обработке исключений в конфигурациях 1С. В частности, мы посмотрим, как можно перехватывать исключения правильно и не очень правильно. Все перечисленные рекомендации представлены на сайте данного вендора и являются обязательными, если не указано иное. Статья может быть полезна архитекторам и разработчикам приложений в 1С.
https://habr.com/ru/companies/otus/articles/930142/
#1с #exception #обработка_исключений #исключения_в_1С #обработчики_ошибок #журнал_событий_1С #отладка_1С #программирование_в_1С
-
#exception : or as to the decision of a judge, in the course of a trail, or in his charge to a jury
- French: exception
- German: die Ausnahme
- Italian: eccezione
- Portuguese: exceção
- Spanish: excepción
------------
Join our new subreddit for language learners @ https://reddit.com/r/LearnANewLanguage
-
There are some truths, the force and validity of which we readily admit, in all cases except our own; and there are other truths so self-evident that we dare not deny them, but so dreadful, that we dare not believe them.
Charles Caleb "C. C." Colton (1780-1832) English cleric, writer, aphorist
Lacon: Or, Many Things in Few Words, Vol. 1, § 370 (1820)Sourcing, notes: wist.info/colton-charles-caleb…
#quote #quotes #quotation #qotd #denial #disbelief #exception #truths #verities
-
[Перевод] Обработка исключений в рабочих процессах с использованием Flowable
Исключения являются частью любого процесса. Разработчики, создающие бизнес-процессы, должны уметь обрабатывать исключения в бизнес-кейсе, чтобы гарантировать, что сам процесс устойчив и может продолжаться после возникновения сбоев. Логика обработки исключений различается в зависимости от вашей задачи и инструментов, которые у вас есть в распоряжении. В этой заметке я попытался определить различные методы обработки исключений, используя язык паттернов. Каждый паттерн следует определённой структуре, называемой Контекст (общая ситуация, в которой проблема повторяется), Проблема (формулировка), Условия (условия, при которых можно рекомендовать предложенные решения) и Решение . Итак, давайте приступим.
-
Встреча ISO C++ в Софии: С++26 и рефлексия
Привет! На связи Антон Полухин из техплатформы городских сервисов Яндекса, и сейчас я расскажу о софийской встрече Международного комитета по стандартизации языка программирования C++, в которой принимал активное участие. Это была последняя встреча, на которой новые фичи языка, с предодобренным на прошлых встречах дизайном, ещё могли попасть в C++26. И результат превзошёл все ожидания: compile-time-рефлексия рефлексия параметров функций аннотации std::optional<T&> параллельные алгоритмы Об этих и других новинках расскажу в посте
https://habr.com/ru/companies/yandex/articles/920470/
#c++29 #с++29 #c++26 #с++26 #с++ #c++ #reflection #constexpr #exception #simd #safety #security #undefined_behavior #annotations #parallel_programming #executor #executors #ranges #coroutines
-
A new blood type discovered in France: "Gwada negative", a global exception
#HackerNews #A #new #blood #type #discovered #in #France: #Gwada #negative #a #global #exception
bloodtype #discovery #France #GwadaNegative #medicalnews #globalhealth
-
A new blood type discovered in France: "Gwada negative", a global exception
#HackerNews #A #new #blood #type #discovered #in #France: #Gwada #negative #a #global #exception
bloodtype #discovery #France #GwadaNegative #medicalnews #globalhealth
-
Почему Exceptions в Java не взлетели — и что с этим делать в 2025 году
Всем привет! Меня зовут Илья, я работаю в Райффайзен Банке. Мы пишем свои бэкенд-сервисы на Java и Kotlin, поэтому зачастую приходится переключаться с одного языка на другой. Из-за этого невольно начинаешь сравнивать подходы и механизмы одного языка с его JVM-собратом. Сегодня я бы хотел поговорить об одном из таких механизмов — пропагации ошибок и исключений. Используете ли вы в своем коде исключения? Ответ кажется странным, так как исключения являются неотъемлемой частью Java. Но что, если я спрошу, используете ли вы исключения для управления логикой своей программы?
https://habr.com/ru/companies/raiffeisenbank/articles/919152/
#java #kotlin #exception #exception_handling #typed_error #arrow
-
A quotation from Mignon McLaughlin
The past is rich in lessons from which we would greatly profit except that the present is always so full of Special Circumstances.
Mignon McLaughlin (1913-1983) American journalist and author
The Neurotic’s Notebook, ch. 10 (1963)Sourcing, notes: wist.info/mclaughlin-mignon/76…
#quote #quotes #quotation #qotd #details #difference #exception #experience #extrapolation #history #learning #lessons #past #precedent #present #uniqueness
-
There are no exceptions to the rule that everyone thinks they’re an exception to the rules.
Banksy (b. 1974?) England-based pseudonymous street artist, political activist, film director
Wall and Piece, “Cops” (2005)Sourcing, notes: wist.info/banksy/76852/
#quote #quotes #quotation #qotd #banksy #exception #outlier #reality #rules #specialcase #unique #perspective #humannature
-
Customize Your Error Pages in Quarkus: Because 500 Deserves Better Than “Oops!”
Give your users something better than a blank 500 screen. https://myfear.substack.com/p/quarkus-custom-error-pages-rest-qute
#Quarkus #Java #Exception #ErrorPages -
https://woodruff.dev/error-propagation-with-so-simple-so-smart/ - #Rust has a really clean way of #Exception propagation . Nice post https://github.com/cwoodruff.
-
Ok #vibecoding fans.. here's Reason #76 for why #AI #codebots aren't ready to supplant us #developers.
Working on a #CLI that manipulates files; unhandled exception appears! Its late so I paste the exception+ #stacktrace into my notes2self.txt, go to bed.
Today, remember the #exception, go handle/fix/trap it. Still drops exception. WTF. Tearing hair out, I keep prompting Copilot, changing the model used, I have refactored whole swaths of code following its advice. Getting nowhere.
1/
-
【Kotlin Coroutines Flow】take や first は CancellationException が発生している
https://qiita.com/Xylocopa/items/56fd193eeeb53593e81b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items -
Linked is a good article about raising exceptions in python. For me it also showed me some interesting “advanced” (or is it idiomatic) python. https://salas.com/2025/01/06/when-to-use-raise-from/#python #exception-handling #raise #debugging #python-tips #programming