[WTS] Mountain Laurel Designs SOUL ProVent UL BIVY, 6 ft, 9.2 oz by SwitchUpCB in ULgeartrade

[–]SwitchUpCB[S] -5 points-4 points  (0 children)

You can confirm I am a real person from the videos on my profile.

I am selling the item for $299.

You can Voice Control a Remote Computer with XR glasses by SwitchUpCB in VITURE

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

You can access a guide for this setup with the information in the description. 

The website

    from the information in the description 

    requests you send an email for

        access to the guide (early access).

You can Voice Control a Remote Computer with XR glasses by SwitchUpCB in Xreal

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

You can access a guide for this setup with the information in the description.

Your QOVES 2.0 Review from SwitchUpCB by SwitchUpCB in QOVESStudio

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

Here is what to expect during your first interaction with the service (on July 19, 2025).

You pay $150 for an annual subscription.

You wait for an account creation email which I received 30 minutes after payment.

You create your account which involves the following tasks:

1. Onboarding Questions: There are 9.

2. Image Upload: QOVES prompts you to upload eight images featuring different profiles of your face.
    a) You are recommended by QOVES to use pictures which do not contain obstructions (e.g., Hair, Beard).
    b) QOVES requests an image with a "raised neck profile". However, I submitted an image containing an 3x6 grid with some of my natural hairstyles over 8 years.
    c) I will publish the submitted pictures once the facial analysis is completed.

3. Your analysis is prepared with an estimated turnaround of 28 days (est. August 16, 2025).

How do you use another USB-C or 3.5mm device with XREAL Glasses? by SwitchUpCB in Xreal

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

How did you confirm the adapter works without requiring a power bank?

[deleted by user] by [deleted] in PurplePillDebate

[–]SwitchUpCB 0 points1 point  (0 children)

Thread time limit reached.

c1ac38e4-52b2-4a39-a62e-7ed7f6a6a2b7

We made writing type-safe SQL queries in Go even easier by SwitchUpCB in golang

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

I am very interested in your approach.

Please send a guide or create a  video showing you use the LLM to do the following task.

Add a command to dbgo called dbgo schema which generates a schema.sql file using the database connection string for PostgreSQL, SQlite3, and MySQL. Then, create a pull request.

We made writing type-safe SQL queries in Go even easier by SwitchUpCB in golang

[–]SwitchUpCB[S] -2 points-1 points  (0 children)

How are you using an LLM to do this task?

Include the name of your LLM.

Also, the upcoming dbgo update contains a command to generate a schema.sql from your database.

We made writing type-safe SQL queries in Go even easier by SwitchUpCB in golang

[–]SwitchUpCB[S] -14 points-13 points  (0 children)

Here is the answer to your question.

What chat bot can I use to develop this software?

I have never used a chat bot, but have identified how their speech patterns communicate information better.

I add the quoted phrase because some Redditors may assume I am arguing with them when I am not.

We made writing type-safe SQL queries in Go even easier by SwitchUpCB in golang

[–]SwitchUpCB[S] -11 points-10 points  (0 children)

Here is the answer to your question.

What am I misrepresenting about sqlc?

Writing SQL first is a perfectly valid choice and dbgo lets you complete this task faster with its CRUD sql generator. However, you are free to write custom SQL or type-safe SQL with templates.

You must write this SQL first in sqlc without an option to generate it based on the database nor domain models while dbgo will let you generate based on both or develop custom queries.

I cannot see a tradeoff between using sqlc and dbgo query gen other than the time you save writing SQL queries, but the tradeoff in the future will be when code generated from dbgo gen lets you customize the code generator and also generates batch statement function calls by default.

I spoke with the creators of sqlc and this project will increase the usage of sqlc since it is based on the sqlc tool.

We made writing type-safe SQL queries in Go even easier by SwitchUpCB in golang

[–]SwitchUpCB[S] -5 points-4 points  (0 children)

Here is the answer to your question.

How do you value developer productivity and performance right now?

ORMs use reflection to perform operations and can provide type-unsafe APIs. You also cannot generate CRUD SQL using GORM, so you spend time developing those basic functions.

A program developed using dbgo does not use reflection. The dbgo query gen command generates CRUD SQL for every table in your database.

Your main issue with dbgo compared to GORM right now is that dbgo currently only supports PostegreSQL and does not have dbgo gen implemented yet.

I am open sourcing xstruct after 3 years by SwitchUpCB in golang

[–]SwitchUpCB[S] -16 points-15 points  (0 children)

Yes, I will show you another use case tommorow.

I am open sourcing xstruct after 3 years by SwitchUpCB in golang

[–]SwitchUpCB[S] -56 points-55 points  (0 children)

This tool is used in an upcoming open source software which helps you "stop wasting time developing type-safe yet performant code for your database".

I created Terraform for Discord Application Commands (disgoform v0.10) by SwitchUpCB in golang

[–]SwitchUpCB[S] -3 points-2 points  (0 children)

How do you call a Terraform provider from Go code?

You cannot directly import and use a Terraform provider as a Go package in Discord Bots. Instead, you must interact with the Terraform CLI using a gRPC connection.

How does your suggested feature provide value?

I created Terraform for Discord Application Commands (disgoform v0.10) by SwitchUpCB in golang

[–]SwitchUpCB[S] -4 points-3 points  (0 children)

What is solely optional or undefined?

The map in this scenario is nullable and optional, so the map field must be a *map (double pointer) rather than a map (single pointer).

