Hacker News new | past | comments | ask | show | jobs | submit | izackp's comments login

My first web project was with svelte.

Lack of a debugger for the server sided JavaScript seems just as silly to me as server sided JavaScript. I would consider that alone a non-starter.

I’d recommend another solution for experienced devs.


Games are designed to be addictive, so once you stop its like quitting soda.. eventually you lose the taste for it.

Though, I noticed a lot of satisfaction from my life comes from interactions with others. Games no longer encourage quality interaction like they used to. Your friends get older then get married and get busy, so theres less of that. I usually analyze a game and decide if its wasting my time or improving my time on this earth.

Then there are the single player games. I feel like these had more meaning when the market wasn't as saturated. A lot of times you're just chasing nostalgia from that one really good game you've played. Hoping to recapture the same feeling. Not only that, most aaa games now days are now products of money instead of passion.

So if I had to guess why anyone stopped it's probably one of the reasons above.


I think you've hit on a lot of good reasons that resonate with me in a fairly short comment; well done there. One point I'd elucidate on a bit:

> A lot of times you're just chasing nostalgia from that one really good game you've played. Hoping to recapture the same feeling.

I also think back to the 90's - the 8-bit NES was still kicking just about to be replaced by the SNES and by the close of the decade we had the Dreamcast and the N64 was already showing its age; it was a really incredible time of advancement (and I don't think that's all nostalgia from me as a kid at that time). That continued somewhat into the 00's, but really felt like it petered out since. I remember the sense of wonder at what could come next, and I just don't have that anymore.


> A lot of times you're just chasing nostalgia from that one really good game you've played.

I've just kept playing those really good games I found decades ago. For instance, I still play Master of Orion I and II on a regular basis.

The ability to continue to play games I purchased a lifetime ago is so important to me that I won't buy new games that rely on any external service to work. When I buy a game now, I want to reasonably expect that I can still play it 50 years from now.


Seems like many games require a connection to the server, even for solo play, or it's a download only. There's no market for used games since physical copies don't exist. There's only so much download space, and the game sizes are getting absurd in many cases.


I feel like many of the older ones weren't made to be addicting. Certainly some became addicting, but more as a side effect. Many didn't have online portions and could be beaten a few times and moved on. The ones that did have online portions had some things making them addictive, but not on the same level. Now the games seem mostly focused on online multiplayer. They require immense time investment to unlock things or level up, or you can pay money for a shortcut. There are constantly new things being released that you have pressure to buy or be left behind. It's very much designed to be addicting now, even if the game play, story, and social aspects have gotten mostly worse.


Only some games are designed to be addictive. Some are designed to be fun, but to be fair, you have to dig to find them.


Swift has some of the simplest code for what it’s trying to accomplish. Any complexity is opt-in.

Error handling is great and works well with async. Protocols and enums are amazing. It’s keeping up with new patterns and techniques such as implementing move semantics and actors. As well as c and c++ interop, and so on.

Support is coming for other OSs.

Kotlin constantly clashes with java. It almost feels like typescript + JavaScript.

Rust doesn’t allow for shared mutability making common/simple patterns for making apps much more difficult. I like rust but it has its own place.


7zip supports aes-256 encryption on zip files. Windows does not.


> But consider that anything not honoring your time and attention is disrespecting you.

A great statement. I apply this to many things especially video games.


I too have the same sentiment.

I realize though there are not many frameworks for cross platform development. If you do want a native language you'll probably have to use QT. There are more out there, but most are based on native widgets which have their own unique behavior which makes them difficult to abstract.

It seems to me that these electron web apps provide this 'leak free' abstraction.


They raised the price and added more pepperoni (less cheese). :(


Would GDPR still apply if discord stored all personal data on other p2p clients?


Yes. GDPR is not focused on storage only, but on data handling as a whole. No matter where the data is stored, it's still collected and handled by Discord, thus they are responsible for what they do with it.


It doesn't have to be a mental burden.. Just write all your variables as mutable then let the ide automatically correct them to immutable. Ex: "Warning: This variable is never mutated. Would like to make it a const? <Fix>"

Let's say it is a mental burden. I'd rather have the burden when writing the code over when reading the code. (https://news.ycombinator.com/item?id=31823991)


I would definitely prefer swift's 'var' or JavaScript's 'const' here.

The solution in the link adds to cognitive complexity. Imagine you had bad code (Worst case scenario; which always happens). A function with 400+ lines of code. You would have to scan the entire function just to figure out if a variable is mutable then you would have to force yourself to remember _all_ the variables that are mutable when evaluating behavior.


Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: