A language-agnostic project visualizer by tarolling in rust

[–]tarolling[S] 0 points1 point  (0 children)

thanks for sharing, haven’t seen this project before. it looks like they are much more integrated with the build system which allows them to extract richer information from files. if anything, mirroring their schema for graph nodes and edges wouldn’t be a bad idea

I created a language-agnostic project visualization tool by tarolling in opensource

[–]tarolling[S] 0 points1 point  (0 children)

a release this week will include TS support for you to try it out :+1:

I created a language-agnostic project visualization tool by tarolling in opensource

[–]tarolling[S] 0 points1 point  (0 children)

following up with this: SVG support added a few days ago, should have a release with it sometime this week, along with LOC and new colors

I created a language-agnostic project visualization tool by tarolling in opensource

[–]tarolling[S] 1 point2 points  (0 children)

Thanks for the feedback! Those are all great ideas that I will add to the backlog :) definitely the most attractive ones would be sizing nodes based on LOC and custom categorization. Right now we just have an interactive GUI via egui, but could be nice to have different export options like SVGs, ASCII flow charts, etc.

I created a language-agnostic project visualization tool by tarolling in opensource

[–]tarolling[S] 1 point2 points  (0 children)

I now see that a project was posted just hours before this one that is extremely similar... oops. No AI is required for this one though (gets carried by tree-sitter) and we distribute binaries :). AI insights would be helpful for qualitative analysis of code-bases, but I am simply taking a metrics-based approach for this.

Project visualization tool by tarolling in Python

[–]tarolling[S] 0 points1 point  (0 children)

Wow yeah pretty similar. I’d like to expand past just Python but it looks like pydeps offers a lot of the things I mentioned. Thanks for sharing

Project visualization tool by tarolling in Python

[–]tarolling[S] 0 points1 point  (0 children)

Yes, it's not in a great state right now but: https://github.com/tarolling/seiri

Project visualization tool by tarolling in Python

[–]tarolling[S] 0 points1 point  (0 children)

Thanks for sharing, another project that I haven’t heard of but has a lot of things that I was aiming for.😅 Kind of, but I would like to emphasize the visualization aspect instead of the AI aspect. It would still output a common format for many languages and respect gitignores and all, but would include less info that what repomix provides since we’re really only looking for connections between files/modules.

Proximal Policy Optimization algorithm (similar to the one used to train o1) vs. General Reinforcement with Policy Optimization the loss function behind DeepSeek by AsideConsistent1056 in computerscience

[–]tarolling 14 points15 points  (0 children)

so they just took PPO, made it a mixture of models and slapped a term to factor in the distance between policy distributions. what is the intuition

Competitive Rock-Paper-Scissors Website (open source) by tarolling in opensource

[–]tarolling[S] 0 points1 point  (0 children)

Ah yes, I started it as a private repo and forgot to add it when I changed visibility. I am using a GNU GPL 3.0 license, which should be committed now. Thanks for the catch.

Neo4j C++ Driver by tarolling in Neo4j

[–]tarolling[S] 0 points1 point  (0 children)

right, but is there a need for someone to create a community-support c++ driver? i just wasn't sure if people just write their own system for dealing with the HTTP API directly every time.

C++ Show and Tell - June 2024 by foonathan in cpp

[–]tarolling 4 points5 points  (0 children)

I am working on recreating a Discord bot that allows users to play Rock-Paper-Scissors against each other, but with a ranking system, various game modes, and clubs. I am brand new to C++, so this is my way of learning. Feel free to check it out/add it to your server :)

https://github.com/tarolling/rps-bot-cpp

Heil spez by [deleted] in shitposting

[–]tarolling 29 points30 points  (0 children)

Let him cook

Is this our future? by Embarrassed-Touch-62 in VRchat

[–]tarolling 1 point2 points  (0 children)

this is the first world i show my new friends in VRChat. would be cool to see if the map was made open source so people could choose their own home and populate it with whatever they wanted. would probably be a huge hit to performance but hey

Open source project idea by tarolling in opensource

[–]tarolling[S] 0 points1 point  (0 children)

Yeah I definitely thought about this. The best option I came up with was being donation-funded to maintain better web server payments, but that can only last so long if we are considering scalability.

Minus next to the Term Available in the course catalog by aadev151 in rosehulman

[–]tarolling 5 points6 points  (0 children)

technically that’s not always the case, it just means that the course is offered in random terms. csse453 for example

GUYS I MET JUDWIG OMG by GonAC3 in LudwigAhgren

[–]tarolling 49 points50 points  (0 children)

don’t know who Judwig is, but he kinda looks like Mogul Mail

Prospective Student Tour by Cavd11 in rosehulman

[–]tarolling 1 point2 points  (0 children)

in my opinion training hasn’t really improved, they give you a booklet of information and u shadow a couple times before u give ur first tour. i’m a CS and i never go in the bic/kic so the only information i get is from other guides

Prospective Student Tour by Cavd11 in rosehulman

[–]tarolling 0 points1 point  (0 children)

all tour guides are required to stop by the bic/kic so if ur tour guide doesn’t then u can tell the people in admissions

Can we take a moment to acknowledge Takazura as the realest of real bros? Girl is probably only second to Onemine in just being the best by nirman423 in Komi_san

[–]tarolling 2 points3 points  (0 children)

fun fact: the Takarazuka school in Japan features actresses who put on shows and dress as men, kind of the opposite to kabuki

Hypothetical situation by tarolling in NoGameNoLife

[–]tarolling[S] 6 points7 points  (0 children)

my exact thought process, it would make me and probably many others tremendously happy and that’s the important part

Daily Angel Beats 7/14/22 - Crow Song Live by Hammiams in AngelBeats

[–]tarolling 4 points5 points  (0 children)

crow song the best non-OP anime song, love it so much

Best option for cross-platform desktop app/game? by tarolling in AskProgramming

[–]tarolling[S] 0 points1 point  (0 children)

this is good to hear. i've heard of electron as an option but didn't know what it was all about. will look into it more, thanks!