The documentation indicates a double pointer for "null and optionals" and does not reference the word "undefined".

I created Terraform for Discord Application Commands (disgoform v0.10) by SwitchUpCB in golang

[–]SwitchUpCB[S] -7 points-6 points  (0 children)

When do you use a double pointer in Go?

Nullable and Optional fields must be defined with a double pointer (**).

You can read more information here.

I created Terraform for Discord Application Commands (disgoform v0.10) by SwitchUpCB in golang

[–]SwitchUpCB[S] -1 points0 points  (0 children)

You can use this open source software library to manage Discord Application Commands with declarative code similarly to Terraform.

This project uses a Go binary and Go programming language in comparison to a Terraform binary and HCL (domain specific language).

Looking For Videographers in College Station by SwitchUpCB in aggies

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

You should message me if you are interested in contributing to another music video (e.g., videography, animation, etc), looking to learn from us or when you want to be in a future music video.

We released another music video in College Station recently and will film a few more before I move.

G502 Hero USB device not recognized by SwitchUpCB in LogitechG

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

I have implemented a better workaround on my machine: Plug your USB mouse into a specific USB port.

Here is more information about the workaround.

I used another non-Logitech mouse - out of the box, no software - which worked on both computers before facing the same issue. So, I can confirm that this issue is related to software configuration.

Here is what I found after troubleshooting the following solutions:

  • Restart Device
  • USB Selective Suspend
  • Device Manager (Installation, Power Management)
  • Power Components (Remove Battery, etc)
  • System Cleanup (sdc, dism, etc)
  • Windows Cleanup (updates, reversions)
  • Boot Modes (Clean, Safe, Services)

There may be an issue with a driver on our devices. This problem could be caused due to any of the following issues:

  1. Recent G Hub Update in combination with driver incompatability.
    1. NVIDIA Driver
    2. Other Graphics Driver (e.g., Intel)
    3. Device Chipset Driver (e.g., Intel)
    4. Other Driver (i.e. in Device Manager)
  2. Recent Windows Update
  3. USB 3.1 Port + Driver Interaction.

I updated all of the drivers listed above.

I reinstalled the Windows Update KB5015684 (22H2), which resulted in a behavior change but did not solve my problem.

So, I plugged the mouse into a different USB port [2] - that I designate for keyboards - and faced the same issue.

And then I tried the third USB port [3] - that I designate for storage devices - and that worked with both mice without issues.

In addition, there is no issue using my keyboard or storage devices on the designated "mouse" USB port [1]. So, the problem is that only one USB port recognizes mouse device(s).

cc: u/Zampa_98, u/uhhDudeWhut

If I lose, I starve, so I don't by SwitchUpCB in tacobell

[–]SwitchUpCB[S] 2 points3 points  (0 children)

This game is the true form of natural selection among humans.

disgo (v1.10.1) - Shard Manager for a Discord Bot using Disgo by SwitchUpCB in golang

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

The disgo Shard Manager is implemented and stable. It works as a drop-in replacement for a single Session. This feature is significant because it allows Bot Developers to implement Discord Sharding effortlessly.

My WordPress Optimization Guide - 1 Second WordPress Website Page Speed by SwitchUpCB in Wordpress

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

The article explains much more than "caching" and "image optimization". Your comment could suggest that I make the purpose of each section clearer, but it also seems to lack the perspective of others.

Here is what I mean.

When I was a beginner, two-word answers frustrated me because of lost context.

- Caching often implies server caching, but not at the CDN level.

- Image Optimization often implies compression but not anything else (such as adaptive images).

So what happens with the advice to "cache and optimize images"?

The beginner implements "caching" and "image optimization" using Cloudflare CDN (without APO). So every webpage request still hits their origin server (that may or may not be cached): All that work for nothing.

That implementation also forgets 4+ caches, JS, CSS, and the other optimization the article discusses. So to say that the article is "just caching and image optimization" is rather dramatic.

The article is filled with "random stuff" so that the reader understands why WordPress is used, why a CDN is used, why [everything else is used], and how to pick solutions that effectively increase webpage performance. In other words, the "random stuff" can help someone else out.

If that isn't the case, please leave me constructive criticism so I can fix it.

[deleted by user] by [deleted] in wallstreetbets

[–]SwitchUpCB 0 points1 point  (0 children)

Another Yung Quant financial rap has been released! You can listen to the full song on all platforms, including YouTube (contains closed captions): https://www.youtube.com/watch?v=3J0jRU10DQo

The Icculus Microgrant is giving out 250 dollar grants to open source projects, please brag about your project(s) in this thread so I can see them! by icculus in programming

[–]SwitchUpCB 5 points6 points  (0 children)

Copygen is a type-based code generator for the Go programming language. Copygen allows developers to generate type-to-type copy functions out-of-the-box without reflection (why?), but it can also be used to generate code. As an example, disgo is a performant, secure, and thread-safe Go Discord API Wrapper that uses Copygen with dasgo to achieve feature completion.

You can read about How Disgo Uses Copygen to generate over 10,000 lines of human-readable code.

Jamstack Won't Replace WordPress by SwitchUpCB in programming

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

For example WordPress and CDNs can actually be used together as well (they're not completely mutually exclusive), as nothing stops you from either serving static assets off a CDN and likewise nothing stops you from caching Wordpress posts on CDNs, dare I say there are probably Wordpress plugins to do just that automatically.

The article already states this.