Readit News logoReadit News
winrid commented on There Goes the American Muscle Car   thedispatch.com/article/d... · Posted by u/pluripote
cogman10 · 2 days ago
> Brooke Rennert, a 21-year-old from Rochester Hills putting herself through welding school by working as the only woman at her oil-change job, isn’t having any of it. “I don’t like electric cars. I like the sound of a heavy engine. I like the power,” she said. “An electric vehicle has power, but in a different way. It’s not like a big V8, big-block sound.”

This, IMO, is exactly why they are dying. They are more expensive than regular cars and the only reason anyone likes them is because they are loud and obnoxious.

There's just fewer and fewer people that need a loud noise maker to be happy, certainly not when that noise maker will cost you $60k you likely don't have since inflation has gone crazy while salaries have stagnated.

The people that do end up gravitating to the noise makers will choose a loud motorcycle instead.

winrid · 2 days ago
They don't need to be that expensive. Allow people to opt into lower safety standards (you are comparing with a motorcycle after all) and add a carbon tax with a threshold so I can pay for less complicated emissions equipment.

Also, the loud sound != big. V8 != Loud, esp when many v6 motors are close in displacement to Ford's 5 liter V8.

winrid commented on The GitHub website is slow on Safari   github.com/orgs/community... · Posted by u/talboren
hliyan · 2 days ago
Been a huge React/SPA fan for many years, until the realization began to creep on me that building them was actually harder than building C++ MFC desktop applications (which I did back in the 2000's). Declarative markup was supposed to reduce cognitive load, but it now feels like the interplay between the declarative part of UI development (component markup) and the procedural part (event handling and state) has slowly morphed into something more complex than simplly developing the UI procedurally.

Back in the day (I was a junior dev) this was easier than grappling with React hooks today:

    BOOL CMainDialog::OnInitDialog()
    {
        CDialogEx::OnInitDialog();
        m_pPropertySheet = new CMyPropertySheet(_T("My Tabbed Dialog"), this);
        m_pPropertySheet->Create(this, WS_CHILD | WS_VISIBLE, WS_EX_CONTROLPARENT);

        CRect rectMainDialog;
        GetClientRect(&rectMainDialog);
        CRect rectPropertySheet(10, 10, rectMainDialog.Width() - 20, rectMainDialog.Height() - 20); 
        m_pPropertySheet->MoveWindow(rectPropertySheet);

        return TRUE; 
    }

winrid · 2 days ago
Last couple years I built a largish javafx app and this was the entire way I structured it. A little tedious, but if I have a state management issue it's just logic on my side and not ten layers of abstraction.
winrid commented on AI coding made me faster, but I can't code to music anymore   praf.me/ai-coding... · Posted by u/_praf
zwnow · 3 days ago
> Absolutely—I feel like I can ship at a crazy velocity now, like I have a team of interns at my disposal to code up my every silly demand.

I also wonder what type of simple CRUD apps people build that have such a performance gain? They must be building well understood projects or be incredible slow developers for LLMs to have such an impact, as I cant relate to this at all.

winrid · 3 days ago
There are people using Claude to make entire 3d MMO games, so ...
winrid commented on AI coding made me faster, but I can't code to music anymore   praf.me/ai-coding... · Posted by u/_praf
mac-mc · 3 days ago
I found I couldn't listen to music with words in them while coding. Maybe try wordless music, or music that is in a language you don't understand.
winrid · 3 days ago
JimTV on YT has great programming music.
winrid commented on Framework Laptop 16   frame.work/ro/en/laptop16... · Posted by u/susanthenerd
naikrovek · 3 days ago
You probably want a full numpad shifting the entire keyboard off-center as well?
winrid · 3 days ago
No, this is something terrible the modern thinkpads have. My 2018 era thinkpads have the pg up/down arrow keys and a regular full width keyboard. That's what I want, anyway.
winrid commented on Reading for pleasure plummets by 40% in the US   medicalxpress.com/news/20... · Posted by u/geox
winrid · 5 days ago
People are overworked, and the time they do have is taken by phones.
winrid commented on It is worth it to buy the fast CPU   blog.howardjohn.info/post... · Posted by u/ingve
hellisothers · 6 days ago
I went with Uplift desks which are not $150 but certainly sub $1000. I think what I was paying for was the stability/solidity of the desk, the electronics and memory and stuff is probably commodified.
winrid · 5 days ago
$300 electronic leg kit from Amazon + Ikea top is pretty solid and has memory etc
winrid commented on It is worth it to buy the fast CPU   blog.howardjohn.info/post... · Posted by u/ingve
add-sub-mul-div · 6 days ago
> I honestly do not understand why so many devs seem to insist on doing work on a laptop.

Their employers made it the culture so that working from home/vacation would be easy.

winrid · 5 days ago
It's also nice to be able to change environments where I work.
winrid commented on From M1 MacBook to Arch Linux: A month-long experiment that became permanenent   ssp.sh/blog/macbook-to-ar... · Posted by u/articsputnik
pjerem · 7 days ago
I’d say it’s barely 3 things :

- The trackpad (but other manufacturers now have tolerable alternatives and anyway you can work without it)

- The screen : at an equivalent price point (and even more), nothing comes close to Apple screens. The cheapest MacBook have a better screen than most high end PCs.

- The audio : Apple truly did some sorcery to get such an awesome sound from machines that are flat as sheet. It’s so good that you can watch a movie on your MacBook without earbuds and don’t be bothered.

Everything else like build quality is overall better than most other alternatives but a few other manufacturers are also good at it.

I say this as someone who uses a MacBook for work despite loving Linux and who hates what macOS have become. The hardware is really that good.

winrid · 7 days ago
Apple screens are terrible. They use PWM at all brightness levels just to save a couple bucks and burn my eyes.
winrid commented on Leaving Gmail for Mailbox.org   giuliomagnifico.blog/post... · Posted by u/giuliomagnifico
NomDePlum · 8 days ago
How's that different from any other provider?
winrid · 7 days ago
At the very least it's weird when you consider their privacy focused marketing and the fact that it costs them like nothing to delete the data but mark that email taken.

u/winrid

KarmaCake day4416March 30, 2018
About
I like to write software, play with cars in the dirt, and optimize databases (mongo/postgres)

Some of my projects: fastcomments.com sidewaysdata.com govscent.org

https://github.com/winrid

Chat with me: winrid aaattt gmail

View Original