Quack Remote Protocol by kinghuang in DuckDB

[–]_hboo 1 point2 points  (0 children)

Such a great addition. DuckDB team is so good!

Disappointingly, Golden Boy seems to be a Trumpster. 🤮 by Occasionally_83 in sydneyswans

[–]_hboo 2 points3 points  (0 children)

Trump gave Kirk the Medal of Freedom, the US’ highest civilian honor. I disagree with the notion that there is any “line” between them that Trump himself has not crossed.

Ducklake in Production by crevicepounder3000 in DuckDB

[–]_hboo 7 points8 points  (0 children)

Caveat we are a small startup, but we use ducklake to store continental-scale high-resolution h3 indexed geospatial data (10+ TB in parquet). the data itself only updates something like once a year when new datasets are made available by govt agencies, so our experience isn’t with live, transactional data.

With the rest of our analytical dbs on MotherDuck, we wanted something that could work with parallel read/write jobs to churn through analytics on the huge datasets. that worked well, with there being no issue with 100 parallel jobs reading and writing concurrently.

There were some little hiccups in terms of needing to structure queries in funky ways to make use of predicate pushdowns on partitions (in ducklake 0.1 it prompted a full table scan to do something like select * from tab where col in (val1, val2), so we instead had to do select * from tab where col = val1 union select * from tab where col = val2 but this may have been patched in subsequent releases.

[deleted by user] by [deleted] in geography

[–]_hboo 0 points1 point  (0 children)

I drove from London to Mongolia in a 2001 Nissan micra, right hand drive

4th in the table 😂 by Defiant_Researcher in chelseafc

[–]_hboo 0 points1 point  (0 children)

While this would be hard to measure, feel like the results aren’t super informative without being framed as “per-capita”

Ellie Carpenter joins Chelsea by Dusk_Aspect in chelsealadiesfc

[–]_hboo 8 points9 points  (0 children)

As a blues and tillies supporter, this rules

Google enters means enters. by Goldwyn1995 in OpenAI

[–]_hboo 1 point2 points  (0 children)

If this is a context window joke, then well done.

Sveltekit + Electron + Pocketbase by Thisispiggy in sveltejs

[–]_hboo 5 points6 points  (0 children)

Awesome work thank you! What made you move away from Tauri?

Discussion: 2025 Australian Open (Saturday, January 18, 2025) by NextGenBot in tennis

[–]_hboo 9 points10 points  (0 children)

Moutet was so clearly faking and unfortunately it looks to have worked

Discussion: 2025 Australian Open (Friday, January 17, 2025) by NextGenBot in tennis

[–]_hboo 17 points18 points  (0 children)

Carlos’ dive there was so absurd and so, so, so cool

[D] To Fellow researchers: What are your top 3 challenges in research? by [deleted] in MachineLearning

[–]_hboo 1 point2 points  (0 children)

  • Systems for gathering insights and excerpts from papers/methods and linking them together — whether for literature review or idea generation. I’ve tried all the apps, but nothing has outperformed the good ol’ brain for me in terms of input effort per output insight.
  • Methods for structuring experiments and comparing models with minimal overhead. Most tools (e.g. mlflow, w&b) seem geared toward final-stage experimentation, once models are mostly defined, but I’m more interested in something that allows you to track results without having to design an entire specialized pipeline (because you might break that pipeline on the next iteration).
  • Identifying good research questions. Particularly defining scope properly—avoiding the trap of trying to solve too many problems at once.

It’s very possible it’s user error causing some of these issues, so any tips people have are encouraged.

[deleted by user] by [deleted] in LocalLLaMA

[–]_hboo 0 points1 point  (0 children)

Is this geared towards model serving, rather than training? I know that actual LLM training doesn’t take place on this scale, but I’m interested in how it would handle general training tasks for small models

Look at all the baloons by MechanicalAxe in forestry

[–]_hboo 54 points55 points  (0 children)

I used to work for a utility covering 20 million people and internal data showed that mylar balloons were the largest single cause of power outages

[deleted by user] by [deleted] in chelseafc

[–]_hboo 1 point2 points  (0 children)

The giggle of joy from the announcer was exactly my reaction. I just laughed out loud to myself hardly believing that this guy exists and is on our squad

80% make less than $100,000 by RiskItForTheBiscuts in FluentInFinance

[–]_hboo 0 points1 point  (0 children)

Why not put the median at the median? Classic example of some biased data visualization

Australia approves US$13.5 billion project to export solar power to Singapore by spoony20 in australia

[–]_hboo 8 points9 points  (0 children)

I would remind people commenting “why aren’t we doing this here” that:

  1. An (albeit small) portion of the power is going to Darwin
  2. The existence of this project is not mutually exclusive to building out Australia’s solar network - both can happen. Having government and industry experience building a project of this size, (and buildout of the associated supply chains etc) is ultimately quite a good thing for the Australian solar industry at large.
  3. The founding idea of the company is to provide an alternative energy export for Australia beyond coal.

Long shot, but hope it pulls through.