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

The US decided (and Canada followed) that daylight time was more correct for the larger portion of the year, presumably it's easier to transition the remaining 4mo to daylight than it is to move 8mo to standard.

But also, all the opinion polling (business and individual) was like over 90% in favour of year-round daylight time, so here we are.


> The US decided (and Canada followed) that daylight time was more correct for the larger portion of the year, presumably it's easier to transition the remaining 4mo to daylight than it is to move 8mo to standard.

How is transitioning permanently to one easier than transitioning permanently to the other?

How to transition to permanent DST: wait until we are in DST and then stop switching.

How to transition to permanent Standard time: wait until we are in standard time and then stop switching.


If you adopt permanent DST, the there's a 1 hour difference between the current clock and the future clock for 4 months, and nothing for 8 months. If you adopt permanent ST, the difference between the current clock and future clock is 1 hour for 8 months and nothing for 4 months.

It's a 4 month-hour difference over the year, instead of an 8 month-hour difference.

Personally, I'd prefer standard time, but having all days be 86400 seconds is a pretty great improvement over status quo. I find what most people really would like to change is the amount of time with sunlight in the winter, especially the more north they live... but changing the clock doesn't change the number of hours of sunlight; Vancouver, BC just doesn't have much sunlight in the winter.


If we assume that the ideal time for 8 months of the year is DST and for 4 months is standard, but we want to eliminate the switch, then permanent DST gives you only 4 months out of the ideal timezone rather than 8.

The difference is how they're consumed you don't sit down on Netflix and say "put some scifi on shuffle for 8h", you sit down and choose a show.

If you're the kind of person who would manually queue up 100% of your songs for the day then Spotify Generic songs aren't an issue. If you just hit a "2020s R&B" playlist and go that's where it feels more sketchy.


It's so funny reading this in 2025 when this is exactly how TV works. You would literally put on the SciFi channel. How far we've come.


Are you looking for Crossover? It's a bit annoying to not run Steam natively (no cmd+H to hide, etc) but it's got a lot of support. Performance is decent on my M2 mini, and even cross-platform stuff like Baldurs Gate 3 is comparable performance to native.

Especially anything that Mac Steam natively calls out lack of 32bit support has good support.


Sadly, that's not true—for instance, I was trying to run the Shadowrun Returns series the other day, and while it launches, it will hang indefinitely when you try to actually start a game. (M4 Max)

I previously played through Returns, Dragonfall, and part of Hong Kong on Mac before the 32bit-apocalypse.


CodeWeavers, the developers of Crossover, also do most of the development on proton under contract for Valve.

This is speculation but I suspect there's something in that contract that prevents Valve from competing with Crossover on MacOS.


Nah, nothing like that. We explored shipping Proton for macOS early on, but decided it wasn't where we wanted to spend our time, so we removed it[1] to focus on Linux. There's only so many hours in the day, and supporting two platforms is a lot more work than one.

[1] https://github.com/ValveSoftware/Proton/commit/a84120449d817...


wtf take my money expand your team!!!


That's what CrossOver is for :)


Some crossover games perform better than the native ports. I play Path of Exile on Mac using the Windows client with a translation layer, and it plays better than the native release.


I can counter-recommend Kenney's game assets, it's got sprites, buildings, terrain, backgrounds, top-down, side-on, isometric... Lots of variety for different genres and settings, too.

https://kenney.itch.io/kenney-game-assets


Remarkable, they're licensed CC0 https://kenney.nl/support

I always wondered why art is never licensed like software. There is a plethora of free software but I thought very little similarly licensed art. In fact, I think it's just that I wasn't looking. There's lots of it around.

Thank you for sharing.


Back when Cursor was new (before literally everything was AI hype) they explicitly called out that they wanted to do more in-depth integration with the editor than was possible with just the extension APIs.

Presumably that hasn't changed much. If you want to do any large-scale edits of the UI you need to spin up a fork.


I don't know, does Cursor offer anything substantial beyond an extension like kilocode? (I've only used vanilla VSCodium branch with various extensions but they all seem to integrate everything from tab-completion to complete UI agentic take-over very well)


I want to vaguely recall that they had like 4 products in planning stages for ONCE, released Campfire, then released Writebook for free, and then made Campfire free.

Lately on the podcast I only hear about Fizzy and one other unannounced SAAS that they're putting dev energy behind, nothing about other ONCE products.

I suspect that without a critical mass of usage driving word of mouth the long tail of sales was basically nil, and long-term even fairly small products weren't looking to recoup dev costs any time soon.


Fizzy uses SQLite for multitenancy. I suppose that’s why it takes up so much of their time. Being a fan of SQLite, I hope this approach succeeds. P.S. I know Campfire has made “six figures”


It's more fiddly in that you need to swap to desktop mode to do the installs, but you can get it set up so that your "external" games from Epic or Itch or emulators or whatever show up in the standard Steam UI.


Curious about your opinions on WealthSimple, if you can share. I got introduced to them when they bought out SimpleTax, and so far they've been pretty reasonable for investments.


They require a paid subscription to use USD. They claim to have customer support, but the button isn't actually working, it does nothing. At least they respond by email. That's all I found so far, but I haven't actually made any trades yet.


I got the Learn Lockpicking bundle a few years back, it's a solid customizable lock - six slots, a few different pin styles, and the springs to make it work. I got practiced enough to get a 3-pin opened, but I'm definitely out of practice now.


Either joins for a fat query, or aggregate the subqueries.

For the latter, it's along the lines of `select * from posts where ...` and `select * from authors where id in {posts.map(author_id)}`. And then once it's in memory you manually work out the associations (or rely on your ORM to do it).


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

Search: