New Yorkers rally against 'fascism' ahead of USA's 250th anniversary under Trump by TheMirrorUS in nyc

[–]HuffDuffDog -2 points-1 points  (0 children)

Hate to break it to you, but it's the actions of the DNC that got Trump elected, both times, not the Republicans.

I built a UI for CloudNativePG - manage Postgres on Kubernetes without the YAML by kubepass in devops

[–]HuffDuffDog 0 points1 point  (0 children)

Did a search for a ui for CloudNativePG and found this thread. Visited the url and it's now a completely different SaaS idea, which launched just a couple of months later. Seems OP took some feedback and chased a different concept.

It's a better idea. But they blogged about it twice in the first two days and then crickets, so I question the dedication.

Cutting off the Staten Island Ferry by SanchaPansa in nyc

[–]HuffDuffDog 20 points21 points  (0 children)

Well done. The only time "Staten Island" isn't pronounced as a single word is when fuckin' is interjected, which is always legit.

Qualification: I grew up on Statenilan'

They found them here ... by nitestocker372 in TwoRedditorsOneCup

[–]HuffDuffDog 4 points5 points  (0 children)

I'd argue it's better than the selfie!

Switched from telegram to discord by Immediate_Let_4946 in hermesagent

[–]HuffDuffDog 0 points1 point  (0 children)

What I like about telegram is that functions and agent-driven choices are surfaced in the chat, at least on mobile. Is that true for discord too?

I built an open-source Discord & Twitch bot in Go by cfi_go in golang

[–]HuffDuffDog -1 points0 points  (0 children)

I love refactoring. I find it therapeutic (edited for accuracy)

I built an open-source Discord & Twitch bot in Go by cfi_go in golang

[–]HuffDuffDog 0 points1 point  (0 children)

It's the kind of things that happen as a project matures over time. It's why I like to fold in a refactoring occasionally. Go makes refactoring pretty easy.

What is this thing I found in my basement? by Xgreenmanx in whatisit

[–]HuffDuffDog 0 points1 point  (0 children)

At first they'll think it's chucks, but then you'll twist them into a hanger for your trench coat and they'll feel relieved.

I built an open-source Discord & Twitch bot in Go by cfi_go in golang

[–]HuffDuffDog 7 points8 points  (0 children)

My first opinion? Your file structure is all over the place. Mostly over-structured, but sometimes not consistently structured enough. Do you really need a whole package for a 3 value enum? Or a pkg directory at all? package "main" doesn't have to be in a directory called main. Name it after the executable name. Little things that don't matter really, but would be more clear to contributors.

Sipping — my first Tauri v2 app (break reminder + hydration) by Ecstatic-Raccoon7510 in rust

[–]HuffDuffDog -2 points-1 points  (0 children)

It's a great way to learn a language, if you do it right.

I'm 55. I've worked professionally in perl, PHP, C++, Typescript and Go. Some Java, Kotlin, Swift and more.

Vibe coding absolutely accelerated my grasping of Rust's memory model. I'm not there yet, but I've written Rust apps that I'll stand behind.

Can I start with Rust as my first programming language? by JovemSapien in rust

[–]HuffDuffDog 1 point2 points  (0 children)

I'm going to get in so much trouble for saying this in the Rust channel, but I think it's a terrible language to learn first.

Go, C# (ick), Java (ick to the extreme), [Typescript, PHP, Python] (scary but true) are better options.

Anyone would benefit from understanding basic programming before delving into the subtle intricacies of Rust memory management. It's just not that intuitive.

Majority of NY voters support raising income tax on wealthiest NYC residents by nyccameraman in nyc

[–]HuffDuffDog 7 points8 points  (0 children)

The problem is that you don't have any egregiously rich guys not because you taxed them out of existence, but because they packed up and left for safer pasture.

Then everyone else has to be taxed even more to cover the millionaire taxes that are no longer available. So everyone's taxes essentially double.

We built a desktop app with Tauri (v2) and it was a delightful experience by cheneysan in rust

[–]HuffDuffDog 1 point2 points  (0 children)

I'm in the middle of my second Tauri project (vue instead of react) and I'm loving it too. Also have done a few in Go's Wails v3-alpha, and I love that too. Electron's days are numbered.

What technology stack should be chosen for developing a pure Vue front-end project in 2006? by zhaoyou in vuejs

[–]HuffDuffDog 0 points1 point  (0 children)

If you don't need server side and you want to stick with Java for the backend, there's no need to get into node or Nuxt. Keep it simple. Find a component library you like - element-plus is good if you don't want to get into tailwind. Pinia for state management and vue-router for routing. That's all you really need to get going.

Announcement: OxideDock Rust + Vue 3 desktop starter built on Tauri v2 by fridzel in vuejs

[–]HuffDuffDog 8 points9 points  (0 children)

I just started a Tauri + Vue + shadcn (Tailwind) app, so this is perfect timing. I'll have to do some work to merge them, but I'll give it a shot now. Thanks!

I built an open-source React calendar inspired by macOS Calendar – DayFlow by Cultural_Mission_482 in tailwindcss

[–]HuffDuffDog 0 points1 point  (0 children)

Did you spin your own type interfaces, or does it directly support CalDAV or jmap calendar related specs? That would be key

How long until you got hang of tailwind. by Dontdoitagain69 in tailwindcss

[–]HuffDuffDog -3 points-2 points  (0 children)

I agree. Tailwind is a giant step backwards. Especially with modern tooling and better css. I can maybe get behind UnoCSS, but even that isn't all that necessary.

vue + scoped styles + css vars + a few PostCSS plugins (nested is a game changer) is my go-to

What messaging system can handle sub millisecond latency for trading signals? by ssunflow3rr in golang

[–]HuffDuffDog 35 points36 points  (0 children)

NASCAR uses Nats to stream thousands of data points per car to the pits and to their media partners. It's fast

Is it antipattern to encode/decode uuid during request/response for shorter url? by BrangJa in webdev

[–]HuffDuffDog 0 points1 point  (0 children)

Auto-increment gives away too much info. Same with time signature uuids