HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Dowwie

no profile record

Submissions

Agent skill for UB detection in Rust

twitter.com
1 points·by Dowwie·2 months ago·1 comments

From Slop to Skill: An Agent Proficiency Engine Using RLM

gonzo.engineer
2 points·by Dowwie·4 months ago·0 comments

FrankenTUI: It's Alive

twitter.com
5 points·by Dowwie·5 months ago·2 comments

Tasker: Spec-driven development with Claude Code

github.com
1 points·by Dowwie·5 months ago·0 comments

Destructive Command Guard

github.com
2 points·by Dowwie·6 months ago·0 comments

Isometric NYC

cannoneyed.com
32 points·by Dowwie·6 months ago·1 comments

Functional Programming Agentic Development

gonzo.engineer
1 points·by Dowwie·6 months ago·0 comments

Tasker: Multi-Agent Development with Claude Code

gonzo.engineer
1 points·by Dowwie·7 months ago·0 comments

The Age of 10xy Opportunity

gonzo.engineer
2 points·by Dowwie·7 months ago·2 comments

The Codebase Is Decadent and Depraved

gonzo.engineer
4 points·by Dowwie·8 months ago·0 comments

Claude Skills Marketplace

skillsmp.com
1 points·by Dowwie·8 months ago·0 comments

Fine-Tune YOLOv12 for Pill Counting [video]

youtube.com
1 points·by Dowwie·8 months ago·0 comments

The teen mental illness epidemic began around 2012

jonathanhaidt.substack.com
469 points·by Dowwie·3 years ago·529 comments

comments

Dowwie
·5 months ago·discuss
GLM5 is showing very disappointing general problem solving abilities
Dowwie
·5 months ago·discuss
Hey, that's great OpenAI. Now add about 6 zeroes to the end of the weekly token limit for your customers and maybe we could use the app
Dowwie
·5 months ago·discuss
Simply search user prompts for curse words and then measure hostility sentiment. User hostility rises as agents fail to meet expectations.
Dowwie
·6 months ago·discuss
I <3 Martin and the team that built it. It's great to see that the Rust stack they used is the one I contributed to, now 8 years ago. Aging like fine wine!
Dowwie
·6 months ago·discuss
Definitely too similar to be a coincidence
Dowwie
·7 months ago·discuss
There's a really long tail in this list. What diamonds are there in the single-mention rough?
Dowwie
·7 months ago·discuss
thanks! fixed
Dowwie
·7 months ago·discuss
I'm not reading a solid argument as to not use "..Defaults()" because doing so suggests that you may introduce a bug and therefore should be explicit about EVERYTHING instead? Ugh. Hard disagree.
Dowwie
·8 months ago·discuss
I don't want to buy one-- I want to build one! I already have a 3d printer and the electronic components.
Dowwie
·8 months ago·discuss
We have similar interests! I've been working on a DIY animatronic project that is mostly vibe-coded using Sonnet 4.5. It's my first electronics project. So far, I got the Ultrasonic Sensor to trigger led when object is less than 2 feet away. I set up a sound player and the components fried when I started the device. I have to redo all of the wiring for the sound setup again. I only have one of three sound modules that isn't bricked.

The comments in this thread reveal a community of parents who are aspiring builders of high tech devices for their children. I think this community need a discord.
Dowwie
·9 months ago·discuss
Can we use codex for edit predictions?
Dowwie
·2 years ago·discuss
Power Broker
Dowwie
·3 years ago·discuss
This would be an interesting way to measure crowds in general-- in concerts, attending political rallies, attending protests, etc. A handful of journalists attending an event could spread out and share their max value.
Dowwie
·3 years ago·discuss
This isn't his take on AI. It's his opinion about the arguments presented in Mustafa's fear mongering book about how dangerous AI is and what government should do about it.
Dowwie
·3 years ago·discuss
regarding the font issue -- it is very disorienting: https://imgur.com/a/MCG3VZl
Dowwie
·3 years ago·discuss
Please change the heading font at landing gallery. I thought something was wrong with my glasses as the font characters distorted.
Dowwie
·3 years ago·discuss
Take the money you were going to spend on this first-generation technology and use it to pay for your parents to go on a holiday
Dowwie
·3 years ago·discuss
I'm grateful that the author managed to take it even this far!
Dowwie
·3 years ago·discuss
I've been working on the Protohackers [1] exercises in Elixir, putting my own spin on the problems by creating fault tolerant, scalable, high performance solutions-- and have been touching a lot of Elixir that I haven't had the opportunity to otherwise. The "Unusual Database" problem, particularly, has become a very deep rabbit hole assignment as it involves a UDP-based KV database. I stopped just short of clustering.

Writing servers in Elixir is straightforward because of the foundation exposed by Erlang's gen_tcp and gen_udp libraries. When you want to take your TCP server up a notch, try TCP acceptor pooling. There are two viable TCP acceptor pool libraries: Thousand Island, written in pure Elixir, and Ranch, written in Erlang.

Because of these well- abstracted foundation libraries and acceptor pool libraries, it's possible to write robust servers without venturing much into low level network programming. Beej explains the lowest level details well. I've done some of the equivalent work in Rust but found the slow progress of my work unsatisfying and moved back to Elixir quickly.

[1] protohackers.com
Dowwie
·3 years ago·discuss
Have you checked out flux.ai for PCB design?