Readit News logoReadit News
jiux commented on macOS screenshot tricks to impress your co-workers   sal.dev/macos/macos-scree... · Posted by u/salgorithm
jiux · 3 years ago
Here's how to set screenshots to save in your Downloads folder:

defaults write com.apple.screencapture location ~/Downloads && killall SystemUIServer

jiux commented on Quick fixes to your code review workflow   consulting.drmaciver.com/... · Posted by u/hyperpape
nurgasemetey · 3 years ago
I quickly improved my PRs and sped up code reviewing by doing following when I create PRs

- make a diagram if is possible

- make a summary of changes like why this file changed and decision behind this

- make a note about backward compatibility

- anticipate which questions can be asked and answer them upfront

jiux · 3 years ago
Nice job touching on backward compatibility. It’s underrated.
jiux commented on I'm all-in on server-side SQLite   fly.io/blog/all-in-on-sql... · Posted by u/dpeck
onelesd · 3 years ago
Instead of running each small write query as the event occurs (a vote), collect them in memory and at some time interval (1m, 5m, or whatever your UX will tolerate) write them to the DB in batch with one (or a few) writes.
jiux · 3 years ago
Thank you. This fits a current need of mine perfectly.

Do you have any other helpful tips you’d like to share? Any thoughts between Redis and Memcache?

jiux commented on Show HN: Container registry on a budget using AWS S3   maltheborch.com/#containe... · Posted by u/mborch
jiux · 4 years ago
My poor-man’s container registry: Linux box + SSH + makefile
jiux commented on Developing a new app is unreasonable condition that Apple imposes on dating apps   acm.nl/en/publications/ac... · Posted by u/keleftheriou
sprite · 4 years ago
Apple also doesn't allow new dating apps, with some exceptions (unique, high quality experience, which seems like a judgement call you would have a hard time arguing with App Review):

https://developer.apple.com/app-store/review/guidelines/

4.3 Spam Don’t create multiple Bundle IDs of the same app. If your app has different versions for specific locations, sports teams, universities, etc., consider submitting a single app and provide the variations using in-app purchase. Also avoid piling on to a category that is already saturated; the App Store has enough fart, burp, flashlight, fortune telling, dating, drinking games, and Kama Sutra apps, etc. already. We will reject these apps unless they provide a unique, high-quality experience. Spamming the store may lead to your removal from the Apple Developer Program.

jiux · 4 years ago
dating app Founder here.

adding to sprite’s comment, they still allow new dating apps that match their guidelines.

jiux commented on TikTok shares your data more than any other app and it’s unclear where it goes   cnbc.com/2022/02/08/tikto... · Posted by u/underscore_ku
ncpa-cpl · 4 years ago
I think they use the SIM card country ID and also the ad audience categories to suggest content.

For example swapping the SIM card with a fresh installation of TikTok shows different "local" videos. Even if the public IP address is unchanged like when using WiFi instead of Data.

I've also think they use ad categories to suggest videos. Using a fresh TikTok installation and then spending some time navigating a subreddit of a topic, would likely show videos of that topic the next time you open TikTok.

jiux · 4 years ago
+1 on the SIM theory.

Carrier, iso country code, mobile country code, mobile network code, and more are all easily accessible data attributes.

jiux commented on The data are clear: The boys are not all right   washingtonpost.com/opinio... · Posted by u/paulpauper
awaythrow483 · 4 years ago
I'm 33, Ive got a fairly high IQ, make $340k in a STEM field and enough to retire tomorrow, I'm not unattractive, and put a huge amount of effort over many years into online dating. I've pretty much given up on dating. I have a total inability to find anyone I'm interested in that is interested in me.

When I was younger and I wanted to go to bars and get drunk and be an idiot I had plenty of attractive sexual partners.

So I don't buy this at all. The guys I know who have an easy time dating are 1 or 2 points more attractive, make minimum wage as yoga teachers or selling crystals or dumb stuff like that, and tell Women painfully stupid stuff they want to hear about their quantum vibrations matching and other new age nonsense.

So I can say this narrative empirically doesn't feel true for me.

jiux · 4 years ago
Have you tried fishing a different pond?
jiux commented on Tell HN: You are not alone this Christmas    · Posted by u/Jaruzel
wyclif · 4 years ago
There was a Category 5 Typhoon in in the Philippines where I am last week. The power was out and there was no electricity, refrigeration, or internet for a week. One of the transformers in my neibourhood blew out and got destroyed, and at 6pm on Christmas Eve they replaced it and we finally had power! I'm a software developer with a wife and two kids and we have a lot to be thankful for. We survided COVID-19 and a Category 5 hurricane.
jiux · 4 years ago
Glad to hear recovery being made… this typhoon was a bad one.
jiux commented on Accepted and ghosted: interviewing for a leadership position at Stripe    · Posted by u/danrocks
pc · 4 years ago
I'm sorry; that's bad. Can you email me with details so that we can investigate what happened? (patrick@stripe.com; others welcome to do so too.)

More than 10,000 people have interviewed at Stripe so far this year, so "several sigma bad" still happens to an unfortunate number of people. That said, we want those who interact with Stripe to come away having been treated professionally and respectfully, and our recruiting team cares about fixing our process failures. On behalf of Stripe, I apologize.

jiux · 4 years ago
Humans make mistakes, and Patrick apologized on the behalf of this experience.

While there may be opinions on whether or not this “makes it right”, apologies in today’s world should still carry some worth.

u/jiux

KarmaCake day146May 18, 2019
About
I solo run a bootstrapped B2C Android/iOS app.
View Original