Live data from Hacker News

Ask HN: Programs that wasted you 100 hours?

news.ycombinator.com

101–110 of 261 posts

Re: Ask HN: Programs that wasted you 100 hours?

#102

I apologize for saying this in advance but I'd have to say for me it's GIMP. Even after all its feature and popularity I find it extremely hard to use and often end up wasting hours trying to create a simple graphic. As a last resort I always end up booting Windows just to use Photoshop to do the same. I have been trying to move away from Windows to linux and so far I'm super happy with everything. But Photoshop is t…

I'll echo this. Every time I use GIMP, I have to google and re-google what I want to do, skip through a Youtube video for the pertinent parts, discover that the youtube video is for an outdated version, google again, yaddy yadda yadda. Even for something as simple as putting red text over an image, or cropping down a picture, it just takes forever to figure out the magic incantations to get google to return something like what I am looking to do. Yes, I am sure that it is great for complicated image manipulation once I have been using it for a few months. I've even sat down to learn it before, spending a few evenings for a few months trying to grok it. But 95% of the time that I need image processing it's for incredibly simple stuff. Honestly, MSpaint is sufficient for ~90% of my needs and it takes 1/20th of the time just to load, let alone get anything done. GIMP makes great stuff faster than anything else. But I do not want to make great stuff, I just want to put an arrow pointing at a button on a screen capture.

Re: Ask HN: Programs that wasted you 100 hours?

#104

I apologize for saying this in advance but I'd have to say for me it's GIMP. Even after all its feature and popularity I find it extremely hard to use and often end up wasting hours trying to create a simple graphic. As a last resort I always end up booting Windows just to use Photoshop to do the same. I have been trying to move away from Windows to linux and so far I'm super happy with everything. But Photoshop is t…

Have you tried photopea.com? Not affiliated but I use it and switched off Photoshop to this and it works for most purposes.

Re: Ask HN: Programs that wasted you 100 hours?

#105
post #20

I apologize for saying this in advance but I'd have to say for me it's GIMP. Even after all its feature and popularity I find it extremely hard to use and often end up wasting hours trying to create a simple graphic. As a last resort I always end up booting Windows just to use Photoshop to do the same. I have been trying to move away from Windows to linux and so far I'm super happy with everything. But Photoshop is t…

IMHO, Gimp was much easier to use before they revamped the GUI to imitate Photoshop. For those who didn’t try it, it looked like this: https://commons.m.wikimedia.org/wiki/File:Cleaning_up_Fourie...

It might've been for you. No discernible difference for me.

Re: Ask HN: Programs that wasted you 100 hours?

#106

I apologize for saying this in advance but I'd have to say for me it's GIMP. Even after all its feature and popularity I find it extremely hard to use and often end up wasting hours trying to create a simple graphic. As a last resort I always end up booting Windows just to use Photoshop to do the same. I have been trying to move away from Windows to linux and so far I'm super happy with everything. But Photoshop is t…

For raster drawing there's Krita, for vector drawing there's InkScape, for raster manipulation there's GIMP. GIMP is really not for drawing and is cumbersome for those purposes. Just like you really wouldn't use InkScape for photo manipulation.

Re: Ask HN: Programs that wasted you 100 hours?

#107
Slack: It refuses to accept that it is a webapp, so even though firefox fully supports the relevant audio/video api:s I need to open another browser or fiddle around with XWayland (electron/chrome does not support wayland) just to be able to use it.

Microsoft Teams: Same as above, but with multiple login prompts each time.

Jira/Confluence: I swear every click/hover requires a network roundtrip to the server because that's the only way it can be so sluggish. Also, 30s loading times.

Webpack/Babel/Parcel/WhateverJS: Either kill me or kill IE so I can stop using these tools to get even a moderately modern stack.

Re: Ask HN: Programs that wasted you 100 hours?

#109

I apologize for saying this in advance but I'd have to say for me it's GIMP. Even after all its feature and popularity I find it extremely hard to use and often end up wasting hours trying to create a simple graphic. As a last resort I always end up booting Windows just to use Photoshop to do the same. I have been trying to move away from Windows to linux and so far I'm super happy with everything. But Photoshop is t…

This is always surprising to hear, because for me GIMP is substantially more intuitive and productive and easy than Photoshop ever was. Maybe things have changed lately, but every time I've tried to use Photoshop my eyes glossed over, whereas whenever I fire up GIMP I'm pretty quickly able to figure out how to do something. This is especially true with "single window mode" enabled (which pulls those weird sidebar windows into the main window).

I definitely get that if you're already used to Photoshop then GIMP's gonna be an adjustment (and vice versa), and my GIMPing is admittedly not very complicated (mostly just making memes), but it's just weird to hear of people who think that Photoshop's actually easier to use given that I've experienced the exact opposite by pretty much every metric.

Re: Ask HN: Programs that wasted you 100 hours?

#110
Windows as a porting target for desktop applications. I've written a few for work (using PyQt5), and about 10% of my effort typically goes into getting the application working on Linux. The other 90% goes into wrestling with Windows doing everything in its power to fucking ruin my week.

Fman Build System (fbs) helps quite a bit, I've found, but there are still more often than not some really annoying rough edges (not to mention that Windows' file access performance is abysmal, so startup times for a PyQt5 app are anywhere from multiple seconds to a full minute on Windows v. instantaneous on Linux).

I've been looking into .NET Core w/ Avalonia as a potential replacement, both because it's easier to cross-compile and because hopefully being more designed-for-Windows will make it less of a royal pain in the ass. Not being subject to the GNU GPL is a nice bonus (for internal stuff this ain't much of a problem, but I generally prefer my FOSS projects to be as compatible with as many other FOSS projects as possible; I'd rather proprietary software be able to "steal" my work than prevent non-GPL FOSS projects from being able to incorporate it).

Post reply on HN