HN user

TheWiseOne

72 karma
Posts0
Comments45
View on HN
No posts found.

What happened is that _software_ stopped bloating and inflating like a balloon, as was the norm through the '80s, '90s and early '00s.

Is that true though?

Windows might have gotten more efficient but I think overall most software has gotten worse from a performance perspective. With the prevalence of Electron everywhere, performance doesn't even seem to be a priority anymore. And "native" apps using WPF, etc. aren't as optimized as old school WinForms, MFC style apps (though there are other benefits to be had).

F# got mentioned already but I would like to add another vote to it. C# is the first choice for most people when building desktop apps for Windows but F# works exceptionally well too. There is a small but robust community and there are a ton of libraries/tools that you can hook into via .NET.

There isn't a single link to a commit, file or repo that shows the similarities between the two code bases, let alone alleged plagiarism. It is conceivable that they truly are two different projects that happen to be developed around the same time. It's not the first time that has happened.

I wish the author actually substantiated his claims a bit better.

Flickr doesn't really do videos though. Yea, you can upload them but playback is limited to just 3 minutes and it doesn't really have tools to work with videos.

I looked a while ago to find alternatives when some of these issues came up a while ago but I haven't found any other viable alternatives. I thought PeaZip might be a good option until finding out that it is also based on 7-Zip.

The one tool that I did find useful during this search though is https://github.com/ImminentFate/CompactGUI.

Apparently in Win10, Microsoft introduced a compact.exe commandline tool that transparently compresses files/folders. The above tool is a GUI for it. It's not a replacement for a proper archiver but it's a nice tool to compress things like games and other large programs that need to stay in place.

I stuck with WP as long as I could and I still miss it. The polycarbonate Nokia were tough as hell and felt solid in your hands.

IMO the OS was really solid. If they just stuck with it and kept building, albeit targeting the people that didn't use a lot of apps, I think they could've found a niche. They had close to 25% share already in countries like Italy and Brazil and were popular in India, Africa, etc.

How is Microsoft more trustworthy than Google?

For one, their entire business/revenue doesn't revolve around selling advertising. While they (MS) have gotten into tracking more data with Windows 10 and so on, they are still nowhere close to where Google is when you look at what they do with Android, Chrome, Gmail, Google Search, Google Analytics, Google Home, etc.

For me personally, Google is far and away the # 1 threat to my privacy followed by Facebook and Amazon then MS and Apple at the bottom of the list.

Angular 5.0.0 9 years ago

Second this. It takes a little getting used to but CycleJS is worth a definite look.

My solution for the next static project is to use the web framework I am used to (in my case ASP.NET MVC) and knock it up in that. I can use output caching and read from resource files to get the static site performance and not deal with a DB.

Look into Wyam (https://wyam.io/) a bit. You might find it's extensibility to write custom modules similar to what you are trying to accomplish.