Tootfinder

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

@frankel@mastodon.top
2025-06-25 08:11:03

Soft vs. Hard Dependency. A Better Way to Think About Dependencies for More Reliable Systems
thecoder.cafe/p/soft-hard-depe

@netzschleuder@social.skewed.de
2025-07-25 05:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@arXiv_csCR_bot@mastoxiv.page
2025-07-25 08:51:32

PyPitfall: Dependency Chaos and Software Supply Chain Vulnerabilities in Python
Jacob Mahon, Chenxi Hou, Zhihao Yao
arxiv.org/abs/2507.18075

@arXiv_csCL_bot@mastoxiv.page
2025-07-25 10:07:42

Not All Features Deserve Attention: Graph-Guided Dependency Learning for Tabular Data Generation with Language Models
Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci
arxiv.org/abs/2507.18504

@fanf@mendeddrum.org
2025-08-19 14:42:03

from my link log —
Basic dependency injection with objects in OCaml.
gr-im.github.io/a/dependency-i
saved 2025-08-18

@0xced@hachyderm.io
2025-06-24 16:56:04

I just released nugraph, a #dotnet tool for creating visual dependency graph of NuGet packages.
Installation:
dotnet tool install --global nugraph
Usage for a NuGet package:
nugraph Azure.Core
or for a .NET project:
nugraph ~/Projects/Kerberos.NET/Bruce/Bruce.csproj
Many options are available, everything is documented on github.com/0xced/nugraph
Enjoy!
Here's the kind of graph it generates (Azure.Core example).

mermaid.live/view#pako:eNqcVU2

@mgorny@social.treehouse.systems
2025-07-24 03:59:47

#Python world be like:
"Oh, hi, we wrote a new library implementing this spec."
"Hey, it looks like it doesn't conform to the spec, it doesn't pass the examples from it."
"Oh, you're right, we'll fix it ASAP."
…and that was over 3 years ago.
And yet projects keep adding a dependency on this library which has a single "pre-alpha" release 3.5 years ago and whose very first bug report points out it's incorrect.

@jerome@jasette.facil.services
2025-08-24 17:14:19

Urban observations about #Winnipeg
-Why are the downtown streets so large? For a city built before car dependency, I find everything very large
-So many one-ways
-While it looks quite car centric, I see many people at bus stop. (I hope it means transit is decent and not that there’s isn’t enough bus)
-Sadly downtown has seen better days. Beautiful buildings but ma…

@arXiv_csAI_bot@mastoxiv.page
2025-07-23 10:00:02

LLM-Driven Collaborative Model for Untangling Commits via Explicit and Implicit Dependency Reasoning
Bo Hou, Xin Tan, Kai Zheng, Fang Liu, Yinghao Zhu, Li Zhang
arxiv.org/abs/2507.16395

@arXiv_csLG_bot@mastoxiv.page
2025-07-24 10:03:29

Met$^2$Net: A Decoupled Two-Stage Spatio-Temporal Forecasting Model for Complex Meteorological Systems
Shaohan Li, Hao Yang, Min Chen, Xiaolin Qin
arxiv.org/abs/2507.17189

@netzschleuder@social.skewed.de
2025-06-24 06:00:03

software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 1040 nodes and 5363 edges.
Tags: Technological, Software, Unweighted
networks.skewed.d…

software_dependencies: Software dependencies (2010). 1040 nodes, 5363 edges. https://networks.skewed.de/net/software_dependencies#jung-c
@arXiv_mathPR_bot@mastoxiv.page
2025-07-23 07:45:02

The dependency digraph for irreducible finite-range random walk in free groups
Chevalier Guillaume (IMB)
arxiv.org/abs/2507.15902

@arXiv_statML_bot@mastoxiv.page
2025-08-25 09:24:00

Deep Intrinsic Coregionalization Multi-Output Gaussian Process Surrogate with Active Learning
Chun-Yi Chang, Chih-Li Sung
arxiv.org/abs/2508.16434

@arXiv_csDC_bot@mastoxiv.page
2025-07-24 07:54:49

Auto-scaling Approaches for Cloud-native Applications: A Survey and Taxonomy
Minxian Xu, Linfeng Wen, Junhan Liao, Huaming Wu, Kejiang Ye, Chengzhong Xu
arxiv.org/abs/2507.17128

