HN user

technoabsurdist

50 karma

co-founder at herdora. cs&math student at uchicago.

Posts26
Comments30
View on HN
www.wired.com 3mo ago

AI Could Democratize One of Techs Most Valuable Resources

technoabsurdist
6pts2
www.wafer.ai 7mo ago

Show HN: Wafer – Profile, inspect assembly, and iterate on CUDA within your IDE

technoabsurdist
3pts1
www.keysandcaches.com 11mo ago

Show HN: GPU Profiling That's Useful in 60 Seconds

technoabsurdist
1pts0
herdora.mintlify.app 11mo ago

Show HN: We made PyTorch profiling usable for ML engineers

technoabsurdist
3pts0
www.herdora.com 1y ago

Chip Benchmark: Hardware-Centric Performance Insights for AI Workloads

technoabsurdist
1pts0
www.chipbenchmark.com 1y ago

ChipBenchmark: Open-Source Benchmarking for LLM Performance Across Hardware

technoabsurdist
3pts2
www.herdora.com 1y ago

Using AMD MI300X for High-Throughput, Low-Cost LLM Inference

technoabsurdist
8pts0
github.com 1y ago

Profile CUDA kernels with one command, zero GPU setup

technoabsurdist
3pts1
github.com 1y ago

Show HN: Profile GPU Kernels with One Command, Zero GPU Setup

technoabsurdist
2pts0
github.com 1y ago

Show HN: Chisel – Profile GPU Kernels Without a GPU (Nvidia and AMD)

technoabsurdist
3pts0
news.ycombinator.com 1y ago

Ask HN: Is anyone using AMD GPUs for their AI workloads?

technoabsurdist
6pts2
github.com 1y ago

Show HN: Chisel – GPU development through MCP

technoabsurdist
1pts0
github.com 1y ago

Show HN: Chisel – Profile AMD MI300X kernels locally

technoabsurdist
2pts0
pypi.org 1y ago

Show HN: Chisel – AMD GPU development that feels local but runs in the cloud

technoabsurdist
2pts2
www.crackd.io 1y ago

Crackd – unbiased technical skill comparison among students

technoabsurdist
2pts1
molecule-rs.vercel.app 1y ago

Show HN: Molecule-Rs – A Fast Protein Visualization Engine Written in Rust

technoabsurdist
4pts0
technoabsurdist.github.io 1y ago

Show HN: Molecule-Rs – A Fast Protein Visualization Engine Written in Rust

technoabsurdist
2pts1
www.thekojoapp.com 1y ago

Kojo (The Duolingo for Coding)

technoabsurdist
1pts2
github.com 1y ago

git-autocommit: CLI tool for automatic, concise commit messages

technoabsurdist
1pts1
transcript-ai-iota.vercel.app 2y ago

YouTube Transcriptions with AI-Generated Summaries

technoabsurdist
5pts5
find-good-podcasts.vercel.app 2y ago

Find Good Podcasts

technoabsurdist
1pts1
github.com 2y ago

Convert ArXiv Papers into multi-chapter Podcasts (Next.js app)

technoabsurdist
1pts1
github.com 2y ago

YB <> LLMs API

technoabsurdist
1pts1
github.com 2y ago

YouTube <> LLMs

technoabsurdist
3pts1
transcript-fe.vercel.app 2y ago

YouTube Transcripter with OpenAI's Whisper

technoabsurdist
1pts1
transcript-fe.vercel.app 2y ago

AI-generated YouTube Transcriptions with title, summary, chapters, and more

technoabsurdist
2pts2

We just launched Chip Benchmark, an open-source tool for hardware-centric benchmarking of open-weight LLMs across accelerators like NVIDIA A100/H100/L40S and AMD MI300X. It measures throughput, latency, and time-to-first-token with transparent scripts and an interactive web dashboard—making apples-to-apples comparisons easier.

We're actively welcoming contributions, new hardware support, and benchmark requests.

Repo here: https://github.com/Herdora/chip-benchmark Dashboard: https://herdora.com/benchmark

Feedback and contributions welcome! We made it super easy to add other architectures by including the script we used for benchmarking.

We've been doing lots of GPU kernel profiling and optimization on cloud infrastructure, but without local GPU hardware, that meant constant SSH juggling: upload code, compile remotely, profile kernels, download results, repeat. Or, work entirely on cloud which is expensive, slow, and annoying. We were spending more time managing infrastructure than writing the kernels we wanted to optimize.

So we built Chisel: one command to run profiling commands on any kernel. Zero local GPU hardware required.

