Skip Navigation
Deebster

New account since lemmyrs.org went down, other @Deebsters are available.

Posts 54
Comments 840
Another "offensive" pub name
  • I assume Peta just wants to be in the news? The Sly Old Fox is not an offensive name.

  • Deno v. Oracle: Canceling the JavaScript Trademark
  • That's the first argument they make in their petition.

  • How I started my GoToSocial instance in the Fediverse
  • Quality post, with plenty of useful and good advice.

    I'm happy to see sqlite being recommended - I think people don't realise how resilient and performant a database it is.

    Very surprising to hear you need to restart GoToSocial to add new users!

  • What languages are you guys thinking this year?
  • Probably start with Rust again this year, although it definitely makes some of the days a lot harder. I might switch to something better for quick code if I fall too far behind.

    I might even try PHP - I coded it professionally at the start of my career but haven't touched it for a decade and I'm curious to know if its improvements make it pleasant to use.

  • Petrichor
  • Not funny, but interesting!

  • Petrichor
  • Their spelling was moulded by the US

  • People around world associate rolled R with a jagged line, study finds
  • Palikúr

    I'd never heard of this language - Palikúr is an indigenous South American language spoken in Brazil and French Guiana (only 1500 speakers).

  • Taskmaster series 18, episode 10 - Le Goose
  • Andy still won the series (hurrah), so the hotdog failure is just funny - it's not like all the other hotdogs worked out either!

  • Taskmaster series 18, episode 10 - Le Goose
  • He breaks his miserable front quite a few times, my favourite being when the robot shows where to plug in the charging cable.

  • Taskmaster series 18, episode 10 - Le Goose

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    10
    Found this beauty in one of my old projects from school
  • I've been coding long enough that I still think of that as a fairly new thing in JS.

  • Animal Far

    3
    Insurers say bear that damaged luxury cars was actually a person in a costume
  • I assumed it was vandalism, not insurance fraud. I guess it's easier to get away with slashing tyres looking like a human than as a dubious bear.

  • Yes Google, 2/3 is TOTALLY the same as 1/2
  • I thought we were finally agreeing fully! My understanding of the question is "what is the difference between a third (of a pizza, say) and a half?"

    1/2 - 1/3 = 1/6
    1/2 = 1/3 + 1/6
    a half is one sixth more than a third.

    btw, I fixed my Kagi screenshot since I'd missed a word from the question (reading comprehension's clearly not my strong point today)

  • Yes Google, 2/3 is TOTALLY the same as 1/2
  • Ah, you're right - I misunderstood jbrain's point to just be about the "relative to the original" understanding. Guess I'm no smarter than Google's AI.

  • xkcd #3011: Europa Clipper
  • The ExplainXKCD is great:

    In truth, no such spoon is present on the probe, and Europa's icy crust is too thick to be penetrated by a spoon of such size.

    The author is either being very tongue-in-cheek or very literal and humourless and I'm enjoying it both ways.

  • Yes Google, 2/3 is TOTALLY the same as 1/2
  • Yes, and the Google AI response is correct (and quite clear) in what it says. edit: Thanks Batman. I mean that Google's understanding of the question is logical (although still the maths is wrong as you say (now I've re-read you)) and its answer explained the angle it was answering from.

    However, I think the reasonable assumption for the intention behind the question is relative to a whole. I had third of a pizza, and now I have an extra sixth of a pizza. It's subtle, but that's the kind of thing AI falls down on.

  • Since Lemmy v0.19.4 introduced community visibility settings, why not make this community local only?
  • If programming.dev is down, it's helpful to be able to see @meta@programming.dev from other instances and check for planned downtime, etc.

  • Yes Google, 2/3 is TOTALLY the same as 1/2
  • Google's AI seems dumber than the rest, for example here's Kagi answering the same (using Claude):


    edit: typoed question originally

    Perhaps Google's tried to make it run too cheaply - Kagi's one doesn't run unless you ask for it, and as a paid product it'll have different priorities.

  • xkcd #3010: Geometriphylogenetics
  • I'm more surprised that trapeziums aren't related to triangles.

  • 11 November 1987
  • I thought he'd cloned them when I was reading, but you're right, they're all different.

  • Taskmaster series 18, episode 9 - The cockle children

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    0

    Zellij 0.41.0 released with its solution for colliding keybindings

    zellij.dev Zellij 0.41.0: Solutions for Colliding Keybindings, Plugin Manager, new UI

    A solution for the colliding keybindings problem, a new plugin manager and UI, reloading configuration at runtime and a new setup wizard.

    Zellij 0.41.0: Solutions for Colliding Keybindings, Plugin Manager, new UI

    cross-posted from: https://programming.dev/post/21363946

    > The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program. > > The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g t n (instead of ctrl-t n). You can still use alt-(cursor) for changing focus and alt-n/alt-f for a new tiled/floating pane, but all other key presses get passed along. > > You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before. > > Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.

    1

    Zellij 0.41.0 released with its solution for colliding keybindings

    zellij.dev Zellij 0.41.0: Solutions for Colliding Keybindings, Plugin Manager, new UI

    A solution for the colliding keybindings problem, a new plugin manager and UI, reloading configuration at runtime and a new setup wizard.

    Zellij 0.41.0: Solutions for Colliding Keybindings, Plugin Manager, new UI

    The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program.

    The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g t n (instead of ctrl-t n). You can still use alt-(cursor) for changing focus and alt-n/alt-f for a new tiled/floating pane, but all other key presses get passed along.

    You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.

    Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.

    4

    Taskmaster series 18, episode 8 - The Nexus of Truth

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    1

    Taskmaster series 18, episode 7 - Captain Jackie and the hotdog

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    7

    Taskmaster series 18, episode 6 - A dance as old as time itself

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    7

    Bacon v3 released

    Bacon is a Rust code checker designed for minimal interaction, allowing users to run it alongside their editor to receive real-time notifications about warnings, errors, or test failures (I like having it show clippy's hints).

    It prioritizes displaying errors before warnings, making it easier to identify critical issues without excessive scrolling.

    Screenshot (from an old version I think):

    !

    v3 adds support for cargo-nextest, plus some QoL improvements.

    v3.0.0 release notes

    4

    Taskmaster series 18, episode 4 - I’m a girl that likes a clean line

    Getting later and later at posting these!

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    6

    Taskmaster series 18, episode 3 - The gangsters of the sea

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    5

    xkcd #2990: Late Cenozoic

    Hover text: > Our nucleic acid recovery techinques found a great deal of homo sapiens DNA incorporated into the fossils, particularly the ones containing high levels of resin, leading to the theory that these dinosaurs preyed on the once-dominant primates.

    Transcript:

    > [Three squid-like aliens in a classroom; one alien stands in front of a board covered with minute text and a drawing of a T-Rex skeleton. Two aliens sit on stools watching the teacher alien. The teacher alien on the left is on a raised platform and points at the board with one tentacle.] > Left alien: Species such as triceratops and tyrannosaurus became more rare after the Cretaceous, but they survived to flourish in the late Cenozoic, 66 million years later. > Left alien: Many complete skeletons have been discovered from this era.

    > [Caption below the panel:] > It's going to be really funny when our museums get buried in sediment.

    https://www.xkcd.com/2990/ explainxkcd.com for \#2990

    11

    Letter Boxed

    www.nytimes.com Letter Boxed - New York Times Logic Puzzles

    Create words using letters around the square. Solve the puzzle in as few words as you can.

    Letter Boxed - New York Times Logic Puzzles
    I always try to get it under par, and did today's target 4 in 2 words:

    democratic - culvert

    4

    Taskmaster series 18, episode 2 - ...and then a detective comes

    Let’s discuss tasks, contestants and the show in general.

    Spoilers ahead.

    7

    Taskmaster series 18, episode 1 - The faceless facilitators

    We have a new series! Let's discuss tasks, contestants and the show in general.

    Spoilers ahead.

    11

    Does It Make Sense To Put Data Centers In Space? Can They Really Cost Less To Operate?

    cross-posted from: https://sh.itjust.works/post/24946971

    > TL;DW: > > > Does It Make Sense To Put Data Centers In Space? > > At some point in the future, yes. > > > Can They Really Cost Less To Operate? > > In theory, yes. > > Scott expresses concerns that current startups have not adequately addressed some of the practical challenges, such as cooling.

    32
    Space & Astronomy @mander.xyz Deebster @programming.dev

    Data Centres... in Spaaace?

    Yewtube mirror: https://yewtu.be/watch?v=d-YcVLq98Ew

    Scott Manley discusses Lumen Orbit's plan to data centres in space and whether it or not makes sense.

    12

    The Truth Behind Commercial Haggis Farming

    This video takes a deep dive into the realities of commercial-scale haggis farming in Scotland. Exploring the industry's impact on animal welfare, it uncovers the ethical concerns surrounding the production of farmed haggis.

    4

    Cryptic Crossword Daily puzzle

    www.minutecryptic.com Minute Cryptic

    Solve a clue with a hidden meaning

    cross-posted from: https://programming.dev/post/18316051

    > Minute Cryptic is a daily single-question cryptic crossword, with a hint system and an explanation (Youtube video - it appears the channel came before the website). > > Definitely worth checking out if you have any interest in cryptic crosswords, which are funnier and more interesting (imho) than standard crosswords.

    0
    Crossword @lemmy.ca Deebster @programming.dev

    Cryptic Crossword Daily puzzle

    www.minutecryptic.com Minute Cryptic

    Solve a clue with a hidden meaning

    cross-posted from: https://programming.dev/post/18316051

    > Minute Cryptic is a daily single-question cryptic crossword, with a hint system and an explanation (Youtube video - it appears the channel came before the website). > > Definitely worth checking out if you have any interest in cryptic crosswords, which are funnier and more interesting (imho) than standard crosswords.

    0