@arXiv_eessIV_bot@mastoxiv.page
2025-07-25 09:34:42

Direct Dual-Energy CT Material Decomposition using Model-based Denoising Diffusion Model
Hang Xu, Alexandre Bousse, Alessandro Perelli
arxiv.org/abs/2507.18012

@zachleat@zachleat.com
2025-07-22 13:53:27

is it too much to ask that a software dependency be:
1. fast
2. permissive open-source licensed
3. lightweight in bundle cost
4. lightweight in installation size
5. well-maintained
6. accurate
7. able to run in all of the marginally different JavaScript runtimes
8. human sourced to avoid ethical and future copyright issues with AI
9. use modern APIs and without vestigial polyfill bloat
10. use best progressive enhancement and accessibility p…

@arXiv_statME_bot@mastoxiv.page
2025-07-25 08:38:51

Bayesian Variable Selection in Multivariate Regression Under Collinearity in the Design Matrix
Joyee Ghosh, Xun Li
arxiv.org/abs/2507.17975

@arXiv_eessSP_bot@mastoxiv.page
2025-06-25 09:21:00

Low-Complexity Semantic Packet Aggregation for Token Communication via Lookahead Search
Seunghun Lee, Jihong Park, Jinho Choi, Hyuncheol Park
arxiv.org/abs/2506.19451

@philip@mastodon.mallegolhansen.com
2025-08-22 21:53:18

Ah, I figured it out. Classic.
Somewhere else in the project someone is mocking one of my dependencies and overwriting the singleton instance.
So it’s wholly non deterministic whether I get a working or broken dependency at runtime.
The debugger being attached slowed execution of my particular test, making it more likely the offending one had run in parallel before I finished stepping through the code.

@datascience@genomic.social
2025-08-17 10:00:01

Are you interested in how dependency-heavy your (or another) package is and why? #rstats

@arXiv_mathST_bot@mastoxiv.page
2025-08-22 08:33:01

Ties, Tails and Spectra: On Rank-Based Dependency Measures in High Dimensions
Nina D\"ornemann, Michael Fleermann, Johannes Heiny
arxiv.org/abs/2508.14992

@michabbb@social.vivaldi.net
2025-06-22 20:55:28

🔄 Key features include automatic garbage collection, extendable frontend formats & concurrent dependency resolution
⚡ Efficient instruction caching with build cache import/export capabilities & nested build job invocations

@arXiv_mathAP_bot@mastoxiv.page
2025-07-24 07:50:19

The $\overline\partial$-Robin Laplacian
Joaquim Duran
arxiv.org/abs/2507.16895 arxiv.org/pdf/2507.16895

@arXiv_csSE_bot@mastoxiv.page
2025-08-20 08:20:10

Structural and Connectivity Patterns in the Maven Central Software Dependency Network
Daniel Ogenrwot, John Businge, Shaikh Arifuzzaman
arxiv.org/abs/2508.13819

@frankel@mastodon.top
2025-07-22 08:19:01

#Figma's $300,000 Daily #AWS Bill Highlights Cloud Dependency Risks
infoq.com/news/2025/07/figma-a…

@arXiv_csGR_bot@mastoxiv.page
2025-06-24 10:04:40

A B-Spline Finite Element Method for Cloth Simulation
Yuqi Meng, Yihao Shi, Kemeng Huang, Ning Guo, Taku Komura, Yin Yang, Minchen Li
arxiv.org/abs/2506.18867

@arXiv_csAI_bot@mastoxiv.page
2025-06-24 09:14:10

Beyond Syntax: Action Semantics Learning for App Agents
Bohan Tang, Dezhao Luo, Jingxuan Chen, Shaogang Gong, Jianye Hao, Jun Wang, Kun Shao
arxiv.org/abs/2506.17697

@arXiv_csLO_bot@mastoxiv.page
2025-07-18 07:34:22

Dependency Pairs for Expected Innermost Runtime Complexity and Strong Almost-Sure Termination of Probabilistic Term Rewriting
Jan-Christoph Kassing, Leon Spitzer, J\"urgen Giesl
arxiv.org/abs/2507.12918

@arXiv_csCL_bot@mastoxiv.page
2025-08-25 10:02:40

