Hi, I’m sbird! I like programming and am interested in Astrophysics and all things space. I also have a hobby of photography.

My previous main account was on Lemmy at sbeak@sopuli.xyz

  • 4 Posts
  • 25 Comments
Joined 13 days ago
cake
Cake day: September 14th, 2026

help-circle
  • I mean, all band names are made up in the end of the day. A lot of them are based on various pop culture references (think characters in movies or TV shows), for instance, the French band Luke’s name comes from the American movie “Cool Hand Luke”, none of the members are actually called Luke.

    Die Toten Hosen literally means “the dead trousers” in German, and it’s slang for “boring” (though their music is the opposite of that!), while Die Ärtze means “the doctors” in German.

    Ska-P is short for “ska punk” which is a mix of ska and punk (and it’s an awesome genre to listen too!)

    Kino is Russian for “cinema”, and there’s a variant of the “absolute cinema” meme that instead used a picture of Viktor Tsoi (the GOAT) with the words “absolute Kino”


  • Putting bases on the Moon means we can do more studies, experiments, etc. outside of Earth, particularly tasks that are difficult to complete by current rovers. Human physiology in low gravity situations, lunar geology, possibility of water and life outside of Earth, that sort of stuff. I’ll also echo what others have said about how the Moon could become a launching base for future explorations, given its lower gravity and lack of an atmosphere.

    There isn’t a conspiracy by lizard men to set up a Death Star, this is driven by the curiosity of humanity and our desire to explore the unknown. The “race” to have the first base between Americans and Chinese is, like during the Cold War between the former and the Soviets, a push to be the first, trying to show that they are ahead in terms of technology and science. In a nutshell, it’s driven by curiosity and, at least partly, national pride.









  • If you define a stupid question as one where discussion is difficult or even impossible, then no, this is not a stupid question. Questions are meant to provoke debate and communication of differing ideas, and this is exactly what is happening now.

    A true stupid question would be like asking if guns can kill people. Of course guns kill people, there is no discussion about this. A better question could be how we should regulate guns and ways to avoid placing them in the wrong hands.


  • The 11th of November is Remembrance day (the whole minute of silence on the 11th minute, hour, day, and month thing was a big thing at my old school)

    11/11 is also a big holiday in East Asia, Pocky Day in Japan, Peppero Day in Korea (both because of the resemblance to the tasty stick biscuits), and Singles Day in China (the 1s represent unmarried individuals), all three of which are huge shopping days for Asian malls (similar to Black Friday, but combined with the hyper consumerism of the Asian markets)





  • VR headsets effectively need to run two 4K displays, one for each eye, and you have all the processing for controller tracking too. You also have eye tracking, they’re doing the whole foveated streaming thing everybody has been gushing over about (it’s really cool tech!). The mobile chip they used is nothing special, it’s a Snapdragon 8 Gen 3, a 3 year old smartphone processor (certainly powerful enough to run lighter PC games, but nothing more than that. It’s kind of insane that a phone can even do that nowadays!)


  • I feel like we should better differentiate between LLMs (the ones that literally tell you to eat rocks), generative models (the ones that are stealing the work of creatives without permission), and the ones that are actually used for neat science stuff, where they are trained on a specific set of data and are doing a specific set of tasks repeatedly in a controlled environment, rather than training on the entire internet and then some and trying to do everything!

    I think we should label them as large language models, generative models, and predictive models (maybe? Or maybe “targeted predictive models”?). It’s important to emphasise that all of these, even the useful ones, are not intelligent, they do not understand what they are doing. They are just models of data that do thing go in, thing go out.







  • Also, please don’t use LLMs for simple questions. Aside from the ethical, legal, and environmental concerns of LLMs, they also tend to be wrong more often than not, and when they are right, there is lots of word soup because the chatbot needs to act like it’s a smartass, to put it bluntly, because its job is to market itself and push you towards subscriptions. Try to avoid LLMs wherever you can, it’s almost always better to search it yourself. Don’t offload thinking to a chatbot, it’s not very good at it!

    The only usecase where LLMs could have an application is translation. I have a friend who doesn’t understand English very well, so they use a chatbot to translate things into their native language, and it’s really helpful for that. Of course, it can get stuff wrong, but for non-critical stuff, it’s kind of neat! That avoids the question of the insane water and power usage involved in training these models, as well as the disregard of the rights of artists and creators by companies like OpenAI, Anthropic, and Google. I believe my friend uses a local model, so there’s that.

    I personally don’t use LLMs, they’re more trouble than anything in my opinion.


  • Have you ever had any experience with Scratch? It’s an awesome tool to learn basic programming concepts like loops, conditions, etc. I played around with it in my early years, but even if you’re older, it’s still fun to mess around with the blocks to make weird programs. I particularly loved the “remix” functionality, it lets you see the structure of other people’s projects and you can tweak them (and thus learn about how it works!)

    After my years of doing Scratch, I moved on to Python, and it is probably the easiest programming language to learn (depending on how you define that, e.g. HTML), code is very human readable and unfamiliar symbols are avoided for the most part

    W3Schools has a lot of good Python guides, and there are SO MANY good programming tutorials online. Back in my day, I learnt Python by reading a good book (and it was an awesome book), but resources to learn programming have never been more plentiful!

    My advice is to work on a simple project, could be a small game (with or without PyGame), or maybe a useful tool that you want to make, lay out what you want it to do, and along the way when you don’t know something, search it up online (W3Schools, forums, video guides, docs, whatever) and figure out how to do it. Practice doesn’t make you perfect, but more practice does. Does that make sense? Not really, but definitely try your best!