HN user

itstriz

89 karma
Posts1
Comments28
View on HN

Another home improvement example for me: my washing machine stopped spinning. I looked online for the machine manual but couldn't find it with basic search. I had ChatGPT Pro search for the repair manual (for service technicians) and help me troubleshoot my problem. It found a PDF of the manual somewhere and pointed me in the right direction to start diagnosing. Between reading the manual and prompting for extra help, I was able to pinpoint the area of the issue, and found that a belt had come off from a wobbly pulley wheel. Tightened up the wheel, put the belt back on and fixed it (at least for now).

Even putting the politics aside, a DOGE engineer experience on a resume would send me the message that you're the type of person who is too cowardly or corrupt to stand up against unethical and illegal assignments. Perhaps that's a good fit for some hiring managers, but it's potentially a big red flag for many others.

Like the notorious B vitamin pills that vegans pop like candy

Anecdotal like a lot of this but I take a single 2000mcg B12 pill once per week and have never been deficient in 19 years as a vegan. Once a week is pretty far from popping like candy.

There are no foolproof security solutions, only varying degrees of who you trust with what. There are many VPN providers who claim to keep no logs on user activity. If their claims are true, that is a better option than Comcast or AT&T since the VPN provider with no logs has no data to sell or share.

* edited for spelling error

For whatever reason, whenever I need to work out a problem on paper quickly, I find myself reaching for a post-it note or index card instead of my notebook. I'm not sure why I prefer the smaller format for scratch work.

  Individuals who are told by the coin toss to make a change are much more likely to make a change and are happier six months later than those who were told by the  coin to maintain the status quo.
I wonder if they removed the coin and just split people into groups that maintain status quo and groups that always make the change if the results would be similar. Perhaps the urge people have to consider the change in the first place is a good indicator that it is a change they actually do want to commit to.

In Chicago some licensed cab drivers use Uber to process their payments with the Uber Taxi service. You can call a cab with the app, pay the normal fare plus 20% gratuity and a small service fee. I don't use cabs often, but it's working out way better for me than when I used to call dispatch and maybe the cab would show up and maybe it wouldn't. It's also really nice to be able to just get in and get out without wasting time dealing with payments. The drivers that I've spoken to seem to like it as well as it gets them more fares.

Drop Dropbox 12 years ago

Since when is running a boycott campaign a "quest for ideological purity" or enforcing "thoughtcrime"? This doesn't seem like it's about ideology or what sort of things Rice thinks. It's about people being tortured and killed and her part in that. It's about actual crime not thought crime. She should be held accountable for her actions and making her a pariah in various communities is one small way of doing that.

You cherry-picked one example of something which hasn't put men's desires at the top of the priority list, missing the social and cultural context of thousands of years of male-domination that would disprove said accusation of misandry. Well done.

"I am outraged that there is nobody outraged about this." In other news, women have it SO much better than men. Amirite fellas? When will men finally be allowed to break through this injustice and be treated as well as women? Ugh.

It is farm workers filming the videos. It just happens that these farm workers got hired as farm workers with the sole intention of filming the videos and did not disclose this intention to their employer. I'm not sure how it can be construed as trespassing to enter your place of employment, regardless of what your intentions are.

Sync to Paper 13 years ago

The other part of this that I find helpful is that using paper is faster for many things, like small UI sketches, than using a PC. I also find that writing things down makes me think about the problem, whereas I can type up notes without paying attention to what I'm doing.

Yea. So, I should be clear that each time I signed the documents despite not having read them first. I did not pursue any legal action mostly because I did not have much tangible cost associated with the threats. Perhaps had I refused to sign without reading and they actually did hold me longer I would have some sort of case, but even then, what value will a court assign to 4 hours of my life? Police seem to have a lot of leeway to make your life difficult without much recourse.

If there's one thing I've learned about the legal system from my arrest and court experiences, it's that just because the police do something wrong does not mean that you can stop them from doing it. People don't get their miranda read, they don't get to make a phone call to let anyone know where they are, they don't get their medication, they don't get a meal in line with their religious or dietary restrictions, they don't get a clean bathroom, and they certainly don't get treated with any modicum of decency. Well, it's not really anything you can prove and even if you could a judge won't care much because it's hard to assess damages for intangibles like that and the public won't care much because you broke the law and deserve what you get. It's a pretty fucked system.

The worst experience I've had with this sort of thing is under release from jail. I've been arrested 3 times for civil disobedience actions and each time on my way out the officer on duty told me to sign some papers indicating the conditions of my release, that I've received all my property, etc. Each time, when I began to read the papers before signing them, they've told me if I don't sign them without reading them, they would put me back in my cell and hold me at least another few hours.

After my first arrest, they would not release me until I signed a paper saying that I received all my property but would not let me inspect my property first. They put my bag of property on the floor across the room and said I could stand about ten feet away from the bag to look at it. Needless to say, once I actually received my bag, I found that there was property missing. Nothing of great value (a hat, a bandana), but it was still pretty irritating.

From a quick glance over the code, it looks like the meat is in his showtimes javascript file(http://dl.dropbox.com/u/682022/showtimes/javascript/showtime...)

I'm not very familiar with backbone.js so it's a little confusing to me, but looks like models are being built. Here's what I can muster, this could all be wrong

* [Line 112] The trailer is using a YouTube API (https://gdata.youtube.com/feeds/api/videos?alt=json&form...) and then the movie title?

* [Line 184] Ratings coming from RT API (http://api.rottentomatoes.com/api/public/v1.0/movies.json?ap...)

* [Line 341] Theatres & Times from Yahoo (http://query.yahooapis.com/v1/public/yql?q=use "store://VZHvlyU81L6BFVGyE7CNhT" as pterodactyl.movietimes; select * from pterodactyl.movietimes where zipcode="<zipcode>" and date="<date>"&format=json) -- I have no idea what this is all about. Any insight would be helpful.

* [Line 405] The links that Yahoo API thing returns are then rerouted to go through http://www.qksrv.net/click-5632409-10576771?url=<buyURL&..., I'm guessing for OP to get some cash

Then there's google maps for the maps, so that seems to be where the data pull is coming from. Not sure what the origin of that Yahoo URL is though.

EDIT: I added line numbers from the showtimes.js file because HN reformats the links so you can't see them all the way.

Where are you pulling the movie times data from? I've been trying to make a local application but couldn't find an API anywhere, it came down to web scraping, which isn't very sustainable.

EDIT: Is this coming from Yahoo?