Anomandaris
- 1 Post
- 35 Comments
This is a horrible take. Absolutely awful, ultra-capitalist drivel. Why does every action or accomplishment have to be viewed through the lense of economic benefit? Not even holistic or utilitarian, just stakeholders and making the ultra-wealthy even wealthier… Who gives a fuck about space tourism? What the hell does that give us as a species?
The original comment about the importance of aerospace and space exploration is absolutely correct, but the idea that the end goal is space tourism is more than enough to make me turn against it also. The end goal is exploration, technological advancements, and a greater understanding of how our universe works. We should be taxing the ever-loving shit out of sociopaths like Musk and Bezos and feeding some of that in to NASA, and ESA, so scientists can make discoveries for us all, rather than businessmen making discoveries so they can exploit, gatekeep, and profit off it.
It would be massively more simple, and more profitable to government, to simply levy a colossal tax on property owners who leave their rental properties empty for more than six months or so.
Anomandaris@kbin.socialto
World News@lemmy.ml•China's fertility rate drops to record low 1.09 in 2022
252·2 years agoAnd the rest of the developed world is going to follow close behind as long as the wealth inequality stays as ridiculously broken as it is.
Anomandaris@kbin.socialto
Technology@lemmy.world•Brands that don't buy enough Twitter ads will lose verification
20·2 years agogold checkmark identifying that the account belongs to a verified brand.
Blue checkmark and gold checkmark are different things.
Anomandaris@kbin.socialto
Technology@lemmy.ml•Google is already pushing Web Environment Integrity into Chromium
71·2 years agoBut a massive amount of them are. Small and solo creators on Youtube or Twitch need to conform to the rules of Google and Amazon, and even medium size creators are influenced and coerced by the precedents and market trends set by the much larger corporations.
And it doesn’t matter if not all content is provided by large corporations, those large corporations employ the most people, and dictate in a lot of ways, the rules of the employment market. It’s due to their habits and practices that wages are artificially low and expenses are inflated for record profits.
Until corporate greed is managed properly, consumers will always struggle to have enough expendable income to pay content creators, and therefore will always be searching for free content.
Anomandaris@kbin.socialto
Technology@lemmy.ml•Google is already pushing Web Environment Integrity into Chromium
131·2 years agoThey are absolutely not separate issues. How can I be expected to shell out $15 per month for 10 different content subscriptions if I can only just afford to put food on my table?
Anomandaris@kbin.socialto
Technology@lemmy.ml•Google is already pushing Web Environment Integrity into Chromium
181·2 years agoSurely you can reverse that and point out corporations whining and moaning about people expecting free content when they’re barely paying their employees enough to afford to pay their bills.
The problem starts with corporate greed, hoarding revenue by keeping employee’s salaries to the minimum acceptable, providing as little functionality as possible to reduce overheads, double dipping by selling a product/subscription and then selling their customer’s data, and then complaining they aren’t getting more money for what little they are doing.
Then inevitably a little guy like Kbin comes along and suffers because the internet is filled with soulless, ultra-capitalist corpo scumbags.
Anomandaris@kbin.socialto
Linux@lemmy.ml•What distribution is most used in production environment
36·2 years agoRedHat, CentOS, Debian, Ubuntu.
All are good choices.
Anomandaris@kbin.socialto
Gaming@beehaw.org•What type of game do you want to play that doesn't really exist?
1·2 years agoI don’t think so, the ARPG I have in mind wouldn’t be open world, would have no campaign and much less focus on story overall, a much more detailed crafting system akin to Path Of Exile but perhaps less punishing, and much more focus on stacking up as many extra modifiers as possible rather than being limited, push your team to get the best rewards.
No timegating, no daily/weekly quests you must log in for, the only limitation is your skill.
Anomandaris@kbin.socialto
Gaming@beehaw.org•What type of game do you want to play that doesn't really exist?
2·2 years agoI’ve been thinking about an ARPG based around World of Warcraft’s mythic dungeons.
Scalable, multi-player, enhanceable instances where completion of more difficult versions of the instance rewards in better gear and crafting options.
The idea is that the content is created for a 5-man party (1 tank, 1 healer, 3 dps) but you can try solo it, or bring up to 20 people to massively increase the difficulty and the rewards. Instances would follow WoW dungeon’s formula of trash mobs (which drop crafting materials and have rare drop chances for certain gear) pathing you towards a succession of bosses with very different, complex mechanics with stages, signaled abilities, and skill requirements.
This would include a character levelling system to unlock new class abilities and mechanisms, a party finder system, certain dungeons locked behind character level and the completion of other dungeons at a certain difficulty level. Perhaps you could extend it to add in “world bosses”, massive 200-man bosses with a chance at particularly unique loot, but of course that would require a certain level of infrastructure and a game population making it justifiable.
Anomandaris@kbin.socialto
Linux Gaming@lemmy.ml•Is now the right time to switch to Linux?
2·2 years agoTo provide a different perspective to everyone else, I would say that it’s not the right time if you want everything to “just work”.
I tried out Ubuntu 22.04 just a couple of months ago, and only one game of the several I tried “just worked”. Everything else either didn’t work at all, or required hours of searching and troubleshooting and problem solving, with mixed success. And I’m not a technophobe, I’m a software developer with experience in system support.
People keep saying there’s lots of guides out there for most things, and that’s true. But that doesn’t necessarily mean the guide will work for you. I tried multiple “guides” to get my games working and most of them didn’t help. Either they were too old, or there was a step that I couldn’t complete, or I completed the guide and there was an error that isn’t mentioned in the guide. Or any number of other problems.
Regardless of what people say, it may not be as simple as “switch to Proton and install Lutris”. In the end I just got frustrated with having to work so hard to get my own computer to do the things I wanted it to do, and so I reverted back to Windows and had all my software working as expected within a couple of hours.
Anomandaris@kbin.socialto
Programmer Humor@programming.dev•finally there is a perfect monitor for Java programmers
2·2 years agoBut that’s functionally no different than what’s already there…
The reason the lines are so long isn’t because of anything Java related, it’s because of the field names themselves.
Anomandaris@kbin.socialto
Programmer Humor@programming.dev•finally there is a perfect monitor for Java programmers
2·2 years agoThat is an interesting point, but it’s not Java specific, you could do this exact thing in most other languages and it would look pretty much the same.
Considering the fact that in a lot of enterprise projects the data structures are not necessarily open to change, how would you prevent reaching through objects like this?
Anomandaris@kbin.socialto
Programmer Humor@programming.dev•finally there is a perfect monitor for Java programmers
41·2 years agoThis just tells me you don’t use Java. Factory classes are just used to create objects in a standardized way, but this code isn’t creating anything, it’s just getting nested fields from already instantiated objects.
Anomandaris@kbin.socialto
Programmer Humor@programming.dev•finally there is a perfect monitor for Java programmers
171·2 years agoSure, but most of the lines in the screenshot break down to:
object1.setA(object2.getX().getY().getZ().getI().getJ().getK().getE().getF(i).getG().toString())Aside from creating a method inside the class (which you should probably do here in Java too) how would another language do this in a cleaner way?
Anomandaris@kbin.socialto
Technology@lemmy.world•Advertising revenue in Twitter crashes by 50%
2076·2 years ago-50% ad revenue says otherwise
Anomandaris@kbin.socialto
Technology@lemmy.world•Meta confirms it is blocking EU-based users from accessing Threads via VPN
72·2 years agoOne of the topics I’ve seen become more prevalent in recent years is the idea of limiting your use of privacy addons and softwares, with the aim of trying to prevent your fingerprint becoming too unique.
For example, there are probably a billion users with 21 inch monitors, running Windows 11, browsing on Google Chrome. Providing them with that information just makes you one more in the bunch, but if you stack up privacy addons you end up creating a more easily identifiable picture of yourself through the hole you created by hiding information.




Obviously things cost money, you patronising jackass, but pining all your hopes on CEOs and the ultra-wealthy to cut in to their own profit margins for the sake of humanity makes you more braindead than I am. It’s scientific innovation that drives discovery, cost reduction, and economic growth, not profit-hoarding conglomerates.
A large portion of our discoveries and inventions in the past fifty years or more are building on top of innovations made during the 60s, 70s, and 80s by NASA’s launches. Electrical engineering, structural engineering, communications and data, materials sciences, all needed to be advanced for space travel. Handing this responsibility off to SpaceX just leads to all the data, discoveries, innovations, and corollaries being patented, trademarked, and locked away to make sure no competitor can take advantage of it.
Shell knew climate change was going to devastate the planet over 50 years ago. Did they capitalise on that opportunity to develop green and renewable energy first and completely dominate that market for the betterment of themselves and the planet? No. They locked down that information, spread misinformation for decades, and made short term profiteering decisions to advance their own individual careers. Now we’re watching the planet slowly burn. So sure, let’s trust the corporate pigs.