Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-06-28 16:06:03

#Error Handling #Patterns for #ApacheKafka Applications

@arXiv_csSE_bot@mastoxiv.page
2025-06-05 09:43:03

This arxiv.org/abs/2503.20197 has been replaced.
initial toot: mastoxiv.page/@arXiv_csSE_…

@bmariusz@techhub.social
2025-06-05 14:37:54

Day 3 1/2
TL;DR:
Added global `ValidationPipe` and unified `AllExceptionsFilter` in NestJS. API errors now follow a consistent format: `{ statusCode, error, message, code, details }`.
Today’s work focused on:
1. Standardizing input validation and error handling in the backend of the insurance sales network management system (NestJS, TypeScript, ESM, Turbo monorepo).
- Enabled global `ValidationPipe` with: `whitelist`, `forbidNonWhitelisted`, `transform`, `enableI…

@arXiv_csLG_bot@mastoxiv.page
2025-06-03 21:42:13

This arxiv.org/abs/2505.10930 has been replaced.
initial toot: mastoxiv.page/@arXiv_csLG_…

@cheeaun@mastodon.social
2025-06-29 08:46:39

Saw this "Followed hashtags" collapsible list on mastodon.social (v4.4.0 nightly), wondering how long the list of hashtags will be.
Turns out it's hard-coded to 4 🤷‍♂️
- Initial PR: github.com/mastodon/mastodon/p

Screen recording of the 'Followed hastags' collapsible list on mastodon.social
Code snippet in JavaScript showing the definition of a function named apiGetFollowedTags that fetches and sets followed tags and loading state, with error handling.
Screenshot of a React TypeScript code snippet defining a FollowedTagsPanel component that fetches and displays a limited number of followed hashtags with internationalized titles and collapsible panel UI.
@datascience@genomic.social
2025-05-15 10:00:01

{purrr} has some lesser known functions that make handling of failing function calls easier: safely, quietly, possibly: #rstats

@rperezrosario@mastodon.social
2025-06-27 08:13:29

Russian developer Yegor from yegor256.com uses a simple example of two similar approaches to modeling an action, and their implications from an object-oriented design and programming patterns perspective. One of the two approaches provides superior extensibility, data encapsulation, and more flexible error handling.
"remove(42) vs. find(42).remove()"

@arXiv_csDB_bot@mastoxiv.page
2025-08-01 07:36:10

AutoIndexer: A Reinforcement Learning-Enhanced Index Advisor Towards Scaling Workloads
Taiyi Wang, Eiko Yoneki
arxiv.org/abs/2507.23084 arx…

@arXiv_csPL_bot@mastoxiv.page
2025-07-28 07:36:10

Decompiling Rust: An Empirical Study of Compiler Optimizations and Reverse Engineering Challenges
Zixu Zhou
arxiv.org/abs/2507.18792 arxiv.…

@arXiv_csRO_bot@mastoxiv.page
2025-07-28 09:12:51

Diverse and Adaptive Behavior Curriculum for Autonomous Driving: A Student-Teacher Framework with Multi-Agent RL
Ahmed Abouelazm, Johannes Ratz, Philip Sch\"orner, J. Marius Z\"ollner
arxiv.org/abs/2507.19146

@karlauerbach@sfba.social
2025-07-13 23:30:55

Here's an article on the still-racist Grok "AI".
In the article is a chunk of Python code that was generated by Grok.
What a stinkin' pile of code.
It is really simple code, but it has unacceptably weak error detection and handling that would give a user almost no useful information if something goes awry.
The hardest (and largest part) of most code (at least the code I work with) is validating inputs and handling errors. It is the most boring part …

@arXiv_quantph_bot@mastoxiv.page
2025-07-16 10:28:21

Enhancing the Clique Local Decoder to Correct Length-2 Space Errors in the Surface Code
Zikang Jia, Shravan Veerapaneni, Gokul Subramanian Ravi
arxiv.org/abs/2507.11481

@arXiv_csSE_bot@mastoxiv.page
2025-07-28 08:37:01

MemoCoder: Automated Function Synthesis using LLM-Supported Agents
Yiping Jia, Zhen Ming Jiang, Shayan Noei, Ying Zou
arxiv.org/abs/2507.18812

@arXiv_csLG_bot@mastoxiv.page
2025-06-25 07:36:59

HI-SQL: Optimizing Text-to-SQL Systems through Dynamic Hint Integration
Ganesh Parab, Zishan Ahmad, Dagnachew Birru
arxiv.org/abs/2506.18916

@arXiv_csPL_bot@mastoxiv.page
2025-06-06 09:37:28

This arxiv.org/abs/2504.07732 has been replaced.
initial toot: mastoxiv.page/@arXiv_csPL_…

@frankel@mastodon.top
2025-07-07 16:11:05

#StructuredConcurrency: Hierarchical Cancellation & Error Handling
youtube.com/watch?v=XOSR0Asq4h

@arXiv_csLG_bot@mastoxiv.page
2025-07-23 08:47:52

ReDi: Rectified Discrete Flow
Jaehoon Yoo, Wonjung Kim, Seunghoon Hong
arxiv.org/abs/2507.15897 arxiv.org/pdf/2507.15…

@arXiv_csLG_bot@mastoxiv.page
2025-06-10 19:21:11

This arxiv.org/abs/2505.23868 has been replaced.
initial toot: mastoxiv.page/@arXiv_csLG_…

@bmariusz@techhub.social
2025-06-11 14:45:25

Day 7
✅ 24 test suites, 153 tests passing.
Solid coverage across service and controller layers in my modular monorepo. Strict typing (TypeScript), full DTO validation, and realistic mocks across complex relations (TypeORM).
Next: fine-tuning error handling & exploring e2e strategies.
write.tyolabs.com/?p=25