Hacker News new | past | comments | ask | show | jobs | submit | gripfx's comments login

Not everything on Vice was great but I will always be grateful for them introducing me to the Joel Golby and his London Rental Opportunity of the Week column[0].

[0]: https://www.vice.com/en/contributor/joel-golby


I have been using last.fm[1] for this for years (just checked, from 2008!). They now do a rolling weekly and annual interactive chart which is fun to look at, here's mine for 2023[2].

They have a Spotify integration and I use PanoScrobbler on mobile.

[1]: https://www.last.fm/

[2]: https://www.last.fm/user/GripFx/listening-report/year


+1 for last.fm, so glad its still alive and that scrobbling still works :)

Been at it since 2004 [0]!

[0] https://www.last.fm/user/nudgeee/listening-report/year


There's also ListenBrainz, run by the MusicBrainz org, which offers similar functionality without API restrictions or other paid features that Last.FM tries to push.

https://listenbrainz.org/

If you wish to use your scrobble data at all programmatically this is a far better tool to use.


Plug for my buddy's awesome tool LastWave [1] - generates you a groovy waveform data visualization based off your listening history. Free and open source, check it out!

[1] https://savas.ca/lastwave/


Love last.fm (been there since 2009!).

My only gripe is that all the charts are by number of scrobbles (how many times you listened to a song) and not by amount of time.

1 Pink Floyd song can be as long as 10 Misfits song...


Is it iSyncr + Rocket Player? I am in the same boat if so. Have the paid versions and don't see ads at the moment, but the "Rate Me" popups are a bad sign.


Good guess, yes. :-) From a brief look it seems that these days (I don't think it was around when I first looked a few years ago) MusicBee instead of iTunes on desktop and GoneMAD Music Player might work as a similar combo with bi-directional play count and ratings sync (although I've found somebody saying that this didn't actually work on a latest Android version [1], so hmm...), but it seems the podcasts handling might not work as it currently does.

The problem is that while I don't need the podcasts syncing for regular podcasts (for which a separate podcasts app on my phone would be perfectly fine, and besides I don't listen all that much to podcasts that way anyway), I'm also managing my collection of radio comedies I've scrounged together from all sorts of places as podcasts in iTunes (by simply manually setting the media type to "Podcast" – luckily on Windows, where iTunes hasn't been split up into its components this is still possible), so that

a) they're all together in one place and not cluttering up the music part of my library

b) especially to get the nice at-a-glance listened/not listened/partially listened display, and

c) while iTunes allows setting the "Remember my playback position" for any kind of file, Rocket Player apparently supports remembering the playback position only for podcasts

I've got no idea how GoneMAD and MusicBee's file syncing behave in that regard, but a quick test installation of MusicBee showed that while I could get used to it as an iTunes-replacement for my general music library, it doesn't allow manually importing files as podcasts, meaning I'd have to resort either manually hacking the database, or setting up some sort of fake Podcast running on a local HTTP server in order to import new episodes... :-/

At least for now the old versions will keep working, and if some future Android version does break things, I guess I'll decide what to do about it in terms of a replacement at that time and not now…

Though I guess it does mean that my personal main bug in iSyncr [2] won't ever get fixed now, so maybe I need to resort to APK hacking after all…

[1] Which is how I found out about iSyncr + Rocket Player having been sold in the first place.

[2] After a file has been synced, it won't be synced again if any subsequent changes that don't change either of title/artist/album (or possibly file size, but due to metadata padding small metadata changes won't necessarily change the total file size) happen within 24 hours [3] of the original sync.

[3] I think this is trying to work around the fact that Android reports the file timestamps in local time, so due to either travel or even just summer/winter time a file might suddenly appear as outdated as compared to the last modified timestamp on the desktop. As my desktop with my music library, is in a fixed location, for me 24 hours is excessive, though, and 1 hour to cater for summer/winter time would be enough.



I have been using the Svelte clone of HN [0] when needing dark mode. It has a toggle for dark/light and is relatively quick to use.

[0] https://hn.svelte.dev/top/1


That was awhile back. The rules have since been updated to be more flexible. AMD now has a multi-year partnership with Mercedes F1


And now there are some CFD solvers that can use the GPU effectively


Each team has to submit an audit of CFD runs at 8 week intervals throughout the year. An FIA inspector can also turn up on premise to review simulations run. The full details are in Appendix 8 of the sporting regulations [0].

[0] https://www.fia.com/sites/default/files/2021_formula_1_sport...


As someone in the industry, please take these numbers with the biggest grain of salt you can find. The writer has both added their own components and not divulged the CFD settings used. Which is fair enough but the numbers shown could be within 10% or 1000% percent of a "ballpark".


Can’t upvote this enough. I actually include an hour of rant in my Fluids class where we dissect CFD results from blogs or LinkedIn - hypersonic reindeer for Christmas are fun and obviously a joke, but everything presented sincerely, like all the Cybertruck analyses when it was revealed, are mostly irrelevant. Don’t trust CFD results if you don’t know every aspect of them.

It’s “dangerous” now in the sense that people just have to click a button and are led to believe that meaningful results are being produced without a thorough study.


Very cool, but yeah anyone with the competency and computing power to do actually decent F1 CFD wouldn't be posting it on the internet.

The teams themselves have a hard enough time getting a model to match their actual car.


Not entirely correct, here's an interesting YouTube channel by an ex-F1 aero engineer: https://www.youtube.com/user/Kyleengineers

You're correct insomuch as he's not sharing CFD settings, and is bound by what I assume is a pretty strict NDA, but he still has a ton of useful content. Of course, if you want his true opinion/skills on something specific, he'll do so for a price.


It's "Colourful Fluid Dynamics" for a reason.


"Colors For Directors", especially without the grid and turbulence modelling (RANS? DES? LES?) data.


Interview with the founder on the Register[0]

[0] https://www.theregister.com/2021/03/29/google_news_netscape_...


Thanks for the link. Technical part from that interview:

> On a technical level, the site obtains stories through the existing Google News RSS feed, which are then processed with some PHP trickery. "Google News has a very nice RSS feed, for each topic, language and country. So I thought I could connect to that feed, and write some code to simplify the result way down to extremely basic HTML, targeting only tags available in the HTML 2.0 specification from 1995," said Malseed.

> "So I used a PHP library called SimplePie to import the feed, and wrote some PHP code to simplify the results into a nice front page, using Netscape 2.0.2 on my 1989 Mac SE/30 to make sure it loaded fast and looked nice. The articles were a little more difficult, because they are on all sorts of different news sites with different formatting.

> "So I found that Mozilla has an open-source library called Readability, which is what powers Firefox's reader mode. I used the PHP port of this, and then wrote a proxy that renders articles through Readability, and then I added some code to strip the results down even further to extremely basic HTML."


Purchased tech from Cliqz accordinng to El Reg[0]

[0]: https://www.theregister.com/2021/03/03/brave_buys_a_search_e...


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

Search: