Live data from Hacker News

Ask HN: Programs that wasted you 100 hours?

news.ycombinator.com

191–200 of 261 posts

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

#191

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…

Agree, I kinda hated the GIMP but then I learned it's logic and I started to like it. The problem is when you used Photoshop before. Some things that you can do there with one click take quite tedious procedure in GIMP. For instance drawing simple rectangle with fill facepalm.

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

#192
post #190

Windows 10. Mostly the forced updates and the fact that it randomly turns the laptop on at night (to check for updates?) and spinning fans wake ME up, resulting in worse productivity the day after due to interrupted sleep.

If it wakes ME up that's going to cost 2000 XP

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

#193
post #190

Windows 10. Mostly the forced updates and the fact that it randomly turns the laptop on at night (to check for updates?) and spinning fans wake ME up, resulting in worse productivity the day after due to interrupted sleep.

Is THAT what that is?! I can't have Windows as my primary OS anymore because something kept turning on my damn computer. Doesn't happen when Ubuntu was the last running os.

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

#194
post #96

Nvidia GPU drivers and CUDA installations on Linux. Got better recently but I've spent many nights fixing these installs, wrestling with nouveau etc. Compilation of deep learning libraries from source on Windows -- don't do it. Tikz -- LaTeX drawing "language". The images produced can be stuninngly beatiful, but the manual has 1200+ pages and it takes forever to become productive. If only journals accepted hand-drawn…

Absolutely felt your pain too. So many nights trying to build the latest tensorflow package only to find out I couldn't run it on my current Cuda version, so I need to uninstall it, reinstall the new one only to find out I installed 10.0, then 10.1 but I needed 9. It was just so silly I ended up just never updating once it worked.

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

#195
post #147

Surprised nobody's mentioned systemd yet! My worst experience was when I was on a cross-country train writing code for a project whose database was mysql. No internet, intentionally. Something happened with one of my inserts (can't remember what exactly) and I had to restart mysqld. Problem was, with the bad insert, mysqld took longer than 30s to start, which forced systemd to restart it because of a default, undocum…

Never write new code on a train.

I've learned this lesson many times. The WiFi is not reliable, the offline documentation is spotty (with the exception of emacs), and you'll waste more time than needed trying to do things the wrong way instead of searching online for solutions later.

No new code on the train. Optimise existing or fill in some TODOs. No new code on the train.

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

#196
post #20

Earlier quoted context omitted.

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...

The menu layout and structure looks exactly the same, except it's floating, which you get in modern GIMP by default. Can you explain in more depth how it's tangibly different?

The icons are different which still throw me off. The colour select tool is weirdly now stacked behind the cropping tool or some other selection tool.

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

#197
post #181

Earlier quoted context omitted.

For me personally, my slides improved significantly when I started using Latex. Imo Latex forces you to give clean, concise presentations. If there is content that takes a lot of fiddling, your presentation is probably overloaded with things that won't reach the audience anyway.

You’ve never had to give a talk with a video inside ? Or have you gotten that to work in latex ?

Tab out to the video. Play. Tab back to presentation.

Video is included as a separate attachment in the email sent around.

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

#198
post #147

Surprised nobody's mentioned systemd yet! My worst experience was when I was on a cross-country train writing code for a project whose database was mysql. No internet, intentionally. Something happened with one of my inserts (can't remember what exactly) and I had to restart mysqld. Problem was, with the bad insert, mysqld took longer than 30s to start, which forced systemd to restart it because of a default, undocum…

Never write new code on a train. I've learned this lesson many times. The WiFi is not reliable, the offline documentation is spotty (with the exception of emacs), and you'll waste more time than needed trying to do things the wrong way instead of searching online for solutions later. No new code on the train. Optimise existing or fill in some TODOs. No new code on the train.

Nah, I'll keep doing it. Thanks for the suggestion, though.

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

#199
post #38

Factorio? More seriously, the absolute worst developer experience I've ever had was a weird proprietary environment called "OpenAT" for a mobile module system. Admittely we were in the beta programme because we needed features, but every new firmware update would fix some features of the operating system and break others . At one point while trying to debug terrible sound we noticed that the volume control wasn't at…

Factorio is great, I don’t see it as a waste! It’s given me a new respect for logistics and advanced planning. I think the whole idea is a massive exercise in programming, producing functions, changing structures and then debugging the problem/expanding the bottle neck. But yeah it’s still a game.

In a similar vein, DwarfFortress

I usually play it with DfHack to handle all the labour assignments automatically, and then I play it usually up to the point that I'm tapped into a magma shoot and flooding the magma with water to obtain obsidian.

Then I lose interest, and play the same biome on adventure mode where I attempt to find the ruin of the mine I created before and plunder it.

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

#200
post #96

Nvidia GPU drivers and CUDA installations on Linux. Got better recently but I've spent many nights fixing these installs, wrestling with nouveau etc. Compilation of deep learning libraries from source on Windows -- don't do it. Tikz -- LaTeX drawing "language". The images produced can be stuninngly beatiful, but the manual has 1200+ pages and it takes forever to become productive. If only journals accepted hand-drawn…

To quote Linus: "Fuck Nvidia"

Their proprietary drivers suck and I much prefer using the default Linux ones... but the performance just isn't the same and I always end up relenting and installing their terrible software

Post reply on HN