projectdelphai's comments

projectdelphai | 8 months ago | on: Hyatt Hotels are using algorithmic Rest “smoking detectors”

I think the problem is that for a huge hotel chain (say like the Marriot) to get hit with enough chargebacks that a credit card vendor drops them, it means that a huge amount of people would need to charge back and be willing to be banned from Marriot until something happens. Kind of like a union, if you're the first to strike or protest, you suffer until enough momentum happens to make a difference.

projectdelphai | 8 months ago | on: Bypassing Google's big anti-adblock update

Echoing that this has not been my experience either. I and my household use Firefox exclusively at home and at work for the last decade and I rarely have a website not work on Firefox but on Chrome. At least not work to the point that I noticed it. Sure maybe some websites looked ugly but tons of websites were ugly and I didn't think it was because it was Firefox.

projectdelphai | 9 months ago | on: uv: An extremely fast Python package and project manager, written in Rust

I think you're underestimating how "fast" uv really is. It's night and day different. The sentence that got me to switch and I echo still was: "uv is so fast, I sometimes don't even think it's actually doing anything". The first time I used it, I had to actually double check if uv actually was working and installing the packages that it was saying it was. There's a lot of reasons I've heard not to use it that kind of (not really) make sense (you don't want another package manager, you're happy with just base pip, etc). But if you're already using poetry, you really should just switch. uv is just poetry but without any waiting.

Even your most complicated projects should be able to switch within a day. The only reason I took any time was having to restructure my docker containers to work with uv instead of poetry. And that's mostly with my inexperience with docker, not because uv is complicated.

projectdelphai | 5 years ago | on: 14,000x Speedup (2015)

I mean maybe but if you told me you could take my code that runs in less than a second and make it more readable but it would take 30 minutes to run instead . . . hell no I'm not taking you up on your offer. I'll just comment and document the existing solution better and call it a day.

projectdelphai | 5 years ago | on: Dickhead of the Week: Instagram CEO Adam Mosseri

Weren't they already getting 0% since Epic snuck IAP outside of Apple's system into their app to bypass Apple's requirements? So Apple had no choice but to ban them. You're implying that by not kicking fortnight off the store, they'd still be getting 30%

projectdelphai | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

I think you should rules about it at the workplace. At mine, I can probably count on one hand the amount of times I've seen an @here. And one of them, the person was told he shouldn't have done it since it wasn't important. Really makes everything think before they use it.

projectdelphai | 7 years ago | on: Firefox 64 Released

I would recommend Panorama Tab Groups over Panorama View fyi just because panorama view doesn't see a lot of maintenance in recent months. They're still there, but in hibernation so they don't get new features right now.

https://github.com/projectdelphai/panorama-tab-groups

full disclosure: I'm the maintainer for Panorama Tab Groups right now so I am slightly biased. I do think photodiode and the guys in charge of Panorama View are way better than I am at this, but since they're not active right now, I've created a fork so I can have a more up to date add-on

projectdelphai | 11 years ago | on: Reddit CEO Yishan Wong on Giving Stock to Users: “We Have a Crazy Plan.”

except reddit wasn't exactly created for the mainstream community either. it just turned out that way. the reddit admins don't exactly have an incentive to cater to everyone, I mean help their giving away stock because they want to not because someone's telling them to or cause it'll profit them (although it might in the long run with PR and all)

projectdelphai | 11 years ago | on: Ask HN: What are you building?

I'm been working on providing a service to recommend manga. The only other existing alternatives are myanimelist and mangaupdates and I feel my project has a greater potential to be more comprehensive, up to date, and personalized.

http://mangarecs.herokuapp.com

explanation and writeup:

first writeup: https://www.reddit.com/r/manga/comments/2eejdt/rmanga_heres_...

second writeup: https://www.reddit.com/r/manga/comments/2fhlfl/rmanga_mangar...

There's definitely been some changes since then, so a third writeup is in the works. I know this project isn't very polished or professional, but it's something that I've wanted to work on for a long time and I feel that it solves a very niche problem in an interesting way.

projectdelphai | 12 years ago | on: Ask HN: I have an idea

I'll be honest: I have never really learned how to code through books or lessons and then started a project. I've always had an idea and then decided which language was best to create it in. If I didn't know how to code it, I'd learn as I went. Plan out your app on paper and then look up how to create the app. For me, this was the best way to learn a new language. It helps me keep my interest. If you get stuck just seek help through a friend who knows the language, on google, or in stackoverflow.

projectdelphai | 12 years ago | on: Ask HN: How to focus and work on something that you hate and disgust

Three ideas:

1. Write a list of things that you need to do each really small implementations and keep it in front of you (I use google calendar tasks and keep it in an open tab next to you). Each time you finish a task highlight it or check it off. After a while, each unfinished bullet point will start to bug you especially the longer its been unfinished (at least for me). This helped me finish tasks I hate just because I hate it being the only unfinished task on my list.

2. I can't remember where, but I once read a statement by a coder who said that if a change is too hard implement [in code] restructure the code so that the change is easier to do. I would suggest that whenever you need to work with a section of code that you rewrite it so that you understand it better and can work with it. After all, its your project now, not the old developers. This will take time, but if you plan to stay with the codebase for a while, it might be the better option.

3. And then of course, you could just chug away at the project and work your way through it. If you just want to finish it hard and fast, I would suggest the Pomodoro Technique. I always prefer #1 than the pomodoro, but I've read a lot of people that swear by it, so it probably has some value.

projectdelphai | 12 years ago | on: Google Reader closes in 11 days, which service are you using?

Tiny Tiny RSS on Heroku - http://projectdelphai.github.io/blog/2013/03/15/replacing-go...

I like it because its free and I own the data. While it may be more difficult to set up than other online services such as feedly, old reader, or newsbleur, at least I get to have control over the service. Even if Heroku goes down, I can just move the application to another hosting site (such as openshift or linode).

If you don't go this route, I would also suggest Feedly. It's a great beautiful service, but just wasn't right for what I wanted and I didn't like how they handled certain things.

disclaimer: the link is my own post.

page 1