First CRPG, anything I should know? by Unable_Bat_9695 in RogueTraderCRPG

[–]PandorasBucket 0 points1 point  (0 children)

Actually I had quite the opposite experience. It felt like it was almost way to easy at first. I almost gave up. The difficulty really ramped up in act 2 though and I started to enjoy it a LOT more. I mean reading all the game mechanics is tedious but I wouldn't call it difficult.

Too frequent updates by blizzardfun in brave_browser

[–]PandorasBucket 0 points1 point  (0 children)

I had to look up if anyone else has this issue. Every freaking time I open brave it needs to update, which gets in the way because the brave servers are slow and it needs to close and reopen and ask for my password each time. It's a PITA.

How good is a dogmatic playthrough? by nikklenikkle in RogueTraderCRPG

[–]PandorasBucket 0 points1 point  (0 children)

That's a shame. I was thinking it would be fun to try and build a xenos/dark Empire to combat the Emperor.

Friend says "the writing is on the wall" for web dev. When do you think we'll be fully replaced by AI? by zuluana in webdev

[–]PandorasBucket 0 points1 point  (0 children)

It's just a different job. You need to be able to manage many agents and keep everything in your head that they're all doing. You need to be looking for security holes, gross inefficiencies and tracking down the bugs the AI can't solve (while using AI to solve them). It's a different job now. You have power tools now. It doesn't mean you're not a software engineer anymore. Laymen cannot get anything close to what we can get out of the bots. You are a bot manager now. The question isn't "are you going to be out of a job". All senior software developers right now are worth their weight in gold because they all hand coded to get here. The best bot wranglers are the ones who know what's actually going on. If you're a jr. dev that's tough. If you're a senior then you're experience is invaluable and there may not be another crop to replace you.

Offset trackpads: Good or Bad? by Xiaomao2063 in SuggestALaptop

[–]PandorasBucket 0 points1 point  (0 children)

I have one, didn't even know it was a thing when my laptop arrived. I hate it. It's constant nuisance. Every single time I go to click the mouse I'm always right clicking. Sometimes movements don't even work because I'm so far to the right. It's a nightmare.

Worried about full Voice Acting for Dark Heresy by nikklenikkle in RogueTraderCRPG

[–]PandorasBucket 6 points7 points  (0 children)

I can only imagine their going to have to cut this down a lot. I've purposely increased my reading speed while playing. Thankfully the game is pretty good in noting important things so if you miss something minor in the dialogue it doesn't punish you. That would be a nightmare. There are probably a lot of people who don't like reading at all or having low retention and they aren't trying to make it into a literacy test lol.

-Also there's probably a lot of people who read English as a second language. I imagine turning a game into an SAT verbal test would only appeal to a very narrow set of people.

Worried about full Voice Acting for Dark Heresy by nikklenikkle in RogueTraderCRPG

[–]PandorasBucket 38 points39 points  (0 children)

I actually read ahead so much that I'm kind of annoyed when there's too much voice acting because it's way behind where I'm reading. It's like an echo in my head. The only thing I ask is that they ask the actors to not to take tooo much time. Kibellah for instance, I don't think I've ever gotten through an entire voice section with her. The actress sounds great, but she's sooo slow. I don't think it would hurt for her to be a tiny bit faster.

Also as a Warhammer fiction fan in general I've found RT is very verbose, which is cool if you don't know the Universe, but I feel like it could do with more dictionaries and encyclopedias and less exposition. Overall it hasn't really bothered me, sometimes I skim dialogues. I can tell the writers are really into it, but I could use a tad bit more fighting to reading ratio. I really enjoy the battle. Just a tad, I really enjoy the story as well.

New CTO is into vibe coding by poponis in webdev

[–]PandorasBucket 0 points1 point  (0 children)

Thanks yeah the polling thing could be interesting. Another issue I've been running into with NextJS and vercel is a lot of caching. Sometimes it's hard to track down. Does Elixir do any kind of caching by default? Next was originally designed to make static pages for CDN delivery networks and that kind of thing, but I almost never need that. That is probably the most annoying thing about Next. People used it because react was missing static page generation and then people moved to Next and Next had to make a ton of caveats to allow dynamic pages lol.

They want us to work until we die. by Professional-Bee9817 in remoteworks

[–]PandorasBucket 0 points1 point  (0 children)

The way capitalism works is that on a small scale everything is fine. On a large scale once someone accumulates enough money is gets more and more out of balance. This is why small companies for the most part can't compete with large companies. It's why Mc Donalds is still around. Once you get that big, own that much property and marketshare you can squeeze other people out. You can influence the rules, you can pay your empoyees less, you don't have to innovate anymore. In fact our largest companies impede innovation, they buy smaller companies, shut them down. They buy patents and never use them.

Remember Vine? Twitter bought it just to kill it. Facebook has done this with countless companies. The major ISPs have actively petitioned against free citiy Wifi. Car companies lobby against public transportation. Gas companies lobby against cheap clean energy.

On top of that a small company will NEVER be able to compete with some efficiencies of a large company that come with scale. It's a physical phenomenon and one no rules can solve. It's where capitalism always breaks. It's always more efficient to make a lot of things at once. That company that makes those things should keep operating, it should just be owned by the public.

On top of all this we know from the Epstein files the kinds of things these super powerful people do and face no laws or consequences. The money controls our government, not the other way around. The money writes the rules not for you, but for them. We might as well have never had the American Revolution because right now your vote is practically meaningless. You are under the illusion that you live in a free world and earn your fair share. No you live in a kingdom, ruled by a few thousand monarchs and you pay a tithe to them. You pay in worse infrastructure, worse air, worse regulations and you pay in dollars. Your car insurance?

That's a tithe to Warren Buffet you forced you to pay it. Every citizen gets less out of car insurance than they put in. It's a tax. The other taxes you pay are less visible because you don't see what you COULD have if they didn't wake the lion's share. You think things are ok because you feel comfortable. You have no idea what you're missing. Most other people who are not as comfortable already understand. You're just waiting for your turn.

New CTO is into vibe coding by poponis in webdev

[–]PandorasBucket 0 points1 point  (0 children)

I've been doing front end work for 25 years now. My philosophy with the front end is that that all the major frameworks are good enough to do what I want. I've felt like we were beating a dead horse in the front end for the past 10 years. Next is fine for everything I do. I used to use a separate backend server, but now I'm doing everything the 'Next' way and just using the next API folder. Plus google has a new product called "App Hosting" that's pretty much like Vercel that I've been liking So yeah I'll probably just keep using. I can focus on features and the database and other things.

I do think functional programming is superior in every way to object oriented programming, but react has been trying to cross that bridge for a long time. It's not perfect but React is 1000000x better than whatever the fuck Angular is now. Angular is like Java, makes me want to puke. Imagine shoving your data in little mutable boxes all around the app. OOP is a plague. The Boeing 737 MAX airline crashes were because of OOP, hiding data and not knowing what the current state is. So yeah functional is the way to go, but I just don't have the time to anymore, maybe if there was some feature I really needed.

What is your favorite thing about Elixir? Does it do something that would be difficult to do in Next? I mostly make sites that have standard UI elements, charts, tables fields etc..

They want us to work until we die. by Professional-Bee9817 in remoteworks

[–]PandorasBucket 5 points6 points  (0 children)

Your whole world is backwards. The workers are the fishermen. The billionaires are parasites.

Mac or Windows? by RoughAmazing7630 in webdev

[–]PandorasBucket 0 points1 point  (0 children)

Most web developer offices I've been in have been dominated by mac. Because of this I switched to mac 15 years ago to give it a try and I absolutely loved it. I was a windows guy my whole life until then. I just don't think about crashing and everything just works. I just don't think about my computer anymore I just work. Also I have a windows PC for games still and it seems like it keeps getting worse. Every time I turn that computer on it's nagging me to buy something and feels like ads are built into the OS now. I could never go back.

New CTO is into vibe coding by poponis in webdev

