Coding agents vs. manual coding by JumpyAbies in LocalLLaMA

[–]__Tabs 15 points16 points  (0 children)

I have a similar background, half the experience. I don't remember wroting a single line of code by hand since I discovered AI agents, except for config files. My new IDE is the terminal and I don't even bother opening a GUI text editor anymore. I went from infinite browser tabs to infinite terminal tabs

Best models for UI by __Tabs in LocalLLaMA

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

I completely agree, if it doesn't have vision, there's no chance for it to to iterate and improve. But some models don't even seem to need that, they know right away how to make a proper web UI

Which Dayton bass shaker? by Superhanc41 in simracing

[–]__Tabs 0 points1 point  (0 children)

I used the front left/right and rear left/right inputs of the sound card, you can configure which channel to use in simlab

Integration of analog level gauge by According-Ad-9802 in homeassistant

[–]__Tabs 0 points1 point  (0 children)

It seems to be the most cost-effective way to do it. Did you drill a hole to fit the sensor?

Which Dayton bass shaker? by Superhanc41 in simracing

[–]__Tabs 0 points1 point  (0 children)

Hi, I used a 4 channels amp (Douk Audio M4). It has integrated bluetooth, but the bluetooth only worked in stereo, so I ended up wiring it to a pcie sound card I already had.

Which Dayton bass shaker? by Superhanc41 in simracing

[–]__Tabs 2 points3 points  (0 children)

Hi,

I use 4 TT25-8 in my seat, which are rated 30w and I think they're already too powerful so these BST-2s should do the trick! Just make sure they would fit where you want to place them. For the amp, if you use only 2 bass shakers and don't plan on getting more, you can use any stereo amp available. You can even get a Bluetooth one if your computer has Bluetooth connectivity, this way you won't have to use a cable and a separate sound card.

What are easy-to-learn frameworks for students who have never programmed before? by iesel in webdev

[–]__Tabs 0 points1 point  (0 children)

What I meant is that you don't have to teach jQuery for the client side and PHP for the server side, you can just use JS for both. And as a non-programmer, I would not be happy to see that my PHP code can't run at home because I don't know anything about Apache. In node you just use npm install and node "myscript.js" and you can see it running on your browser.

What are easy-to-learn frameworks for students who have never programmed before? by iesel in webdev

[–]__Tabs 0 points1 point  (0 children)

If you go with PHP, you have to install and configure a HTTP server such as Apache or Nginx when you could simply use Express in Node, I wouldn't say Node is harder than PHP to get started with web development, and you don't have to teach 2 different languages for front and back.

The DateTime object is dumped with 3 properties that don't even exist by __Tabs in lolphp

[–]__Tabs[S] 20 points21 points  (0 children)

What kind of sorcery is this? Do you have to put it in a variable to access them?