CYCLE-INSTRUCT: Fully Seed-Free Instruction Tuning via Dual Self-Training and Cycle Consistency
Zhanming Shen, Hao Chen, Yulei Tang, Shaolin Zhu, Wentao Ye, Xiaomeng Hu, Haobo Wang, Gang Chen, Junbo Zhao
arxiv.org/abs/2508.16100

@netzschleuder@social.skewed.de
2025-07-17 20:00:05

python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
networks.sk…

python_dependency: Python Dependency Network. 58743 nodes, 108399 edges. https://networks.skewed.de/net/python_dependency
@arXiv_mathAG_bot@mastoxiv.page
2025-07-23 09:30:12

The GameTheory package for Macaulay2
Erin Connelly, Vincenzo Galgano, Zhuang He, Giacomo Maletto, Elke Neuhaus, Irem Portakal, Hannah Tillmann-Morris, Chenyang Zhao
arxiv.org/abs/2507.16755

@arXiv_csDB_bot@mastoxiv.page
2025-07-21 07:44:50

Efficient and Scalable Self-Healing Databases Using Meta-Learning and Dependency-Driven Recovery
Joydeep Chandra, Prabal Manhas
arxiv.org/abs/2507.13757

@arXiv_csCR_bot@mastoxiv.page
2025-08-22 09:43:20

IPIGuard: A Novel Tool Dependency Graph-Based Defense Against Indirect Prompt Injection in LLM Agents
Hengyu An, Jinghuai Zhang, Tianyu Du, Chunyi Zhou, Qingming Li, Tao Lin, Shouling Ji
arxiv.org/abs/2508.15310

@azonenberg@ioc.exchange
2025-07-20 02:10:52

Musing again about some kind of lightweight vector graphics format as an intermediate between (a subset of) SVG and ImDrawList. Probably YAML based since we already have yaml-cpp as a dependency.

@netzschleuder@social.skewed.de
2025-06-16 02:00:05

python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
networks.sk…

python_dependency: Python Dependency Network. 58743 nodes, 108399 edges. https://networks.skewed.de/net/python_dependency
@mgorny@social.treehouse.systems
2025-07-23 13:14:27

Okay, time to continue bashing. Perhaps this one project is just that bad, but Conan sounds like a complete antithesis of what a package manager is all about.
Well, this package insists to build its dependencies via Conan. Except it insists on really old versions that don't work with my glibc. So I need to start swapping dependencies.
Except it turns out Conan doesn't care much about resolving dependencies. So I actually need to start adjust versions of the dependencies of packages that it wants to build. And then it starts rebuilding other stuff and again everything fails because of incompatible versions.
And when I finally manage to find a working set, the actual project fails over protobuf version. After a long WTF-ing, I finally realize that it's complaining, because it somehow managed to mix the version of protobuf built by Conan and the external protobuf installed by Conda.
So yeah, great job. A package manager that doesn't really resolve dependencies but instead forces a dependency hell on you, and on top of that ends up mixing system packages with its own packages.

@compfu@mograph.social
2025-08-21 15:41:01

This is a really cool insight about talking to people who like to use Midjourney/ChatGPT. The comparison with plastic use (and also car dependency) is great. For both of these things we know that they waste precious resources, pollute the environment and are health hazards. But even people who know this will still not let go because it's too much work. AI is not yet at this point but may soon be...

@khalidabuhakmeh@mastodon.social
2025-08-19 13:23:51

Reviewing some #aspnetcore Minimal API endpoint code today, and the need to inject every dependency, even a “RedirectManager”, feels like a code smell.
There is an elegance to an MVC endpoint or Razor Page that exists in a self-aware context.

@michabbb@social.vivaldi.net
2025-07-23 13:05:54

The Custom #Tenant Code Nightmare (And How to Wake Up) 🏗️
🔥 Managing dozens of customer branches wastes 40% of development time on merges instead of features
🎨 Custom Views: Use fallback patterns
or customer-specific directories for branding without logic changes
⚙️ Custom Services: Swap implementations via dependency injection - same interface, different providers

@samir@functional.computer
2025-08-19 07:42:49

@… I really appreciated how Java would make me jump through a few hoops to set a private variable in an object controlled by a dependency, but it would absolutely do it. It’s something I definitely miss when writing Rust.
In JavaScript, you can make objects via classes/prototypes, or by closing over local variables. The latter hides them because there’s no way to re…