Next up we're planning to build a web dashboard for visualizing results, simultaneous profiling across multiple GPU types, and automatic resource cleanup. But please let us know what you would like to see in this project.

Available via PyPI: pip install chisel-cli

Github: https://github.com/Herdora/chisel

We're actively developing and would love community feedback. Feature requests and contributions always welcome!

We built Crackd to solve a fundamental problem: helping students understand where they stand technically, and helping them learn how to become the absolute best.

Technical students have no reliable way to know how good they are. Grades don't work because they vary by professor and university. Getting internships can boil down to arbitrary indicators, and online advice is filled with contradictions.

Athletes have it better. A college football player knows exactly where they stand nationally (e.g. https://www.espn.com/college-sports/football/recruiting/play...).

More importantly, they know what the best players do differently: their training methods, their practice routines, the specific skills they're mastering.

CS students are flying blind by comparison. They face a collapsing job market with nothing but twitter threads giving them contradictory advice.

We built Crackd to fix this. Students judge pairs of technical students, and choose the person they believe is more “cracked.” After enough comparisons, the Elo algorithm generates a leaderboard. Humans are terrible at absolute judgments but good at comparisons. You can't reliably say if someone is a 7/10 developer, but you can usually tell who has a better profile based on technical achievement.

What matters about Crackd is letting other students see precisely what the top students do differently. Their projects, internships, skills, school clubs, etc. This is the information that turns rankings from a leaderboard into a roadmap for ambitious students.

For the time being, Crackd is restricted to college students as we refine our platform and build our initial community.

We're attempting to cover as many dimensions of technical skill as possible, covering projects, experiences, and including a miscellaneous section so students can add whatever info they feel showcases their best work. But we'd love your feedback on what other dimensions we should include to create the most comprehensive assessment of technical capability. We would love to hear from you at contact@crackd.io

I'm an undergrad at a T10 college. Walking through our library, I often notice about 30% of students have ChatGPT or Claude open on their screens.

In my circle, I can't name a single person who doesn't heavily use these tools for assignments.

What's fascinating, though, is that the most cracked CS students I know deliberately avoid using these tools for programming work. They understand the value in the struggle of solving technical problems themselves. Another interesting effect: many of these same students admit they now have more time for programming and learning they “care about” because they've automated their humanities, social sciences, and other major requirements using LLMs. They don't care enough about those non-major courses to worry about the learning they're sacrificing.

Hey HN! My friend and I are building kojo, the duolingo for coding. It consists of 100% personalized llm-generated curriculum and learning path. The app will be out in the app store in the next couple of weeks. Sign up for waitlist now to get notified when it's out!

[dead] 2 years ago

at my last job, I spent an unnecessary amount of time crafting good commit messages. so i created git-autocommit, a minimal CLI tool that generates a git diff, adds and commits changes with a short, to-the-point commit message

Download: `pip install git-autocommit==0.1.0`

Note: Your computer should have at least 16 GB RAM to run the required llama3-8B model

Find Good Podcasts 2 years ago

Podcast apps have terrible search. Internet searches for good podcasts are flooded with click bait and promoted content. Instead, the approach here is to engage with podcasts by using natural language.

Please let me know what you think.

Github Repo: https://github.com/technoabsurdist/find-good-podcasts

Warning: It's day 1 of this project, so it's going to be buggy

[dead] 2 years ago

I developed this Chrome extension to set opening links in new tabs as the default behavior. Often, I found myself frustrated when intending to save a tab for later, only to have it replace my current one. While aware of the CMD+Click shortcut for opening links in new tabs, I prefer this as the default behavior, which is the reason I created this extension.

YB <> LLMs API 2 years ago

Foundational blocks to interact with Youtube API and LLMs to transcribe, summarize, and analyze Youtube videos. The API is designed to be minimal and customizable, allowing for easy integration with other services and APIs.

YouTube <> LLMs 2 years ago

Foundational blocks to interact with Youtube API and LLMs to transcribe, summarize, and analyze Youtube videos. The API is designed to be extendable and customizable, allowing for easy integration with other services and APIs. Built using Flask, OpenAI's GPT-3.5-turbo, Youtube third-party libraries, and scraping techniques.

Built this Youtube Transcript AI tool which develops detailed transcripts with only a youtube link in over 50 languages, enhanced with AI-created titles, chapter divisions, concise summaries, and relevant tags.

I started this just a couple of days ago, so it's very buggy and bare bones.

I would love some contributions to make this a robust service. Here's the github repo: https://github.com/technoabsurdist/transcript.ai