Live data from Hacker News

Ask HN: What are you passionate about at the moment?

news.ycombinator.com

501–510 of 865 posts

Re: Ask HN: What are you passionate about at the moment?

#501

Modelling natural gas consumption. I don’t think it’ll be actually useful and certainly not as nuanced as professional models for trading, but adding the necessary data to my data warehouse and then working on it has been a fun experience.

Natural gas consumption on a macro level? How are you modeling?

Re: Ask HN: What are you passionate about at the moment?

#502

Low-plastic living. I read a book by the world's first zero-waste restaurant, Silo. The book got me thinking about how different our lives would be if oil were expensive. "Pretend oil is really expensive" is a good proxy for doing things that are "eco-friendly." Since reading the book, I've tried to eliminate single-use plastic from most of my life. It's incredibly hard. Everything from my socks to my vegetable packa…

> I've tried to eliminate single-use plastic from most of my life. It's incredibly hard.

I’ve tried too, and I agree that it is very hard. I rarely buy packaged and ready-to-eat food products, which eliminates a lot of plastic. But still there’s so much plastic when buying grocery and produce. Buying grains or other items from loose bins means insects, lower quality and what not. I’m happier with the lower plastic though.

Re: Ask HN: What are you passionate about at the moment?

#503

Powerlifting. Solitary and meditative if you want it to be; social and uplifting if you don't. It's healthy in a variety of ways (including bone density; physical activity; higher BMR and glucose metabolism; improved cardiovascular function). Also being strong is useful surprisingly often. Unlike many things in life, your progress is almost entirely dependent on your consistency and the effort invested, with the exce…

Powerlifting can be very dangerous. You can really, permanently, mess up your body, specifically your back and neck. What steps do you take to mitigate that risk?

Personally, good coaching. I joined the Starting Strength gym near me and enjoyed having an incredibly high quality coach monitor nearly every lift. Rippetoe has some obnoxious views but the local gyms usually have coaches which are a great fit for the local culture. Our gym was very inclusive.

Re: Ask HN: What are you passionate about at the moment?

#504

Crossword puzzles! They make very interesting combinatorial problems (both for solving and creating grids). I recently had a ton of fun writing a constraint programming model that generates grids, including the automatic placement of black squares (this was the main modeling challenge). This model is useful for creating grids using short word lists (which is the case for e.g. thematic grids).

What model did you end up using? And what system did you do it in?

My immediate guess on how to model it would be to create reified constraints for the wordlists of different lengths (the constraints in chapter 22 of https://www.gecode.org/doc-latest/MPG.pdf). For each square, use standard logical constraints to check if it is the start of a word (previous square a black one, this square not a black one), and how long the word is (using backwards counting of runs). These can be used to trigger the reified constraints above.

If the word-lists are short-ish enough, then an alternative for the above model would be to model the whole words using MDD or regular expression constraints, with an added control variable and setting all values as don't-care for the false case.

Re: Ask HN: What are you passionate about at the moment?

#506

Home automation. I always had an Alexa and a couple of WiFi switches, but I just discovered the rabbit hole of Home Assistant, Zigbee devices, flashing devices to get rid of cloud capabilities and install your own firmware, and the whole ordeal. Haven't had this fun with tech in a while.

A few years ago, I got really into orchestrating LED accent lighting in my small studio apartment without going the Phillips route. With a few Alexa commands and some switches, I had multiple configurations that turned on when I woke up and again when I came home (using various cheap sensors). It was a blast!

Re: Ask HN: What are you passionate about at the moment?

#507

Ultra HDR - I predict it will cause a revolution in photography. This isn't the old HDR that was all about capturing a wider range of brightness; it refers to display of a wider range of brightness. It's built into Android 14 and you can now capture Ultra HDR images with the Pixel 8 and 8 Pro. Ultra HDR is really just jpg, uses the standard jpg extension and works the same as a regular jpg, unless your display softwa…

There's also an Apple variant, where the hdr mask is embedded in an HEIF file...

Re: Ask HN: What are you passionate about at the moment?

#508
post #354

This post caught my attention because recently I met a woman I really admire. She dropped out of her computer engineering class, took a vow of celibacy and poverty and became a missionary with a Catholic sect. The reason I admire her isn't that. What caught my attention about her is that she has a sense of purpose. She has a purpose in life and has devoted her life to it. I used to have one. My goal was to make the l…

You should talk with AI Judge guy, wehad an interesting chat about similar things (sort of). Check my history

Re: Ask HN: What are you passionate about at the moment?

#509

Ultra HDR - I predict it will cause a revolution in photography. This isn't the old HDR that was all about capturing a wider range of brightness; it refers to display of a wider range of brightness. It's built into Android 14 and you can now capture Ultra HDR images with the Pixel 8 and 8 Pro. Ultra HDR is really just jpg, uses the standard jpg extension and works the same as a regular jpg, unless your display softwa…

Here's a link to a Google Photos album with some scenic photos I took using Ultra HDR, mostly in Yosemite last week. For this to work you will need to view it in Chrome on a device such as a fairly recent phone - I believe android or iPhone should work. Even better is a laptop that supports HDR display. Be sure to enable the HDR. Note that the album thumbnail view doesn't show the extra-bright highlights, you need to open a photo. If your device doesn't support HDR display, you'll still see the photos, just not with super bright highlights. https://photos.app.goo.gl/tizNFDFgbC5mzGCU9

Re: Ask HN: What are you passionate about at the moment?

#510

Earlier quoted context omitted.

Any tips for running pain free? I used to run pretty often (3-5 times per week) for 5+ miles. Longest was 11. However, my feet started hurting while running -- never while walking even long distances.

strength training helps a lot in preventing injuries. I've been through years of achilles tendonitis and finally got rid of it mostly by doing leg/calf strength exercises. Fwiw, here's some example exercises for Achilles: https://routineshub.com/public/1faae50e-8d36-4eec-84ee-ae3ef...

thank you for this. I've been dealing with plantar fasciitis for a year+, finally got it to go away ~5 months ago and got back into running, and just in the last 2 weeks have noticed gradually increasing pain in my achilles and I'm absolutely devastated at the thought of battling another chronic injury.
Post reply on HN