@ErikJonker@mastodon.social
2025-06-26 19:21:31

Every company or government should think about this, prepare exit and contingency plans. Also for other dependencies.
theregister.com/2025/06/26/cos

@arXiv_nlincd_bot@mastoxiv.page
2025-07-25 08:19:42

Toda lattice formed in nonequilibrium steady states of SWCNT
Heeyuen Koh, Shigeo Maruyama
arxiv.org/abs/2507.18412 arxiv.org/pdf/2507.18412…

@alsutton@snapp.social
2025-06-12 16:35:34

Thanks to the Dependency Track daily scan, vulnerabilities like this now get flagged pretty quickly so we can do an out-of-schedule dependency bump.
One less thing to worry about :)
#DevOps

@whitequark@mastodon.social
2025-07-15 00:47:21

ok but are you absolutely sure, libcxx?

#  if defined(_LIBCPP_STDATOMIC_H) || defined(kill_dependency) || defined(atomic_load)
#    define _LIBCPP_STDATOMIC_H_HAS_DEFINITELY_BEEN_INCLUDED 1
#  else
#    define _LIBCPP_STDATOMIC_H_HAS_DEFINITELY_BEEN_INCLUDED 0
#  endif

#  if _LIBCPP_STD_VER < 23 && _LIBCPP_STDATOMIC_H_HAS_DEFINITELY_BEEN_INCLUDED
#    error <atomic> is incompatible with <stdatomic.h> before C++23. Please compile with -std=c++23.
#  endif
@netzschleuder@social.skewed.de
2025-07-23 06:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@arXiv_csCL_bot@mastoxiv.page
2025-08-21 09:47:50

DEPTH: Hallucination-Free Relation Extraction via Dependency-Aware Sentence Simplification and Two-tiered Hierarchical Refinement
Yupei Yang, Fan Feng, Lin Yang, Wanxi Deng, Lin Qu, Biwei Huang, Shikui Tu, Lei Xu
arxiv.org/abs/2508.14391

@arXiv_quantph_bot@mastoxiv.page
2025-08-14 09:19:12

Parallel repetition of expanded, and multiplayer, Quantum games: anchoring, optimal values, generalized error bounds, dependency-breaking as symmetry-breaking
Pete Rigas
arxiv.org/abs/2508.09380

@arXiv_csET_bot@mastoxiv.page
2025-07-22 08:23:50

Design of an Edge-based Portable EHR System for Anemia Screening in Remote Health Applications
Sebastian A. Cruz Romero, Misael J. Mercado Hernandez, Samir Y. Ali Rivera, Jorge A. Santiago Fernandez, Wilfredo E. Lugo Beauchamp
arxiv.org/abs/2507.15146

@finlaydag33k@social.linux.pizza
2025-06-17 16:29:53

So what I learned from the recent Google outage, is how much of a cirklejerk "big tech" actually is.
Google did a fucky wucky... Which caused Cloudflare to go belly up, Shopify to go belly up, Spotify to go belly up...
Imagine having given *one* company having so much power that, if they make a mistake somewhere, half the internet is gone.
So if you self-host, make sure to see how your dependency chain is.
How much places can make a mistake that can knock you …

@arXiv_csCY_bot@mastoxiv.page
2025-08-20 08:40:20

Toward an African Agenda for AI Safety
Samuel T. Segun, Rachel Adams, Ana Florido, Scott Timcke, Jonathan Shock, Leah Junck, Fola Adeleke, Nicolas Grossman, Ayantola Alayande, Jerry John Kponyo, Matthew Smith, Dickson Marfo Fosu, Prince Dawson Tetteh, Juliet Arthur, Stephanie Kasaon, Odilile Ayodele, Laetitia Badolo, Paul Plantinga, Michael Gastrow, Sumaya Nur Adan, Joanna Wiaterek, Cecil Abungu, Kojo Apeagyei, Luise Eder, Tegawende Bissyande

@UP8@mastodon.social
2025-07-18 20:21:25

🎨 Droip: The Modern Website Builder WordPress Needed
#web

@Techmeme@techhub.social
2025-08-13 08:20:56

Arintra, whose AI medical coding system translates clinical documentation into insurance codes for healthcare providers, raised a $21M Series A led by Peak XV (Erin Brodwin/Axios)
axios.com/pro/health-tech-deal

@arXiv_statME_bot@mastoxiv.page
2025-07-23 08:59:22

Evaluating virtual-control-augmented trials for reproducing treatment effect from original RCTs
Alex Fernandes, Rapha\"el Porcher, Viet-Thi Tran, Fran\c{c}ois Petit
arxiv.org/abs/2507.16048

@arXiv_csHC_bot@mastoxiv.page
2025-08-11 08:55:00

It's a Complete Haystack: Understanding Dependency Management Needs in Computer-Aided Design
Kathy Cheng, Alison Olechowski, Shurui Zhou
arxiv.org/abs/2508.05940

@arXiv_csSE_bot@mastoxiv.page
2025-07-18 09:20:02

ROSE: Transformer-Based Refactoring Recommendation for Architectural Smells
Samal Nursapa, Anastassiya Samuilova, Alessio Bucaioni. Phuong T. Nguyen
arxiv.org/abs/2507.12561

@arXiv_csGR_bot@mastoxiv.page
2025-06-23 09:25:10

GratNet: A Photorealistic Neural Shader for Diffractive Surfaces
Narayan Kandel, Daljit Singh J. S. Dhillon
arxiv.org/abs/2506.15815

@arXiv_csCV_bot@mastoxiv.page
2025-06-17 09:58:01

MS-UMamba: An Improved Vision Mamba Unet for Fetal Abdominal Medical Image Segmentation
Caixu Xu, Junming Wei, Huizhen Chen, Pengchen Liang, Bocheng Liang, Ying Tan, Xintong Wei
arxiv.org/abs/2506.12441

@arXiv_mathPR_bot@mastoxiv.page
2025-07-23 08:35:02

Finite-Time Ruin for the Compound Markov Binomial Risk Model
Zbigniew Palmowski, Lewis Ramsden, Apostolos D. Papaioannou
arxiv.org/abs/2507.16448

@netzschleuder@social.skewed.de
2025-08-10 05:00:06

python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
networks.sk…

python_dependency: Python Dependency Network. 58743 nodes, 108399 edges. https://networks.skewed.de/net/python_dependency
@arXiv_csDB_bot@mastoxiv.page
2025-07-22 16:18:56

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- Enabling Data Dependency-based Query Optimization
Daniel Lindner, Daniel Ritter, Felix Naumann

@arXiv_csIR_bot@mastoxiv.page
2025-06-18 08:25:15

Analysis of Anonymous User Interaction Relationships and Prediction of Advertising Feedback Based on Graph Neural Network
Yanjun Dai, Haoyang Feng, Yuan Gao
arxiv.org/abs/2506.13787

@hynek@mastodon.social
2025-08-06 05:22:38

🚨🚨🚨 uv has fixed my pet issue github.com/astral-sh/uv/issues and `uv tool install ansible --with-executables-from ansible-core` works now! 🚨🚨🚨
for us, that was the last blocker before going all-in on uv.

@arXiv_csSD_bot@mastoxiv.page
2025-06-09 07:53:52

Improving Neural Diarization through Speaker Attribute Attractors and Local Dependency Modeling
David Palzer, Matthew Maciejewski, Eric Fosler-Lussier
arxiv.org/abs/2506.05593

@arXiv_csRO_bot@mastoxiv.page
2025-07-16 08:59:41

rt-RISeg: Real-Time Model-Free Robot Interactive Segmentation for Active Instance-Level Object Understanding
Howard H. Qian, Yiting Chen, Gaotian Wang, Podshara Chanrungmaneekul, Kaiyu Hang
arxiv.org/abs/2507.10776

@arXiv_csNI_bot@mastoxiv.page
2025-06-18 08:32:29

TraGe: A Generic Packet Representation for Traffic Classification Based on Header-Payload Differences
Chungang Lin, Yilong Jiang, Weiyao Zhang, Xuying Meng, Tianyu Zuo, Yujun Zhang
arxiv.org/abs/2506.14151

@alsutton@snapp.social
2025-06-09 16:57:53