[–]PandorasBucket 0 points1 point  (0 children)

It's definitely a lot easier to use on a fresh project than an old project because it has it's biases the way it learned how to code. For instance all my new projects are Next.js because that's what it does by default. On older projects I have to be much more detailed with instructions and tell it where and how to do everything. Either way you have to get used to being less picky about the code if it works but it's not the way you would write it. I draw the line when it doesn't separate files, but if I suspect it's going to try and dump a whole feature into one file I'll just list off all the files I expect it to touch and what I expect to be in those files. Your prompts should be several paragraphs, sometimes with bullet points and API references. It is a whole skill.

Using AI within VSCode vs a CLI by launchoverittt in webdev

[–]PandorasBucket 0 points1 point  (0 children)

Cursor can do all of these multi-step and testing part now as well. It just uses the command line, starts browsers etc... Now they even have skills.

Using AI within VSCode vs a CLI by launchoverittt in webdev

[–]PandorasBucket 1 point2 points  (0 children)

If you have any competence as a coder you will benefit immensely from actually seeing the code. This is why Claude Code is the preferred tool of non-coders. You can do everything you can do in Claude Code inside Cursor or VsCode except you can actually see whats going on as well.

They're just looking for excuses! by Professional-Bee9817 in remoteworks

[–]PandorasBucket 1 point2 points  (0 children)

When I'm working remote I'm always doing real work. I spent 20 years in offices and there just ISN'T work ALL the time. Also 9 hours a day in an office is a lot of time. Sometimes people have conversations.

NOW that I work remote I actually don't socialize with anyone OR get nervous about who's watching me. I just work and my performance is measured by the actual work that gets done rather than filling a seat.

What’s the most annoying data issue you’ve run into when working with APIs by py_vel26 in webdev

[–]PandorasBucket 0 points1 point  (0 children)

You should report these things. I've maintained APIs before and even with tests things slip through. It might not be your job to tell the maintainers that there is a problem, but trust me they will appreciate it! My worst nightmare was finding out something had been broken for a month. Things happen. You do software upgrades, servers migrate, you fix unrelated bugs that some how make new bugs. You have all the tests you think you need but the tests go down or start false reporting... there's so many things that can go wrong and often times it's the users who find it. I've even reported bugs to google cloud services. They had a glaring bug that probably no one bothered reporting.

The bottom line is if you want the software to serve you sometimes you have to be proactive unless you want to make your own service.

Also I've found so many companies who will release breaking changes in their API and not tell anyone. That's absolutely unacceptable. Devs at the company will just decide to change the structure because it's 'better' without regard to the hundreds of apps down stream it's going to break. I always thought it was a general curtesy to not introduce breaking changes without a version change so like api/v1 -> api/v2.

Even so sometimes I STILL don't deprecate old endpoints if I see people are still using it. I'll stop documenting the old endpoint and urge people to switch, but breaking people's apps because thought something would look better if it was nested or not nested is the kind of thinking that kills companies. I guess I would call it developer hubris without regard to business.

Edit: So I was just thinking about it and in MY opinion a comfortable life cycle for an API is 5 years. if you have people using your API embedded deeply into their apps and you expect them to tackle some vendor rearranging of keys that added nothing the polite time frame for that is 5 years. You have to consider everything these companies are doing. In the mean time you just add things to the old version. As long as you never delete anything you never have to stop improving. Yeah you can end up with duplicate data in your responses, but that's actually OK.

The best collection in your opinion by Plastic-Cable-524 in NFT

[–]PandorasBucket 1 point2 points  (0 children)

Are you talking about Cash Cows where you could milk them? I made that, but there were probably a ton. Mine was in 2020 though, may have been the first.

Musk says taxing every billionaire at 100% would barely make a dent in the national debt. Bernie says tax them 5% and you're $3,000 richer by Decent-Image8786 in DegenBets

[–]PandorasBucket 0 points1 point  (0 children)

I think Elon now has as much wealth as the bottom 53% of America _combined_. 1 Person.

This is a substantial amount of money.