deleted by creator
magic_lobster_party
- 2 Posts
- 909 Comments
magic_lobster_party@fedia.ioto
Programming@programming.dev•Software engineers should be a little bit cynical
11·1 month agoPolitics is about influencing other people. Engineering is about managing constraints. Sometimes these constraints come from other people. If you want to influence a constraint you don’t like, then you often have to influence other people (i.e. politics).
I don’t see anything strange with this.
magic_lobster_party@fedia.ioto
Programming@programming.dev•Software engineers should be a little bit cynical
17·1 month agoSpeaking up against the manager is politics though.
magic_lobster_party@fedia.ioto
Ask Lemmy@lemmy.world•What do you honestly hate about work itself?
4·1 month agoDealing with uncooperative people. Most work related stress comes from other people.
People who don’t communicate what they want but it needs to be done. People who don’t listen unless it’s coming from themselves. Or people who are simply too incompetent for their job.
magic_lobster_party@fedia.ioto
memes@lemmy.world•On demand hyperloop-style water delivery
79·1 month agoIt’s wild how ideas like Hyperloop were seen as reasonable ideas 10 years ago. The naivety.
The English language is not sufficient enough to describe biological gender without making broad generalizations.
magic_lobster_party@fedia.iotoHacker News@lemmy.bestiver.se•2025 was the year Xbox died
5·1 month ago2025 was the year when Xbox was outsold by Nex Playground. Xbox is not even top 3 in yearly hardware sales anymore.
magic_lobster_party@fedia.ioto
News@lemmy.world•Dragged down by an unpopular president, Republicans are bracing for a midterm trouncing
88·1 month agoThe Democrats will find a way to completely mess up this opportunity.
magic_lobster_party@fedia.ioto
Programming@programming.dev•Testing Side Effects Without the Side Effects
7·1 month agoThis only checks that functions are called in the right order. Not that the functions are doing the right thing or if the functions are called with the correct arguments. Quite pointless testing IMO.
For example, it won’t capture cases where
cmdChargeCreditCardreturns a payment ID that exists forcmdCompleteOrderto use.Set up an in-memory database, or test against a real database. You don’t test side effects by pretending that the side effects are correct.
magic_lobster_party@fedia.ioto
Programming@programming.dev•Memory is running out, and so are excuses for software bloat
2·1 month agoAfter you’ve cloned everything you’ll
Arc<Mutex<>>everything.
magic_lobster_party@fedia.ioto
Technology@lemmy.world•What the Linux desktop really needs to challenge Windows
73·1 month agoLinux don’t need anything to challenge Windows. Windows is doing great on their own.
magic_lobster_party@fedia.ioto
Programming@programming.dev•Party of One for Code Review!
10·1 month agoTL;DR: this is an ad for CodeRabbit AI code review tool
magic_lobster_party@fedia.ioto
Programming@programming.dev•Memory is running out, and so are excuses for software bloat
14·1 month agoHah, wishful thinking
magic_lobster_party@fedia.ioto
Showerthoughts@lemmy.world•Maybe the RAM shortage will make software less bloated?
8·1 month agoDealing with memory usage will likely require significant rewrites and architectural changes. It will take years.
The ”memory optimizations” we’ll see is the removal of features but charge the same price. Software shrinkflation. Will require same amount of memory though.
magic_lobster_party@fedia.ioto
Showerthoughts@lemmy.world•Maybe the RAM shortage will make software less bloated?
15·1 month agoThe RAM shortage will end before any meaningful memory optimizations can be made.
magic_lobster_party@fedia.ioto
Fediverse@lemmy.world•Random idea: a federated alternative to Amazon Prime built from independent shops?
15·1 month agoThis is kind of how it works in countries that haven’t been infected by Amazon Prime. In Sweden for example most e-commerce is done directly from individual stores. There are aggregation sites like prisjakt which lists prices of all different stores so you can find the best deal.
It’s not perfect and maybe not as convenient as Amazon Prime, but I don’t see how a fediverse alternative could do it better.
magic_lobster_party@fedia.ioto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What was the last dvd/cd your burned? do you still use such media?
2·2 months agoNo idea, but probably Ubuntu ~15 years ago
magic_lobster_party@fedia.ioto
Programming@programming.dev•How to start my own business?
14·2 months agoHaven’t started a company myself, but I’ve worked with a few people who have.
The common theme is that you need to involve potential clients early. Understand their wants and needs. What you learn from the first interactions will likely surprise you, and greatly reshape your product vision.
Don’t build a product in isolation for two years. That’s a sure way to make something no one wants to pay for.
magic_lobster_party@fedia.ioto
Programming@programming.dev•Nobody knows how large software products work
8·2 months agoPart of designing large systems is to make research easier. Any question regarding the code base should be easy to find the answer to. No one can keep track of all 100,000 constantly changing lines of code, so make it easy to use the code as reference.
The problem is when the system is built by Rube Goldberg fanatics.





Yes, I’m just elaborating.