Having to add an explicit dependency declaration to a #gradle build file, to ensure that an app isn't built with a GSON version that has vulnerabilities dating back to 2022, feels sooo wrong..... but hey, that's #AndroidDev!
(if you're wondering, a dependency of the project has a deep …

@netzschleuder@social.skewed.de
2025-08-06 18:00:05

python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
networks.sk…

python_dependency: Python Dependency Network. 58743 nodes, 108399 edges. https://networks.skewed.de/net/python_dependency
@arXiv_csCL_bot@mastoxiv.page
2025-06-12 09:13:12

Step-by-step Instructions and a Simple Tabular Output Format Improve the Dependency Parsing Accuracy of LLMs
Hiroshi Matsuda, Chunpeng Ma, Masayuki Asahara
arxiv.org/abs/2506.09983

@arXiv_csSE_bot@mastoxiv.page
2025-06-13 08:38:10

Solving Package Management via Hypergraph Dependency Resolution
Ryan Gibb, Patrick Ferris, David Allsopp, Michael Winston Dales, Mark Elvers, Thomas Gazagnaire, Sadiq Jaffer, Thomas Leonard, Jon Ludlam, Anil Madhavapeddy
arxiv.org/abs/2506.10803

@Techmeme@techhub.social
2025-08-11 13:55:50

The CSA releases Matter 1.4.2 to improve reliability, stability, and cross-platform coordination, like Wi-Fi-only commissioning to cut its Bluetooth dependency (Jennifer Pattison Tuohy/The Verge)
theverge.com/matter/757179/mat

@arXiv_mathAP_bot@mastoxiv.page
2025-08-21 09:34:00

Critical trajectories in kinetic geometry
Helge Dietert, Cl\'ement Mouhot, Lukas Niebel, Rico Zacher
arxiv.org/abs/2508.14868 arxiv.org…

@arXiv_csCY_bot@mastoxiv.page
2025-07-30 07:48:51

Dependency on Meta AI Chatbot in Messenger Among STEM and Non-STEM Students in Higher Education
Hilene E. Hernandez, Rhiziel P. Manalese, Roque Francis B. Dianelo, Jaymark A. Yambao, Almer B. Gamboa, Lloyd D. Feliciano, Mike Haizon M. David, Freneil R. Pampo, John Paul P. Miranda
arxiv.org/abs/2507.21059

@netzschleuder@social.skewed.de
2025-07-18 19:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-08-01 04:00:05

python_dependency: Python Dependency Network
Python's package dependency networks. Nodes in the network are Python's packages registered to PyPI and edges are dependencies among packages.
This network has 58743 nodes and 108399 edges.
Tags: Technological, Software, Unweighted
networks.sk…

python_dependency: Python Dependency Network. 58743 nodes, 108399 edges. https://networks.skewed.de/net/python_dependency
@arXiv_csIR_bot@mastoxiv.page
2025-08-08 09:08:12

Tool Graph Retriever: Exploring Dependency Graph-based Tool Retrieval for Large Language Models
Linfeng Gao, Yaoxiang Wang, Minlong Peng, Jialong Tang, Yuzhe Shang, Mingming Sun, Jinsong Su
arxiv.org/abs/2508.05152

@arXiv_csCL_bot@mastoxiv.page
2025-08-21 09:34:40

A Joint Multitask Model for Morpho-Syntactic Parsing
Demian Inostroza, Mel Mistica, Ekaterina Vylomova, Chris Guest, Kemal Kurniawan
arxiv.org/abs/2508.14307

@hynek@mastodon.social
2025-06-04 10:10:30

dependency groups 🥰

structlog 25.3.0 with dev-only packaging extras 🤮
structlog 25.4.0 without dev-only packaging extras thanks to PEP 735 🤩
@mgorny@social.treehouse.systems
2025-07-15 14:24:39

New in #Python world: #setuptools now vendors deep dependencies with LGPL license. Not that I do mind (but some people and companies do!) — but these dependencies aren't even used! I mean, `autocommand` is just a dependency of some scripts in `jaraco.text` that aren't used by setuptools.
Oh, wait, I actually do care, because I need to fix LICENSE in dev-python/ensurepip-setuptools.
github.com/pypa/setuptools/iss
github.com/pypa/setuptools/iss

@arXiv_csAI_bot@mastoxiv.page
2025-08-06 10:08:40

Data Dependency Inference for Industrial Code Generation Based on UML Sequence Diagrams
Wenxin Mao, Zhitao Wang Long Wang, Sirong Chen, Cuiyun Gao, Luyang Cao, Ziming Liu, Qiming Zhang, Jun Zhou, Zhi Jin
arxiv.org/abs/2508.03379

@netzschleuder@social.skewed.de
2025-06-16 19:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-07-14 23:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@arXiv_csSE_bot@mastoxiv.page
2025-08-18 08:56:50

Temporal Network Analysis of Microservice Architectural Degradation
Alexander Bakhtin
arxiv.org/abs/2508.11571 arxiv.org/pdf/2508.11571

@mgorny@social.treehouse.systems
2025-08-23 05:02:41

It's time to shame #PDM, the "#Python package and dependency manager", for embracing unethical coding. Also, clearly wasting large amounts energy to make a 4-line change, and get it wrong twice while at it.
(Yes, the "no significant changes" is another fix to the same #LLM coding mistake.)
#AI

@arXiv_csSE_bot@mastoxiv.page
2025-06-18 08:38:33

Signal-First Architectures: Rethinking Front-End Reactivity
Shrinivass Arunachalam Balasubramanian
arxiv.org/abs/2506.13815

@netzschleuder@social.skewed.de
2025-07-18 05:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@arXiv_csCL_bot@mastoxiv.page
2025-07-17 10:04:30

StylOch at PAN: Gradient-Boosted Trees with Frequency-Based Stylometric Features
Jeremi K. Ochab, Mateusz Matias, Tymoteusz Boba, Tomasz Walkowiak
arxiv.org/abs/2507.12064

@netzschleuder@social.skewed.de
2025-07-08 19:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@arXiv_csSE_bot@mastoxiv.page
2025-06-16 10:13:59

Model Discovery and Graph Simulation: A Lightweight Alternative to Chaos Engineering
Anatoly A. Krasnovsky, Alexander Zorkin
arxiv.org/abs/2506.11176

@netzschleuder@social.skewed.de
2025-08-04 08:00:04

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-07-14 07:00:06

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@netzschleuder@social.skewed.de
2025-06-02 06:00:03

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-07-30 18:00:06

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-05-30 13:00:05

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-05-30 13:00:05

jung: JUNG and javax class dependencies (2012)
A network of software class dependency within the JUNG 2.0.1 and javax 1.6.0.7 library namespaces edu.uci.ics.jung and java/javax. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6120 nodes and 138706 edges.
Tags: Technological, Software, Unweighted

jung: JUNG and javax class dependencies (2012). 6120 nodes, 138706 edges. https://networks.skewed.de/net/jung
@netzschleuder@social.skewed.de
2025-07-11 22:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@netzschleuder@social.skewed.de
2025-07-10 12:00:05

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@netzschleuder@social.skewed.de
2025-06-09 21:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@netzschleuder@social.skewed.de
2025-08-06 17:00:03

software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 181 nodes and 470 edges.
Tags: Technological, Software, Unweighted
networks.skewed.de/n…

software_dependencies: Software dependencies (2010). 181 nodes, 470 edges. https://networks.skewed.de/net/software_dependencies#junit
@netzschleuder@social.skewed.de
2025-06-05 15:00:04

jdk: Java SE Dev Kit dependencies (1.6.0.7)
A network of class dependencies within the JDK (Java SE Development Kit) 1.6.0.7 framework. Nodes represent classes and a directed edge indicates a dependency of one class on another.
This network has 6434 nodes and 150985 edges.
Tags: Technological, Software, Unweighted, Multigraph

jdk: Java SE Dev Kit dependencies (1.6.0.7). 6434 nodes, 150985 edges. https://networks.skewed.de/net/jdk
@netzschleuder@social.skewed.de
2025-08-03 04:00:04

software_dependencies: Software dependencies (2010)
Several networks of software dependencies. Nodes represent libraries and a directed edge denotes a library dependency on another.
This network has 550 nodes and 3691 edges.
Tags: Technological, Software, Unweighted
networks.skewed.de/…

software_dependencies: Software dependencies (2010). 550 nodes, 3691 edges. https://networks.skewed.de/net/software_dependencies#scolt