Hacker Newsnew | past | comments | ask | show | jobs | submit | top_coder's commentslogin

Maybe because 360 is already divisible by 6, so 720 is not much of an upgrade over 5!. 7! On the other hand adds another prime factor to it.


7! 5040 has the less than useful property of being quite large for interacting with human scales.

5! 120 however lacks fine precision required at human scale. Haven't done the math but it's probably something like using 3.1 as the analog of Pi.

360 seems like it might have been chosen based on a mix of precision and practicality. Many small prime factors ( 2 2 2 3 3 5 ). Also an extra prior prime factor for every added prime. 75600 too big, and 12 what analog clock faces use as their primary number.


Ok I understood the Aloha shirt —> people thinking you’re a TJ employee —> asking for help connections. I feel there is quite a gap between here —-> getting a date. How does that work?


You start vibing and based on vibes you ask them whether you wanna grab coffee/a drink sometime soon, exchange numbers, smile and continue shopping.


You got it! The other thing is to be open to any kind of friendly interaction.

Just yesterday I was at the Redwood City TJ's and a guy asked me where to find soy milk. I wasn't as familiar with the layout of that store, but an actual crew member was standing near us, and I said "I'm not sure, but I think this gentleman can help you."

After he got his soy milk we ran into each other again, and he said "I'm sorry, I was sure you worked here. The shirt!"

I told him, "No apology needed! It happens all the time. And sometimes it's a nice young lady who asks me where to find something."


> - Cheap

You’re ignoring the grinder, which in my opinion is the most important part of home espresso making. Add at least 200USD for a good quality manual burr grinder.


You can find a Baratza Encore used for ~$100. Gives a surprisingly uniform fine grind (not as good for coarser grinds like french press, though).

Out of the box it's not perfect for espresso because the grind level is in steps that aren't short enough to easily dial in. There's a "stepless" mod and that makes it much easier to work with.


You can find the Timemore C2 for 50 to 60 euros and it is a pretty decent manual burr grinder. And for around ~100 euros you can find decent burr grinder from more known brand. If you are going to spend more than 200USD, you might as well buy an electric one.


I don't think C2 or a $200 electric grinder are going to be great for espresso. I have a 1ZPresso JX-Pro I got for like $150 and at the time at least sounded like a much better option vs C2 and cheap electric. I'm happier with it than the C2 and cheap electric I've used.


If you live in a city it's relatively trivial to buy pre-ground from a good roaster. Not the same as grinding in the moment of course but for a week's worth it's generally ok. Especially for the first coffee of the day.


For home espresso you really want the ability to tweak the grind size for each shot. Small variations in grind size can significantly change the flow rate, which dictates the peak pressure & shot time you can achieve. When you buy a new bag of beans it can take a couple tries to "dial in". The appropriate grind size depends substantially on the coffee variety, roast level, age of beans, etc. If the pre-ground coffee doesn't hit the mark then you are SOL for the batch -- including if it is too fine and doesn't flow at all. Even if you hit the mark in the beginning, the shot behavior will change over time as the beans age.


Honestly with a lever machine I just don't notice differences in grind size that much, as long as it's reasonably fine. Could be that my palate isn't that great, but I've pretty much settled on one universal grind size and adjust my pressure profile instead.


Could you point to documentation on how does Cap'n Proto achieve this? Does it keep a header with offsets of bye positions for individual fields? What happens when a variable sized field is edited?


https://capnproto.org/encoding.html

Records in Cap'n Proto are laid out like C structs. All fields are at fixed offsets from the start of the structure. For variable-width values, the struct contains a pointer to data elsewhere in the message.

Each new object is added to the end of the message, so that the message stays contiguous. This does imply that if you resize a variable-width object, then it may have to be moved to the end of the message, and the old space it occupied becomes a hole full of zeros that can't really be reused. This is definitely a down-side of this approach: Cap'n Proto does not work great for data structures that are modified over time. It's best for write-once messages. FlatBuffers has similar limitations, IIRC.


Have you considered Emacs + Org-mode? Works wherever Emacs works (Linux, Mac) and there are apps for Android and iOS. Org files are basically text files that you can commit to git or sync via Google drive, Dropbox, OneDrive etc. Not exactly markdown but GitHub renders org file pretty well.

After trying out multiple note taking apps this is what I settled on. You can use it as simple as a note taking app or configure it to do lots of complicated things like managing your to-dos, appointments, agendas. And my favorite feature is inline code-block that I can execute.


Big +1 on Emacs.

I spent years in the same position we've all been in, searching and hoping for the perfect note taking app to boost my productivity, have a "second brain", write down my fleeting inspirations, etc. etc.

After finding Emacs last year, I feel like I've been under a spell my whole professional life that's been broken. I'm a little embarrassed of the time I've spent griping and pining for the perfect note app. It took me far less time to learn Emacs than it did to try out the 20+ todo and notebook apps on the market.

To all who are still on the hunt: there is no perfect app, and we're all kidding ourselves. You're looking for someone to give you a fish. This is just text we're talking about, it's easy enough to learn to wield it, manipulate it, and organize it, and soon you become the man who has been taught to fish on his own. Plus, when you have the epiphany of how much more quickly you can manipulate text with the control of Emacs and/or Vim, you'll wonder how you spent so much of your life in typing in software without these capabilities.

Learning Emacs has been one of the most rewarding experiences of my computing journey, I highly recommend checking out a well-configured distribution like Spacemacs.


org-mode is awesome, there's clients for everyone's taste. I wrote one that look like this: https://demo.filestash.app/login?next=/view/org/emacs.org#ty...


One's cloud is someone else's hardware sitting on a basement.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: