Cratermaker

joined 2 years ago
[–] [email protected] 10 points 3 months ago (1 children)

A house back in 2017. I really had no business buying a house, financially speaking, but I was getting fed up with renting land under a trailer I owned. They kept raising the price significantly every single year. Turned out to be a great decision since I was able to get a good interest rate and a good price. Of course there are downsides, like when the water heater flooded my bottom floor. Still worth it though.

[–] [email protected] 2 points 3 months ago

Radiohead, especially In Rainbows. They have amazing melancholy music that also has a groove to it.

[–] [email protected] 3 points 3 months ago

Yeah but like, what new features do apps have which weren't available in those times? Embedded videos maybe? Doesn't justify the bloat.

[–] [email protected] 2 points 3 months ago

It sucks that you have to do that, but I know people who manage projects just want progress to come in on a steady drip feed. Hopefully some day you'll get a decent manager who can understand your work style and roll with it though, or maybe get to the point of setting your own destiny!

[–] [email protected] 3 points 3 months ago

I used to think C# was like Java but with fresh ideas. I still do, but Kotlin gives it a run for its money. The type system is pretty great. For example, you can use the Elvis operator to return early if something is null, allowing you to use a non-null type afterwards. In C#, nullable annotations feel more "grafted on", and there are some weird quirks and footguns that Kotlin avoids by being a little smarter about it.

[–] [email protected] 2 points 4 months ago (2 children)

How do you type letters like 'a' and 'L'?

[–] [email protected] 1 points 5 months ago

I dunno, I made an ipod clone app in Android for myself recently and it has both acceleration and a db progress indicator. These were not tough features to implement...

[–] [email protected] 0 points 5 months ago (3 children)

Are you saying the anus has ways of shutting it all down?

[–] [email protected] 2 points 5 months ago (1 children)

You might enjoy learning vanilla js and making a site with as few deps as you can get away with. Or a lightweight framework like svelte or preact. The browser stack is definitely some weird shit but it's still somewhat approachable if you dig under the abstractions that most web devs never venture beyond. It definitely helped me cut through all the manufactured noise.

[–] [email protected] 1 points 5 months ago (1 children)

What software have you made? Sometimes people make me feel crazy when I tell them it's bad to have deeply nested dependencies. Often I'll dismiss a library if it depends on other things. I think the software world is rife with the idea that "if it works now, then my job is done".

[–] [email protected] 10 points 5 months ago (1 children)

Good riddance, I say. Web dev is infested with layers upon layers of tools that attempt to abstract what is already fairly simple and straightforward to work with. We're beyond the days of needing to build buttons out of small image fragments, and JS is (slowly) becoming more livable in its raw form. I welcome anything that keeps the toolchain as simple as possible.

[–] [email protected] 4 points 5 months ago

Spineless tech tips

view more: ‹ prev next ›