Readit News logoReadit News
fulltimeloser commented on Who invented file extensions in file names?   retrocomputing.stackexcha... · Posted by u/azeemba
dheera · 2 years ago
It was also a royal pain in the ass to change the file type should you want to open the same file with another application, edit it, save it, then go back to the 1st application.
fulltimeloser · 2 years ago
Most programs I used had import and export options for these situations
fulltimeloser commented on Life lessons from the death bed   isonomiaquarterly.com/arc... · Posted by u/brandonlc
probably_wrong · 2 years ago
I think the point is not "live like you'll die next week" but rather "live in such a way that, if you were told you have a week to live, you wouldn't regret the choices you made".

If I knew I'll die next week, would I try crack? Well, maybe - there's nothing to lose and they say the highs are pretty high. But if I found myself in a hospice tomorrow, would I regret all the crack I didn't try? No - the pluses I got from living a not-crack-addicted life seem pretty solid from where I stand.

For a less dramatic example: I think that, when the time comes, I won't regret most of the time I spent programming. By being aware of how often people regret the time they spent on a dead-end job I've made the kind of choices that gave me a good life-work balance while keeping me working on interesting stuff. Of course I'm also severely underpaid, but middle class and happy seems better than rich and miserable.

fulltimeloser · 2 years ago
Semi ironic username :) But I agree with you. Advice from people who is facing death can be overly dramatic and cause serious harm for people and environment. It's not sustainable to live like today is your last for 70+ years. It's not sustainable for all the interpersonal drama you will cause. And burning through resources to gain max experience will also tax the environment greatly.
fulltimeloser commented on Game Development Post-Unity   computerenhance.com/p/gam... · Posted by u/generichuman
moth-fuzz · 2 years ago
I by and large loathe how commonplace big do-it-all game engines have become in indie game development, with unity at the forefront of this movement. Even if everybody and their mom used the same awesome product, I'd still be upset because because of the market stranglehold that eventually creates - Unity in this case is worse because it isn't even an awesome product. It's a mediocre product with an actively hostile business strategy.

I admit this is entirely emotional, but when I learned that Hollow Knight[0] was made in Unity, it broke my heart. A 2D game with a consistent art style (read: write the shaders once and forget it), made up entirely of flat surfaces with only a handful of different methods of movement, no physics to speak of, and only a couple hundred different types of enemies, most with large overlaps in AI save for bosses. Gorgeous game, strong art direction, thoughtful lore and story, but any game developer could probably write the engine for such a game in a couple weeks.

But every indie developer I've talked to about game engine development acts like it's a dark art. That it's just impossible for mere mortals to do such a thing, and if you do, then you'll never ever release a game, or you'll spend literal years on the engine. Again, I predict a couple weeks.

Back to the article, I dislike that 'game development post-unity' just means 'picking out a new engine'. Everybody's jumping ship to Godot or Unreal or whatever else because we all need a game engine. But why? Why is this song and dance necessary? I feel like since the author is a game engine programmer himself, this option should have come up higher on the list along with the non-engine libraries and frameworks.

0. https://www.hollowknight.com/

fulltimeloser · 2 years ago
"But every indie developer I've talked to about game engine development acts like it's a dark art. That it's just impossible for mere mortals to do such a thing, and if you do, then you'll never ever release a game, or you'll spend literal years on the engine. Again, I predict a couple weeks."

It's a can of worms to make a game engine for multiple platforms.

fulltimeloser commented on Higashiyama Atsuki and the “between-legs effect”   nippon.com/en/japan-topic... · Posted by u/patrickscoleman
jmpeax · 2 years ago
What is the significance of "Ig"?
fulltimeloser · 2 years ago
When I see Ig it reminds me of grade we had in school LG, "lite godt" (that would translate to a grade D I think). Ig looks like LG written in small caps.
fulltimeloser commented on Frozen heads and bodies await revival at this Arizona cryonics facility   smithsonianmag.com/smart-... · Posted by u/thunderbong
fulltimeloser · 2 years ago
Is reanimating these bodies even viable? What kind of energy waste are we talking about for this fools errand?
fulltimeloser commented on Huge phosphate rock deposit discovered in Norway   independent.co.uk/tech/ba... · Posted by u/ren_engineer
nabla9 · 2 years ago
Those lucky sons of bitches in Norway.

1. Huge oil and gas resources

2. Huge hydropower resources. 96 per cent of all electric power generation comes from hydropower.

3. Gigantic phosphate deposits.

4. Sensibility to avoid resource curse and invest excess money.

5. Fjords designed by Slartibartfast

fulltimeloser commented on Singh proposes corporate tax hike tied to CEO-worker pay gap   cbc.ca/news/politics/sing... · Posted by u/nithinj
jackmott42 · 2 years ago
Either way, should that person become unhinged, or is a bad person, they can do enormous damage to the world, unilaterally, or jeopardize democracy by bribery and influence, as the Koch brothers (buying Supreme court seats) and others (Trump, insurrection) have done.
fulltimeloser · 2 years ago
We are heading into feudalism. A few people hoard all the properties, companies and services. Antitrust laws are ignored, corruption is the norm. Student loans, medical bills and mortgage cripple common people without possibility to pay them off. People become economic vassals
fulltimeloser commented on Smalltalk Type   moritzfuerst.net/projects... · Posted by u/rbanffy
fulltimeloser · 2 years ago
The ASCII character set standardization and subsequent keyboards has had a huge impact on programming languages. Characters not found on a standard keyboard are hardly ever used. And if thy are, it cause lots of issues, because they are so hard to type. I hope we get cheap reconfigurable keyboards with oled key caps in the near future. It could revitalize programming language design using a more powerful syntax with symbols etc.
fulltimeloser commented on You can't tell people anything (2004)   habitatchronicles.com/200... · Posted by u/alexslobodnik
koyote · 2 years ago
> When I was in college, it took me two years to realize that I could have easily gotten As and Bs (instead of Bs and Cs) in my various math classes, physics, chemistry, etc. had I simply bothered to do my homework properly--or, to put it differently, had I only properly applied the knowledge which I passively acquired by reading the associated textbook sections.

I took this realisation to the extreme and decided to completely deprioritise classes in favour of homework and doing the reading in my own time. I figured the cost-benefit, at least for me, was much higher if I spent an hour doing as opposed to an hour listening.

This actually worked really well for me but that might also be because I often struggle with large classroom learning: the pace is either too slow and I get distracted or too fast and I can't keep up. But even when the learning is 'one-to-one' I feel like there's always the tendency for people to zone out and not raise an issue when they are either bored or did not keep up/understand.

I think you're right in that some of that might be the brain pretending that it understood when in fact it did not. Could it also be a social thing? Maybe because the other person expects you to understand and this causes your brain to try its best to believe that it understood when it did not.

fulltimeloser · 2 years ago
>I often struggle with large classroom learning: the pace is either too slow and I get distracted or too fast and I can't keep up.

Yes, this is my biggest gripe with learning as well. It's so individual that you almost need one teacher per student.

u/fulltimeloser

KarmaCake day65December 7, 2022View Original