HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fredthedeadhead

no profile record

Submissions

First Look at Declarative Gradle

blog.gradle.org
2 points·by fredthedeadhead·2 lata temu·0 comments

comments

fredthedeadhead
·2 lata temu·discuss
I really miss reading new blog posts and series from Shamus :(
fredthedeadhead
·2 lata temu·discuss
What does the author use to measure sound and create those graphs? I'm interested in automatically monitoring an annoying noise that's coming from a neighbour.
fredthedeadhead
·2 lata temu·discuss
The blog post is 404ing, here's a Web archive link

https://web.archive.org/web/20240610032818/https://asim.bear...

The author has added an important edit:

> I want to preface this by saying yes the practices here are very bad and embarrassing (and we've since added robust unit/integration tests and alerting/logging), could/should have been avoided, were human errors beyond anything, and very obvious in hindsight.

>

> This was from a different time under large time constraints at the very earliest stages (first few weeks) of a company. I'm mostly just sharing this as a funny story with unique circumstances surrounding bug reproducibility in prod (due again to our own stupidity) Please read with that in mind
fredthedeadhead
·2 lata temu·discuss
> The Google Cloud situation

What's the Google Cloud situation?
fredthedeadhead
·2 lata temu·discuss
So, I think this hilarious, but link shorteners have to be stable, right? What happens when link shorteners go offline? Is there a way of decoding shortened links without the server?
fredthedeadhead
·2 lata temu·discuss
Project Rho gives several compelling reasons why there ain't no stealth in space

https://www.projectrho.com/public_html/rocket/spacewardetect...
fredthedeadhead
·2 lata temu·discuss
Thanks, I missed that!

It looks like it landed on quite an incline, almost 45 degrees.
fredthedeadhead
·2 lata temu·discuss
Are images of the damage available to the public?

"Imagery revealing damage to the rotor blade arrived several days later."

https://www.jpl.nasa.gov/news/after-three-years-on-mars-nasa...
fredthedeadhead
·2 lata temu·discuss
The site is down, so here's a working archive link: https://web.archive.org/web/20240125111236/https://www.coldb...
fredthedeadhead
·2 lata temu·discuss
Sonatype's response https://www.sonatype.com/sonatypes-ongoing-commitment-to-mav...
fredthedeadhead
·3 lata temu·discuss
I'm pretty interested in Breeze as an alternative https://breeze.social/

* There's no endless swiping. Users can only see a handleful of matches, each profile stays visible until users say yes/no on each profile, and the profiles are only topped up twice a day.

* All chatting is in-person, which is much more human than trying to text online. If users match, they can't chat. They both put down a deposit (about double the cost of a drink in a bar), pick a day & time they're avaliable, and Breeze automatically makes a reservation at a local bar (the first drink is free), or a park for a walk.

* Since dates require a deposit, and there's only so many days in the week(!), and users can't make new matches without first planning current matches, users don't get overwhelmed with connections - the existing contacts are prioritised.

* They're not owned by Match.com - which for me is a big plus! More disruption of their monopoly is a good thing.
fredthedeadhead
·3 lata temu·discuss
The blog was removed after OkCupid was acquired by Match.com, which is another problem in online dating apps that isn't often mentioned. https://en.m.wikipedia.org/wiki/Match_Group#Dating_services_...

This chokes out competition, and users end up with several apps with some gimmick, but at their core they're designed to keep most users locked into actively dating, either to make the app seem popular, or to squeeze money out of them.
fredthedeadhead
·3 lata temu·discuss
Fireship did a 'SurrealDB in 100 seconds' in case anyone would like a quick video summary: https://youtu.be/C7WFwgDRStM?si=va17q7zagn4lIoi3
fredthedeadhead
·3 lata temu·discuss
A couple of other peculiar colourful facts about Bristol:

* Ex-mayor George Ferguson (mentioned in the article) always wears red trousers, except when Bristol won the European Green Capital 2015 he wore green trousers in celebration.

* All licensed taxis in Bristol are blue, specifically Bristol Blue https://en.m.wikipedia.org/wiki/Bristol_blue_glass
fredthedeadhead
·3 lata temu·discuss
> You've listened to a shitty song a lot.

I don't know what song it means, the link is broken https://www.yourmusictastesucks.com/google.com
fredthedeadhead
·3 lata temu·discuss
> Dr. Porges hypothesizes that the larger your screen, the less mentally taxing it can be. “As you narrow the visual field, you’re increasing the demand on your nervous system to exclude everything outside of it,” he said.

Scientific justification for my ultrawide. Fantastic!
fredthedeadhead
·3 lata temu·discuss
One high-level benefit of Kotlin Coroutines is that they're multiplatform, so one could write common Kotlin code that could compile to JVM, JS, or Native targets. Virtual threads are only for JVM.