HN user

jimjimjim

1,414 karma

Eyes on the prize, Utopia not Dystopia!

Posts3
Comments766
View on HN
You need a webring 17 days ago

uh, the webring idea is OLD. Not quite "And some things that should not have been forgotten were lost. History became legend. Legend became myth. And for two and a half thousand years, the ring passed out of all knowledge" old but close.

I'm sure it just my personal preference but I hate animations. Most often they do little other than slow an application down i.e. the code of the application could finish the task almost instantaneously but for the sake of appearance, they make it take longer to finish. I would much prefer no animations in applications. If the animation is there to disguise some actual slow response, just let me wait, give me jarring screen changes. please. Maybe app designers could still include all the animations for "smoothness", "premium look" or "sizzle" but please include an "expert" mode that just turns everything off.

Yep. When I was in Kuwait, admittedly 20 years ago, there were a LOT of non-kuwaitis there as most manual labor jobs were done by foreign workers. I wouldn't be surprised if it's still the same today.

not harmful. why should women in action films need to be held to a higher standard the men?

Hollywood's depiction of action movies in general is unrealistic. Stereotypical Good Guy gets in a fist fight with a Random Thug, and after trading blows for a while the Good Guy knocks out Random Thug and carries on with the rest of the movie without a problem. No bruising, no eye swelling shut, no broken ribs restricting movement or breathing, no loose teeth, no broken fingers, no sore wrists from mis-angled punches.

Exactly this. The telemetry stats will bubble up to some level of management and it will show, "after making the play key launch the music app more people are using it". That's it. Explanations won't fit on the slide deck. In fact it probably isn't even that much, it would just be a graph with "line goes up" after the making play launch the music app.

This is going to burn through karma faster than a blowtorch but it seems to me that just because something is a tradition doesn't mean it should be respected. The world changes, traditions should change to. And before anybody says "what right do I have to tell other people how to live", why not? why shouldn't I tell other people how to live? I'm sure those people would tell me how to live so I feel totally ok with thinking some people's traditions are reprehensible and I feel like those traditions should change.

I think I made a HN comment a few months/years ago about driverless cars having problems with floods across roads after watching a downpour in Kuala Lumpur flood half a street in minutes. The road was down to one lane and drivers in both directions took it in turns to use that one lane. That would be a difficult situation for a driverless car to handle.

Painful. A lot of the Microsoft interfaces these days are asynchronous and are built around the dev experience of c#/c++ with libraries/runtimes that do a lot of the heavy lifting. So you end up calling functions with ridiculously long names and they aren't like good old win32 calls where you pass in some parameters and you get a result back. Instead you create objects to pass function pointers and data around and who knows when you'll get your result values back.

With a TV there was no easy way to block ads. Sure you could change the channel or get up and do something else but people didn't bother.

Now with news websites most people are running ad blockers. What are the news sites meant to do? Their employees are working, and they expect to be paid for that work. just like I expect to be paid for my job. Where is the money going to come from?

The world has been given hay making machines. Now people of all walks of life can make their own hay at a greater rate and with much less effort. They can also proudly display them along with other examples in centralized locations that conceptually take the form of haystacks. Also, I should add, the machines tend to make the hay with the color of a needle and with a needle shape.

It is not by design! PDFs that are made from scanned documents or collections of images would require OCRing but that is true of any format that the scans/images are put into. These days the vast majority of PDFs do not need to be OCRed as the pages are just made up of text, line drawings and images. And although it can get tricky you can edit those text, line and image commands as much as you want.

For example: add this is in the contents stream for a pdf page and it'll put hello world on the page

  BT
    /myfont 50 Tf
    100 200 Td
    (Hello World) Tj
  ET

(Note: a bit more is required to select the font etc)